/*--------------------------------------------------------------
# Creative Introduction
--------------------------------------------------------------*/

#creative-intro {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/2ccreative-bkgrnd.jpg) fixed center center;
  background-size: cover;
  padding: 200px 0 6% 0;
}

#creative-intro .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  padding-left: 290px;
  text-align: center;
}

#creative-intro .cta-text {
  color: #fff;
  padding-left: 280px;
  text-align: center;
}


/*--------------------------------------------------------------
# Work History Section
--------------------------------------------------------------*/
#synopsis {
  background: #f7f7f7;
  background-size: cover;
  /*padding: 80px 0 60px 0;*/
  padding: 80px 0 10px 0;
  margin-top: -10%;
}

#synopsis .box {
  padding: 50px 20px;
  margin-bottom: 50px;
  text-align: center;
  border: 1px solid #e6e6e6;
  height: 200px;
  position: relative;
  /*background: #fafafa;
  background: #e4f9fc;*/
  border-color: #40949E;
  border-radius: 5px;
  border-width: 2px;
}

#synopsis .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  /*background: #2dc997;*/
  background: #b28c9b;
}

#synopsis .icon a {
  display: inline-block;
}

#synopsis .icon i {
  color: #fff;
  font-size: 24px;
}

#synopsis .box:hover .icon {
  background: #fff;
  /*border: 2px solid #2dc997;*/
  border: 2px solid #b28c9b;
}

#synopsis .box:hover .icon i {
  /*color: #2dc997;*/
  color: #b28c9b;
}

#synopsis .box:hover .icon a {
  /*color: #2dc997;*/
  color: #b28c9b;
}

#synopsis .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#synopsis .title a {
  color: #111;
}

#synopsis .description {
  font-size: 14px;
  line-height: 24px;
}

#synopsis .beginning {
  padding: 10px 0 -60px 0;
}

#synopsis .myportfolio {
  padding: 100px 0 0px 0;
}

.btn-info-service {
    color: #fff;
    /*background-color: #17a2b8;
    border-color: #17a2b8;*/
	background-color: rgba(0, 89, 101, 0.9);
	border-color: rgba(0, 89, 101, 0.9);
}

/*---------- Section Header and Description -------------*/
#synopsis .section-header .section-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}

/*h3 .blog-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}*/

#synopsis .section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #999;
}

#synopsis .section-header .corevalues {
	margin-bottom: auto!important;
}

#synopsis .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 10px;
    margin-left: 12px;
	padding-bottom: 20px;
}



/*--------------------------------------------------------------
# Blog Introduction
--------------------------------------------------------------*/

#blog-intro {
  /*background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/2ccreative-bkgrnd.jpg) fixed center center;*/
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/BeachEntrance.jpg) fixed center center;
  background-size: cover;
  padding: 140px 0 120px 0;
}

#blog-intro .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  padding-left: 290px;
  text-align: center;
}

#blog-intro .cta-text {
  color: #fff;
  padding-left: 280px;
  text-align: center;
}

#blog-intro .whyworkme {
	margin-top: -20px;
	margin-left: 10%;
	color: #ffffff;
	text-align: justify;
    font-family: 'Josefin Slab', serif;
    font-weight: 400;
    font-size: 28px;
	content-align: center;
}

/*--------- The Three Boxes ----------*/

.breakheight {
	height: 400px;
}

#blog-intro {
  /*background: #f7f7f7;*/
  background-size: cover;
  padding: 80px 0 10px 0;
  margin-top: -10%;
}

#blog-intro-portfolio {
  /*background: #f7f7f7;*/
  background-size: cover;
  padding: 80px 0 100px 0;
  margin-top: -10%;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/2ccreative-bkgrnd.jpg) fixed center center;
}

/*-------- iPhone --------*/
@media only screen and (max-width: 600px) {
	#blog-intro-portfolio {
	  /*background: #f7f7f7;*/
	  background-size: cover;
	  padding: 80px 0 100px 0;
	  margin-top: 200%;
	}
}

/*-------- iPad --------*/
@media only screen and (min-width: 600px) and (max-width: 768px) {
	#blog-intro-portfolio {
	  /*background: #f7f7f7;*/
	  background-size: cover;
	  padding: 80px 0 100px 0;
	  margin-top: 200%;
	}
	
	.col-md-6 {
	  -webkit-box-flex: 20;
	  -ms-flex: 0 0 50%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
}

#blog-intro .box {
  padding: 50px 20px;
  margin-bottom: 100px;
  text-align: center;
  /*border: 1px solid #e6e6e6;*/
  height: 200px;
  position: relative;
  /*background: #fafafa;
  border-radius: 10%;*/
}

#blog-intro .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  /*background: #2dc997;
  background: #b28c9b;
  background: #000080;*/
}

#blog-intro .icon a {
  display: inline-block;
}

#blog-intro .icon i {
  color: #fff;
  font-size: 24px;
}

#blog-intro .box:hover .icon {
  background: #fff;
  /*border: 2px solid #2dc997;*/
  border: 2px solid #FFD700;
}

#blog-intro .box:hover .icon i {
  /*color: #2dc997;*/
  color: #FFD700;
}

#blog-intro .box:hover .icon a {
  /*color: #2dc997;*/
  color: #FFD700;
}

#blog-intro .title {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#blog-intro .title a {
  color: #111;
}

#blog-intro .description {
  font-size: 22px;
  line-height: 24px;
}

#blog-intro .beginning {
  padding: 100px 0 60px 0;
}

#blog-intro .thriveblog {
  padding: 80px 0 0x 0 !important;
  padding-top: 80px;
}
#blog-intro .thrivemagazine {
  padding: 60px 0 0x 0 !important;
}
/*--------------------------------------------------------------
# Collaborate Introduction
--------------------------------------------------------------*/

#collab-intro {
  /*background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/2ccreative-bkgrnd.jpg) fixed center center;*/
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/2ccreative-bkgrnd.jpg) fixed center center;
  background-size: cover;
  padding: 140px 0 120px 0;
}

#collab-intro .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  padding-left: 290px;
  text-align: center;
}

#collab-intro .cta-text {
  color: #fff;
  padding-left: 280px;
  text-align: center;
}

#collab-intro .whyworkme {
	margin-top: -20px;
	margin-left: 10%;
	color: #ffffff;
	text-align: justify;
    font-family: 'Josefin Slab', serif;
    font-weight: 400;
    font-size: 28px;
	content-align: center;
}

/*--------- The Three Boxes ----------*/

.breakheight {
	height: 400px;
}

#collab-intro {
  /*background: #f7f7f7;*/
  background-size: cover;
  padding: 80px 0 10px 0;
  margin-top: -10%;
}

#collab-intro-portfolio {
  /*background: #f7f7f7;*/
  background-size: cover;
  padding: 80px 0 100px 0;
  margin-top: -10%;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/2ccreative-bkgrnd.jpg) fixed center center;
}

/*-------- iPhone --------*/
@media only screen and (max-width: 600px) {
	#collab-intro-portfolio {
	  /*background: #f7f7f7;*/
	  background-size: cover;
	  padding: 80px 0 100px 0;
	  margin-top: 200%;
	}
}

/*-------- iPad --------*/
@media only screen and (min-width: 600px) and (max-width: 768px) {
	#collab-intro-portfolio {
	  /*background: #f7f7f7;*/
	  background-size: cover;
	  padding: 80px 0 100px 0;
	  margin-top: 200%;
	}
	
	.col-md-6 {
	  -webkit-box-flex: 20;
	  -ms-flex: 0 0 50%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
}

#collab-intro .box {
  padding: 50px 20px;
  margin-bottom: 100px;
  text-align: center;
  /*border: 1px solid #e6e6e6;*/
  height: 200px;
  position: relative;
  /*background: #fafafa;
  border-radius: 10%;*/
}

#collab-intro .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  /*background: #2dc997;
  background: #b28c9b;*/
  background: #000080;
}

#collab-intro .icon a {
  display: inline-block;
}

#collab-intro .icon i {
  color: #fff;
  font-size: 24px;
}

#collab-intro .box:hover .icon {
  background: #fff;
  /*border: 2px solid #2dc997;*/
  border: 2px solid #FFD700;
}

#collab-intro .box:hover .icon i {
  /*color: #2dc997;*/
  color: #FFD700;
}

#collab-intro .box:hover .icon a {
  /*color: #2dc997;*/
  color: #FFD700;
}

#collab-intro .title {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#collab-intro .title a {
  color: #111;
}

#collab-intro .description {
  font-size: 22px;
  line-height: 24px;
}

#collab-intro .beginning {
  padding: 100px 0 60px 0;
}


/*--------------------------------------------------------------
# Career Pivot Sesciton
--------------------------------------------------------------*/
#pivot {
  background: #f7f7f7;
  background-size: cover;
  /*padding: 80px 0 60px 0;*/
  margin-top: -10%;
  /*height: 680px !important;*/
}

@media (max-width: 768px) {
	#pivot {
	    height: fit-content !important;
	}
}

#pivot .box {
  padding: 50px 20px;
  margin-bottom: 50px;
  text-align: center;
  border: 1px solid #e6e6e6;
  height: 200px;
  position: relative;
  /*background: #fafafa;
  background: #e4f9fc;
  border-color: #40949E;*/
  border-color: #000080;
  border-radius: 5px;
  border-width: 2px;
}

#pivot .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  /*background: #2dc997;
  background: #b28c9b;*/
  background: #000080;
}

#pivot .icon a {
  display: inline-block;
}

#pivot .icon i {
  color: #fff;
  font-size: 24px;
}

#pivot .box:hover .icon {
  background: #fff;
  /*border: 2px solid #2dc997;*/
  border: 2px solid #FFD700;
}

#pivot .box:hover .icon i {
  /*color: #2dc997;*/
  color: #FFD700;
}

#pivot .box:hover .icon a {
  /*color: #2dc997;*/
  color: #FFD700;
}

#pivot .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#pivot .title a {
  color: #111;
}

#pivot .description {
  font-size: 14px;
  line-height: 24px;
}

#pivot .beginning {
  /*padding: 130px 0 160px 0;*/
  padding: 60px 0 60px 0;
}

#pivot .myportfolio {
  padding: 100px 0 0px 0;
}

.btn-info-service {
    color: #fff;
    /*background-color: #17a2b8;
    border-color: #17a2b8;*/
	background-color: rgba(0, 89, 101, 0.9);
	border-color: rgba(0, 89, 101, 0.9);
}

/*---------- Section Header and Description -------------*/
#pivot .section-header .section-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}

/*h3 .blog-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}*/

#pivot .section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #999;
}

#pivot .section-header .corevalues {
	margin-bottom: auto!important;
}

#pivot .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 10px;
    margin-left: 12px;
}

/*--------------------------------------------------------------
# Introduction Sesciton
--------------------------------------------------------------*/
#introduc {
  /*background: #f7f7f7;*/
  background-size: cover;
  /*background: url("../../img/ikhlas-rahman-eqL82KY9DJE-unsplash.jpg") no-repeat center center;*/
  /*padding: 80px 0 60px 0;*/
  margin-top: 1%;
  height: 700px !important;
}

@media (max-width: 768px) {
	#introduc {
	    height: fit-content !important;
	}
}

#introduc .box {
  padding: 50px 20px;
  margin-bottom: 50px;
  text-align: center;
  border: 1px solid #e6e6e6;
  height: 200px;
  position: relative;
  /*background: #fafafa;
  background: #e4f9fc;*/
  border-color: #40949E;
  border-radius: 5px;
  border-width: 2px;
}

#introduc .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  /*background: #2dc997;*/
  background: #b28c9b;
}

#introduc .icon a {
  display: inline-block;
}

#introduc .icon i {
  color: #fff;
  font-size: 24px;
}

#introduc .box:hover .icon {
  background: #fff;
  /*border: 2px solid #2dc997;*/
  border: 2px solid #b28c9b;
}

#introduc .box:hover .icon i {
  /*color: #2dc997;*/
  color: #b28c9b;
}

#introduc .box:hover .icon a {
  /*color: #2dc997;*/
  color: #b28c9b;
}

#introduc .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#introduc .title a {
  color: #111;
}

#introduc .description {
  font-size: 14px;
  line-height: 24px;
}

#introduc .beginning {
  /*padding: 130px 0 160px 0;*/
  padding: 60px 0 60px 0;
}

#introduc .myportfolio {
  padding: 100px 0 0px 0;
}

.btn-info-service {
    color: #fff;
    /*background-color: #17a2b8;
    border-color: #17a2b8;
	background-color: rgba(0, 89, 101, 0.9);*/
	border-color: rgba(0, 89, 101, 0.9);
	background-color: rgba(0, 131, 141, 0.9);
}

/*---------- Section Header and Description -------------*/
#introduc .section-header .section-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}

/*h3 .blog-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}*/

#introduc .section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #999;
}

#introduc .section-header .corevalues {
	margin-bottom: auto!important;
}

#introduc .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 10px;
    margin-left: 12px;
}

/*--------------------------------------------------------------
# Image over other image, etc
--------------------------------------------------------------*/

.img-move-wrapper {
  /*border:1px solid blue;*/
  position:relative;
  overflow:hidden;
  max-width:1140px;
  margin:0 auto;
  box-shadow: 6px 6px 14px #333;
}


/* Overlap the images on tablets and up */
@media (min-width:769px) {
    .img-move {
    position:absolute;
    width:55%;
  }
  .img-move-1 {
    left:0;
  }
  .img-move-2 {
    right: 0;  
    bottom:0;
  }
}


/*--------------------------------------------------------------
# Font
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    /*font-family: "Poppins", sans-serif;*/
	font-family: 'Josefin Slab', serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
	font-size: 62px;
	/*color: #FFFFFF;
	font-size: 72px;
	background: -webkit-linear-gradient(#eee, #333);*/
	background: linear-gradient(to right, #FFFFFF, #9ee8f3 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.titleH1 {
    /*font-family: "Poppins", sans-serif;*/
	font-family: 'Lora', serif;
    font-weight: 400;
    margin: 0 0 0 0;
    padding: 0;
	font-size: 92px;
	/*color: #FFFFFF;
	font-size: 72px;
	background: -webkit-linear-gradient(#eee, #333);
	background: linear-gradient(to right, #FFFFFF, #9ee8f3 80%);*/
	background: white;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.subtitleTop {
    /*font-family: "Poppins", sans-serif;*/
	font-family: 'Josefin Slab', serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
	font-size: 42px;
	/*color: #FFFFFF;
	font-size: 72px;
	background: -webkit-linear-gradient(#eee, #333);
	background: linear-gradient(to right, #FFFFFF, #9ee8f3 80%);*/
	background: linear-gradient(to right, #FFFFFF, #FFFFFF 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.subtitle {
    /*font-family: "Poppins", sans-serif;*/
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
	font-size: 42px;
	/*color: #FFFFFF;
	font-size: 72px;
	background: -webkit-linear-gradient(#eee, #333);*/
	background: linear-gradient(to right, #FFFFFF, #FFFFFF 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.subtitlesocial {
    /*font-family: "Poppins", sans-serif;*/
	font-family: 'Josefin Slab', serif;
    font-weight: 400;
    margin: -15px 0 20px 0;
    padding: 0;
	font-size: 42px;
	/*color: #FFFFFF;
	font-size: 72px;
	background: -webkit-linear-gradient(#eee, #333);*/
	background: linear-gradient(to right, #FFFFFF, #9ee8f3 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.joincontact {
    /*font-family: "Poppins", sans-serif;*/
	font-family: 'Josefin Slab', serif;
    font-weight: 400;
    margin: 4px 0 20px 0;
    padding: 0;
	font-size: 42px;
	/*color: #FFFFFF;
	font-size: 72px;
	background: -webkit-linear-gradient(#eee, #333);*/
	background: linear-gradient(to right, #FFFFFF, #9ee8f3 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.bodytext {
    /*font-family: "Poppins", sans-serif;*/
	font-family: 'Josefin Slab', serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
	font-size: 20px;
	/*color: #FFFFFF;
	font-size: 72px;
	background: -webkit-linear-gradient(#eee, #333);*/
	background: linear-gradient(to right, #FFFFFF, #9ee8f3 80%) !important;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.creativeH1-Top {
    font-family: "Montserrat", sans-serif;
    font-weight: 200 !important;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
	/*color: #FFFFFF;
	font-size: 72px;
	background: -webkit-linear-gradient(#eee, #333);
	background: linear-gradient(to right, #001417, #4D949E 80%);
	background: linear-gradient(to right, #4D949E, #B28C9B 80%);*/
	background: linear-gradient(to right, #000000, #000000 40%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.creativeH1-Blog {
    font-family: "Montserrat", sans-serif;
    font-weight: 300 !important;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
	/*color: #FFFFFF;
	font-size: 72px;
	background: -webkit-linear-gradient(#eee, #333);
	background: linear-gradient(to right, #001417, #4D949E 80%);
	background: linear-gradient(to right, #4D949E, #B28C9B 80%);*/
	background: linear-gradient(to right, #DEE0F1, #DEE0F1 40%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.creativeH1 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
	/*color: #FFFFFF;
	font-size: 72px;
	background: -webkit-linear-gradient(#eee, #333);
	background: linear-gradient(to right, #001417, #4D949E 80%);*/
	background: linear-gradient(to right, #000080, #000000 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.creativeH2 {
    /*font-family: "Poppins", sans-serif;*/
	font-family: "Lora", serif;
    font-weight: 200 !important;
    margin: 0 0 20px 0;
    padding: 0;
	/*color: #FFFFFF;
	font-size: 72px;
	background: -webkit-linear-gradient(#eee, #333);
	background: linear-gradient(to right, #001417, #4D949E 80%);
	background: linear-gradient(to right, #4D949E, #B28C9B 80%);*/
	background: linear-gradient(to right, #000000, #000000 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 40px !important;
}


/*--------------------------------------------------------------
# Font
--------------------------------------------------------------*/

.video-mask{
    /*width: 350px;*/
    border-radius: 10px; 
    overflow: hidden; 
}

/*--------------------------------------------------------------
# Section header and description
--------------------------------------------------------------*/

.header-bottom {
	margin-bottom: 10px;
}

.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}

/*h3 .blog-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}*/

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #999;
}

.section-header .corevalues {
	margin-bottom: auto!important;
}


/*--------------------------------------------------------------
# Container holding the image and the text
--------------------------------------------------------------*/

.container-overtext {
  position: relative;
  text-align: center;
  color: white;
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}