body{
    background-color: white;
    font-size: 11px;
    font-family: 'Arial', 'Cambria', 'Cochin', 'Georgia', 'serif';
     text-align: center;
     
}


.row{
    /* width:-content; */
    
    margin: 8px;
}

.style{
    color: black;
    text-align: center;
    font-weight: bolder;
}




.title{
    /*text-transform: uppercase;*/
    
    color: orangered;
    /*background:black;*/
    /*text-align: right;*/
    padding: -120px;
    font-weight: 500;
    font-size: 28px;
    margin: 0%;
}

.title:hover{
    text-decoration: underline;
    color: white;
    font-weight: 900;  
    transition: .5s ease-in-out;  
}
.logo-img{
    height: 8px;
    width: 8px;
}



.new{ 
    color: blue;
    text-align:right;
}

.new:hover{
    color: white;
    transition: .4s ease-in-out;
}

/* Navigation Bar */
.navba{
    background-color: white;
    color: orangered;
    
}

.navbar-nav li:hover{
    background-color: orangered;
    color: blue;
    transition: .1s ease-in-out; 
    size:5px;
}
    

/*.navbar{*/
/*    padding-top: 0px!important;*/
/*    padding-bottom: 0px!important;*/
/*}*/

 /* Carouseling */
.navbar {
  position: absolute;
  display: inline-block;
}

.navbar-content {
  display: none;
  position: absolute;
  background-color:gray;
  min-width: 160px;
  z-index: 1;
}

.navbar-content a {
  color: rgb(248, 247, 246);
  padding: 11px 14px;
  text-decoration: none;
  display: block;
}


.navbar-brand{
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    font-size: 16px;
}



.new{ 
    color: green;
    text-align:right;
}

.new:hover{
    color: white;
    transition: .4s ease-in-out;
}

/* Navigation Bar */