.header img{
    height:50px;
}

.dropdown li{
    white-space: nowrap;
}

.header a:hover{
    text-decoration: none;
    color: pink;
}

#btnHide{
    border-radius: 8px;
    background-color: white;
    border: none;
    padding: 8px 16px;
    margin-top: 5%;
}

.footer p{
    font-family: 'Be Vietnam', sans-serif;
    font-size: 19px;
}

#wcu{
    padding: 0 20%;
    margin-top: 100px;
    font-family: 'Be Vietnam', sans-serif;
    font-size: 1.4em;
    line-height: 30px;
}

.carousel-item{
    padding: 0 0;
}

#firstOne img{
    max-height: 650px;
}

#big img{
    max-height: 650px; 
    margin-top: 10px;
}

h1{
    font-family: 'Be Vietnam', sans-serif;
    font-weight: bold;
}



.header a{
    padding: 0 25px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Be Vietnam', sans-serif;
}
.dropdown-menu {
    display: block;
    visibility: hidden;
    opacity:0;
    transform: translateY(-10px);
    transition:.3s all;}

.dropdown-menu.show{
    display: block;
    visibility: visible;
    opacity:1;
    transform: translateY(0px);
    transition:.3s all;
}

#dropdownItems a{
    font-size: 15px;
    font-weight: 900;
}

#head.scrolled {
    background-color: white !important;
    transition: background-color 300ms linear;
}

.header a.scrolled{
    color:black !important;
    transition: color 300ms linear;
}

.header{
    background-color: rgb(0,0,0);
}


#rowFoot{
    margin-left: 0px !important;
}

#footer1{
    background-color: #dba093;
    height: 100%;
    width: 100%;
    padding: 50px 0;
    margin-top: 6%;
    font-family: 'Be Vietnam', sans-serif;
    font-size: 100%;
}


#footer2{
    background-color: #343a40;
    color: #686868;
    padding:20px 0;
    height: 100%;
}

#line{
    line-height: 35px;
}

.footer{
    align-items: center;
}



@media only screen and (max-width: 1024px) {
    #footerMid {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    #ourLoc {
        padding-top: 50px;
    }
}






@media screen and (max-width:1306px){
    #rightNav{
    display:none;
}
}



@media screen and (max-width:1306px){
    #leftNav{
    display:none;
}
}


@media screen and (min-width: 1306px) and (max-width: 1920px) {
    #btnHide{ display: none; 
} 
}


@media screen and (max-width:1024px){
    #wcu{
    font-size: 100%;
    padding: 0 15px;
}
}



@media screen and (max-width:1024px){
    h1{
    font-size: 100%;
}
}

