@charset "UTF-8";
/* CSS Document */
/*MAIN CSS FOR ALL*/
body {
  margin: 0;
  background-repeat: no-repeat;
  background-position: center center fixed;
  background-image: url("../images/background_image.jpg");
  background-color: #2b3990;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.container {
  background-color: #FFFFFF;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 0px 10px 9px rgba(0, 0, 0, 0.50);
  box-shadow: 0px 0px 10px 9px rgba(0, 0, 0, 0.50);
}
.main {
  background-color: white;
  width: 97%;
  margin-left: auto;
  margin-right: auto;
  color: white;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.70);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.70);
  font-family: nunito;
  font-style: normal;
  font-weight: 300;
}
header {
  text-align: center;
  top: 0;
  width: 100%;
  height: auto;
  background-color: #2f5ba0;
  font-weight: 400;
  font-size: 4vmin;
  font-family: passion-one;
  font-style: normal;
  padding-top: 10px;
  padding-bottom: 10px;
}
.main-image-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: passion-one;
  font-size: 6vmin;
  text-align: center;
}
.main-body {
  color: black;
  margin-left: 30px;
  margin-right: 30px;
}
.customer-care {
  background-color: #2b3990;
  color: white;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 30px;
  box-shadow: inset 3px 4px 20px rgba(0, 0, 0, 0.50);
}
.customer-care h1 {
  font-family: passion-one;
  font-style: normal;
  font-weight: 400;
  font-size: 3em;
  line-height: 75%;
  margin-bottom: 3px;
}
.customer-care h2 {
  margin-bottom: 1px;
}
.customer-care li {
  margin-bottom: 5px;
}
.services {
  background-color: #2b3990;
  padding: 20px;
}
.photo-sep {
  border-top: thick solid #FFFFFF;
  border-bottom: thick solid #FFFFFF;
}
footer {
  background-color: #2b3990;
  align-content: center;
  padding-top: 20px;
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 20px;
}
footer a:link {
  color: #7FDBFF;
  text-decoration: none;
}
footer a:visited {
  color: #7FDBFF;
  text-decoration: none;
}
footer a:hover {
  color: #FFDC00;
  text-decoration: underline;
}
footer a:active {
  color: #7FDBFF;
  text-decoration: none;
}
footer img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  width: 40%;
  height: auto;
}
feature {
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
}
.social-icons img {
  width: 20%;
  padding: 5px;
  display: inline-block;
}
.social-icons {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  margin-bottom: -10px;
}
/*SIZE 01 - MOBILE PORTRAIT*/
@media (max-width: 565px) {
  .container {
    width: 100%;
  }
  .main {
    width: 100%;
  }
  .main-image-text {
    top: 25%;
    bottom: auto;
    font-size: 8vmin;
  }
  .social-icons img {
    width: 40%;
  }
}
/*SIZE 02 - MOBILE LANDSCAPE*/
@media (min-width: 565px) and (max-width: 720px) {
  .container {
    width: 100%;
  }
  .main {
    width: 100%;
  }
  .main-image-text {
    top: 25%;
    bottom: auto;
    font-size: 7vmin;
  }
  footer img {
    width: 75%;
  }
  .social-icons img {
    width: 25%;
  }
}
/*SIZE 03 - TABLET PORTRAIT*/
@media (min-width: 720px) and (max-width: 899px) {
  .container {
    width: 100%;
  }
  .main {
    width: 100%;
  }
  .main-image-text {
    top: 25%;
    bottom: auto;
    font-size: 7vmin;
  }
  footer img {
    width: 60%;
  }
  .social-icons img {
    width: 25%;
  }
}
/*SIZE 04 - TABLET LANDSCAPE*/
@media (min-width: 900px) and (max-width: 1199px) {
  .container {
    width: 100%;
  }
  .main {
    width: 100%;
  }
  .main-image-text {
    top: 35%;
    bottom: auto;
    font-size: 7vmin;
  }
  footer img {
    width: 50%;
  }
  .social-icons img {
    width: 15%;
  }
}
/*SIZE 05 - DESKTOP/LAPTOP*/
@media (min-width: 1200px) and (max-width: 1799px) {
  .container {
    width: 80%;
  }
  .main {
    width: 97%;
  }
  .main-image-text {
    top: 40%;
    bottom: auto;
    font-size: 7vmin;
  }
  .social-icons img {
    width: 15%;
  }
}
/*SIZE 06 - BIG DESKTOP*/
@media (min-width: 1800px) {
  .container {
    width: 75%;
  }
  .main {
    width: 97%;
  }
}