body{
    font-size: .875rem;
    color: #595959;
}

nav{
    background-color:#dd7813;
}

.navbar-nav .nav-link {
   
    padding: 0 .9375rem;
    -webkit-transition: color .3s;
    transition: color .3s;
    color: #343b43;
    font-size: .8125rem;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 44px;
    text-transform: uppercase;
    text-decoration: none;
}

h3{
    color: #dd7813;
    font-size: 1.5rem;
}


h4{
    color: #dd7813;
    font-size: 1rem;
}

.bg-gray {
    background-color: #f5f6fa;
}

.bg-meroon {
    background-color: #782722;
}

.feature{
    color: #f5f6fa;
    font-size: 30px;
}

.img-thumb-medium{
    max-width:100%;
}

img{
    max-width: 100%;
}

.img-flag{
    max-width: 100%;
}

.logo-text, .logo-text:hover{
    font-size: 30px;
    text-decoration: none;
    color: black;
}

.nav-logo{
    width: 600px;
}

#myFooter{
    background-color: #dd7813;

}

.logo-footer{
    max-width: 150px;
}

.fas-icon {
    color: #dd7813;
    font-size: 30px;
    margin-bottom: 20px;
}

.btn{
    border-radius: 0px;
    font-size: .75rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    padding: .50rem 1.75rem;
    font-weight: bold;
    background-color:  #dd7813;
    border: 0px ;
}


.form-control {
    border-radius: 0;
}

.carousel-btns li {
    background: #dd7813;
    border-radius: 10%;
    width: 20px;
    height: 2px;
}

.bg-img-contact{
    background-image: url("../image/slide-contact.jpg") ;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem !important;
}

.bg-img-news{
    background-image: url("../image/slide-news.jpg");
    background-size: auto;
    background-position: center;

    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem !important;
}

.bg-img-events{
    background-image: url("../image/slide-events.jpg");
    background-size: auto;
    background-position: center;

    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem !important;
}

.bg-img-we-do{
    background-image: url("../image/slide-we-do.jpg");
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem !important;
}

.bg-img-are{
    background-image: url("../image/slide-are.jpg");
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  padding: 5rem !important;
}   

.bg-img-photos{
    background-image: url("../image/slide-photos.jpg");
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  padding: 5rem !important;
} 

.bg-img-material{
    background-image: url("../image/slide-resource.jpg");
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  padding: 5rem !important;
}   

.bg-img-resource{
    background-image: url("../image/slide-resource.jpg");
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  padding: 5rem !important;
}   