html,
body {
  padding: 0!important;
  margin: 0!important;
  font-family: Helvetica Neue, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
  text-transform: none;
}

footer {
  box-sizing: border-box;
  width: 100vw;
}

[data-entrance] { 
	visibility: hidden; 
}

.container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-family: helvetica;
  }

  #fade {
    opacity: 1;
  }
  
  .description{
    text-align: center;
    font-size: 16px;
    color: #001532;
  }

    .list {
        font-size: 16px;
    }
  
  .text_left {
    padding: 2px;
    margin: 0;
    text-align: left;
    font-size: 16px;
    color: #001532;
    font-weight: 400;
  }
  
  .text_left_bold {
    padding: 2px;
    margin-top: 20px;
    text-align: left;
    font-size: 16px;
    color: #001532;
    font-weight: 500;
  }
  
  .blue_section {
    background-color: #001532;
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 20%;
    padding-left: 20%;
  }
  
  .description_white{
    text-align: center;
    font-size: 16px;
    color: #FFF;
    padding: 5% 10%;
  }
  
  .image_text_left_container,
  .image_text_right_container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding-right: 5%;
    margin-bottom: 5%;
    padding-left: 5%;
  }
  
  .full_text_container {
    margin: 5%;
  }

	.full_text_container .description {
		width: 50%;
	}
  
  .image_container {
    margin: 50px;
    flex: 1;
    width: 40vw;
  }
  
  .image_container_right {
    background-repeat: no-repeat;
    background-size: contain;
    flex: 1;
    width: 45vw;
  }
  
  .image_container_left {
    background-repeat: no-repeat;
    background-size: contain;
    flex: 1;
    width: 45vw;
  }
  
  .contact_phone {
    margin-top: 20px;
  }
  
  .padding_20 {
    padding-right: 20px;
  }
  
  .text_left_container {
    flex: 1;
    padding: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: end;
  }
  
  .text_right_container {    
    flex: 1;
    padding: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: end;
  }
  
  .header_container {
    background-image: url("./header.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    font-size: 70px;
    height: 80vh;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0!important;
  }
  
  .header_image {
    width: 30vw;
    height: auto;
  }
  
  .header_title {
    text-align: center;
    font-weight: 400;
    font-family: helvetica;
  }
  
  .contact_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5%;
  }
  
  .contact_text_container {
    padding-left: 20px;
  }
  
  .contact_img_container {
    padding-right: 20px;
  }
  
  .title {
    margin-top: 5%;
    font-weight: 300;
  }
  
  .text_since_year {
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    color: #FFF;
    margin: 0;
  }
  
  .header_contact {
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    color: #001532;
    margin-left: 5%;
    margin-right: 5%;
  }
  
  .main {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .footer {
    width: 100%;
    height: 100px;
    background-color: #001532;
    color: #FFF;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 10%;
    padding-left: 10%;
    font-weight: 300;
    font-size: 12px;
  }
  
  .title a:hover,
  .title a:focus,
  .title a:active {
    text-decoration: underline;
    color: #001532;
  }
  
  .title {
    margin: 0;
    line-height: 1.15;
    font-size: 4rem;
    text-align: center;
  }
  /*HEADER*/
  .navigation_container {
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 30px;
  }

  .header {
      padding: 5%;
    text-align: center;
  }
  
  .margin_around {
    margin: 5%;
  }
  
  /*PAGES*/
  .page_container {
    padding: 10%;
    font-weight: 400;
    font-family: helvetica;
    font-size: 16px;
  }

  .body_container {
    font-weight: 400;
    font-family: helvetica;
    font-size: 16px;
  }
  
  .small_header {
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
  }
  
  @media only screen and (max-width: 1100px) and (min-width: 600px) {
    .header_container {
      background-repeat: no-repeat;
      background-position: top;
      background-size: cover;
      padding: 0!important;
    }
  
    .text_right_container {
      padding: 0px;
    }
  
    .text_left_container {
      padding: 0px;
    }
  }
  
  @media only screen and (max-width: 600px) {
    .image_text_left_container {
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      align-items: center;
      padding: 0;
      margin: 0;
    }
  
  
    .image_text_right_container {
      display: flex;
      flex-direction: column-reverse;
      justify-content: space-evenly;
      align-items: center;
      padding: 0;
      margin: 0;
    }
  
    .header_container {
      background-repeat: no-repeat;
      background-position: top;
      background-size: cover;
      color: #fff;
      font-size: 70px;
      height: 50vh;
      margin-bottom: 50px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 0!important;
    }
  
    .header_image {
      width: 80vw;
    }
  
    .text_since_year {
      font-size: 30px;
    }
  
    .text_right_container {
      padding: 50px;
    }
  
    .text_left_container {
      padding: 0 50px;
      flex-direction: column-reverse;
    }
  
    .title {
      font-size: 33px;
      text-align: center;
    }
  
    .description {
      font-size: 14px;
    } 
	  .full_text_container .description {
	  width: 80%;
	  }
  
    .blue_section {
      padding-left: 5%;
      padding-right: 5%;
      margin-top: 20px;
    }
    
    .description_white {
        font-size: 14px;
        padding: 20px;
    }

    .list {
        font-size: 14px;
    }
  
    .header_contact {
      font-size: 20px;
      padding: 30px;
      margin: 0;
    }
  
    .full_text_container {
      margin: 10%;
    }
  
    .image_container{
      width: 80vw;
    }
  
  
    .text_left {
        font-size: 14px;
    }
  }
  