/* Colors */
/* blue: #12294B; */
/* orange: #ff6d2c */

.navbar{
    background-color: #ad4525;
}

.logo{
    padding-left: 60px;
}

.eho.eho-white path {fill: white;}

.header {
	height: 458px;
  background-image: url(../images/Header_Photo_Desktop2.jpg);
  background-repeat: no-repeat;
  color: white;
  background-color: #16284c;
  background-position: center;
}

.header h1{
    font-size: 48px;
}
.caps {
    text-transform: capitalize !important;
}
.header h3{
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.h2 {text-transform: capitalize !important;}

/* Text */

.bebas{
    font-family: 'bebas-neue';
}

.fp{
    font-family: futura-pt, sans-serif;
}

/* colors */

.orange{
    color: #ad4525;
}

.white{
    color: #fff;
}

.loName a{
    font-weight: bold;
    font-size: 1.2em;
    color: #5c6873;
}
.text-blue {color: #5c6873;}
.capitalize {text-transform:capitalize !important;}
a {
    color: #ad4525;
}

/* Button */

.btn-primary{
    background-color: #ad4525;
    border-color: #ad4525;
}

.btn-primary a{
    color: white;
    text-decoration: none;
}

.btn-primary:not(:disabled):not(.disabled):active{
    background-color: #ad4525;
    border-color: #ad4525;
}

.about{
    height: 250px;
}
.about2{
    height: 150px;
}

/* accessibility */
a.skip-link {
    position: absolute;
    top: -2rem;
    z-index: 1;
    padding: 0 0.5rem;
    background: #ccc;
    color: #ad4525;
    font-size: small;
    height: 2rem;
    line-height: 2rem;
    display: block;
    transition: top 1s ease-out;
    outline: none;
}
a.skip-link:focus {
    top: 0;
    transition: top 0.1s;
}
/* Footer */

footer{
    background-color: #333;
    color: white;
}

/* JSON */

.panel{
    display: none;
    padding: 0 18px;
}

.accordion{
    background-color: #333;
    color: #ffffff;
    cursor: pointer;
    border: none;
    padding: 18px;
    width: 80%;
    margin: auto;
    text-align: center;
    border: none;
    outline: none;
    transition: 0.4s;
}

.accordion:hover{
    background-color: #ad4525;
}

.rotate{
    -moz-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    transform:rotate(-90deg);
} 

.text-shadow{
    text-shadow: 2px 2px 4px #000000;
}




@media (max-width: 500px) {
    .about{
        text-align: center;
    }

    .about + p{
        text-align: center;
    }
  .about2{
        text-align: center;
    }

    .about2 + p{
        text-align: center;
    }

    .logo{
        margin: auto;
    }
}
