/*
*
|  Page Name       : about_us.css
|  Description     : css for about us
|  Created by      : Kathlynn
|  Date Created    : November 2018
|  Last Update by  : Kathlynn Gallardo
|  Last update     : November 2018
*
*/

.-main{
  width: 100%;
  height: 100%;
}
.-about-container{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.-about-text{
  background-image: linear-gradient(to right, #FFCF6D , #FF8964);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 200px;
  padding-bottom: 8vh;
  background-attachment: fixed;
}
.-about-text .-title{
  margin: 0px;
  width: 100%;
  text-align: left;
  font-weight: 600;
  font-size: 36px;
  color: #ffffff;
  padding: 0px 0px 10px 200px;
}
.-about-text .-content{
  margin: 0px;
  width: 50%;
  line-height: 1.6;
  padding-top: 15px;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
}
.-pics{
  width: 100%;
  height: 384px;
}
.-pics .-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.-employees{
  width: 100%;
  padding: 100px 200px 10px 200px;
}
.-team{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding-top: 10vh;
}
.-team .-title{
  margin: 0px;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
}
.-team-list{
  padding-bottom: 10vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 118vh;
}
.-team-list-wrap{
  padding-bottom: 10vh;
  display: flex;
  justify-content: space-around;
  text-align: center;
  align-items: center;
  flex-wrap: wrap;
  width: 118vh;
}
.-employee{
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin: 3vh;
  width: 24vh;
}
.-employee .-images{
  width: 130px;
  height: 130px;
}
.-employee .-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.-employee .-name{
  font-size: 18px;
  font-weight: 400;
  margin: 0px;
}
.-profile{
  cursor: pointer;
}
/******MISSION_VISSION******/
.mis_vis{
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
  padding: 15vh 20vh 0vh 20vh;
}
.mis_vis .title{
  margin: 0px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  padding: 30px 0px;
  color: #F1592A;
}
.mis_vis .content{
  font-weight: 600;
  font-size: 22px;
}
/******ABOUT IMAGES******/
.-about-images {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 70vh;
  padding-left: 30vh;
  padding-right: 30vh;
  flex-wrap: wrap;
  flex-direction: column;
}
.-about-images .-image {
  width: 65%;
  height: 67vh;
  object-fit: cover;
  padding-right: 20px;
}
.-about-images .-image:nth-child(n+2) {
  width: 35%;
  height: 32vh;
}
.-about-images .-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.-about-images-rvs {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 70vh;
  padding-left: 30vh;
  padding-right: 30vh;
  flex-wrap: wrap-reverse;
  flex-direction: column;
}
.-about-images-rvs .-image {
  width: 65%;
  height: 67vh;
  object-fit: cover;
  padding-right: 20px;
}
.-about-images-rvs .-image:nth-child(n+2) {
  width: 35%;
  height: 32vh;
}
.-about-images-rvs .-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/******ALL VALUES and OUR STORIES******/
.-all-values{
  display: flex;
  justify-content: space-around;
  padding: 15vh 30vh;
  flex-wrap: wrap;
}
.-our-story .-title{
  margin: 0px;
  width: 100%;
  text-align: left;
  font-weight: 600;
  font-size: 36px;
  padding-top: 8vh;
}
.-title-values{
  margin: 0px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  padding: 30px 0px;
  color: #F1592A;
}
.-values .-title{
  margin: 0px;
  width: 100%;
  padding-bottom: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 26px;
  color: #F1592A;
}
.-values .-content{
  margin: 0px;
  width: 100%;
  line-height: 1.6;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
}
.-values {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 20px;
  width: 37vh;
}
.-our-mision{
  display: flex;
  justify-content: left;
  text-align: left;
  flex-direction: column;
  width: 100%;
  padding-left: 30vh;
  padding-right: 30vh;
  padding-top: 100px;
}
.-our-mission .-mission-text {
  display: flex;
  justify-content: left;
  flex-direction: column;
  padding-top: 200px;
  padding-bottom: 8vh;
  background-attachment: fixed;
}
.-mission-text .-title{
  font-size: 36px;
  font-weight: 600;
  text-align: left;
  padding-bottom: 30px;
  margin: 0px;
  color: #F1592A;
}
.-mission-text .-content{
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  padding-bottom: 20px;
  line-height: 1.6;
  margin: 0px;
}
.-our-story {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  flex-direction: column;
  width: 100%;
  padding-left: 30vh;
  padding-right: 30vh;
}
.-our-story .-content{
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 20px;
}
.-join-oa {
  padding-right: 200px;
  padding-left: 200px;
  text-align: center;
  width: 100%;
}
.-join-oa .-title {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.4;
  color: #ffffff;
}
.-join-us{
  color: #ff8a64;
  font-weight: 600;
  text-decoration: none;
}
a:focus, a:hover {
  color: #ffffff;
  text-decoration:none;
}
.-about-btn {
  width: 100%;
  text-align: center;
  padding-left: 200px;
  padding-right: 200px;
  display: flex;
  justify-content: center;
}
.-join-btn {
  background-color: transparent;
  border-radius: 7px;
  width: 195px;
  height: 60px;
  color: #ffffff !important;
  -webkit-box-shadow: -1px 3px 13px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: -1px 3px 13px 1px rgba(0, 0, 0, 0.11);
  box-shadow: -1px 3px 13px 1px rgba(0, 0, 0, 0.11);
  border: 2px solid #ffffff;
  font-size: 22px;
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: center;
}
.-join-btn:hover{
  color: #ffffffa6;
  text-decoration: none;
  border: 1px solid #ffffff;
}
.coreval{
  width: 100px;
  height: 100px;
  margin: 20px;
}
.coreval .img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/**********MEDIA QUERY**************/
@media screen and (max-width: 1500px){
  .-about-text .-content{
    margin: 0px;
    width: 100%;
    line-height: 1.4;
    text-align: left;
    font-weight: 400;
    font-size: 20px;
    padding-left: 200px;
    color: #ffffff;
    padding-right: 200px;
  }
  .-our-story{
    padding-top: 10vh;
    padding-bottom: 5vh;
  }
  .-our-story .-title{
    margin: 0px;
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-size: 36px;
    padding: 0px;
  }
  .-our-story .-content{
    margin: 0px;
    width: 100%;
    line-height: 1.6;
    text-align: left;
    font-weight: 400;
    font-size: 20px;
    padding-bottom: 19px;
  }
  .-team-list-wrap{
    width: 134vh;
  }
  .-team-list{
    padding-bottom: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .-employee{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin: 5vh;
    width: 25%;
  }
  .-employee .-name {
    width: 200px;
    font-size: 16px;
  }
  .-about-images .-image {
    width: 65%;
    height: 67vh;
    object-fit: cover;
    padding-right: 20px;
  }
  .-about-images .-image:nth-child(n+2) {
    width: 35%;
    height: 32vh;
  }
  .-join-oa .-title{
    width: 100% !important;
  }
  .-our-mision {
    padding-top: 70px !important;
  }
  .-mission-text .-title {
   padding-bottom: 20px; 
 }
}
/************PARALLAX***************/
.-parallax {
  background-image: url('../images/sample.jpg')  !important;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 60vh !important;
}
.-parallax-2 {
  background-image: url('../images/background-2.jpg')  !important;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 60vh;
  padding: 20vh;
}
/******MEDIA QUERY******/
@media screen and (max-width: 769px){
  .-about-text .-title {
    margin: 0px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    color: #ffffff;
    line-height: 1.4;
  }
  .-about-text .-content {
    margin: 0px;
    width: 100%;
    line-height: 1.6;
    padding: 5vh;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
  }
  .-about-text{
    padding-top: 15vh;
    padding-bottom: 5vh;
  }
  .-team .-title {
    margin: 0px;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
  }
  .-team {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding: 5vh;
  }
  .-team-list {
    padding-bottom: 0vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .-employee {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin: 3vh;
    width: 31%;
  }
  .-profile {
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding: 2vh;
  }
  .-employee .-name {
    width: 200px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
  }
  .-team-list-wrap {
    width: 50vh;
  }
  .-employee .-images{
    width: 90px;
    height: 90px;
  }
  .-about-images {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0vh;
    flex-direction: column;
 }
  .-our-mision {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    flex-direction: column;
    width: 100%;
    padding-left: 5vh;
    padding-right: 5vh;
    padding-top: 100px !important;
  }
  .-mission-text .-title {
    font-size: 26px !important;
    text-align: center;
  }
  .-mission-text .-content {
    font-size: 14px !important;
    text-align: center;
  }
  .-values .-content {
    font-size: 14px !important;
    text-align: center;
  }
  .-values {
    width: 100%;
    padding: 0px !important;
    margin: 43px 0px 0px 0px;
    height: auto;
  }
  .-all-values {
    padding: 5vh !important;
  }
  .-values .-content {
    padding: 0px 0px 30px 0px !important;
  }
  .-our-story {
    padding: 5vh;
  }
  .-our-story .-title {
    margin: 0px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    padding: 0vh;
  }
  .-our-story .-content {
    margin: 0px;
    width: 100%;
    line-height: 1.6;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 19px;
  }
  .-about-images .-image {
    width: 100%;
    height: 30vh;
    object-fit: cover;
    padding-right: 0px; 
    padding-bottom: 10px;
   }
   .-about-images .-image:nth-child(n+2) {
    width: 100%;
    height: 30vh;
   }
   .-about-images-rvs {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-left: 0vh;
    padding-right: 0vh;
    flex-wrap: wrap-reverse;
    flex-direction: row;
   }
   .-about-images-rvs .-image {
    width: 100%;
    height: 35vh;
    object-fit: cover;
    padding-bottom: 0px;
    padding-right: 0px !important;
   }
   .-about-images-rvs .-image:nth-child(n+2) {
    width: 100%;
    height: 35vh;
    padding-bottom: 10px;
   }
   .-join-oa {
    padding-right: 5vh;
    padding-left: 5vh;
    text-align: center;
    padding-top: 20vh !important;
    width: 100%;
   }
   .-join-oa .-title {
     width: 100% !important;
     padding: 0vh !important; 
     font-size: 26px;
     font-weight: 600;
     line-height: 1.4;
   }
   .-about-btn {
     width: 100%;
     text-align: center;
     padding-left: 5vh; 
     padding-right: 5vh;
   }
   .-join-btn {
     border-radius: 4px;
     width: 148px;
     height: 47px;
     border: 2px solid #ffffff;
     font-size: 20px !important;
   }
   .-parallax-2 {
     padding: 0vh !important;
   }
   .-parallax{
     display: none;
   }
   .-title-values{
    padding: 0px !important;
   }
   .mis_vis{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    padding: 10vh 5vh;
   }
   .mis .content{
    width: 100%;
    padding: 0vh 7vh;
    text-align: center;
   }
   .vis .content{
    width: 100%;
    padding: 0vh 7vh;
    text-align: center;
   }
}
