/*

Author: Zach Broniszewski
Email: zbroniszewski99@gmail.com
Note: My method is discipline

********** SkyQuota Overview Index **********
                                            *
****_GLOBALS_****                           *
                                            *
  ** 1.0 **                                 *
     Font Assignment :: 47                  *
  *** 1.1 ***                               *
      Global Styles :: 62                   *
                                            *
--------------------------------------------*
                                            *
****_MEDIA QUERIES_****                     *
                                            *
  ** 2.0 **                                 *
     > 1260px :: 202                        *
  *** 2.1 ***                               *
      < 1260px :: 270                       *
  **** 2.2 ****                             *
       < 800px :: 317                       *
  ***** 2.3 *****                           *
        < 500px :: 342                      *
  ****** 2.4 ******                         *
         > 0px < 1260px :: 370              *
  ******* 2.5 *******                       *
          > 0px < 800px :: 399              *
  ******** 2.6 ********                     *
           > 800px :: 420                   *
                                            *
********** SkyQuota Overview Index **********

*/



/*
*
******* 1.0 *******
*
*/

#section-1 h1, #section-4 div.text, #section-5 div.text {
  font-family: 'Montserrat Hairline';
}
#section-2 div.text, #section-3 .box-header, #section-3 .box-content, #section-1 a, #section-3 a, #section-4 a {
  font-family: 'Montserrat Regular';
}



/*
*
******* 1.1 *******
*
*/

#overview-wrap {
  background: url(../../images/background.png) !important;
}
#section-1 a, #section-4 a {
  background-color: #0a214e;
  display: block;
  text-align: center;
  line-height: 45px;
  border-radius: 22px;
  font-size: 15px;
  height: 46px;
  margin-top: 25px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
#section-1 a {
  width: 175px;
}
#section-2 .text {
  width: 100%;
}
#section-2 .right-section img {
  width: 100%;
  height: auto;
  position: relative;
}
#section-4 div.text:nth-child(2) {
  color: #202020;
  line-height: 35px;
  margin-top: 30px;
  font-size: 21px;
}
#section-2 .text:nth-child(2) {
  margin-top: 50px;
  line-height: 34px;
}
#section-2 .text:nth-child(1) {
  font-size: 30px;
  font-weight: bold;
}
#section-3 {
  width: 100%;
  height: 400px;
}
#section-3 .box-header {
  color: #20407f;
}
#section-3 .box-content {
  color: #202020;
  font-weight: 400;
  height: 48px;
}
#section-3 a {
  color: #2b538f;
  text-transform: uppercase;
  position: relative;
}
#section-5 {
  margin-top: 80px;
}
#section-5 div.text {
  text-align: center;
}
#section-5 .evolution {
  margin-top: 90px;
}
#section-5 .evolution-images {
  text-align: center;
}
#section-5 img {
  display: inline-block;
  margin-left: 60px;
}
#section-5 img:nth-child(1) {
  margin-left: 0px;
}
#section-5 .evolution-text-wrap {
  padding-top: 13px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#section-5 .evolution-text {
  width: 153px;
  font-family: 'Montserrat UltraLight';
  font-size: 14px;
  line-height: 20px;
  margin-right: 31px;
  display: inline-block;
  text-align: left;
}
#section-5 .evolution-text:nth-child(6) {
  margin-right: 0;
}
#section-5 .evolution-connect {
  width: 96%;
  height: auto;
  text-align: center;
  margin: 10px auto;
  padding-right: 35px;
  font-size: 0;
}
#section-5 .evolution-lines {
  width: 189px;
  height: 75px;
  display: inline-block;
  margin: 0;
  padding: 0;
  border-left: 1px solid #050505;
  border-bottom: 1px solid #050505;
}
#section-5 .evolution-lines:nth-child(6) {
  width: 50px;
}
#section-2 {
  margin-top: 120px;
}
#section-4 a {
  width: 297px;
}
#section-4 {
  padding-bottom: 73px;
  border-bottom: 1px solid #969696;
}
#section-2 a {
  color: #1c4787;
  text-transform: uppercase;
  margin-top: 50px;
  display: block;
}
#section-3 .box {
  float: left;
}



/*
*
******* 2.0 *******
*
*/

@media only screen and (min-width: 1260px) {
  #overview-wrap {
    padding: 120px;
  }
  #section-2::before, #section-2::after {
    content: "";
    display: table;
    clear: both;
  }
  #section-2 .left-section {
    width: 33%;
    float: left;
    margin-top: 80px;
  }
  #section-2 .right-section img {
    width: 67%;
  }
  #section-2 .text {
    text-align: left;
  }
  #section-2 .text:nth-child(2) {
    width: 76%;
    font-size: 15px;
  }
  #section-2 a {
    text-align: left;
  }
  #section-3 .box {
    width: 25%;
    height: 100%;
    padding: 38px;
  }
  #section-3 .box:nth-child(1) {
    background-color: #fff;
  }
  #section-3 .box:nth-child(2) {
    background-color: #d4d4d4;
  }
  #section-3 .box:nth-child(3) {
    background-color: #fff;
  }
  #section-3 .box:nth-child(4) {
    background-color: #e6e6e6;
  }
  #section-3 .box-content {
    margin-top: 37px;
  }
  #section-3 a {
    bottom: -170px;
  }
  #section-4 {
    margin-top: 80px;
  }
  #section-4 div.text:nth-child(2) {
    width: 98%;
  }
  #section-5 div.text:nth-child(1) {
    font-size: 45px;
  }
}


/*
*
******* 2.1 *******
*
*/

@media only screen and (max-width: 1260px) {
  #overview-wrap {
    padding: 120px;
  }
  #section-2 .left-section, #section-2 .right-section {
    width: 100%;
  }
  #section-2 .left-section {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #section-2 .right-section {
    margin: 50px auto;
  }
  #section-2 .right-section img {
    width: 100%;
  }
  #section-2 .text:nth-child(1), #section-2 .text:nth-child(2) {
    text-align: center;
  }
  #section-2 .text:nth-child(2) {
    font-size: 17px;
  }
  #section-2 a {
    text-align: center;
  }
  #section-3 .box {
    padding: 15px;
    height: 170px;
  }
  #section-3 .box-content {
    margin-top: 20px;
  }
  #section-3 a {
    bottom: -21px;
  }
}



/*
*
******* 2.2 *******
*
*/

@media only screen and (max-width: 800px) {
  #overview-wrap {
    padding: 50px;
  }
  #section-3 .box-header {
    font-size: 22px;
  }
  #section-3 a {
    bottom: -35px;
    font-size: 11px;
  }
  #section-3 .box-content {
    font-size: 15px;
    margin-top: 10px;
  }
}



/*
*
******* 2.3 *******
*
*/

@media only screen and (max-width: 500px) {
  #overview-wrap {
    padding: 20px;
  }
  #section-3 .box {
    padding: 10px;
    height: 115px;
  }
  #section-3 .box-header {
    font-size: 15px;
  }
  #section-3 .box-content {
    font-size: 10px;
  }
  #section-3 a {
    bottom: 0px;
    font-size: 9px;
  }
}



/*
*
******* 2.4 *******
*
*/

@media only screen and (min-width: 0px) and (max-width: 1260px) {
  #section-3 {
    margin-top: -50px;
  }
  #section-3 .box {
    width: 50%;
  }
  #section-3 .box:nth-child(1) {
    background-color: #d4d4d4;
  }
  #section-3 .box:nth-child(2) {
    background-color: #fff;
  }
  #section-3 .box:nth-child(3) {
    background-color: #fff;
  }
  #section-3 .box:nth-child(4) {
    background-color: #e6e6e6;
  }
}



/*
*
******* 2.5 *******
*
*/

@media only screen and (min-width: 0px) and (max-width: 800px) {
  #section-1 h1, #section-4 div.text:nth-child(1), #section-1 a, #section-4 a {
    text-align: center;
  }
  #section-1 h1, #section-4 div.text:nth-child(1) {
    font-size: 6vw;
    line-height: 42px;
  }
  #section-1 a, #section-4 a {
    margin-left: auto;
    margin-right: auto;
  }
}



/*
*
******* 2.6 *******
*
*/

@media only screen and (min-width: 800px) {
  #section-1 h1, #section-4 div.text:nth-child(1) {
    font-size: 35px;
  }
  #section-1 h1 {
    font-size: 45px;
    line-height: 58px;
  }
  #section-3 .box-header {
    font-size: 26px;
  }
  #section-3 .box-content {
    font-size: 17px;
  }
}
