/*
	Theme Name: Your Child Theme
	Description: This is your custom style sheet 
        for your child themes custom CSS code.
	Author: Your Name
	Author URI: http://example.com/
	Version: 2.0
	Template: yourparenttheme
	Template Version: 2.0
 
*/


.service-content{
  display: flex;
  flex-direction: column;
  align-items: center;
}

#title-section-g-s {
  color: #19273A !important;
}

.service-get-started {
    margin-top: 10%;
}

.service-get-started #title-section-g-s {
  margin-top: 0;
}

.service-get-started #button-ws {
  display: flex;
  justify-content: center;
}

.service-get-started #button-ws .w-w-s-link{
  width: auto !important;
}

.service-paragraph {
  font-family: 'Karla', sans-serif;
}

.want-more, .meet-team {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.link-section{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.service-paragraph{
  color: #7E8798;
  font-size: 20px;
  line-height: 1.8;
}

.page-id-4 .header-wave{
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0px;
  right: 0;
  width: 100%;
}

.nav-and-logo{
  display: flex;
  align-items: center;
}

.nav-and-logo .menu-top-menu-container ul{
  display: flex;
  list-style-type: none;
  text-decoration: none;
  margin: 2%;
  width: 550px;
}

.page-id-4 .title-section h1{
  font-weight: 400;
  color: white;
}

.page-id-4 .nav-and-logo .menu-top-menu-container ul li a{
  color: #19273A;
  list-style: nones;
}

.title-section-service{
  font-weight: 700;
}

.header-wave-service{
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

#button-ws:hover {
  color: white;
}

.want-more{
  background-color: #F1F7FE;
}

@media only screen  and (min-width : 320px) {
  #menu-top-menu li {
    width: 72px;
  }

  #menu-item-19 {
    margin-left: -14px
  }

  #menu-item-22 {
    margin-left: -28px;
  }

  #menu-item-21 {
    margin-left: -7px;
  }

  .want-more #title-section-g-s, .meet-team #title-section-g-s{
    margin: 0;
    padding-top: 3%;
  }

  .title-section #big-title-g-s {
    text-align: center;
    margin-top: 70px;
    color: #19273A;
    font-weight: 700;
  }

  .service-content #title-section-g-s {
    font-size: 25px;
    margin-top: 20px
  }

  .want-more, .meet-team {
    height: 400px;
  }

  .link-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }

  .link-section .button-highlights {
    margin-top: 5%;
    border: 1px solid #9BE8C0;
    background-color: white;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    width: 150px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
  }
  
    .subtitle-contact-us {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
	}

}

@media only screen and (min-width: 768px) {
	.title-section #big-title-g-s {
		text-align: center;
		margin-top: 5%;
		font-weight: bold;
		font-size: 40px;
		margin-bottom: 4%;
		color: white;
  }

  .link-section {
    flex-direction: row;
  }
  
  .link-section .button-highlights {
    margin-top: 5%;
    border: 1px solid #9BE8C0;
    background-color: white;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    width: 150px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    margin-left: 15px;
  }

	.service-content {
	margin-top: 6%;
    font-size: 21px !important;
    color:#7E8798 !important;
    line-height: 1.8;
  }
  
  .want-more #title-section-g-s, .meet-team  #title-section-g-s{
    margin: 0;
    padding-top: 20px; 
  }
}

@media only screen  and (min-width : 1224px) {

  .page-id-4 .header-wave{
    height: 370px;
  }
  
  .subtitle-contact-us {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
	}

  .striped-blue .story-text .col-12 .section-title {
    font-size: 60px;
    color: #19273A;
    margin-bottom: 3%;
    font-weight: 700;
    padding-top: 5%;
  }

  .striped-white .story-text .col-12 .section-title {
    font-size: 60px;
    color: #19273A;
    margin-bottom: 3%;
    font-weight: 700;
  }
  
  .link-section .button-highlights {
    margin-left: 15px;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    font-size: 13px;
  }

  .link-section{
    width: 80%;
  }

  .title-section-service{
    font-size: 50px;
    text-align: center;
  }

  .want-more-information-title{
    padding-bottom: 0 !important;
  }

  #triangle-service1 {
    padding-top: 90px !important;
  }

  .title-section #big-title-g-s {
    text-align: center;
    margin-top: 70px;
    color: white;
    font-weight: 700;
  }

  .service-content #title-section-g-s {
    font-size: 25px;
  }

  .title-section{
    font-size: 80px;
    text-align: center;
  }

  .page-id-4 .title-section h1{
    font-size: 80px;
  }
  
  .service-paragraph {
    font-size: 21px !important;
  }

  .menu-top-menu-container {
    margin-left: 20px !important;
  }

  .page-id-4 .nav-and-logo{
    margin-left: 2%;
    margin-top: 3%;
  }

  .page-id-4 .nav-and-logo .menu-top-menu-container ul li a{
    text-decoration: none;
    font-size: 19px;
    padding-right: 30px;
    color: white;
    list-style: nones;
  }
  .header-wave{
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0px;
    right: 0;
    width: 100%;
    height: 400px;
  }

  .want-more .want-more-information-title, .meet-team .want-more-information-title {
    margin-top: 0 !important;
    padding-top: 70px;
  }

  .want-more, .meet-team {
    height: 400px
  }

  #triangle-service2 {
    margin-top: -2px;
  }

  .want-more #button-ws a, .meet-team #button-ws a {
    width: 340px !important;
    margin-right: 10px;
  }

}
@media only screen  and (min-width : 1550px){

  .page-id-4 .title-section{
    margin-top: 70px;
  }

  .subtitle-contact-us {
    font-size: 45px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
	}


  .service-paragraph{
    margin-top: 45px;
  }
  
  .button-want-more, .button-want-more2{
    width: 200px !important;
    height: 70px;
    margin-left: 30px;
    margin-top:100px;
    padding-bottom: 100px;
  }

  .button-want-more{
    text-align: center;
    vertical-align: middle;
    line-height: 70px;
    padding: 0 !important;
  }

  .button-want-more2{
    padding-top: 17.5px !important;
  }

  .want-more-information-title{
    font-size: 50px !important;
    margin-top: 0px !important;
    padding-top: 100px;
    padding-bottom: 50px;
  }

  #triangle-service1{
    padding-top: 200px;
  }
  
  .want-more, .meet-team{
    height: 470px;
  }

  #triangle-service2{
    margin-top: -2px;
  }

  .link-section .button-highlights {
    width: 350px !important;
  }
  
}

@media only screen  and (min-width : 1824px) {
  #title-section-g-s {
    font-size: 80px !important;
  }

  #big-title-g-s {
    font-size: 100px !important;
  }

  .service-paragraph {
    font-size: 24px !important;
    margin-top: 60px !important;
  }

  .want-more-information-title {
    margin-top: 0px !important;
  }

  #button-ws {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .want-more {
    height: 550px;
  }
   .meet-team {
    height: 550px;
  }
}