/* 


    _/_/          _/       _/_/_/_/                       
   _/  _/        _/          _/
  _/    _/      _/          _/
 _/_/_/_/_/    _/          _/
_/        _/  _/_/_/_/  _/_/_/_/       
                                               
                                              
                                                 
											                                  
                                  													 
                                  													 */
@import "iconfont.css";
@import "animate.min.css";

/*-----------------------------------------------------------------------------------*/
/* GENERAL
/*-----------------------------------------------------------------------------------*/
a {
	color: #0076C3;
}
body{
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	color: #3a3a3a;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
}

p{
	font-size: 1.2em;
}

.lead{
	font-weight: 300;
}

button {
	display: inline-block;
	margin-bottom: 0;
	margin-bottom: 10px;
	padding: 6px 12px;
	border: 1px solid transparent;
	border-radius: 4px;
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.428571429;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.visibility{
	visibility: hidden;
}

.animated{
	visibility: visible!important;
}

/*-----------------------------------------------------------------------------------*/
/*	KEY COLOR
/*-----------------------------------------------------------------------------------*/

/*---- Typography ----*/

.payoff h1,
.details .carousel,
.social a:hover{
	color:#78BE21;
}

.features p{
	color: #003865;
}

/*---- Background ----*/
.features,
.detail .carousel-indicators .active {
	background:#003865;	
}
	

/*-----------------------------------------------------------------------------------*/
/* NAVBAR
/*-----------------------------------------------------------------------------------*/

nav.navbar{
	position: fixed;
	top: -100%;
	margin-bottom: 0px;
	padding: 10px 0px 10px 0px;
	width: 100%;
	border-radius: 0px;
	transition: all 0.2s;
	z-index: 10;
	background-color:rgba(255, 255, 255, 0.95);
}


.navbar-nav{
	float: right;
}

nav.navbar.fixed-to-top{
	top: 0px;
}

.navbar-default{
	border: none;
	border-bottom: 1px solid #eee;
	background: #fff;
	opacity: 0.95;
}

.navbar-default .navbar-nav>li>a {
	color: #545454;
	font-size: 1.2em;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color: #000000;	
	cursor: pointer;
	background-color: #F5F5F5;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.navbar-default .navbar-brand{
	color: #333333;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 2em;
	font-family: 'Roboto Condensed', sans-serif;
}
.navbar-logo {
    padding: 10px 10px 10px 10px;
    margin: 0px 30px 0px 0px;
    height: 60px;
    width: 120px;
    background: url('../img/mnlegacylogo.png');
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

a.anchor {
	display: block;
	position: relative;
	visibility: hidden;
	top: -80px;  /* = navbar-logo height plus top/bottom padding */
}

/*-----------------------------------------------------------------------------------*/
/* HEADER 
/*-----------------------------------------------------------------------------------*/

header{
	height: 800px;
	background-size: cover;
	color: white;
	background-attachment: local;
}
header.january {
	padding: 100px 0px 0px 0px;
	background: url('../img/header-background-january.jpg') #fff no-repeat;
	background-position: 35% 85%;
}
header.february {
	padding: 150px 0px 0px 0px;
	background: url('../img/header-background-february.jpg') #fff no-repeat;
	background-position: 50% 66%;
}
header.march {
	padding: 200px 0px 0px 0px;
	background: url('../img/header-background-march.jpg') #fff no-repeat;
	background-position: center;
}
header.april {
	padding: 470px 0px 0px 0px;
	background: url('../img/header-background-april.jpg') #fff no-repeat;
	background-position: 53% 25%;
}
header.may {
	padding: 113px 0px 0px 0px;
	background: url('../img/header-background-may.jpg') #fff no-repeat;
	background-position: 50% 38%;
}
header.june {
	padding: 150px 0px 0px 0px;
	background: url('../img/header-background-june.jpg') #fff no-repeat;
	background-position: 45% 75%; /* horiz vert */
}
header.july {
	padding: 150px 0px 0px 0px;
	background: url('../img/header-background-july.jpg') #fff no-repeat;
	background-position: center 65%; /* horiz vert */
}
header.august {
	padding: 150px 0px 0px 0px;
	background: url('../img/header-background-august.jpg') #fff no-repeat;
	background-position: center 62%; /* horiz vert */
}
header.september {
	padding: 120px 0px 0px 0px;
	background: url('../img/header-background-september.jpg') #fff no-repeat;
	background-position: center center; /* horiz vert */
}
header.october {
	padding: 265px 0px 0px 0px;
	background: url('../img/header-background-october.jpg') #fff no-repeat;
	background-position: 55% 65%; /* horiz vert */
}
header.november {
	padding: 270px 0px 0px 0px;
	background: url('../img/header-background-november.jpg') #fff no-repeat;
	background-position: 25% 25%; /* horiz vert */
}
header.december {
	padding: 150px 0px 0px 0px;
	background: url('../img/header-background-december.jpg') #fff no-repeat;
	background-position: 55% 55%; /* horiz vert */
}

@media screen and (max-width: 990px) {
	header.january {
		padding: 167px 0 0 0;
		background-position: 34% 62%; /* horiz vert */
	}
	header.february {
		background-position: 18% 56%; /* horiz vert */
	}
	header.march {
		background-position: 55% 55%;
	}
	header.april {
		padding: 490px 0 0 0 ;
		background-position: 53% 45%; /* horiz vert */
	}
	header.may {
		background-position: 25% 42%; /* horiz vert */
	}
	header.june {
		background-position: 26% 75%; /* horiz vert */
	}
	header.july {
		background-position: center 63%; /* horiz vert */
	}
	header.august {
		background-position: center 62%; /* horiz vert */
	}
	header.september {
		padding: 540px 0 0 0;
		background-position: 57% 85%; /* horiz vert */
	}
	header.october {
		background-position: 78% 65%; /* horiz vert */
	}
	header.november {
		background-position: 25% 25%; /* horiz vert */
	}
	header.december {
		padding: 100px 0 0 0;
		background-position: 57% 89%; /* horiz vert */
	}
}
@media screen and (max-width: 480px) {
	header.january {
		background-position: 27% 68%; /* horiz vert */
	}
	header.february {
		background-position: 28% 56%; /* horiz vert */
	}
	header.march {
		background-position: 61% 66%;
	}
	header.april {
		padding: 490px 0 0 0;
		background-position: 67% 42%; /* horiz vert */
	}
	header.may {
		padding: 135px 0 0 0;
		background-position: 21% 39%; /* horiz vert */
	}
	header.june {
		background-position: 25% 75%; /* horiz vert */
	}
	header.july {
		background-position: center 65%; /* horiz vert */
	}
	header.august {
		background-position: center 62%; /* horiz vert */
	}
	header.september {
		padding: 560px 0 0 0;
		background-position: 41% 25%; /* horiz vert */
	}
	header.october {
		background-position: 91% 0%; /* horiz vert */
	}
	header.november {
		padding: 480px 0 0 0;
		background-position: 11% 64%; /* horiz vert */
	}
	header.december {
		padding: 340px 0 0 0;
		background-position: 66% 88%; /* horiz vert */
	}
}

#minnesotasGreatOutdoorsWelcome {
	margin: 0px auto 0px auto;
	height: auto;
	width: 75%;
	max-width: 75%;
	display: block;
}
@media screen and (max-width: 991px) {
	#minnesotasGreatOutdoorsWelcome { 
		
	}
}

#photographerCredit {
	font-weight: 200;
	font-size: 1.2rem;
	text-shadow: 0 0 5px #000;
	width: 50%;
	margin: 20px auto;
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 8%, rgba(0,0,0,0.5) 91%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 8%,rgba(0,0,0,0.5) 91%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 8%,rgba(0,0,0,0.5) 91%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

}

#home-page-video-learn-more-link-click:focus {
	color: #fff;
	background-color: rgba(0,0,0,.8);
}

/*-----------------------------------------------------------------------------------*/
/*	PTAPP CUSTOM
/*-----------------------------------------------------------------------------------*/
.cta-button {
    color: #fff;
    border-radius: 1.5625rem;
    border: 3px solid #fff;
	padding: 1.2rem 4rem;
	font-size: 1.5rem;
	margin: 30px auto 0px auto;
	width: 500px;
	display: block;
	position: relative;
	text-decoration: none;
}

.cta-button.black-transparent-bg {
	background-color: rgba(0,0,0,0.5);
}
.cta-button.black-transparent-bg:hover {
	color: #fff;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.80);
}

.sr-only {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.nav-item {
	justify-content: right;
}

.svg-clamp {
	white-space: nowrap;
	/* display: inline-flex; */
	/* flex-wrap: wrap; */
}


/*-----------------------------------------------------------------------------------*/
/*	FEATURES
/*-----------------------------------------------------------------------------------*/

.features{
	overflow: hidden;
	padding: 100px 0px 100px 0px;
	min-height: 400px;
	color: black;
}

.feature-icon {
	font-size: 7rem;
	color:#fff;
}
.feature-icon.parks {
	color:#78BE21;
}
.feature-icon.trails {
	color: #008EAA;
}
.feature-icon.pin {
	color:#FFC845; 
}


.features h2{
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 4rem;
	font-size: 2.5rem;
}
.features h3{
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 300;
	margin-top: 1rem;
	margin-bottom: 2rem;
}
.features p {
	font-weight: 200;
	color:#fff;
	text-align: left;
}

.features .circle{
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	padding-top: 33px;
	width: 150px;
	height: 150px;
	border: 2px solid #ffffff;
	border-radius: 100%;
	text-align: center;
	
}

.features span.glyphicon, .features i{
	margin-top: 3px;
	color: #ffffff;
	font-size: 5em;
}


/*-----------------------------------------------------------------------------------*/
/*	ABOUT
/*-----------------------------------------------------------------------------------*/

.about{
	padding: 100px 0px 160px 0px;
	text-align: center;
}

.get-it button.app-store{
	width: 152px;
	height: 52px;
	background: url(../img/badge-appstore.png) #373737 no-repeat 0px 5px;
	color: white;
}
.about-legacy-logo {
	margin: 0px auto 30px auto;
}
.about p.lead {
	text-align: left;
}

.about hr{
	margin-top: 3em;
	margin-bottom: 3em;
}

.about ul{
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

.about ul li{
	display: inline-block;
	margin-left:30px;
}

.about ul li:first-child{
	margin-left: 0px;
}

.about ul li a{
	color: #757676;
	font-size: 1.2em;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.about ul li a:hover{
	color: #3A3A3A;
	text-decoration: none;
	cursor: pointer;
}


/*-----------------------------------------------------------------------------------*/
/*	CONTACT
/*-----------------------------------------------------------------------------------*/
.contact {
	margin-top: 70px;
}
.contact p.lead {
	text-align: left;
}


/*-----------------------------------------------------------------------------------*/
/*	MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/

.heading-logo {
    background-image: url('../img/mn-great-outdoors.svg'); 
    background-size: contain;
	background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    width: 374px;
    height: 50px;
    background-size: 374px 50px;
    margin-top: 0px;
  }

@media (max-width:991px) {

	header {
		/*background-position-x: 39%;*/
	}

	/*
	header h1 {
		font-size: 9rem;
		margin-top: 300px;
	}
	*/
	header p.lead {
		font-size: 4rem;
	}
	.detail .carousel h1, .detail p{
		text-align: center;
	}

	.detail p{
			margin-bottom: 60px;
	}

	.social{
		background-position-y: 0px;
		background-size: 200%;
	}

	.payoff{
		padding-top: 50px;
		padding-bottom: 50px;
		min-height: 200px;
	}

	.payoff h1{
		font-size: 24px;
	}

	.features .col-md-4{
		margin-bottom: 60px;
	}

}


@media (max-width:768px) {
	
	/* .navbar-nav {
		float: left;
			text-align: left;
	} */
	.cta-button {
		width: 80%;
		color: #FFF;
		text-decoration: none;
	}

	.feature-column {
		min-height: 350px;
	}
}

@media (max-width:480px){

	.cta-button {
		margin: 30px auto 30px auto;
	}
	
	header .carousel-iphone, .detail .app-screenshot{
		width: 280px;
	}
	
	header .carousel, .detail .app-screenshot img{
		padding: 85px 0px 50px 0px;
		width: 245px;
	}
	
	.detail .app-screenshot img{
		margin-top: -12px;
		padding-top: 0px;
	}


	.purchase{
		padding-top: 50px;
	}
	
	.features col-md-4{
		margin-bottom: 50px;
	}

	.heading-logo {
		width: 70%;
		background-size: 100% 100%;
		margin-right: 8px;
		padding-right: 8px;
	}
	
}
