/* ----------------------------------------------Variables--------------------------------------- */

/* ----------------------------------------------Body------------------------------------------ */

#logo {
  margin-left: 15px;
}

#logo_small {
  display: none;
}

#navbar {
  background-image: linear-gradient(to bottom, #66b3ff, #255f8e);
  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

/* Style the navbar links */

#navbar a {
  float: left;
  color: #FFFFFF;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

/* Style the logo */

#navbar #logo {
  transition: 0.05s;
}

/* Links on mouse-over */

/* Style the active/current link */

#navbar a.active {
  background-image: linear-gradient(to bottom, #255f8e, #2EB8B8);
  color: #f7d618;
  font-weight: bold;
  font-style: normal;
}

/* Display some links to the right */

#navbar-right-inner {
  background-color: transparent !important;
  margin-top: 32px;
  float: right;
}

/* ----------------------------------------------main warapper------------------------------------------ */

#main_wrapper {
  background-image: url(/images/background.jpg?6788fcf40a60a4b4cf1a52d06b672629);
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#top-container {
  margin-top: 97px;
}

#fumutec {
  text-align: center;
  margin: auto;
  margin-top: 200px;
  margin-bottom: 150px;
}

#title_header {
  font-family: "Ubuntu", sans-serif;
  font-weight: bolder;
  color: #c2f4e7;
  -webkit-text-stroke: 1px black;
}

#title_header_small {
  display: none;
}

.concern {
  color: #255f8e;
}

#middle-container {
  background-image: linear-gradient(to bottom, #66b3ff, #255f8e);
}

.services {
  height: 325px;
  margin: auto;
  margin-top: 10px;
  text-align: center;
  color: #c2f4e7;
}

.services a {
  color: #c2f4e7;
}

.services a:hover {
  text-decoration: none;
  color: #f7d618;
}

.services-content {
  width: 320px;
  height: 240px;
  border: 1px solid #e1e1e1;
  margin: auto;
  margin-top: 10px;
}

.services-content a:hover img {
  opacity: 0.7;
}

.service-info a {
  text-decoration: none;
}

.service-info a:hover {
  text-decoration: none;
  color: #f7d618;
}

.service-info a:hover img {
  opacity: 0.7;
}

.service-info h2 {
  color: #255f8e;
}

#sec_policy {
  margin-top: 0;
}

#sec_aware {
  margin-top: 0;
}

#penttest {
  margin-top: 0px;
}

#sec_control {
  margin-top: 0;
}

#last_wrapper {
  background-color: #FFFFFF;
}

#last-container {
  background-color: #FFFFFF;
}

#home_service {
  margin-top: 20px;
}

#service_content {
  margin-top: 100px;
}

.range_wrapper {
  border-radius: 6px;
  box-shadow: 2px 3px #BBBBBB;
  border: 1px solid #BBBBBB;
  padding: 8px;
  margin-bottom: 20px;
}

.spacer {
  margin-bottom: 30px;
  padding-top: 15px;
}

#contact_wrapper {
  background-image: url(/images/contact_background_low.jpg?c5ac5129cc1bc0b12e1689166c4776f8);
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#service_content {
  margin-top: 97px;
}

#contact_content {
  background-color: #FFFFFF;
  margin: auto;
  margin-top: 180px;
  margin-bottom: 190px;
  border-radius: 6px;
  width: 50%;
  min-height: 250px;
  border: 1px solid #f7d618;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
}

/* ----------------------------------------------footer------------------------------------------ */

#footer-wrapper {
  background-color: #000d33;
}

#footer-container {
  background-color: #255f8e;
  min-height: 200px;
  padding-top: 15px;
}

.footer-menu ul {
  list-style: none;
}

.footer-menu a {
  color: #c2f4e7;
}

.footer-menu a:hover {
  text-decoration: none;
  color: #f7d618;
}

@media screen and (max-width: 912px) {
  #service_content {
    margin-top: 182px;
  }

  #footer-wrapper {
    min-height: 566px;
  }
}

@media screen and (max-width: 769px) {
  #main_wrapper {
    background-image: url(/images/background-mobile.jpg?8c799ecbd58882d455b89af06569135f);
  }

  #service_content {
    margin-top: 184px;
  }

  #footer-wrapper {
    min-height: 220px;
  }
}

@media screen and (max-width: 580px) {
  #main_wrapper {
    background-image: url(/images/background-mobile.jpg?8c799ecbd58882d455b89af06569135f);
  }

  #logo_small {
    display: inline;
  }

  #logo {
    display: none;
  }

  #navbar-right-inner {
    background-color: transparent !important;
    margin-top: 0;
    float: none;
  }

  #fumutec {
    text-align: center;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 40px;
  }

  #title_header {
    display: none;
  }

  #title_header_small {
    display: block;
    font-family: "Ubuntu", sans-serif;
    font-weight: bolder;
    color: #c2f4e7;
    -webkit-text-stroke: 1px black;
  }

  #service_content {
    margin-top: 141px;
  }

  #contact_content {
    width: 90%;
  }

  .footer-menu ul {
    padding-left: 5px;
  }

  #footer-wrapper {
    min-height: 200px;
  }
}

