*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  }
body{
  z-index: 1;
}
header{   
  position: fixed;
  width:100%;
  transition: 0.3s ease-in-out;
  z-index: 3;
}
.placeholder{
  height: 140px;
  width: 100%;
  background-color:black;
  transition: 0.3s;
}
.placeholderb{
  position: sticky;
  bottom: 0;
  height: 60px;
  width: 100%;
  background-color:#ffffff;
  z-index: 1;
}
header.shrink {
  height: 50px;
  position: fixed;
  transition: 0.3s;
}
li{
  list-style: none;
  
}
a{
  font-family: 'Nunito', sans-serif;
  text-decoration: none;
}
text{
  font-family: 'Oswald', sans-serif;
}
strong{
  font-family: 'Nunito', sans-serif;
  font-size: 40px;
  color: #0b2232;
}
h1{
  font-family: 'Nunito', sans-serif;
  padding: 50px 50px;
}

h2{
  font-family: 'Nunito', sans-serif;
  max-width: 600px;
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  color:rgb(190, 112, 122);
  margin:0;
  vertical-align: baseline;
}
h3{
  font-family: 'Nunito', sans-serif;
  max-width: 600px;
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: bold;
  color:#1f2d38;
  vertical-align: baseline;
}
p{
  font-family: 'Dosis', sans-serif;
  color: #000000; 
  font-size: 20px;
  transition: 0.3s;
}
.footer{
  font-family: 'Nunito', sans-serif;
  display: flex;
  position: static;
  bottom:0;  
  align-self:flex-end;
  padding: 20px 20px;
  align-items: center;
  justify-content: center;
  width:100%;
  height: 50px;
  background-color:#000000;
  color:#ffffff;
  z-index: 2;
}
.loose{
  width:60%;
} 
.footertext{
  color: #ffffff;
}
q{
  font-family: 'Nunito', sans-serif;
  display: inline;
  position: relative;
  flex-wrap: wrap;
  font-size: 40px;
 
  color:#4a7ea3;
  width:50%;
  padding: 2rem;
  margin:auto;
  transition: 0.3s;
}
/**q:before{
position: absolute;
left:-2rem;
top:-1rem;
color:#4a7ea3;
font-size: 120px;
}

q:after{
  color:#4a7ea3;
  position: absolute;
  font-size: 120px;
  right:3rem;

}**/

label{
  font-family: 'Nunito', sans-serif;
  font-size: medium;
  color: #ffffff;
  
}
input{
  font-family: 'Nunito', sans-serif;
  padding: 3px 3px;
  font-size: large;
  width: 100%;
  height: 30px;
  border-style: none;
  background-color: #e0eaf3;
  
  
  
}
textarea{
  font-family: 'Nunito', sans-serif;
  padding: 5px 5px;
  font-size: large;
  border-radius: 2px;
  border-style: none;
  border-width:2px ;
  width: 100%;
  height: 200px;
  border-style: none;
  background-color: #e0eaf3;
  
}
input[type=submit]{
  display: flex;
  align-items: center;
  justify-content: center;
  width:60%;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  background-color:#0b2232;
  color:#ebf6ff;
  border-style: none;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  
}
input[type=submit]:hover{
  background-color: #742e37;
}
.quote{
  display: inline-block;
  width: auto;
  height: auto;
  flex: 1 1 auto;
  position: relative;
  margin:auto;
  color:#0b2232;
  max-width: 45rem;
  padding: 2rem;
}
.container-quote::before{
  font-family:'Times New Roman', Times, serif;
  position: absolute;
  content: "\201D";
  font-size:100px;
  color: #4a7ea3;
}
.container-quote::after{
  font-family:'Times New Roman', Times, serif;
  position: absolute;
  content: "\201D";
  font-size: 100px;
  color: #4a7ea3;
}

.infostrip{
  display:flex;
  padding: 10px 70px;
  color:#ffffff;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  background-color: #742e37;
  transition: all 0.3s ease-in-out;
}
.infostrip a{
  display: flex;
  color:#ffffff;
  align-items: center;
}
.infostrip a img{
  padding:0px 5px;
}
.infostrip p{
  display: flex;
  color:#ffffff;
  align-items: center;
}
.infostrip p img{
  padding:0px 5px;
}
.infostrip.shrink{
  display: none;
  top:-100%;
}
.footertext{
  font-size: smaller;
  font-weight: lighter;
}
button{
  border-style: none;
}

.buttoncont{
  display: flow-root;
  max-width: 300px;
  }
.buttonwhite{
  max-width: 500px;
  display: block;
  margin-bottom: 20px;
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  padding: 10px 30px;
  background-color:rgba(255, 255, 255, 0.8);
  color:#1f2d38;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  }
.buttondark{
  max-width: 500px;
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  padding: 10px 30px;
  background-color:#1f2d38;
  color:#ffffff;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  }
.buttonwhite:hover{
    background-color:#742e37;
    color: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.9);
  }
.buttondark:hover{
  background-color:#742e37;
  color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.9);
  }
.icon{
  max-height: 50px;
  max-width: fit-content;
  padding: 10px 10px;
}
.navbar{
 height: 100px;
 display: flex;
 justify-content: space-between;
 align-items: center;
 background-color: #000000;
 padding: 5px 70px;
 transition: 0.3s;
 }
 .symbols{
  display:flex;
  width:100%;
  height:70px;
  background-color:#ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size:contain;
  transition: 0.3s;
  margin:45px 0px;
  }
 .curve{
  display: flex;
  bottom:0;
  width:100%;
  height: 228px;
  background-image: url('curve.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  bottom: -4px;
}
.curve-invers{
  display: flex;
  width:100%;
  height: 63px;
  background-image: url('curveinvers-black.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}
 .navbar.shrink{
  height: 50px;
 }
.menu {
  font-family: 'Nunito', sans-serif;
  font-size: large;  
  display: flex;
  align-self:center;
  justify-content: space-between;
  gap: 10px;  
  transition: 0.3s;
  
}
.hamburger{
  display: none;
  cursor:pointer;
  height: 100px;
  min-width: 80px;
  background-color: #4a7ea3;
  transform: 0.3s;  
}
.hamburger.shrink{
height:50px
}
.bar{
  display:block;
  width:25px;
  height: 3px;
  margin: 2.5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}
.logo{
    display:flex;
    width:200px;
    height:80px;    
    background-image:url('logo_small_horizontal.png') ;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.2s ease-in-out;
}
.logo.shrink {
  width:105px;
  height: 42px;
  background-size: cover;  
  background-position: center;
  left:20%;
  
}
.parallax-container { 
    display:flex;
    flex-direction: column;
    width:100%;
    align-items: center;
    justify-content:center;
    gap:30px;
    background-size: center;
    background-position:center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 30px;
    /**box-shadow:inset  0px 0px 15px 0px rgba(0, 0, 0, 0.9);**/
    transition: 0.3s;
    z-index: 2;
    
  }
 .background{
  display:flex;
  width:100%;
  height: 660px;
  align-items: center;
  justify-content:center;
  background-size: cover;
  background-position:top;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow:inset  0px 0px 15px 0px rgba(0, 0, 0, 0.9);
  margin-bottom: 0px;
  padding-bottom: 60px;

 } 
 .container-hor{
  width:80%;
  height: 400px;
  display:flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
 }
 .container-hor h1{
  font-weight: 400nbn;
 }
 .container-ver{
  min-height:500px;
  width:100%;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  gap: 5px;
  padding: 10px 10px;
  margin:5px 5px;
 }
 .container-ver-small{
  height:300px;
  width:50%;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
  margin: 10px 5px;
 }
 .container-ver p{
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  color: #000000;
 }
 .container-ver-small p{
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  color: #ffffff;
 }
 .container-ver-small h1{
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  padding:5px 10px;
  font-weight: bold;
 }
 .container-ver h1{
  font-family: ''Oswald'', sans-serif;
  font-size: medium;
  font-weight: 500;
 }
 .container{
  display: flex;
  justify-content: space-evenly;
  height: auto;
  width:100%;
  
 }
 .container-rev{
  display: flex;
  justify-content: space-evenly;
  height: auto;
  width:100%;
  padding: 5px 5px;
 }
 .container-half{
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: center;
  width:50%;
  height:100%;
  padding-top: 10px;
 }
 .container-img{
  display: flex;
  min-height: 500px;
  width:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size:contain;
  transition: 0.3s;
  }
 
 .content {   
    display: block; 
    /**text-shadow: 2px 2px 4px #000000;**/
    padding: 40px 40px;
    text-align: left;
    justify-content: center;
    max-width: 600px;
    height: auto;
    margin:0px 100px;
    background-color: rgb(255, 255, 255, 0.5);
    border-width: 3px;
    border-color: #ffffff;
    border-radius: 10px;
    
 }
 .container-text{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 60px 60px;
  font-size: 20px;
  height: auto;
 }
 .container-text p{
  font-family: 'Nunito', sans-serif;
  color: #1f2d38;
 }
 .container-text a{
  font-size: 20px;
  font-weight: bold;
  color: #4a7ea3;
 }
 .content p{
  font-family: 'Dosis', sans-serif;
  color:#000000;
  font-size: larger;
  transition: 0.3s;
 }
 .content h1{
  color: #000000;
 }
.menu li {
    padding: 5px;
  }
.menu li a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    border: 0;

  }
.menu li a {
    transition: color 0.3s ease-in-out;
  }
.menu li:hover a {
  color:rgb(190, 112, 122);
  size:+10%; 
  }


.card{
    margin-top:15px;
    display:flex;
    justify-content:center;
    align-items: center;
    gap:20px;
    min-height: 400px;
    width:100%;
    padding: 0px 10px;    
  }
.card a{
  color: rgb(74, 126, 163);
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.card a:hover{
  color:#742e37;
}
.cardrev{
  display:flex;
  justify-content: center;
  align-items:center;
  gap:20px;
  min-height: 400px;
  width:100%;
  padding: 0px 10px;   
}
.cardgraph{
    display: flex;
    width:500px;
    height: 350px;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.3s;
  }
.cardtext{
    display: block;
    width: 600px;
    padding: 10px 10px;;
  }

.emailform{
  height: 100%;
  width:100%;
  
}
.formcontainer{
  display:flex;
  align-items: center;
  padding:20px 20px;
  width:100%;
}
.conttext{
  display:flex;
  flex-direction: column;
  align-items: left;
  width:100%;
  height: 600px;
  padding:20px 20px; 
  background-color: #4a7ea3;
}
.conttext h1{
  color:#ffffff;
  font-size: 28px;
  padding:10px 5px;
    
}
.conttext p{
  padding:5px 5px;

}

.maintext{
    color:#1f2d38;
    font-size:larger;
  }

  @media (max-width:1000px) {
    .content{
      margin:0px 0px;
    }
 
    .hamburger{
      display:flex;
      justify-content: center;
      margin-right:0px;
      width:100px;
      height:100px;
      flex-direction: column;
      transform: 0.3s;
      border: 1px;
      border-radius: 1px;
      border-color: antiquewhite;
    }
    .navbar{
      padding: 0%;
    }
    .menu{
      left:-100%;
      top: 140px;
      padding-top:10px;
      padding-bottom:10px;
      gap: 4px;
      font-size: 14px;
      flex-direction: column;
      background-color: #742e37;
      width:100%;
      text-align: center;
      position:absolute;
    }
    .menu.shrink{
      top:50px;
    }
    .logo{
      margin-left: 15px;
      margin-right: 15px;
    }
    .menu.active{
      left:0;
      display: flex;
      font-size: larger;
      gap:8px;
    }
    .hamburger.active .bar:nth-child(2){
      opacity: 0;
    }
    .hamburger.active .bar:nth-child(1){
      transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3){
      transform: translateY(-8px) rotate(-45deg);
    }
    .parallax-container{
      display: flex;
      flex-direction: column;
      align-items: center;
      width:100%;
      background-position: -900px -100px;
           
    }
    .contact-container{
      flex-direction: column;
      align-items: center;
     }
      
    .container-text{
      font-size: 18px;
      padding: 10px 10px;
    }
    q{
      width:95%;
      font-size: 30px;
    }
    p{
    font-size: 16px;
    }
    .loose{
      width: 95%;
    }
    .footer{
      max-height: 150px;
      position:static;
    }
    
    
  }
  @media (max-width:800px){
    
    .placeholder{
      height:100px ;
    }
    .infostrip{
      display: none;
      
    }
    .symbols{
    height: 30px;    
    margin:30px 0px;
    }
    .card{
    flex-direction:column;
    justify-content: center;
    align-content: center;
    }
    .cardrev{
      flex-direction:column-reverse;
      justify-content: center;
      }
    .cardtext{
      width: auto;
      height: initial;
    }
    .cardgraph{
      margin-top: 20px;
      width:296px;
      height: 207px;
    }
    .menu{
      top: 100px;
    }
    h1{
      font-size: 30px;
      margin: 10px 5px;
      padding:5px 5px;
    }
   h3{
    font-size: 30px;
   }
 
  .container{
    flex-direction: column;
    height: auto;
  }
  .container-rev{
    flex-direction: column-reverse;
    gap:15px;
    height: auto;
  }
  .container-hor{
    flex-direction: column;
    gap: 20px;
    height: auto;
  }
  .container-ver{
    gap: 5px;
    
    width: 100%;
    padding: 0px 5px;
  }
  .container-ver h1{
    font-size: 30px;
  }
  .container-ver-small{
    width:100%;
  }
  .container-half{
    width:100%;
    margin: 0;
    padding: 10px 10px;
  }

  .container-img{
    min-height: 250px;
  }
  q{
    width:100%;
    font-size: 25px;
  }

  }