body {
    font-family: Arvo, serif;
    background-color: rgb(51, 51, 51);
    border-style: solid;
    border-width: 10px;
    border-color: rgb(51, 51, 51);
}

.border1 {
    background-color: rgb(19, 19, 19);
    border-style: solid;
    border-width: 12px;
    border-color: rgb(51, 51, 51);
    border-radius: 22px;
}

.border2 {
    border-style: solid;
    border-width: 10px;
    border-color: rgb(252, 200, 33);
    border-radius: 10px;
    margin: -1px;
}

.logo {
    height: 85px;
}

.navbar-header {
    height: 110px;
}

.navbar-inverse {
    background: rgba(0, 0, 0, 0.5);
}

.nav li {
    font-size: 17px;
    margin-right: 35px;
    padding: 30px 0;
    margin: 0 24px;
}

.navbar-inverse .navbar-nav>li>a {
    color: rgba(252, 200, 33, 0.3);
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: rgb(252, 200 ,33);
    border-bottom: 2px solid;
    padding-bottom: 42px;
    margin-bottom: -34px;
}

.jumbotron {
    background-color: transparent;
    color: rgba(252, 200, 33, 1);
    text-align: center;
    margin: 0;
    padding: 10px;
    letter-spacing: 2.5px;
}

.bodyimage {
    height: 100px;
}

/* .col-md-4 {
    text-align: center;
    color: rgba(252, 200, 33, 0.5);
    margin: 40px 0;
}

.icons p {
    font-size: 15px;
} */

.container-fluid h1 {
    color: rgba(252, 200, 33, 1);
    text-align: center;
    padding: 20px;
    letter-spacing: 2.5px;
    font-style: italic;
}

#promise {
    padding: 50px 0;
}

#myCarousel {
    width: 60%;
    margin: 0 auto;
}

.carousel-inner .item img {
    height: 400px;
    margin: 0 auto;
}

.carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    height: 180px;
    color: rgba(252, 200, 33, 1);
}

.carousel-caption > h2 {
    padding: 0 50px;
}

.contact {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 100px;
}

.btn {
    background-color: rgba(252, 200, 33, 0.3);
    border: none;
    border-radius: 10px;
    color: rgb(252, 200, 33);
    font-size: 18px;
    font-weight: bold;
    padding: 10px 70px;
    letter-spacing: 1.3px;
}

@media (hover: hover) {
    .btn:hover {
        background-color: rgb(252, 200, 33);
        color: rgb(182, 120, 33);
    }
}

.btn:active {
    background-color: rgb(252, 200, 33);
    color: rgb(182, 120, 33);
}

.footer {
    background-color: rgba(252, 200, 33, .3);
    color: rgb(282, 230, 63);
    font-size: 18px;
    padding: 10px 0;
}

@media (max-width: 1100px) {
    .carousel-inner .item img {
           height: 300px;
        }

    .carousel-caption h2 {
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    .bodyimage {
        height: 70px;
    }
    
    .btn {
        font-size: 12px;
        padding: 10px 40px;
    }
    
    .jumbotron h1{
        font-size: 28px;
    }

    .carousel-inner .item img {
        height: 210px;
     }

     .carousel-caption h2 {
         font-size: 20px;
     }
}

@media (max-width: 545px) {
    .carousel-inner .item img {
        height: 100px;
     }

     .carousel-caption {
        height: 120px;
    }

     .carousel-caption h2 {
        font-size: 10px;
    }
}