/*
 * Author: Mathias Eichler
 *
 * Project Seattle Mountain Running Group
 * Version: 1.0
 * Date: 11-20-2020
 * URL: http://smrg.net
 */


/*
 */

/* ==========================================================================
   Base Styles and Bootstrap Modifications
   ========================================================================== */



body {
    font-size: 14px;
    line-height: 1.4em;
    font-family: 'Avenir Next', 'Helvetica-Neue', sans-serif;
    font-weight: 400;
    color: black;
}




h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Avenir Next', sans-serif;
	text-transform: uppercase;
	color: black;
	font-weight: 700;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

h1 {
	font-size: 4.5em;
	margin: 33px 0;
}

h2 {
	font-size: 3.5em;
	margin: 25px 0;
}

h3 {
	font-size: 3em;
	margin: 22px 0;
}

h4 {
	font-size: 2em;
	margin: 25px 0;
}

h5 {
	font-size: 1.5em;
	margin: 30px 0;
}

h6 {
	font-size: 1.3em;
	margin: 36px 0;
}


p {
	margin: 0 0 3%;
	font-size: 1.4em;
	line-height: 1.8em;
}


a {
	color: #43688E;
	font-weight: 700;
	text-decoration: none;
}

a:visited {
	color: #43688E;
}

a:hover {
	text-decoration: underline;
}

a:active,
a:hover {
	color: black;
}



ul {
	list-style-type: square;
	font-size: 1.2em;
	line-height: 1.6em;
}

li {
	margin-bottom: 3%;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid black;
    margin: 1em 0;
    padding: 0;
}





.SMRGbtn {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 0px;
	border: 2px solid #43688E;
	background-color: #43688E;
	color: white;
	padding: 10px 50px;
	-webkit-transform: ;
	transform: ;
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
	-webkit-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;

}

.SMRGbtn:hover {
	text-color: #ffffff !important;
    color: #ffffff !important;
    background-color: #ACC1D3;
    border-color: #ACC1D3;
    text-decoration: none;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}


.SMRGbtn:visited{
	text-color: white !important;
	color: white !important;
}




/**
 * MAILCHIMP - NEWSLETTER
 * ----------------------------------------------------------------------------
*/


#mc_embed_signup .mc-field-group label {
    display: block;
    margin-bottom: 5px;
    padding-top: 5px;
    text-transform: uppercase;
	font-family: 'Avenir Next', 'Helvetica-Neue', sans-serif;
}

#mc_embed_signup .mc-field-group label span{
	margin-left: 20px;
}



#mc-embedded-subscribe {
    clear: both;
    width: auto;
    display: block;
    margin: 0 !important;
} 

#mc_embed_signup input {
    border: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

	
#mc-embedded-subscribe-form .mc_fieldset {
	border:none;
	min-height: 0px;
	padding-bottom:0px;
}

#mc_embed_signup{
	background:#fff; 
	clear:left; 
    font-family: 'Avenir Next', 'Helvetica-Neue', sans-serif;
}


.content__gdpr {
	background-color: rgba(255, 255, 255, 0.5);
	color: #43688E;
	padding: 2% 5%;
}

.content__gdpr p {
	font-size: .9em;
    font-family: 'Avenir Next', 'Helvetica-Neue', sans-serif;
}

.content__gdprLegal {
		background-color: rgba(255, 255, 255, 0.5);
	color: #43688E;
	padding: 2% 5%;
}

.content__gdprLegal p{
	font-size: .9em;
    font-family: 'Avenir Next', 'Helvetica-Neue', sans-serif;
}




#mc_embed_signup #mce-success-response {
    color: white;
    display: none;
}

#mc_embed_signup #mce-error-response {
    color: white;

}


/**
 * Footer
 * ----------------------------------------------------------------------------
 */
 
 
#footer {
	background-color: none;
	color: white;
	text-transform: uppercase;
	font-size: 1em;
	padding: 2% 0 1% 0;
	z-index: 200;
}


#logo-footer {
	width: 70%;
	margin: 0 auto;
	display: block;
}

#footer_copyright {
	font-size: 0.5em;	
	text-align: center;
	font-weight: 500;
	padding: 1% 0 0 0;
	text-transform: uppercase;
}

#footer p{
	padding-top: 18px;
	word-spacing: 30px;
	font-weight: 700;
	letter-spacing: 1px;	

}

#footer i{
	font-size: 1.5em;
	padding: 20px 5px 5px 5px;
	float: right;

}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:visited {
	color: white;
}

#footer a:hover {
	color: black;
}

#footer_social {
	z-index: 200;	
}

#logocopy {
	max-height: 50px;
}




#fourohfour {
    background-position: center center;
    background-size: cover;
    background-attachment: relative;
    text-align: center;
    background-image: url('../img/bg4.jpg');
    padding: 15% 0 25% 0;
    color: #fff;
    text-align: center;
}

#fourohfour h1 {
	
	color: #fff;
	font-size: 5em;
	padding: 0;
}

#fourohfour p {

	font-size: 1.8em;

}









 
/* FRONT LONG SCROLL */

#HEROwrap {
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-image: url('../img/bg_www.jpg');
    min-height: 600px;
    position: relative;
    padding-top: 50px;
}

#SMRG {

}

#SMRG h1{
	color: #43688E;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	padding: 0;
	font-size: 3em;
}

#SMRG h2{
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	padding: 0;
	font-size: 2em;
	margin-bottom: 0px;
}

#SMRG p{
	color: #759DB0;
	text-align: center;
	font-weight: 500;
	padding: 0;
	font-size: 1em;
}






	

/* MEDIA QUERIES */

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For iPad portrait layouts only */
	.logo {
		width: 25%;
		padding-top: 3%;
		padding-bottom: 3%;
		margin: 0%;	
	}
	
	#logo_footer {
		width: 40%;
		padding-bottom: 2%;
	}
	
}


@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For iPad landscape layouts only */


	#logo_footer {
		width: 25%;
		padding-bottom: 2%;
	}

}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {   
/* For iPhone portait layouts only */ 

	.border {
	    border-width: 10px;
	}


	
	#trails_welcome h2 {
	    font-size: 2.5em;
	    padding-bottom: 5%;
	    line-height: 1.1em;
	}
	
	#trails_welcome {
	    padding-bottom: 0;
	}
	
	#route_intro {
		margin: -50px 0 0 0;
	}
	
	#route_intro h4 {
	    padding-top: 30px;
	}
	
	#HERO img {
	margin: auto;
	width: 70%;
	
	position: inherit;	
	}
	
	#HERO h1{
		font-size: 3em;
	}
	
	#elevation {
	    padding: 300px 0 50px 0;
	}
	
	#inspiration p {
		font-size: 2.5em;
	}
	
	#focus h3 {
    font-size: 3em;
	}
	
	#focus p {
		padding: 0 5%;
		font-size: 1.3em;
	}
	

	
	#wrap {
		margin: 0 0 -50px 0;
    }

	#logo-footer {
	width: 65%;
	margin: auto;
	padding: 2% 0;
	}
	
	#footer_copyright {
	text-align: center;
	padding: 1% 0% 0 0;
	}

	#footer p{
	text-align: center;
	font-size: 1.1em;
	word-spacing: 20px;
	}
	
	#footer_social{
	text-align: center;
	margin: 0 auto;
	display: block;
	}


	#logo {
	margin: auto;
	width: 60%;
	padding: 10% 0 10% 0;	
	position: inherit;
	}	
	
	#contenttxt {
	padding: 28% 5% 2% 5%;
	}
	
	
	#HEROwrap {
	min-height: 500px;
	max-height: 750px;
	padding: 10px 0;
    background-attachment: scroll !important;
	}

	#route_intro h3{
		font-size: 2.1em;
	}
	
	#routefull1 h3 {
		font-size: 2.1em;
	}

	#pic1 {
		min-width: 100%;
		margin: 0;	
	}
		
	#pic2 {
		min-width: 100%;	
		margin: 0;		
	}
	
	#pic3 {
		min-width: 100%;	
		margin: 0;		
	}
	
	#pic4 {
		min-width: 100%;
		margin: 0;			
	}
	
	.number {
		padding-top: 50px;
	}
	
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
  /* For iPhone landscape layouts only */


	

	
	.logo {
	margin: auto;
	width: 8%;
	padding: 2% 0 0 0;	
	position: inherit;
	}	
	

	



}