/*Global Attributes!-*/
body{
    font-family: 'Lato', sans-serif;
    box-sizing: border-box;
    font-size: 16px;
    overflow-x: hidden;
    background-color: #FFF;
}

hr{
    border: #232323 1px solid;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
ul{
    padding-inline-start: 0;
    list-style: none;

}
i{
    font-size: 3em;
    padding-right: 0.5em;
}
a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    color: #f3b82e;
    transition: 0.5s;
}

a:hover{
    color: #c59a32;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.orange{
    color: #f3b82e;
    display: inline;
    font-size: inherit;
}

.title{
    text-transform: uppercase;
}

.text-section{
    text-align: justify;
    margin: 5px;
}

/*Navbar CSS*/
header{
    background-color: #343434;
    color: #fff;
    height: 5em;
    position: fixed;
    display: flex;
    align-items: center;
    z-index: 100;
    width: 100%;
    -webkit-box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.3);
}
header img{
    padding: 1em;
}
#navigator{
    display: inline;
    font-size: 1.125em;
}
nav ul li{
    display: inline;
    padding: 0 1em;
}
#dropnav{
    display: none;
}
#dropnav li{
    font-size: 1.5em;
    font-weight: bold;
}
#dropnav hr{
    margin: 10px;
}
#toggleNav{
    display: none;
    float: right;
    margin-right: 16px;
}
@media screen and (max-width: 325px){
    nav img{
        height: 60px;
    }
}
@media screen and (max-width: 780px){
    header{
        display: inline-block;
    }
    #navigator{
        display: none;
    }
    #dropnav{
        text-align: center;
    }
    #toggleNav{
        display: inline-block;
        padding: 16px;
    }
}

/* new hero */
.hero{
    padding: 0;
    padding-top: 80px;
}
.hero img{
    width: 100%;
}
.black-bg{
    background-color: #232323;
    color: #fff;
    padding: 16px;
    margin-bottom: 16px;
}
.green{
    color: #7FFF00;
}
.red{
    color: red;
}

.hidden{
    display: none;
}

.container {
    padding-top: 2em;
}

/*Cards CSS*/
.card-img-top{
    height: 230px;
}

.card-style{
    text-decoration-style: none;
    margin: 10px 0;
    text-align: justify;
    height: 350px;
}

.card-style:hover{
    background-color: #e5e5e5;
    -webkit-transition: background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    -ms-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
    
}

.card-style .title{
    text-align: left;
}

/*modal*/
.modal ul{
    padding-left: 5%;
}

@media screen and (max-width:576px){
    .modal{
        padding: 0  5%;
    }
}

/*Jcarousel CSS*/
.wrapper {
    width: 100%;
    padding: 0 20px 40px 20px;
    margin: auto;
}

.jcarousel-wrapper ul li img{
    width: 200px;
    max-height: 80px;
    padding: 5px;
    margin: 10px 0 0 0;
    align-content: center;
}

.jcarousel li {
    float: left;
}

.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

.jcarousel-control-prev a:hover{
    text-decoration: none;
}

/*Carousel*/
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/*Carousel Controls*/
.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
}

.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}

/*Carousel Pagination*/
.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

.submit{
    border: #f3b82e solid 5px;
    background-color: #f3b82e;
    font-size: 16px;
    font-weight: bold;
    color: #232323;
    border-radius: 2px;
    width: 120px;
}
.submit:hover{
    cursor: pointer;
    background-color: #c59a32;
    border: #c59a32 solid 5px;
    transition: 0.5s;
}
/*Footer*/
#footer{
    margin:0;
}

footer{
    width: 100%;
    z-index: 1;
    margin: 0;
    padding-top: 20px;
    color: #FFF;
    background-color: #343434;
}

.fa-map-marker-alt{
    font-size: 3em;
    margin: 0 0 20px 0;
}

footer i {
    display: inline-block;
}

.black-bar {
    color: #FFF;
    margin: 20px 0 0 0;
    padding: 5px 1.5%;
    background-color: #232b2b;
}

footer img {
    width: 150px;
    float: right;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0) scale(1.0, 1.0);
}

footer img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0) scale(1.0, 1.0);
}

.black-bar{
    font-size: 10px;
    text-align: right;
    padding: 5px 1.25%;
    margin: 0;
    background-color: #232323;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#map {
    height: 18em;
}

.active{
    color: #f3b82e;
}
.copyright {
    font-size: 1.5em;
    float: left;
    padding-top: 20px;
}