html {
    height: 100%;
    scroll-behavior: smooth;
}
body {
	font-size:1em;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:500;
	line-height:1.5em;
	background-color: #ffffff;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    height:100%;
	}

hr {
	margin-bottom:3rem;
	}

/* -- Typography --- */
h1,h2,h3,h4,h5,h6,p{
	color:#333333;
	font-style: normal;
	margin-bottom:1.5em;
}

h1,h2,h3,h4,h5 {
	text-align:center;
	font-weight: 700;
	}

h2 {
	text-align:left;	
}
h3 {
	font-size: 1.5em;
	}

p {
	color:#555555;
	width:100%;
	}

strong, 
p strong {
	font-weight:700;
	}

a {
	color:#3075BA;
	text-decoration: none;
	}

a:hover {
	color:#0F7EFF;
	}	

.arrow-holder p {
	margin-bottom:0;
	line-height:1em;
	text-align:center;
	}

.arrow-holder{
	position:relative;
	float:left;
	display:inline;
	width:100%;
	margin-top:0px;
	z-index:2;
	}

.arrow-holder p a {
	width:40px;
	height:40px;
	display:inline-block;
	text-indent:-9999px;
	background-size: 40px 40px;	
	z-index:9;
	border-bottom:hidden;
	}

.hero .arrow-holder.down p a {
	background-image:url('images/down-arrow-white.svg');
	}

.arrow-holder.absolute {
	position:absolute;
	z-index:9;
	width:100%;
	bottom:5vh;
	margin-top:0;
	}

.floating {
    animation-name: floating;
    animation-duration: 1.8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-top: 5px;
	}

@keyframes floating {
    from { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
	}

/* --- Lists --- */

ul {
	margin:0px;
	padding:0px;
	}

/*--Sections--*/

header {
    width: 100%;
    display:block;
    position:absolute;
    top:0;
	}

.section {
	padding:140px 0;
	display:inline-block;
	position:relative;
	float:left;
	width:100%;
	}
.bg-odd {
	background-color:#fff;
}
.bg-even {
	background-color:#F2F2F2;
}

.section.hero {
	padding-top:0;
	padding-bottom:40px;
	}

.hero {
	background-image: url('images/apple-smb-background-square.jpg');
	background-repeat:no-repeat;
	background-size: cover;
	background-position:right bottom ;
	min-height:100vh;
	display:inline-block;
	position:relative;
	width:100%;
	display: flex;
	flex-direction: column;
	justify-content: top;
	resize: vertical;
	background-color:#000;
	}

.hero h1, 
.hero h2, 
.hero p, 
.form h3, 
.form p {
	color:#ffffff;
	}

.hero h1 {
	margin-top:25vh;
}

#logo-header {
	margin-top:30px;
}

/*Forms*/
.contact-form label {
	color:#fff;
	font-weight:bold;
	}

.contact-form input[type=text],
.contact-form input[type=number],
.contact-form input[type=email] {
	width:100%;
	padding:5px 10px;
	background-color:#3D0909;
	border-bottom:1px solid #3D0909;
	border-radius:0px;
	font-weight:500;
	}

.contact-form input:hover,
.contact-form input:focus{
	background-color: #5d1414
	}

.contact-form input[type=checkbox],
.inline-box {
	display:inline;
	float:left;
	position:relative;
	}

.terms-group {
	margin-bottom:2em;
	}

.checker {
	width:25px;margin-top:1px;
	}

.terms {
	width:90%;
	}

label.fine-print {
	font-weight:500;
	font-size:12px;
	line-height:16px;
	color:#907878;
	}

/*---Buttons---*/

.btn.btn-brand {
	border:1px solid #306EB5;
	background-color:#306EB5;
	font-weight:700;
	padding:15px 0;
	}
.btn.btn-brand:hover {
	border:1px solid #ffffff;
	background-color:#ffffff;	
	color:#0F7EFF;
}
.btn.btn-secondary.btn-block.btn-brand.on-white {
	background-color:#fff;
	border:3px solid #306EB5;
	color:#306EB5;
	margin-bottom:0;
}
.btn.btn-brand.on-white:hover {
	background-color:#000000;
	color:#ffffff;
}
.btn.btn-secondary.btn-block.btn-brand.on-white:hover {
	background-color:#306EB5;
	color:#ffffff;
}


/*If device is greater than or equal to 768px, then do*/
@media only screen and (min-width: 768px) {	
	.mobile-navigation ul.navbar-items li a.nav-link {
		padding-bottom:1.5em
	}
}
/*If device is greater than or equal to 992px, then do*/
@media only screen and (min-width: 992px) {
	p.intro span {
		padding-bottom:10px;
		}
	.desktop-navigation img.logo {
		}
	.mobile-navigation {
		display:none;
		}
	.desktop-navigation {
		display:block;
		}
	.desktop-navigation nav.navbar ul.navbar-items li a {
		}
	.desktop-navigation ul.navbar-items li a.nav-link {
		padding-left:1.5em;
		padding-right:0;
		}
	.arrow-holder p {
		text-align:left;
		}	
	body.child-page h1,
	body.child-page h2,
	body.child-page p.intro {
		text-align:left;
		}
	body.child-page h1 {
		font-size:4.5em;
		}
	}
/* Portrait and Landscape */
@media only screen  
and (max-width: 768px) {
	h2 {
		text-align: center;
		margin-top: 50px;
	}
	p {text-align:center;}
	#section-1 h2 {
		margin-top: 0;
	}
}

/*--PHONES--*/
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-width: 320px) 
  and (max-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.hero {
/*		border:4px solid red;
*/	}
	.hero h1 {margin-top:20vh;}
}

/* Portrait */
@media only screen 
  and (min-width: 320px) 
  and (max-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
  		.hero {
/*		border:4px solid red;
*/	}
}

/* Landscape */
@media only screen 
  and (min-width: 320px) 
  and (max-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
  		.hero {
/*		border:4px solid red;
*/	}

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-width: 375px) 
  and (max-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) {
  	.hero {
/*		border:4px solid yellow;
*/	}
	.hero h1 {margin-top:25vh;}
}

/* Portrait */
@media only screen 
  and (min-width: 375px) 
  and (max-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
  	.hero {
/*		border:4px solid yellow;
*/	}
}

/* Landscape */
@media only screen 
  and (min-width: 375px) 
  and (max-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
  	.hero {
/*		border:4px solid yellow;
*/	}
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-width: 414px) 
  and (max-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) {
  	.hero {
/*		border:4px solid cyan;
*/	}	 
	.hero h1 {margin-top:25vh;}
}

/* Portrait */
@media only screen 
  and (min-width: 414px) 
  and (max-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {
  	.hero {
/*		border:4px solid cyan;
*/	}	 
}

/* Landscape */
@media only screen 
  and (min-width: 414px) 
  and (max-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
  	.hero {
/*		border:4px solid cyan;
*/	}	 
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-width: 375px) 
  and (max-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
	.hero {
/*		border:4px solid cyan;
*/	}	
	.hero h1 {margin-top:30vh;}
}

/* Portrait */
@media only screen 
  and (min-width: 375px) 
  and (max-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
	.hero {
/*		border:4px solid cyan;
*/	}	
}

/* Landscape */
@media only screen 
  and (min-width: 375px) 
  and (max-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
	.hero {
/*		border:4px solid cyan;
*/	}	
}

/*--TABLETS--*/
/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-width: 768px) 
  and (max-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
  	.hero {
	}
	.hero h1 {margin-top:30vh;}	
}

/* Portrait */
@media only screen 
  and (min-width: 768px) 
  and (max-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
  	.hero {
	}
}

/* Landscape */
@media only screen 
  and (min-width: 768px) 
  and (max-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
  	.hero {
	}
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-width: 768px) 
  and (max-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
  	.hero {
/*		border:4px solid blue;
*/		background-image: url('images/apple-smb-background-rectangle.jpg');
		}
		.hero h1 {margin-top:35vh;}	
}

/* Portrait */
@media only screen 
  and (min-width: 768px) 
  and (max-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
  	.hero {
/*		border:4px solid blue;
*/		background-image: url('images/apple-smb-background-rectangle.jpg');
		}
		.hero h1 {margin-top:35vh;}	
}

/* Landscape */
@media only screen 
  and (min-width: 768px) 
  and (max-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
  	.hero {
/*		border:4px solid blue;
*/		background-image: url('images/apple-smb-background-rectangle.jpg');
		}
		.hero h1 {margin-top:35vh;}	
}

/* ----------- iPad Pro 10.5" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-width: 834px) 
  and (max-width: 1112px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.hero {
/*		border:4px solid purple;
*/		background-image: url('images/apple-smb-background-rectangle.jpg');
	}
		.hero h1 {margin-top:35vh;}	
}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 834px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
	.hero {
/*		border:4px solid purple;
*/		background-image: url('images/apple-smb-background-square.jpg');
	}
		.hero h1 {margin-top:35vh;}	
}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-width: 1112px) 
  and (max-width: 1112px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
	.hero {
/*		border:4px solid purple;
*/		background-image: url('images/apple-smb-background-rectangle.jpg');
	}
		.hero h1 {margin-top:35vh;}	
}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {
  	.hero {
/*		border:4px solid red;
*/		background-image: url('images/apple-smb-background-rectangle.jpg');
	}
		.hero h1 {margin-top:40vh;}	
}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-width: 1024px) 
  and (max-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
  	.hero {
/*		border:4px solid red;
*/		background-image: url('images/apple-smb-background-square.jpg');
	}
		.hero h1 {margin-top:40vh;}	
}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-width: 1366px) 
  and (max-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
  	.hero {
/*		border:4px solid red;
*/		background-image: url('images/apple-smb-background-rectangle.jpg');	}
			.hero h1 {margin-top:40vh;}	

}

/*--DESKTOP--*/
@media only screen 
  and (min-width: 1200px) 
  and (-webkit-min-device-pixel-ratio: 1) {
  	.hero {
/*		border:4px solid white;
*/		min-height:768px;
		background-image: url('images/apple-smb-background-wide.jpg');
	}
		.hero h1 {margin-top:260px;}	
}


