.english{background-image: url(../images/base/english.png);position: fixed;top: 400px;right: -1px;height: 36px;width: 95px; z-index:1111111;}
.english:hover{background-image: url(../images/base/english-hover.png);position: fixed;top: 400px;right: -1px;height: 36px;width: 95px; z-index:1111111;}

.spanish{background-image: url(../images/base/spanish.png);position: fixed;top: 400px;right: -1px;height: 36px;width: 95px; z-index:1111111;}
.spanish:hover{background-image: url(../images/base/spanish-hover.png);position: fixed;top: 400px;right: -1px;height: 36px;width: 95px; z-index:1111111;}



.navbar-light {
    background-color: white;
    min-height: 80px
}

.navbar-light .navbar-collapse {
    background-color: white
}

.navbar-light .navbar-brand {
	padding: 0;
}

.navbar-light .navbar-brand img {
    height: 64px
}

.navbar-light .navbar-nav .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    font-size: calc(16px + (18 - 16) * ((100vw - 1200px) / (1920 - 1200)));
    font-weight: 700;
    color: cornflowerblue !important;
    border-right: 1px solid cornflowerblue
}

.navbar-light .navbar-nav .nav-item:last-child .nav-link {
    border-right: none
}

.navbar-light .form-control {
    color: cornflowerblue;
    border-color: cornflowerblue
}

.navbar-light .btn {
    border-color: none
}

.navbar-light .btn img {
    height: 25px
}

footer {
    padding-top: 1%;
    padding-bottom: 1%;
    min-height: 50px
}

footer .row>div {
    display: flex;
    justify-content: center;
    align-items: center
}

footer a {
    color: black;
    font-size: 16px;    
    text-align: center
}

footer p {
    font-size: 20px;
    margin-bottom: 0px;
    text-align: center
}

#s1 {
    margin-top: 80px;
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;    
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16)
}

#s1 .s1-r1>div {
    height: 200px;
    background-image: url("../images/home/s1-r1-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right
}

#s1 .s1-r2 {
    padding-top: 15px;
    padding-bottom: 15px;
}

#s1 .s1-r2 h1 {
    margin-bottom: 20px;
}


@media only screen and (max-width: 1199px) {
    .navbar-light .navbar-nav {
        padding-top: 30px
    }

    .navbar-light .navbar-nav .nav-link {
    	font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {

}
