/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

body {
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 1.5;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #fff;
	background: #03a0ed;
}

#wrapper  {
	background: #fff;
}

header {
	padding: 0 0 50%;
	position: relative;
	background-image: url(img/Image.jpg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: transparent;
}

header img {
	width: 100%;
	height: auto;
	position: absolute
}

#choose {
	padding-bottom: 5%;
}

#choose header {
	top: 0;
	margin-bottom: 4%;
	padding: 0;
}

#choose header img {
	position: relative;
}

img {
	max-width: 100%;
	display: block;
}

h2 {
	font-size: 2.5rem;
	font-weight: 300;
	margin-bottom: 2rem;
}

h3 {
	font-size: 2rem;
	font-weight: 300;
	margin-bottom: 2rem;
}

p {
	margin-bottom: 2rem;
}

hr {
	border-top: 1px solid rgba(0, 0, 0, .2);
}

strong {
	font-weight: 600;
}

section {
	padding: 20px 0;
}

#mainNav {
	background: #03a0ed;
	padding: 10px;
}

#logo {
	max-width: 250px;
	margin-left: auto;
	margin-right: 20px;
}

#choose {
	top: 55px;
	position: relative;
	padding-top: 0;
	margin-bottom: 5%;
}

header img#header-curve {
	width: 100%;
	z-index: 1010;
	position: absolute;
	bottom: -1px;
	left: 0;
}

section#setup {
	padding-bottom: 0;
}

ol {
	font-size: 1.2rem;
	border-left: 1px solid rgba(0, 0, 0, .2);
}

li {
	margin-bottom: 1.5rem;
}

ul {
	margin-top: 1.5rem;
}

 small {
    margin-top: 1em;
    display: block;
	 font-weight: 300;
}

.badge {
	padding: 29% 0;
	border: solid 1px rgba(0, 0, 0, .3);
}

.caption {
	position: absolute;
	z-index: 1;
	top: 23%;
	background: rgba(0, 0, 0, .5);
	left: 55%;
	padding: 22px;
	width: 25%;
	min-width: 340px;
}

#icons {
	width: 100%;
	background: linear-gradient(141deg, #7021B0 0%, #053F95 120%);
	background: -o-linear-gradient(141deg, #7021B0 0%, #053F95 120%);
	background: -moz-linear-gradient(141deg, #7021B0 0%, #053F95 120%);
	background: -webkit-linear-gradient(141deg, #7021B0 0%, #053F95 120%);
	color: #fff;
	padding: 9% 0;
}

#icons a {
	color: #fff;
	text-decoration: underline;
}

#default {
	padding: 4% 0;
}

#premium {
	padding: 4% 0;
}

footer {
	padding: 4% 0;
	background: #03a0ed;
	min-height: 250px;
	position: relative;
}

#toggle {
	cursor: pointer;
}

#carat {
	-ms-transform: rotate(180deg) scale(1.125,.75);
    -webkit-transform: rotate(180deg) scale(1.125,.75);
    transform: rotate(180deg) scale(1.125,.75);
    display: inline-block;
	
}

#carat.on {
	-ms-transform: rotate(0deg) scale(1.125,.75);
    -webkit-transform: rotate(0deg) scale(1.125,.75);
    transform: rotate(0deg) scale(1.125,.75);
    display: inline-block;
	
}

#toggle-choices {
	cursor: pointer;
	position: absolute;
	overflow: hidden;
	max-height: 600px;
	-webkit-transition:  max-height 200ms linear;
	-moz-transition:  max-height 200ms linear;
	-ms-transition:  max-height 200ms linear;
	-o-transition:  max-height 200ms linear;
	transition:  max-height 200ms linear;
}

#toggle-choices.collapsed {
	max-height: 0px;
	-webkit-transition:  max-height 200ms linear;
	-moz-transition:  max-height 200ms linear;
	-ms-transition:  max-height 200ms linear;
	-o-transition:  max-height 200ms linear;
	transition:  max-height 200ms linear;
}

#intro h2 {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#setup img {
	position: relative;
	top: 100%;
	transform: translateY(-100%);
}



@media (max-width: 767px) {
	header {
		top: 61px;
		padding: 0;
	}

	#content-google {
    	top: 55px;
    position: relative;
    padding-top: 0;
    margin-bottom: 5%;
	}
	
	#content-google header {
		    top: 0;
    margin-bottom: 4%;
    padding: 0;
	}
	
	#content-google header img {
		    position: relative;
	}
	
	.caption {
		width: 100%;
		top: 0;
		left: 0;
		bottom: 0;
		position: relative;
		padding: 11% 5%;
		min-width: 0;
	}
	body {
		font-weight: 300;
		font-size: 1.5rem;
		line-height: 1.5;
	}
	#logo {
		margin: 0 auto;
	}
	.web-only {
		display: none;
	}
	ol {
		font-size: 1.4rem;
		border-left: none;
	}
	#default {
		padding: 11% 0 4%;
	}
	#icons {
		margin-top: 10%;
	}
	section#setup {
		margin-bottom: 10%;
	}
	#intro {
		margin-top: 10%;
	}
	.badge {
		padding: 0% 0;
		border: none;
		position: relative;
	}
}

@media (min-width: 1024px) {
	.caption {
		left: 65%;
	}
}

@media (min-width: 1044px) {}