@charset "UTF-8";
/* CSS Document */

#mobile {
	display: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Nunito', sans-serif;
}

a {
	text-decoration: none;
}

h1 {
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 1em;
	margin: 20px 0;
	padding: 0;
	text-transform: uppercase;
}

h2 {
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	font-size: 36px;
	margin: 0;
	padding: 0;
}

p {
	font-size: 20px;
	line-height: 1.5em;
}

/* --- LAYOUT RULES --- */

.row {
	display: flex;
	padding: 80px 0;
}

.spacer {
	height: 10px;
}

.spacer-40 {
	height: 40px;
}

.spacer-80 {
	height: 80px;
}

.section {
	height: 100vh;
	z-index: -10;
}

.section-padding {
	padding: 80px 80px 0px 80px;
}

.center-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.column-60 {
	width: 60%;
	float: left;
}

.column-50 {
	width: 50%;
	float: left;
}

.column-40 {
	width: 40%;
	float: left;
}

.column-33 {
	width: 33.333%;
	float: left;
	text-align: center;
}

.column-25 {
	width: 25%;
	float: left;
	text-align: center;
}

.block {
	text-align: left;
	margin: auto;
}

.button-blue {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	font-size: 18px;
	background: linear-gradient(#7DBEE8,#2D98D4);
	padding: 10px;
	border-radius: 50px;
	width: 250px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: .25s;
}

.button-blue:hover {
	filter:brightness(90%);
}

.button-white {
	font-weight: 700;
	font-size: 18px;
	background: #fff;
	padding: 10px;
	border-radius: 50px;
	width: 125px;
	text-align: center;
	color: #134284;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: opacity .25s;
}

.button-white:hover {
	opacity: .8;
}

.inline {
	display: inline-block;
	margin: 0 10px;
}

.button-solid {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	font-size: 18px;
	background: #3AA2E8;
	padding: 10px;
	border: 3px solid #3AA2E8;
	border-radius: 50px;
	width: 200px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: .25s;
}

.button-solid:hover {
	filter:brightness(90%);
}

.button-outline {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	font-size: 18px;
	background: #ffffff;
	border: 3px solid #134284;
	padding: 10px;
	border-radius: 50px;
	width: 200px;
	text-align: center;
	color: #134284;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: .25s;
}

.button-outline:hover {
	filter:brightness(90%);
}

.time {
	color: #2d93d4;
}

/* --- Navigation --- */

nav {
	height: 100px;
	z-index: 100;
	font-weight: 500;
	letter-spacing: 1px;
	background: #134284;
	width: 100%;
}

#nav-wrapper {
	max-width: 1400px;
	margin: auto;
	padding: 0 120px;
	justify-content: space-between;
}

nav #logo {
	margin: 35px 0 0 0;
	float: left;
	height: 40px;
}

nav #logo-mobile {
	display: none;
}

nav ul {
	list-style: none;
	margin: 45px 0 0 0;
	word-spacing: 40px;
}

nav ul a li {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
}

/* --- #wrapper --- */

#wrapper {
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

#wrapper-content {
	max-width: 1400px;
	margin: 0px auto 80px auto;
	text-align: center;
}

#wrapper-content h1 {
	text-align: center;
	margin-top: 80px;
	color: #134284;
	text-transform: none;
}

#wrapper-content h3 {
	text-align: center;
	font-family: 'Rubik', sans-serif;
	font-size: 28px;
	font-weight: 700;
}

.logo-name {
	height: 60px;
	width: 100%;
	padding: 20px 0;
}

.mockup {
	width: 80%;
}

.center-copy {
	width: 80%;
	margin: 20px auto;
}

footer {
	background: #134284;
	color: #2d93d4;
	transition: .25s;
	padding: 80px;
	clear: left;
	text-align: center;
}

footer a {
	color: #2d93d4;
	font-size: 24px;
}

footer a:hover {
	opacity: .8;
}

#contact {
	margin: 30px 25px 0px 0px;
	letter-spacing: 20px;
}

 #contact img {
	height: 30px;
	transition: .25s;
}

#contact img:hover {
	filter:brightness(80%);
}

#copyright {
	padding-top: 40px;
	opacity: .5;
}

/* --- Media Queries --- */

@media only screen and (max-width: 1200px) and (orientation: portrait) {
	
	nav #logo {
		display: none;
	}
	
	nav #logo-mobile {
		display: block;
		width: 100px;
		margin: auto;
		padding-top: 20px;
	}
	
	nav ul {
		margin: 20px auto 0 auto;
	}
	
	#nav-wrapper {
		display: flex;
		justify-content: center;
	}
	
	#wrapper .row {
		display: block;
	}
	
	.column-50 {
		float: none;
		width: 100%;
	}
	
	.column-25 {
		float: none;
		width: 100%;
	}
	
	.spacer-80 {
		display: none;
	}
	
	.center-copy {
		width: 100%;
	}
	
	.button-outline {
		margin: 10px 0;
	}
	
	.button-solid {
		margin: 10px 0;
	}
	
	h2 {
		padding-top: 20px;
	}
}