@font-face{
    src: url(../fonts/above2.ttf);
    font-family: hero;
}
body{
  font-family: hero ;
}
.space{
    padding-top: 100px;
    padding-bottom: 100px;
}

.space1{
    padding-top: 30px;
    padding-bottom: 30px;
}
.translucent{
  background-color: rgba(0,0,0,0.6);
}
.badge{
  top: -7px;
  font-size: 10px;
  position: relative;
}
.hr-fugo{
    width: 30px;
    margin-bottom: 50px;
    border: 1px solid #099ACE;
}
.btm-line{
  border-bottom: 2px solid #EE4540 ;
}
.hero{
  color: white;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../../imgs/slide/5.jpg)!important;
}
.hero .row{
  background-color: rgba(0,0,0,0.4);
}
h2{
    color: #FFA500;
}
a{
    cursor: pointer;
    text-decoration: none!important;
}
#lev0{}
#lev0{
    color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../../imgs/slide/5.jpg)!important;
}
#lev0 h1{
}
#lev0 h6{
  color: #FFA500;
  font-size: larger;
}
  /*affects navigation */

nav a.navbar-brand{
  color: #FFA500/* #CE4646 */ !important;
  font-family: ;
}
nav a.navbar-brand i{
  color: #FFA500;
}
@media screen and (max-width: 750px) {
  nav a.navbar-brand{
      color: #FFA500/* #CE4646 */ !important;
      font-family: ;
    }
}


 /* Add a dark background color with a little bit see-through */
.navbar {
    border: 0;
    height: 75px;
    font-size: 14px !important;
    letter-spacing: 1px;
    z-index: 10000!important;  
    box-shadow: 0px 3px 5px #ccc;
}
.navbar a span.long{
  display: block;
}
.navbar a span.short{
  display: none;
}

/* Add a gray color to all navbar links */
.navbar li a {
  font-size: small;
  color: #333 !important;
  transition: linear 0.3s;
}

/* On hover, the links will turn white */
.navbar-nav li a:hover {
    color: #2C9EC7 !important;
}

/* The active link */
.navbar-nav li.active a {
    color: #099ACE !important;
    background-color: ;
}
/* Remove border color from the collapsible button */
.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-nav .dropdown-menu{
  font-size: small;
  border-radius: 0px;
    background-color: white!important; 
}
.navbar-nav .dropdown-menu a{
  color: #333 !important;
  background-color: ;
}
@media only screen and (max-width: 750px) {
    .navbar a span.long{
      display: none;
    }
    .navbar a span.short{
      display: block;
    }           
}
  /*affects navigation */

#info{}
#info{
  background-color: white;
}
#info h3{
  color: #053B56;
  font-family: logo;
}
#info a i{
  color: #aaa;
  font-size: 20px;
  padding-left: 10px;
  transition: linear 0.3s;
}
#info a i:hover{
  color: #2C9EC7!important;
}
#info .media i{
  top: 3px;
  color: #FFA500 !important;
  font-size: 20px;
  position: relative;
}
#info .media {
  color: #;
}

#logo {
  width: auto;
  height: 75px;
  float: left;
  display: block;
  top: -15px;
  position: relative;
}
@media only screen and (max-width: 766px) {
  #logo {
    top: -20px;
  }
}

nav {
  width: 100%;
}


* {
  box-sizing: border-box;
}







 
 #footer{}
 #footer{
    color: #fff;
    padding-top: 100px;
    padding-bottom: 25px;
    background-color: #041822;
 }
 #footer hr{
  margin-top: 25px;
  margin-bottom: 35px;
 }
 #footer h5{
    color: #C72C41;
    letter-spacing: 2px;
 }
 #footer p{
    color: #fff!important /* #ebefd0  */;
 }
 #footer input,#footer button{
  border:none;
  border-radius: 0;
  letter-spacing: 4px;
  box-shadow: none;
 }
 #footer input{
  color: #fff;
  background-color: #333;
 }
 #footer .media{
  margin-bottom: 10px;
 }
 #footer .media i{
  color: #0590a7;
 }
 #footer .social{
  margin-top: 20px;
 }
 #footer .social a{
    /*color: #b0bb68; */
    color: #f1f1f1;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    transition: 0.3s linear;
 }
 #footer .social a:hover{
    color: #C72C41;
}
 #footer .other_links{
    float: right;
 }
 #footer .other_links a{
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    transition: linear 0.3s;
 }
 #footer .other_links a:hover{
    color: #49beb7;
 }
 #footer{}