@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Play&display=swap');

*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body, html {
	height: 100%;
  	margin: 0;
  	font-family: 'IBM+Plex+Sans', sans-serif;
  	line-height: 180%;
  	text-align: center;
}

nav {
	top: 0;
	width: 100%;
	position: fixed;
	display: flex;
	justify-content: space-around;
	align-items: center;
	min-height: 8vh;
	background-color: #181612;
	font-family: 'Play', sans-serif;
}

ul {
	list-style-type: circle;
	background: #181612;
	opacity: .95;
}

ul li {
	list-style-type: circle;
	display: inline-block;
	text-align: left;
	padding-left: 10px;
}

ul li a {
	text-decoration: none;
	padding: 10px;
	display: block;
}

ul ul {
	position: absolute;
	min-width: 160px;
	display: none;
}

ul ul li {
	display: block;
}

ul li:hover ul {
	display: block;
}

ul li i {
	color: #fff;
}

.logo {
	margin-left: -15px;
}

.nav-links {
	display: flex;
	justify-content: space-around;
	width: 42%;
}

.nav-links li {
	list-style: none;
}

.nav-links a {
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 14px;
}

.burger {
	display: none;
	cursor: pointer;
	margin-right: -5px;
}

.burger div {
	width: 25px;
	height: 3px;
	background-color: #fff;
	margin: 5px;
	transition: all 0.3s ease;
}

.parallax1 {
  background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.1)) border-box, url("img/third.jpg");
  min-height: 100%;
}
.parallax2 {
  background: url("img/second.jpg");
  min-height: 75%;
}
.parallax3 {
  background: url("img/home-anim-12.jpg");
  min-height: 75%;
}
.parallax4 {
  background: url("img/sidekick-anim.gif");
  min-height: 100%;
}
.parallax5 {
  background: url("img/about-anim.gif");
  min-height: 75%;
}
.parallax6 {
  background: url("img/about-2.jpg");
  min-height: 70%;
}
.parallax7 {
  background: url("img/about-3.jpg");
  min-height: 87%;
}
.parallax8 {
  background: linear-gradient(rgba(0,0,0,.9), rgba(0,0,0,.1)) border-box, url("img/services-2.jpg");
  min-height: 80%;
}
.parallax9 {
  background: url("img/careers-anim.gif");
  min-height: 73%;
}
.parallax10 {
  background: url("img/careers-4.jpg");
  min-height: 70%;
}
.parallax11 {
  background: url("img/contact-anim.gif");
  min-height: 100%;
}
.parallax12 {
  background: url("img/leadership.jpg");
  min-height: 70%;
}
.parallax14 {
  background: url("img/about-5.jpg");
  min-height: 70%;
}
.parallax15 {
  background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.1)) border-box, url("img/services-anim.gif");
  min-height: 85%;
}
.parallax16 {
  background: url("img/services-2.jpg");
  min-height: 70%;
}
.parallax17 {
  background: url("img/services-4.jpg");
  min-height: 87%;
}
.parallax1, .parallax2, .parallax3, .parallax4, .parallax5, .parallax6, .parallax7, .parallax8, .parallax9, .parallax10, .parallax11, .parallax12, .parallax14, .parallax15, .parallax16, .parallax17 {
  position: inherit;
  opacity: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.center {
  	display: flex;
	justify-content: space-around;
	align-items: center;
  	margin-left: auto;
  	margin-right: auto;
}

h3 {
	text-align: center;
}

h4 {
	text-align: center;
	font-size: 85%;
}

.heading-hero {
  	position: inherit;
  	color: #fff;
  	font-size: 275%;
	font-weight: 200;
 	width: 100%;
  	padding-top: 120px;
  	text-transform: uppercase;
  	letter-spacing: 6px;
  	line-height: normal;
  	text-shadow: 0 0 10px #000;
	font-family: 'Play', sans-serif;
}
.heading-page {
  	position: inherit;
  	color: #fff;
  	font-size: 275%;
	font-weight: 500;
 	width: 100%;
  	padding-top: 100px;
  	text-transform: uppercase;
  	letter-spacing: 5px;
  	line-height: normal;
  	text-shadow: 0 0 10px #000;
	font-family: 'Play', sans-serif;
}
.heading-hero-sm {
  	position: inherit;
  	width: 100%;
  	padding-top: 120px;
  	color: #3B7DA6;
  	font-size: 150%;
	font-weight: 600;
  	text-transform: uppercase;
  	letter-spacing: 3px;
  	line-height: normal;
  	text-shadow: 0 0 15px #000;
	font-family: 'Play', sans-serif;
}
.heading-sm {
  	position: inherit;
  	width: 100%;
  	padding-top: 260px;
  	color: #fff;
  	font-size: 250%;
	font-weight: 400;
  	text-transform: uppercase;
  	letter-spacing: 5px;
  	line-height: normal;
  	text-shadow: 0 0 10px #000;
	font-family: 'Play', sans-serif;
}
.site-usage {
  	position: inherit;
  	width: 100%;
  	padding-top: 400px;
  	color: #fff;
  	font-size: 75%;
	font-weight: 200;
  	text-transform: uppercase;
  	letter-spacing: 5px;
  	line-height: normal;
  	text-shadow: 0 0 10px #000;
}
.two-col {
  float: left;
  width: 50%;
  padding: 0 4%;
  text-align: left;
  color: #gray;
}
.two-col2 {
  float: left;
  width: 50%;
  padding: 0 4%;
  text-align: center;
  color: #848484;
}
section {
  overflow: auto;
  padding: 50px 80px;
}
.dark {
  overflow: auto;
  padding: 50px 80px;
  background-color: #181612;
  color: #fff;
}

.wrapper {
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	width: 100%;
	padding: 0 20px;
}

.contact-form {
	max-width: 550px;
	margin: 0 auto;
	background: rgba(255,255,255,.8);
	padding: 30px;
	border-radius: 5px;
	display: flex;
}

.input-fields {
	display: flex;
	flex-direction: column;
	margin-right: 4%;
}

.input-fields,
.msg {
	width: 48%;
}

.input-fields .input,
.msg textarea {
	margin: 10px 0;
	background: transparent;
	border: 0;
	border-bottom: 2px solid #181612;
	padding: 10px;
	color: #181612;
	width: 100%;
	font-family: 'IBM+Plex+Sans', sans-serif;
}

.msg textarea {
	height: 212px;
	font-family: 'IBM+Plex+Sans', sans-serif;
}

::-webkit-input-placeholder {
	color: #181612;
}

::-moz-input-placeholder {
	color: #181612;
}

::-ms-input-placeholder {
	color: #181612;
}

.button {
  font-family: 'IBM+Plex+Sans', sans-serif;
  background-color: #3B7DA6;
  border: none;
  border-radius: 8px 8px 8px 8px;
  color: #fff;
  padding: 14px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}

.button2 {
  font-family: 'Play', sans-serif;
  background-color: #3B7DA6;
  border: none;
  border-radius: 8px 8px 8px 8px;
  color: #fff;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-size: 20px;
}

footer {
	display: flex;
	justify-content: space-around;
	align-items: center;
	min-height: 11vh;
	background-color: #3B7DA6;
	font-family: 'IBM+Plex+Sans', sans-serif;
}

.copyright {
	color: #fff;
	letter-spacing: 1px;
	font-size: 14px;
}

.footer-links {
	display: flex;
	justify-content: space-around;
	width: 30%;
	background: #3B7DA6;
}

.footer-links li {
	list-style: none;
}

.footer-links a {
	color: #fff;
	text-decoration: none;
	letter-spacing: 3px;
	font-size: 22px;
}

.fa {
  width: 25px;
  float: right;
  text-decoration: none;
  padding-right: 30px;
}

.fa:hover {
  opacity: 0.7;
}

.fa-linkedin {
  background: #3B7DA6;
  color: white;
}

.fa-twitter {
  background: #3B7DA6;
  color: white;
}

.fa-facebook {
  background: #3B7DA6;
  color: white;
}

a:link {
  color: #fff;
  text-decoration: none;
}

a:visited {
  color: #fff;
  text-decoration: none;
}

a:hover {
opacity: 0.7;
}

a:active {
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 1400px){

	nav {
		top: 0;
		width: 100%;
		position: fixed;
		display: flex;
		justify-content: space-around;
		align-items: center;
		min-height: 8vh;
		background-color: #181612;
		font-family: 'Play', sans-serif;
	}
	
	nav div {
		display: block;
	}

	ul {
		display: none;
		position: static;
		background: #181216
	}

	ul li {
		display: block;
		text-align: center;
		padding-left: 0;
		line-height: 20px;
	}

	ul ul {
		position: static;
		background: #181216;
	}
	
	.nav-links {
		position: absolute;
		right: 0px;
		height: 45vh;
		top: 8vh;
		background-color: #181612;
		opacity: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		transition: transform 0.5s ease-in;
	}
	
	.nav-links a {
		color: #fff;
		text-decoration: none;
		letter-spacing: 1px;
		font-size: 18px;
	}
	
	.nav-links li {
		opacity: 0;
	}
	
	.burger {
		display: block;
	}

	.nav-active {
		z-index: 1;
		opacity: 1;
	}
	
	.parallax1, .parallax2, .parallax3, .parallax4, .parallax5, .parallax6, .parallax7, .parallax8, .parallax9, .parallax10, .parallax11, .parallax12, .parallax14, .parallax15, .parallax16, .parallax17 {
  		position: inherit;
  		opacity: 1;
  		background-position: center;
		background-size: cover;
 	 	background-repeat: no-repeat;
	}
		
	.heading-hero {
    	font-size: 200%;
		font-weight: 800;
		padding-top: 225px;
		letter-spacing: 3px;
  	}
  	.heading-page {
    	font-size: 200%;
		font-weight: 800;
		padding-top: 175px;
		letter-spacing: 3px;
		text-shadow: 0 0 7px #181612;
  	}
	.heading-hero-sm {
  		position: inherit;
  		width: 100%;
  		padding-top: 100px;
  		color: #3B7DA6;
  		font-size: 130%;
		font-weight: 600;
  		text-transform: uppercase;
  		letter-spacing: 3px;
  		line-height: normal;
  		text-shadow: 0 0 15px #181612;
		font-family: 'IBM+Plex+Sans', sans-serif;
	}
  	.heading-sm {
    	font-size: 180%;
		padding-top: 400px;
		text-shadow: 0 0 8px #181612;
  	}
}

@keyframes navLinkFade {
	from {
		opacity: 0;
		transform: translateX(50px);
	}
	to {
		opacity: 1;
		transform: translateX(0px);
	}
}

.toggle .line1 {
	transform: rotate(-45deg) translate(-5px,6px);
}

.toggle .line2 {
	opacity: 0;
}

.toggle .line3 {
	transform: rotate(45deg) translate(-5px,-6px);
}

@media only screen and (max-width: 1000px) {
  ul li {
	display: block;
	line-height: 15px;
  }
	
  .parallax1, .parallax2, .parallax3, .parallax4, .parallax5, .parallax6, .parallax7, .parallax8, .parallax9, .parallax10, .parallax11, .parallax12, .parallax14, .parallax15, .parallax16, .parallax17 {
  	position: inherit;
  	opacity: 1;
  	background-position: center;
	background-size: cover;
 	background-repeat: no-repeat;
  }
	
  .heading-hero {
    font-size: 150%;
	font-weight: 800;
	padding-top: 175px;
	letter-spacing: 3px;
  }
	
  .heading-page {
    font-size: 150%;
	font-weight: 800;
	padding-top: 125px;
	letter-spacing: 3px;
	text-shadow: 0 0 8px #181612;
  }
	
  .heading-hero-sm {
  	position: inherit;
  	width: 100%;
  	padding-top: 90px;
  	color: #3B7DA6;
  	font-size: 90%;
	font-weight: 600;
  	text-transform: uppercase;
  	letter-spacing: 3px;
  	line-height: normal;
  	text-shadow: 0 0 15px #181612;
	font-family: 'IBM+Plex+Sans', sans-serif;
  }
	
  .heading-sm {
    font-size: 125%;
	padding-top: 370px;
	text-shadow: 0 0 8px #181612;
  }
	
  .two-col {
    width: 100%;
    padding: 0;
    text-align: center;
	text-decoration: none;
  }
	
  .two-col2 {
    width: 100%;
    padding: 0;
    text-align: center;
	text-decoration: none;
  }
}

@media only screen and (max-width: 768px) {
	.nav-links a{
		color: #fff;
		text-decoration: none;
		letter-spacing: 1px;
		font-size: 16px;
	}
	
	ul li {
		display: block;
		line-height: 10px;
	}
	
	.parallax1 {
        background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.1)) border-box, url("img/home-mobile-1.jpg");
    }
	
	.parallax3 {
  		background: url("img/home-mobile-3.jpg");
	}
	
	.parallax17 {
  		background: url("img/mmast-mobile.jpg");
	}
	
	.parallax1, .parallax2, .parallax3, .parallax4, .parallax5, .parallax6, .parallax7, .parallax8, .parallax9, .parallax10, .parallax11, .parallax12, .parallax14, .parallax15, .parallax16, .parallax17 {
  		position: inherit;
  		opacity: 1;
  		background-position: center;
  		background-size: cover;
 	 	background-repeat: no-repeat;
	}
	
	.heading-hero{
    	font-size: 100%;
		font-weight: 800;
		padding-top: 130px;
		letter-spacing: 3px;
	}
	
	.heading-page {
    	font-size: 150%;
		font-weight: 800;
		padding-top: 85px;
		letter-spacing: 3px;
		text-shadow: 0 0 8px #181612;
	}
	
    .heading-hero-sm {
  		position: inherit;
  		width: 100%;
  		padding-top: 50px;
  		color: #3B7DA6;
  		font-size: 80%;
		font-weight: 600;
  		text-transform: uppercase;
  		letter-spacing: 2px;
  		line-height: normal;
  		text-shadow: 0 0 15px #181612;
		font-family: 'IBM+Plex+Sans', sans-serif;
	}
	
	.heading-sm {
		font-size: 150%;
		padding-top: 225px;
		text-shadow: 0 0 8px #181612;
  	}
	
	.triangle-down {
		width: 0;
		height: 0;
		border-left: 25px solid transparent;
		border-right: 25px solid transparent;
		border-top: 50px solid #555;
	}
	
	.wrapper{
		top: 60%;
	}
	
	.contact-form{
		flex-direction: column;
	}
	
	.msg textarea{
		height: 80px;
	}
	
	.input-fields,
	.msg{
		width: 100%;
	}
}




































