html, body {
	overflow-x: hidden;
	font-family: 'Futura';
	color: #15203F;
	padding: 0;
}

section {
	padding: 100px 20%;
}

[class^="col-"]:nth-of-type(1) {
	padding-left: 0;
}

[class^="col-"]:nth-last-of-type(1) {
	padding-right: 0;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	background: white;
	width:	100%;
	z-index: 2;
	padding: 20px 20%;
}
header ul,
footer ul {
	list-style: none;
	padding: 0;
}
header ul li {
	display: inline-block;
	padding-left: 40px;
	margin-top: 15px;
}
header ul li a,
header ul li a:hover {
	color: #333232;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	position: relative;
	padding-bottom: 10px;
}

header ul li a:hover,
footer ul li a:hover {
	color: #cd2c28;
}

header ul li a:hover:after {
	content: '';
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #cd2c28;
}

body.what-we-do .what-we-do-link:after,
body.careers .careers-link:after,
body.contact-us .contact-us-link:after,
body.synacywhat-we-do .what-we-do-link:after,
body.synacycareers .careers-link:after,
body.synacycontact-us .contact-us-link:after {
	content: '';
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 3px;
	background: #cd2c28;
}

body.what-we-do .what-we-do-link,
body.careers .careers-link,
body.contact-us .contact-us-link,
body.synacywhat-we-do .what-we-do-link,
body.synacycareers .careers-link,
body.synacycontact-us .contact-us-link {
	color: #cd2c28;
}

footer {
	background: url('../img/Footer-BG.png') no-repeat;
	background-size: cover;
	padding: 80px 20%;
}
footer ul a,
footer ul a:hover{
	font-size: 16px;
	font-weight: 600;
	color: #333232;
	text-decoration: none;
}

footer ul li {
	padding-bottom: 5px;
}

footer h4 {
	border-bottom: 3px solid #cd2c28;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 10px;
}

.copyright {
	padding: 10px 0;
	background: #e1edf8;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

button, .btn {
	background: white;
	border: 3px solid #8dbe50;
	padding: 10px 30px;
	text-align: center;
	min-width: 140px;
	color: #333232;
	border-radius: 0;
	font-size: 16px;
	font-family: 'Avenir';
}

.btn:hover {
	color: white;
    text-decoration: none;
    background: #8dbe50;
}

h1 {
	font-size: 56px;
	font-weight: 900;
	font-family: 'Source Serif Variable', serif;
	margin-top: 0;
}

h2 {
	font-size: 44px;
	font-weight: bold;
	font-family: 'Source Serif Variable', serif;
	margin-bottom: 40px;
}

h3 {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

h3:after {
	content: '';
	display: block;
	width: 100px;
	height: 2px;
	background: #cd2c28;
	margin-top: 10px;
}

p {
	font-size: 18px;
	padding: 10px 0;
	text-align: justify;
	font-family: 'Avenir';
}

h1,h2,h3,p {
	color: #15203F;
}

i.material-icons {
	font-size: 20px;
    vertical-align: top;
}

.p-t-0 { padding-top: 0 !important; }
.p-l-0 { padding-left: 0 !important; }
.p-r-0 { padding-right: 0 !important; }
.p-t-40 { padding-top: 40px !important; }
/*FONTS*/

@font-face {
  font-family: 'Source Serif Variable';
  src: url('../fonts/SourceSerifVariable-Roman.ttf') format("truetype");
}
@font-face {
  font-family: 'Source Serif Variable';
  src: url('../fonts/SourceSerifVariable-Roman.ttf') format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: 'Source Serif Variable';
  src: url('../fonts/SourceSerifVariable-Roman.ttf') format("truetype");
  font-weight: 900;
}
@font-face {
  font-family: 'Source Serif Variable';
  src: url('../fonts/SourceSerifVariable-Roman.ttf') format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura/Futura Light.ttf') format("truetype");
}
@font-face {
  font-family: 'Futura';
  font-weight: 600;
  src: url('../fonts/Futura/futura medium bt.ttf') format("truetype");
}

@font-face {
  font-family: 'Futura';
  font-weight: bold;
  src: url('../fonts/Futura/Futura Bold.ttf') format("truetype");
}

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Roman.otf') format("opentype");
}


/*HOME*/
.banner {
	padding-top: 100px;
	padding-bottom: 100px;
}
.banner p {
	font-size: 20px;
}
.banner-wrap {
	padding-top: 100px;
	padding-bottom: 100px;
}
.banner [class^="col-"] {
	align-self: center;
}
.synacy-banner {
	text-align: right;
}
.synacy-banner img {
	width: 100%;
	max-width: 379px;
	/*background: url("../img/Home-Banner.png");
	background-repeat: no-repeat;
	height: 700px;
	background-size: contain;*/
}

.banner-text {
	max-width: 530px;
	margin-bottom: 80px;
}

.banner-text h1, 
.banner-text p {
	margin-bottom: 20px;
}

.home-team {
	padding: 0;
}
.home-team img{
	width: 100%;
}

.technologies img {
	width: 100%;
}
.projects {
	text-align: center;
}
.projects img {
	width: 99px;
	margin: 20px 0px;
}

.projects h4 {
	font-weight: 600;
	font-size: 20px;
}

.projects p { 
	text-align: justify;
    -moz-text-align-last: center;
    text-align-last: left;
    font-size: 20px;
}

section.be-part,
.what-we-do section.be-part {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}

.be-part h2 {
	max-width: 320px;
	margin: 0 auto 40px auto;
	line-height: 60px;
}

.why-wrap  [class^="col-"] {
	align-self: center;
	padding: 0;
}

.why-wrap .col-md-5 {
	border-radius: 50%;
	overflow: hidden;
}

.why-wrap img {
	width: 100%;
}

.blog-container {
	padding-top: 100px;
}

/*WHAT WE DO*/
.what-we-do p {
	text-align: left;
}
.what-we-do .banner {
	background: url(../img/Do-Banner-BG.png) no-repeat;
	background-position: left bottom;
	background-size: 100%;
}
.what-we-do .banner img {
	width: 100%;
	max-width: 300px;
}
.what-we-do .banner-wrap {
	display: flex;
}

.what-we-do section {
	padding-top: 40px;
	padding-bottom: 40px;
}

.brand:nth-of-type(odd) {
	background: #f7fafd;
}

.brand:nth-of-type(even) {
	background: #eef5fa;
}

.brand a {
	font-size: 16px;
	font-weight: 600;
	color: #333232;
}
.brand a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.brand .col-md-6:nth-child(2) {
	padding-top: 40px;
}
.brand-desc {
	font-size: 18px;
	margin: 20px 0;
}

.brand-interface {
	width: 100%;
	margin-bottom: -40px;
}

/*CAREERS*/
.careers-page {
	text-align: center;
}
.careers-page h1 {
	max-width: 400px;
}
.careers-page h3 {
	font-weight: 600;
}
.careers-page h4 {
	margin-top: 40px;
	font-weight: 600;
}
.careers-page h3:after {
	display: block;
	margin: 10px auto;
}
.careers-page p {
	font-size: 18px;
}

.career-banner {    
    background: url(../img/Careers-Banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}
.career-wrapper {
	width: 50%;
	text-align: left;
	margin: 100px 0;
	/*background: rgba(255,255,255, 0.5);*/
}

.perks-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.perks-container > div{
	width: 30%;
	margin-bottom: 40px;
}

.perks-container > div > img {
	height: 75px;
}

.we-believe {
	background: url("../img/Careers-Image.jpg") no-repeat;
	background-position: center;
	text-align: left;
	background-size: auto 100%;
}

.we-believe h2 {
	color: white;
}

.we-believe p {
	font-size: 20px;
	width: 90%;
	color: white;
}

.job-list {
	margin: 0 auto;
	width: 100%;
}

.job-list td,
.job-list th {
	text-align: left;    
	padding: 5px 40px 5px 0;
	font-size: 18px;
	background: white;
}

.job-list th {
	border-bottom: 2px solid #E0E0E0;
	font-size: 16px;
	font-weight: normal;
}

.job-list tr:nth-child(even) > td {
	background: #F6F9FD;
}

.job-list i.material-icons {
	line-height: 25px;
	margin-right: 10px;
}
/*.job-kitchen > a:before {
	background: url('../img/svg/CareersIcon-Kitchen.svg') no-repeat;
}
.job-hr > a:before {
	background: url('../img/svg/CareersIcon-HR.svg') no-repeat;
}
.job-developer > a:before {
	background: url('../img/svg/CareersIcon-Dev.svg') no-repeat;
}

.job-sales > a:before {
	background: url('../img/svg/CareersIcon-Sales.svg') no-repeat;
}
.job-admin > a:before {
	background: url('../img/svg/CareersIcon-HR.svg') no-repeat;
}
.job-default > a:before {
	background: url('../img/svg/CareersIcon-HR.svg') no-repeat;
}
.job-siteops > a:before {
	background: url('../img/svg/CareersIcon-SiteOps.svg') no-repeat;
}*/

section.graduate-program {
	display: flex;
	column-count: 2;
	text-align: left;
}

section.graduate-program > div.col-md-6:nth-child(2) {
	background: url('../img/Careers-GraduateProgram.jpg') no-repeat;
	background-size: cover;
	/*align-self: center;*/
}

.graduate-program  a {
	font-size: 16px;
	font-weight: 600;
	color: #333232;
}
.graduate-program a:hover {
	text-decoration: none;
	opacity: 0.8;
}

section.graduate-program h3:after{
	margin: 10px 0;
}

section.graduate-program h3,
section.graduate-program h2,
section.graduate-program p,
section.graduate-program .col-md-5 {
	text-align: left;
}

/*CONTACT-US*/
div.contact-us {
	background: url('../img/Contact-BannerBG.png') no-repeat;
	background-size: 100%;
	background-position: center 100px;
	padding-top: 80px;
}
.contact-us h1 {
	margin-bottom: 40px;
}

.contact-us h3 {
	margin-bottom: 20px;
}

.contact-us section > div {
	align-self: center;
}

.contact-us .contact-img {
	border-radius: 50%;
	z-index: 1;
	position: relative;
	width: 100%;
	margin-top: 20px;
}
.contact-us .control-group {
	margin-bottom: 20px;
}
.contact-us label {
	font-size: 16px;
	font-weight: 100;
}
.contact-us input[type=text],
.contact-us input[type=email]{
	border: none;
	background: #eef5fa;
	width: 100%;
	height: 40px;
	padding: 5px 10px;
}

.contact-us textarea{
	resize: none;
	border: none;
	padding: 5px 10px;
	background: #eef5fa;
	height: 150px;
	width: 100%;
}

.contact-us input[type=text]:hover,
.contact-us input[type=email]:hover,
.contact-us textarea:hover,
.contact-us input[type=text]:focus,
.contact-us input[type=email]:focus,
.contact-us textarea:focus{
	outline: none;
    border-bottom: 3px solid #15203F;
}

.contact-us input[type=submit] {
	background: #cd2c28;
	padding: 10px 30px;
	color: white;
	font-size: 16px;
	font-weight: 600;
	border: 0;
	margin-top: 20px;
}

.form-submit {
	display: flex;
	flex-direction: row-reverse;
}

/*MEDIA QUERIES*/
@media(min-width: 992px) {
	.banner-wrap {
		display: flex;
		column-count: 2;
	}
	.why-wrap {
		display: flex;
		column-count: 2;
	}
	.why-wrap .col-md-7 {
		padding-left: 40px;
	}
	.projects .col-md-4:nth-of-type(1) {
		padding-right: 40px;
	}
	.projects .col-md-4:nth-of-type(2) {
		padding: 0 20px;
	}
	.projects .col-md-4:nth-of-type(3) {
		padding-left: 40px;
	}

	footer .col-xs-6 {
		padding-left: 40px !important;
		padding-right: 0px !important;
	}
}
@media(min-width: 768px) {
	.contact-us section {
		display: flex;
		column-count: 2;
	}
	.contact-us .control-group.col-sm-6.left {
		padding-left: 0;
	}
	.contact-us .control-group.col-sm-6.right {
		padding-right: 0;
	}
}
@media(max-width: 991px) {
	[class^="col-md"] {
		padding: 0;
	}
	.what-we-do .col-md-6.pull-right {
		float: unset !important;
	}
}
@media(max-width: 1580px) {
	section, header, footer {
		padding-left: 15%;
		padding-right: 15%;
	}
}

@media(max-width: 1240px) {
	section, header, footer {
		padding-left: 10%;
		padding-right: 10%;
	}
}

@media(max-width: 767px) {
	.contact-us .control-group.col-sm-6.left,
	.contact-us .control-group.col-sm-6.right {
		padding: 0;
	}
	section, footer {
		padding: 40px 5%;
	}
	header {
		padding: 5px 5%;
	}
	header img {
		height: 30px;
	}
	header ul {
		margin-bottom: 5px;
	}
	header ul li {
	    padding-left: 5px;
	    margin-top: 5px;
	}

	header ul li a:hover, 
	footer ul li a:hover,
	header ul li a {
		font-size: 12px;
	} 

	.banner {
		padding-top: 0;
	}

	.banner-text {
		padding-top: 40px;
	}

	.banner-wrap {
		padding: 40px 0 0 0;
	}

	.what-we-do .banner img {
		display: none;
	}

	.career-banner {
		background-position: 60% 100%;
	}

	.career-wrapper {
		width: 100%;
	    background: rgba(255,255,255, 0.8);
	    padding: 20px;
	}

	.we-believe {
	    background-position: 80% 100%;
	}

	.perks-container > div {
		width: 100%;
	}

	div.contact-us {
	    background-position: center 40px;
	    padding-top: 0px;
	}

}
