body, html {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color : rgb(255, 255, 255);
}

#page_wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
}

#navigation {
	margin-top: 2em;
	width: auto;
	text-align: center;
        cursor: default;
}

.navigation_item {
	margin: .6em;
        text-decoration: none;
        font-family: 'Montserrat', sans-serif;
        font-size: 1.3em;
        font-size: 1.5em;
        font-weight: 300;
        color: rgb(0, 116, 217);
        cursor: pointer;
        transition: all 0.2s ease;
	white-space: nowrap;
}

.navigation_item:hover {
        color: rgb(80, 80, 80);
}

/******************************
	"Intro" section
*******************************/

#intro_content {
	position: relative;
	width: 60em;
	width: 40em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5em;
}

#intro_header {
	margin-top: 4em;
	margin-bottom: .4em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-family: 'Lato', sans-serif;
        font-size: 1.6em;
	font-weight: 300;
	color: rgb(0, 116, 217);
	color: rgb(80, 80, 80);
}

#intro_sub_header {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: .4em;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-family: 'Lato', sans-serif;
        font-size: 2em;
	font-weight: 300;
	color: rgb(0, 116, 217);
	color: rgb(80, 80, 80);
}

#intro_text_wrapper {
	margin-top: 4em;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

#intro_text {
	font-family: 'Lato', sans-serif;
        font-size: 1.6em;
	font-weight: 300;
	line-height: 1.4em;
	color: rgb(0, 150, 136);
	color: rgb(80, 80, 80);
}

.website_link {
	text-decoration: none;
	margin-top: 1em;
	cursor: pointer;
	display: block;
	color: rgb(80, 80, 80);
	font-family: 'Montserrat', sans-serif;
        font-size: 1.5em;
        font-size: 1.3em;
	font-weight: 300;
	transition: all 0.2s ease;
}

.website_link:hover {
	color: rgb(0, 116, 217);
}

/******************************
	"images" section
*******************************/

#images_wrapper {
	position: relative;
	width: 100%;
	margin-bottom: 9em;
	margin-left: auto;
	margin-right: auto;
}

.the_img {
	width: 58em;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 4em;
	border: 1px solid rgb(224, 224, 224);
}

.phone_img {
	width: 20em;
}

.tablet_img {
	width: 30em;
}

.tablet_large {
	width: 40em;
}

.the_img_mobile_wrapper {
	width: 58em;
	margin-left: auto;
	margin-right: auto;
	height: 31em;
}

.the_img_mobile_wrapper_top {
	margin-bottom: 4em;
}

.the_img_mobile {
	width: 100%;
	border: 1px solid rgb(224, 224, 224);
}

.float_left {
	float: left;
	width: 20em;
	margin-left: 4em;
}

.float_right {
	float: right;
	width: 20em;
	margin-right: 4em;
}

.the_vid {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7em;
	width: 58em;
	border: 1px solid rgb(224, 224, 224);
}

.bold_color {
	color: rgb(0, 116, 217);
	text-decoration: none;
}

/******************************
	"Lets talk" section
*******************************/

#lets_talk_content {
	position: relative;
	width: 60em;
	width: 34em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 9em;
	text-align: center;
}

#lets_talk_header {
	font-family: 'Montserrat', sans-serif;
        font-size: 2em;
	font-weight: 300;
	color: rgb(0, 150, 136);
	color: rgb(80, 80, 80);
	color: rgb(0, 116, 217);
	margin-bottom: .4em;
}

#lets_talk_text {
	font-family: 'Lato', sans-serif;
        font-size: 1.6em;
	font-weight: 300;
	line-height: 1.4em;
	color: rgb(0, 150, 136);
	color: rgb(80, 80, 80);
	margin-bottom: 1.4em;
}

.contact_link {
        text-decoration: none;
        margin-bottom: .4em;
        cursor: pointer;
        display: block;
        color: rgb(80, 80, 80);
        font-family: 'Montserrat', sans-serif;
        font-size: 1.5em;
        font-size: 1.3em;
        font-weight: 300;
        transition: all 0.2s ease;
}

.contact_link:hover {
        color: rgb(0, 116, 217);
}


/******************************
	footer section
*******************************/

#footer_content {
	position: relative;
	width: 60em;
	width: 54em;
	height: 20em;
	margin-left: auto;
	margin-right: auto;
}

#line_break {
	height: 0em;
	width: 100%;
	border-bottom: 1px solid rgb(80, 80, 80);
}

#footer_header_wrapper {
	position: absolute;
	top: 5em;
	left: 0em;
}

.footer_header {
	margin-bottom: .4em;
}

#footer_text_wrapper {
	position: absolute;
	top: 5em;
	right: 0em;
	width: 40em;
}

.footer_text {
	font-family: 'Lato', sans-serif;
        font-size: 1.6em;
	font-weight: 300;
	line-height: 1.4em;
	color: rgb(0, 150, 136);
	color: rgb(80, 80, 80);
}

.footer_link {
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
        font-size: 1.3em;
	font-weight: 300;
	color: rgb(0, 116, 217);
	cursor: pointer;
	transition: all 0.2s ease;
}

.footer_link:hover {
	color: rgb(80, 80, 80);
}

@media (max-width: 60em) {
	.the_img {
		width: 100%;
		margin-bottom: 2em;
		border: none;
		border-top: 1px solid rgb(224, 224, 224);
		border-bottom: 1px solid rgb(224, 224, 224);
	}

	.the_img_mobile_wrapper {
		width: 43em;
	}

	.the_img_mobile_wrapper_top {
		margin-bottom: 2em;
	}

	.float_left {
		margin-left: 0em;
	}

	.float_right {
		margin-right: 0em;
	}

	.the_vid {
		width: 100%;
		border: none;
		border-top: 1px solid rgb(224, 224, 224);
		border-bottom: 1px solid rgb(224, 224, 224);
	}

}

@media (max-width: 56em) {
	#navigation {
		margin-top: 2em !important;
	}

	#intro_content {
		width: 100%;
		margin-bottom: 3em;
		padding-top: 0em !important;
	}

	#intro_header {
		margin-top: 3em;
	}

	#intro_text_wrapper {
		margin-top: 3em;
		margin-left: 2em;;
		margin-right: 2em;
	}

	.website_link_wrapper {
		margin-left: 2em;
	}
        
	#images_wrapper {
		margin-bottom: 4em;
	}

	.the_vid {
		margin-bottom: 2em;
	}

	#lets_talk_content {
		margin-bottom: 4em;
	}

	/******************************
	footer section
	*******************************/

	#footer_content {
		width: 100%;
		height: auto;
		margin-top: 4em;
		margin-bottom: 4em;
	}

	#line_break {
		width: auto;
		margin-left: 2em;
		margin-right: 2em;;
	}

	#footer_header_wrapper {
		position: relative;
		top: 0em !important;
		margin-top: 4em;
		margin-bottom: 4em;
	}

	.footer_header {
		text-align: center;
	}

	#footer_text_wrapper {
		position: relative;
		top: 0em !important;
		width: auto;
		margin-left: 2em;
		margin-right: 2em;;
		text-align: center;
	}

}

@media (max-width: 45em) {
	.navigation_item {
		margin: .4em;
	        font-size: 1.3em;
	}

	.the_img_mobile_wrapper {
		width: auto;
		height: auto;
		margin-left: 0;
		margin-right: 0;
	}

	.the_img_mobile_wrapper_top {
		margin-bottom: 0em;
	}

	.float_left {
		margin-bottom: 2em;
		float: none;
		width: 20em;
		margin-left: auto;
		margin-right: auto;
	}

	.float_right {
		margin-bottom: 2em;
		float: none;
		width: 20em;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 34em) {
	#navigation {
		max-width: 20em;
		margin-left: auto;
		margin-right: auto;
		line-height: 2em;
	}

        #intro_text_wrapper {
                margin-left: 1em;
                margin-right: 1em;
        }

	#intro_header {
	        font-size: 1.4em;
	}

        #intro_text {
                font-size: 1.2em;
        }

	.website_link {
	        font-size: 1em;
	}

	.website_link_wrapper {
                margin-left: 1em;
	}

	#lets_talk_content {
		width: auto;
		margin-left: 1em;
		margin-right: 1em;
		margin-bottom: 4em;
	}

	#lets_talk_header {
        	font-size: 1.6em;
	}

	#lets_talk_text {
        	font-size: 1.2em;
	}

	.contact_link {
	        font-size: 1em;
	}

	#footer_text_wrapper {
		margin-left: 1em;
		margin-right: 1em;
	}

	.footer_text {
		font-size: 1.2em;
	}
}

@media (max-width: 22em) {
	.float_left {
		width: 94%;
	}

	.float_right {
		width: 94%;
	}
}
