body {
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -1px;
  color: #575e71;
  font-weight: 400;
  background-color: #00aeef;
}

b, strong {
  font-weight: 600;
}
p {
  margin: 7px 0;
}
hr {
  border-top: 1px solid #00aeef;
  margin: 40px 0;
}

h1,h2,h3,h4 {
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
}

h1 {
  font-size: 40px;
  letter-spacing: -2px;
  color: #0e1934;
  margin: 0 0 15px 0;
  padding: 0;
}
h2 {
  color: #e5e0d7;
  padding: 0;
  margin: 0;
}
h3 {
  font-size: 30px;
  letter-spacing: -2px;
  color: #00aeef;
  margin: 25px 0 10px 0;
}
h4 {
  font-size: 24px;
  letter-spacing: -2px;
  color: #0e1934;
  margin: 0 0 10px 0;
  line-height: 30px;
}
h5 {
  color: #baa378;
}


/* NAV */
#mainNav .navbar-toggler {
  /* font-size: 90%;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: rgba(48,31,13,0.9);
  border: 0;
  background-color: rgba(255,255,255,.9); */
  right: 0;
  padding: 13px;
  color: rgba(48,31,13,0.9);
  border: 0;
}
#mainNav .navbar-brand {
  color: #fed136;
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: .75em 0;
  letter-spacing: 1px;
  color: #fff;
  margin: 0 2px;
}
#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #0e1934;
}
#mainNav {
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-transition: padding-top .3s, padding-bottom .3s;
  -moz-transition: padding-top .3s, padding-bottom .3s;
  transition: padding-top .3s, padding-bottom .3s;
  border: none;
}
/*@media (max-width:992px) {*/
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    /* padding: 1.1em 1em !important; */
    padding: 9px 18px !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #00aeef;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
/*} */
#mainNav .navbar-nav .nav-item .nav-link {
  font-family: 'Karla', sans-serif !important;
  font-weight: 400;
  font-size: 18px;
}
.bars3 {
  width: 30px;
  height: 3px;
  background-color: #FFF !important;
  margin: 6px 0;
}
/* .collapse.show {
  padding-top: 20px;
} */
/* @media only screen and (max-width: 410px) {
  .navbar-brand img {
    width: 210px !important;
  }
  .footer {
    font-size: 14px;
  }
} */

/* LOGO */
#logo {
  width: 300px;
}
@media (max-height: 650px) {
  #logo {
    width: 230px !important;
  }
}

/* HOME */
#intro-content {
  background-color: #FFF;
}
#home {
  background-image: url("../images/10a.svg?v=11");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #0e1934;
}
#home .container {
  height: 100vh;
}
#home .col-sm-12 img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#home .col-sm-12 img {
  width: 900px;
}
@media (max-height: 800px) {
  #home .col-sm-12 img {
    width: 500px;
  }
  #home .col-sm-12 * {
    font-size: 100% !important;
  }
  #home .intro-action {
    margin-top: 20px;
  }
  #home .btn-lg {
    padding: 6px 12px;
  }
}
@media (max-height: 550px) {
   #home .col-sm-12 img {
     width: 300px;
   }
   #home .col-sm-12 * {
     font-size: 14px !important;
   }
}
@media (max-height: 430px) {
  #home .container {
    height: 460px !important;
  }
  #down {
    position: static;
  }
  #home .btn-lg {
    padding: 4px 8px;
  }
}

#about,
#services,
#contact {
  background-color: #FFF;
}

.intro-action {
  font-size: 30px;
  color: #FFF;
  margin-top: 40px;
}
#up {
  text-align: center;
  position: absolute;
  top: auto;
  right: auto;
  top: 40px;
  left: 0px;
  width: 100%;
}
#down {
  text-align: center;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 40px;
  left: 0px;
  width: 100%;
}

/* INTERNAL PAGE */
.internal-page {
  background-color: #00aeef;
}

/* GALLERY */
.gal {
  margin-top: 30px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  color: #00aeef;
  font-style: italic;
}
.gal ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gal ul li {
  margin-bottom: 10px;
}

.gal img {
  width: 100%;
  padding: 0 0 5px 0;
}
.gal div {
  padding-bottom: 10px;
}
@media (max-width: 500px) {
  .gal {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

/* INTERNAL MENU */
.menu_simple ul {
  margin: 10px 0 20px 0;
  padding: 0;
  width:100%;
  list-style-type: none;
  border: 1px solid #00aeef;
  border-radius: 10px;
}
.menu_simple ul li  {
  border-bottom: 1px solid #00aeef;
}
.menu_simple ul li img  {
  fill: #FF0000;
}
.menu_simple ul li span  {
  padding-left: 10px;
}
.menu_simple ul li:last-child {
  border-bottom: none;
}
.menu_simple ul li a {
  text-decoration: none;
  padding: 10.5px 17px;
  color: #0e1934 !important;
  display:block;
}
.menu_simple ul li:first-child .active {
  background-color: #00aeef;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #FFF !important;
}
.menu_simple ul li .active,
.menu_simple ul li:hover .active {
  background-color: #00aeef;
  color: #FFF !important;
}
.menu_simple ul li:last-child .active {
  background-color: #00aeef;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #FFF !important;
}
.menu_simple ul li a:hover,
.menu_simple ul li .current {
  color: #00aeef !important;
}

/* BTN */
.btn-primary {
  background-color: #c50502;
  border-color: #c50502;
}

/* FOOTER */
#footer {
  padding: 20px 0 30px 0;
  background-color: #00aeef;
  /* background-image: url('images/11a.svg?v=11'); */
  background-repeat: no-repeat;
  background-size: 150%;
  background-position: center;
  text-align: center;
  color: #0e1934;
}

/* FORM */
.contact-form__input {
  font-size: 16px;
  padding: 8px 15px;
  border: 0;
  border-radius: 10px;
  margin-right: 10px;
  width: 380px;
  color: #858585;
  outline: none;
}
.contact-form__input-submit {
  background: linear-gradient(135deg, rgba(0,174,239,1) 0%, rgba(14,25,52,1) 100%);
  background: #00aeef; /* rgba(14,25,52,1); */
  color: white;
  font-weight: 600;
  width: 120px;
}
.inputList {
  list-style: none;
  margin: 5px !important;
  padding: 0 !important;
}
.inputList li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.inputList li label {
  padding: 0;
}
.form-group {
  margin-bottom: 10px !important;
  margin-left: 0;
  margin-right: 0;
}
.form-group label {
  padding-top: 7px;
}
#contactForm ul {
  padding: 0;
  margin: 0 0 10px 15px;
}
.help-block ul {
  padding: 0 !important;
  margin: 0 !important;
}

#contactForm ul li input {
  margin-right: 10px;
}







.plus {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: center;
  line-height: 215px;
}


.cover {
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
}

.cover:hover {
  background: rgba(0,174,239, 0.5);
}

/* PARTs */
.tint {
  background-color: rgba(0,0,0,0.25);
}
.tint2 {
  background-color: ;
  background: linear-gradient(180deg, rgba(0,0,0,0.25) 50%, #FFF 50%);
}
.intro {
  text-align: center;
  color: #FFF;
  font-size: 62px !important;
  line-height: 70px;
  margin-bottom: 50px;
}
.emphasis,
blockquote {
  background-color: #ebf9fe !important;
  padding: 25px;
  border-radius: 10px;
  border: 2px solid #80d7f7;
}
.emphasis ul,
blockquote ul {
  padding: 0 35px;
  margin: 0;
  list-style: none;
  list-style-image: url("../images/arrow-sml.svg");
}
.emphasis ul li,
blockquote ul li  {
  padding: 0 5px 0 0;
}
.indent {
  border-left: 2px solid #80d7f7;
  padding: 20px;
  background-color: #ebf9fe;
}




/* ------------------  OLDER ------------------ */




/*














#gallery2 {
  background: #0e1934;

}
#gallery2 .container .col-sm-3 {
  background-repeat: no-repeat;
  background-size: cover;
  height: 215px;


}



.img1 {
  background-image: url("team.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

*/
