body{
    background: #003870;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #888888;

}

h1, h3{
    color: #003870;
    font-weight: 500;
    text-transform: uppercase;
}

p{ color: #888888; }

.header{
    position: relative;
    width: 100%;
    z-index: 1;
    padding-bottom: 7vh;
    border-top: 12px solid #003870;
    background: #f4f4f4;
}

#logo{
    margin-left: 15vw;
    margin-top: 1vh;
}

.navbar{
    bottom: 0.5vh;
}

.navbar a{
    color: #003870 !important;
    font-family: 'Noto Sans', sans-serif;
    background-color: #f4f4f4 !important;
    text-transform: uppercase;

}

.nav-link:hover{ 
    background-color: #0f5ead !important;
    color: whitesmoke !important;
    border-radius: 10px;
}

.navbar-collapse{
    text-align: center;
}

a.active{
    background-color: #0f5ead !important;
    color: whitesmoke !important;
    border-radius: 10px;
}

#contentNavItems{
    margin-top: 5%;
    font-size: 18px;
}

/* Hamburger Menu */
.bar1, .bar2, .bar3 {
    border-radius: 10px;
        width: 35px;
        height: 5px;
        background-color: #003870;
        margin: 6px 0;
        transition: 0.4s;
    }

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

#greenLine{
    stroke:#b5e51d;
    stroke-width: 0.5;
}

#blueLine{
    stroke:rgb(0, 0, 153);
    stroke-width: 0.5;
}

.content{
    font-family: 'Roboto', sans-serif;
    background-color: #f4f4f4;
    /* padding-bottom: 10vh; */
}

.container{
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 50px;
}

#servicesList{ padding-left: 8%; }

#rentalsList{ padding-left: 8%; }

.container li{ font-size: 2vh; }

.container p{ font-size: 2vh; }

.carousel{ border: 3px solid #9c9c9c; }

.intro{ margin-top: 5vh; }

.gallery{ margin-top: 10px; }

.gallery img{
    width: 150px;
    padding: 5px;
    filter: grayscale(100%);
    transition: 0.5s;
}

.gallery img:hover{
    filter: grayscale(0);
    transform: scale(1.1);
}

.map{
    width: 100%;
    height: 50vh;
    border: 1px solid #9c9c9c;
    margin-left: 5px;
}

.address{ margin-top: 5%; }

.address img{
    border: 2px solid #b8b8b8;
    width: 100%;
}

form{ margin-top: 5%; }

.requiredSpan::after{
    content: "*" !important;
    color:red;
    padding-left: 3px;
}

.buttonDiv{ text-align: center; }

#submitButton{
    width: 100%;
    font-size: 24px;
}

.baseWrap{
    border-top: 10px solid #b5e51d;
}

.credWrap{ padding: 5vh 0 5vh 2vw; }

#credits{ color: white; }

#credits a{
    color: #e5e5e5;
    text-decoration: none;
}

#credits img{ margin-top: 5%; }



/* MEDIA QUERIES */

/* Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap */
@media (max-width: 575px){
    #logo img{
        max-height: 100px;
        max-width: 150px;
    }

    .container ul{
        padding-left: 10%;
        font-size: 20px;
    }

    .address img{ width: 100%; }

    #greenLine{ stroke-width: 2; }

    #blueLine{ stroke-width: 2; }

    #submitButton{ font-size: 18px; }

    #credits{ font-size: 12px; }

    h1{ font-size: 30px; }

    h3 { font-size: 24px; }
}

 /* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    #logo img {
        /*max-height: 200px;*/
        max-width: 200px;
    }
}

 /* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

 /* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

 /* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
