* {
  box-sizing: border-box;
}

.row::after {
  position: relative;
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}
 /* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
} 



body, html {
  font-family: "Lucida Sans", sans-serif;
  height: 100%;  
  margin: 0;
}

.contact-line{
  border-radius: 25px;
  background-color: #1074BC;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  max-width:50%;
  font-size: 12px;
  margin-bottom: 0px;
  padding: 0;
}


.header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/banner.jpg');
  height: 80%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  top: 30px;
  padding: 0;
}

/* .navbar-container {
  background-color: #aaa;
  z-index: 1;
} */
.navbar{  
  max-width: 1920px;
  width: 80%;
  margin: auto;  
  /* overflow: hidden; */
  position: fixed;
  left: 50%;  
  transform: translateX(-50%);
  text-align: center;
  /* height: 95px; */
  height: auto;
  line-height: 60px;
  background-color: #fff !important;
  transition: 0.3s ease-in-out;
  z-index: 1;
}

/* .navbar.scrolled {
  background-color: #aaa !important;
  transition: background-color 200ms linear;
} */

.navbar img{
  float: left; 
  margin-left: 10px;
  margin-right: 10px;
  height: 80px;
  padding-left: 15px;
  padding-right: 20px;
  /* padding-bottom: 20px; */
  margin-top: 8px;
  margin-bottom: 7px;
}

.navbar a{
  float: left;
  display: block;
  padding: 20px 14px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  color: #1b95e0; /* #40f04f; */  
  /* z-index: 2; */
}

.navbar a:hover{
  background-color: #888;
  color: black;
}

/* Add an active class to highlight the current page */
.navbar a.active {
  background-color: #04AA6D;
  color: black;
}


/* .navbar {
  background-color: #04AA6D;
  color: white;
} */

.navbar .icon {
  display: none;
}

.nav-active {
    color: #000;
    background-color:#fff;
    box-shadow: 5px -1px 12px -5px grey;
}

@media screen and (max-width: 600px) {
  /* .navbar a {display: none;} */
  .navbar  a:not(:first-child) {display: none;}
  .navbar a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .navbar.responsive {
    position: relative;
    }
  .navbar.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.header-text{
  text-align: center;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.row h1{
  padding-top: 45px;
  text-align:center;
  font-size: 2em;
}

.row h3{
  text-align:center;
}
.row p, li{
  width: 80%;
  margin: auto;
  font-size: 1.2em;
  line-height: 2em;
  height: 100%;
}

.row img{
  margin: auto;
  width: 90%;
}

.icon img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.container {
  max-width: 1920px;
  width: 80%;
  margin: auto;
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  width: 100%;
  margin: auto;
}

form{
  width: 80%;
  margin: auto;
}

.c-80{
  width: 80%;
  margin: auto;
}
.container h1{
  text-align:center;
  font-size: 2em;
  padding: 20px;
}
.container-white {
  max-width: 1920px;
  width: 80%;
  margin: auto;
  border-radius: 5px;
  background-color: #fff;
  padding: 20px;
}

.container-waterblue {
  max-width: 1920px;
  width: 80%;
  margin: auto;
  border-radius: 5px;
  background-color: #1b95e0; /* #abf3af; */
  padding: 20px;
}

.container-black {
  border-radius: 5px;
  background-color: #000;
  padding: 20px;
  color: #fff;
  text-align: left;
}


.container-black a{
  text-decoration: none;
  color: #fff;
  text-align: left;
  line-height: 2em;
}

.container-black a:hover{
  background: #fff;
  color: #000;
}
.container-black p{
  padding: 0;
  text-align:left;
  margin: 0;
  font-size: 1em;
}
input[type=text], input[type=email], textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}
label{
  padding: 12px 12px 12px 0;
  display: inline-block;
  text-align: right;
}
input[type=submit] {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  padding: 5px;
  margin-top: 5px;  
  text-align:center;
  background-color: #5d5ff0;
}

input[type=submit]:hover {
  background-color: #2326f7;
}