﻿/* back to top  */

.button-container input {
	display: inline;
	vertical-align: middle;
	margin: 5px 0;
	}
	
	.button-container form, .button-container form div {
	display: inline;
	}
	
	.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	/*max-width:800px;*/
	margin-left:auto;
	margin-right:auto;
	}
	
	.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
	
	
	.img {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 5px;
	   margin-bottom: 5px;
	margin-bottom: 20px;
	background: #f2f2f2;
	-webkit-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
	-moz-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
	box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
	 }
	 
	.colBackground {
	background-color:rgba(0,0,0,0.05);
	padding:20px 10px!important;
	}
	
	.colBackground ol {
	margin-left:30px;
	list-style-type:lower-alpha;
	color:rgba(0,0,0,0.70);
	padding:5px;
	}
	
	.colBackground ul {
	margin-left:30px;
	}
	
	.colBackground ul li {
	padding:5px;
	color:rgba(0,0,0,0.80);
	display: list-item;
	list-style-type: square;
	}
	
	.colBackground p{
	margin:10px 5px;
	}
	
	.colBackground img {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 5px;
	margin-bottom: 5px;
	margin-bottom: 20px;
	background: #f2f2f2;
	-webkit-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
	-moz-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
	box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
	}
	
	.colBackground a:link    {color:#9a3b01; text-decoration:none; font-weight:bold;}
	.colBackground a:visited {color:#9a3b01; text-decoration:none; font-weight:bold;}
	.colBackground a:active  {color:#9a3b01; text-decoration:none; font-weight:bold;}
	.colBackground a:hover   {color:#c17400; text-decoration:none; font-weight:bold;}
	
	
	hr {
	border:1px solid rgba(0,0,0,0.20);
	margin:10px auto!important;
	}   
	
	.mainContent{
	display:block;
	margin:auto;
	width:100%;
	max-width:1450px;
	padding:20px 10px;
	}
	
	.mainContent a:link    {color:#9a3b01; text-decoration:none; font-weight:bold; }
	.mainContent a:visited {color:#9a3b01; text-decoration:none; font-weight:bold; }
	.mainContent a:active  {color:#9a3b01; text-decoration:none; font-weight:bold; }
	.mainContent a:hover   {color:#c17400; text-decoration:none; font-weight:bold; }
	
	/* Back to Top  */
	
	#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: rgb(0, 0, 0);
	background: rgba(154,59,1, 0.7);
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
	
	#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 0px;
	top: 20px;
	font-size: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
	#return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
	}
	#return-to-top:hover i {
	color: #fff;
	top: 5px;
	}
	
	
	/* end back to top  */
	
	/*==============================================*/
	/*1: GLOBAL STYLES*/
	/*==============================================*/
	
	* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
	body {
	font-size: 1rem;
font-family: "Roboto", sans-serif;
	}
	
	.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-right: 0.0%;
	clear: none;
	float: none;
	}
	
	.gridContainer {
	box-sizing: border-box;
	}
	
	.masthead {
	width: 100%;
	background-image: url(../images/navbar.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	}
	
	.mast-container {
	width: 100%;
	}
	
	/*navigation - global changes can be made in the separate media queries*/
					
	nav ul li a {
	text-decoration: none;
 color: white;
	display: block;
 font-family: "Oswald", sans-serif;
 font-weight: 600;
	text-transform: uppercase;
 text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	}
	
	/*submenu bg on desktop, regular menu bg on mobile*/
	.nav-wrapper ul.sub-menu, #toggleNav nav ul {
 background-color: #1d1007;
	}
	
	.nav-wrapper ul.sub-menu a, #toggleNav nav ul a {
 text-shadow: none;
	}
	
	/*submenu hover bg on desktop, regular submenu on mobile*/
	.sub-menu a:hover, #toggleNav nav ul.sub-menu {
 background-color: #e2b344;
	}
	
	/*submenu hover link on desktop, regular submenu link on mobile*/
	.sub-menu a:hover, #toggleNav nav ul.sub-menu a {
 color: #4f1b01;
 text-shadow: none;
	}
	
	/*generic links*/
	
	a {
	color:#a5250f;
	}
	
	a:hover {
	color:#2f1a0b;
	}
 
/*active mobile link-overrides a above*/
#mobileMenu a:hover {
color: white;
}
	
/*page content*/
	
	h1, h2, h3, h4 {}
	
 h1 {
 font-family: "Oswald", sans-serif;
 color: #a5250f;
 }
 
	p {
	font-size: 1rem;
	line-height: 135%;
	}
	
	a {
	text-decoration: none;
	}
	
	ul li a {
	text-decoration: none;
	}
	
	footer {
	width: 100%;
	background-image: url(../images/footer-bg.jpg);
 background-size: cover;
	}
	
	
	/*==============================================*/
	/*2: MOBILE STYLES*/
	/*==============================================*/
	
	@media only screen and (min-width: 375px) { 
	   
	.container {
	width: 100%;
	padding: 1rem;
	}	 
		
	.top-half {
	width: 100%;
	position: relative;
	}	
		
	.hero {
	width: 100%;
	}
	
	.hero img {
	width: 100%;
	}
	
	/*this cannot be renamed.*/
	.image-container {
	overflow: hidden;
	width: 100%;
	}
	
	#slideshowContainer {}
	
	/*responsiveslides css file has this at 1500px*/
	
	.rslides img {
	min-width: 100%;
	}
	
	.main-content {
	margin: 0 auto;
	}
	
	.container {
	margin-bottom: 0.5rem;
	}	

 h1 {
 font-family: "Oswald", sans-serif;
 }
 
	h1, h2, h3, h4{
	margin-bottom: 0.5rem;
	}
	
	p {
	/*if font is too big:*/
 font-size: 0.9rem;
 margin-bottom: 0.5rem;
	}
	
	
/*=intro:*/
 
.intro {
margin: 0 auto;
margin-top: 0;
text-align: center;
background: linear-gradient(to top, rgba(173, 191, 204, 0.7), #ffffff);
}

.intro .container {
width: 90%;
padding: 0;
margin: 0 auto;
}

.intro h1 {
font-size: 2rem;
padding-top: 1.25rem;
padding-bottom: 0.5rem;
text-transform: uppercase;
line-height: 115%;
color:  #a5250f;
font-weight: 800;
}

.intro h1 span {
color: black;
}

.intro h2{
font-size: 1.25rem;
line-height: 135%;
color: #a5250f;
margin-bottom: 1rem;
}

.intro h2 span {
color: black;
}

.intro p span {
color: #a5250f;
font-weight: 700;
}

.intro .divider {
background-color: #bdc3c6;
height: 4px;
width: 90%;
margin: 0 auto;
margin-top: 0.5rem;
margin-bottom: 1rem;
}

.intro-content {
display: flex;
flex-direction: column;
}

.intro-text {
order: 2;
padding-bottom: 1rem;
}

.intro-text p {
line-height: 160%;
}

.intro-photo {
order: 1;
margin-bottom: 1.5rem;
}

.intro-photo img {
vertical-align: bottom;
box-shadow: 4px 4px 8px rgba(0,0,0,0.5);
} 

/*call to action*/	
	
.call-to-action {
width: 100%;
background-image: url(../images/cta.jpg);
background-size: cover;
background-repeat: no-repeat;
height: 10rem;
}	
	
.call-to-action .container {
width: 90%;
margin: 0 auto;
}

.call-to-action a {
font-family: "Oswald", sans-serif;
padding: 1rem;
text-align: center;
text-transform: uppercase;
font-size: 2rem;
letter-spacing: 3px;
font-weight: 800;
color: #e2b344;
text-shadow: 2px 2px 5px rgba(0,0,0,0.8);  
border: 7px solid #e2b344;
display: table;
margin: 0 auto;
margin-top: 1rem;
}

/*=cards*/
	
/*section class*/
	
.cards{
width: 100%;
}
	
	.outer-wrap {
	background-image: url(../images/cards-background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 1rem;
 
	/*repeats background image*/
/*	background-size: contain;*/
/*	background-repeat: repeat;*/

 background-size: cover;
	} 
	
	.card-container {
	width: 100%;
	padding: 1rem;
	padding-top: 0;
	padding-bottom: 0;
	}
	
	.card-wrapper {
	padding-top: 1.5rem; 
	}
	 
	.card-wrapper:last-of-type{
	border-bottom: none;
	} 
	 
	.card {
	position: relative;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 1rem;
	}
	
	.card img {
	width: 85%;
 box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.8);
	} 
	 
h2.card-link    {
font-family: "Oswald", sans-serif;
letter-spacing: 5px;
text-decoration: none;
color: white;
font-size: 1.5rem;
text-transform: uppercase;
display: table;
margin: 0 auto;
padding: 0;
margin-bottom: 1rem;
text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
} 
	
.card p {
font-family: "Oswald", sans-serif;
text-transform: uppercase;
font-size: 1.2rem;
color: #e2b344;
padding-left: 0.75rem;
padding-right: 0.75rem;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
font-weight: 800;
letter-spacing: 2px;
display: table;
margin: 0 auto;
margin-bottom: 1rem;
margin-top: 1rem;
border: 4px solid #e2b344;
box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.5);
}

	 
/*embeds*/

.embeds {
display: flex;
flex-direction: column;
padding-top: 1rem;
padding-bottom: 1rem;
}

.embed {
width: 90%;
max-width: 90%!important;
margin: 0 auto;
}  
  
/*=footer*/ 	
 
footer {
/*removes gap at bottom*/
position: absolute;
border-top: 3px solid white;
} 	
	
footer .container {
display: block;
text-align: center;
margin-bottom: 0;
padding-top: 2rem;
}	

footer p {
color: white;
font-family: "Oswald", sans-serif;
margin-bottom: 0;
text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

footer p a:hover {
color: #f2c860;!important;
}
 
p.footer-name {
line-height: 100%;
font-size: 1.75rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 0.5rem;
}

p.footer-address {
font-size: 1.5rem;
font-weight: 400;
text-transform: uppercase;
line-height: 135%;
letter-spacing: 2px;
margin: 0 auto;
margin-top: 1rem;
margin-bottom: 1rem;
}

p.footer-address span {
display: none;
}

p.footer-phone {
line-height: 100%;
font-size: 2.5rem;
margin-bottom: 1rem;
font-weight: 600;
letter-spacing: 2px;
color: #e2b344;
}


footer .mobile-social-container {
width: 80%;
display: flex;
justify-content: space-between;
margin-bottom: 1rem;
}


footer .mobile-social-container img {
display: flex;
max-width: 40px;
}

.copyr, a.sm {
font-family: "Oswald", sans-serif;
padding-bottom: 1rem;
text-transform: uppercase;
color: white;
letter-spacing: 3px;
font-size: 0.9rem;
line-height: 175%;
font-weight: 100;
}

/*secondary pages:*/

/*replaces the main-content class for secondary pages*/
.page {
/*margin-top: 1rem;
margin-bottom: 1rem;*/
	width: 100%;
	background-image: url(../images/paper.jpg);
	background-attachment:fixed;
 background-size: cover;

}

.page .container {
width: 90%;
margin: 0 auto;
padding:30px 0;
} 	

.top-half img {
width: 100%;
}

.page h1 {
font-size: 2rem;
color:#a5250f;
font-weight: 800;
text-align:center;
text-transform:uppercase;
}

.page .container h1 {
margin-bottom: 2rem;
}

.page h2 {
font-family: "Oswald", sans-serif;
font-size: 1.75rem;
margin-bottom: 0.5rem;
color: #2f1a0b;
font-weight: 600;
}

.page h3 {
font-size: 1.25rem;
color: #ffffff;
background-color:#301307;
text-transform:uppercase;
text-align:center;
}

.page p {
margin-bottom: 1.5rem;  
font-size: 1rem;
line-height: 150%;
}

.page p a {
font-size: 1rem;
font-weight: 600;
}

 
	/*don't touch*/
	}
	/*don't touch*/
	
	 
	/*==============================================*/
	/*3: =TABLET AND ADDITIONAL MOBILE STYLES*/
	/*==============================================*/
	
	/*phone landscape*/
	
	@media only screen 
	and (min-device-width: 320px) 
	and (max-device-width: 1112px) 
	and (orientation: landscape){ 
	
	 
	/*don't touch*/
	}
	/*don't touch*/
	
	
	
	/*-------------------------------------*/
	/*tablet general*/
	
	@media only screen and (min-device-width : 768px) 
		and (max-device-width : 1024px) { 
	 
  .intro {
  padding-top: 1rem;
  padding-bottom: 1rem;
  }
  
  .intro h1 br{
  display: none!important;
  }
   
  .intro h1 {
  font-size: 2.25rem!important;
  letter-spacing: 3px!important;
  }  
  
  .intro-photo img {
  width: 80%!important;
  margin-top: 1rem!important;
  margin-bottom: 1rem!important;
  }
  
  .call-to-action {
  height: 14rem!important;
  }

  .call-to-action a {
  margin-top: 3rem!important;
  } 
  
  .card-wrapper {
  margin-bottom: 3rem!important;
  }

  h2.card-link {
  font-size: 2.5rem!important;
  margin-bottom: 1.5rem!important;
  }

  .card img {
  width: 70%!important;
  margin-bottom: 1rem!important;
  }

  .card p {
  font-size: 2rem!important;
  }

 
	 
	/*don't touch*/
	}
	/*don't touch*/
	
	
	/*-------------------------------------*/
	/*tablet landscape only*/
	
	@media only screen 
		and (min-device-width: 768px) 
		and (max-device-width: 1024px) 
		and (orientation: landscape) {
  
  /*compensate for fixed box*/
  .image-container {
  margin-top: 0!important;
  }
  
  .intro .container {
  width: 100%!important;
  }
  
  .intro h1 {
  font-size: 3.5rem!important;
  }
  
  .intro-text h2 {
  font-size: 1rem!important;
  }
  
  .intro-text {
  width: 60%!important;
  }
  
  .intro-text p {
  font-size: 1rem!important;
  }
  
  .intro-photo {
  width: 40%!important;
  }
  
  .intro-photo img {
  width: 100%!important;
  }
  
  
  .call-to-action {
  height: 17rem!important;
  }
  
  .call-to-action a {
  margin-top: 0!important;
  }
  
  .card-container {
  width: 95%!important;
  padding-top: 0!important;
  padding-bottom: 0!important;
  }
  
  h2.card-link {
  font-size: 1.25rem!important;
  }
  
  .card img {
  width: 85%!important;
  }
	
 .card p {
 font-size: 1rem!important;
 }
 

 p.footer-name {
 font-size: 2rem!important;
 } 
	
 p.footer-address {
 font-size: 1.5rem!important;
 }
 
 p.footer-phone {
 margin-bottom: 1.5rem!important;
 }
 
 footer .mobile-social-container {
 width: 25%!important;
 }
 
 a.sm, p.copyr {
 letter-spacing: 2px!important;
}
 
	/*don't touch*/
	}
	/*don't touch*/
	
	
	/*-------------------------------------*/
	/*iPad Pro 12.9" portrait only */
	
	@media only screen
		and (min-device-width: 1024px) 
		and (max-device-width: 1366px)
		and (orientation: portrait)
		{ 
	
	
	
	
	/*don't touch*/	
	}
	/*don't touch*/
	
	
	/*-------------------------------------*/
	/*iPad Pro 12.9" landscape only */
				
	@media only screen
		and (min-device-width: 1024px) 
		and (max-device-width: 1366px) 
		and (orientation: landscape) { 
		
	
	
	/*don't touch*/	
	}
	/*don't touch*/
	
	/*==============================================*/
	/*4: =DESKTOP STYLES*/
	/*==============================================*/
	
	@media only screen and (min-width: 900px) { 
	
	 
			/*turn these styles on for a fixed width site:*/
	/*
			.gridContainer, footer  {
			max-width: 1600px;
			border: 1px solid black;
			}
	*/
			
	 
	.top-half {}
	
	.hero {
	max-height: 850px;
	overflow: hidden;
	}
	 
	.hero img {
	vertical-align: top;
	} 
	
	/*keep main main-content centered on page*/
	.main-content {
	margin: 0 auto;
	}	 
	
	h1 {}
	
	p {
	margin-bottom: 1.5rem;
	} 
			
.top-half {}

.hero {}

.image-container{}

 
/*intro-desktop*/

.intro {
padding-top: 1rem;
padding-bottom: 1rem;
}

.intro .container {
width: 100%;
max-width: 1450px;
padding-left: 1.5rem;
padding-right: 1.5rem;
margin: 0 auto;
}


.intro h1 {
font-size: clamp(2rem, 4.25vw, 4.15rem);
letter-spacing: 11px;
text-align: left;
text-transform: uppercase;
}

.intro h1 br {
display: none;
}


.intro-content.container {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
}
 
.intro-text {
order: 1;
text-align: left;
width: 50%;
}

.intro-text h2 {
font-size: clamp(1rem, 1vw, 1.25rem);
text-transform: uppercase;
width: 90%;
line-height: 135%;
font-weight: 800;
letter-spacing: 2px;
margin-bottom: 1rem;
}

.intro .divider {
width: 90%;
margin: 0;
margin-bottom: 1rem;
}

.intro-text p {
font-size: 1.1vw;
line-height: 140%;
margin-bottom: 1rem;
padding-right: 1.5rem;
}

.intro-photo {
order: 2;
width: 50%;
}
	
.intro-photo img {
width: 100%;
} 
 
 
/*call to action-desktop*/

.call-to-action {
height: 27vw;
display: flex;
align-items: center;
justify-content: center;
}

.call-to-action .container {
max-width: 1500px;
margin: 0 auto;
}

.call-to-action a {
font-size: 4vw;
letter-spacing: 5px;
font-weight: 600;
letter-spacing: 10px;
height: auto;
box-sizing: border-box;
padding: 1.5rem;
border: 10px solid #e2b344;
box-shadow: 4px 4px 8px rgba(0,0,0,0.5);

}

.call-to-action a:hover {
color: white;
border: 10px solid #a5250f;
}  
 
/*cards-desktop*/

.cards {}

.outer-wrap {
background-repeat: no-repeat;
background-size: cover;
}

.card-container {
display: flex;
width: 100%;
max-width: 1500px;
margin: 0 auto;
padding: 0;
padding-top: 1.5rem;
padding-bottom: 2.5rem;
}

.card-wrapper {
margin: 0 auto;
margin-top: 1.5rem;
border-bottom: 0;
}

.card img {
width: 95%;
}

.card img:hover {}

h2.card-link {
font-size: 2.25vw;
letter-spacing:5px;
}

.card p {
font-size: 1.25vw;
letter-spacing: 2px;
padding: 0.75rem;
}

.card:hover > h2 {
color: #e2b344;
}

.card:hover > p {
color: #2f1a0b;
background-color:#e2b344;
}
 
 
/*embeds-desktop*/

.embeds {
padding: 2rem;
display: flex;
}

.embed {
width: auto;
margin: 0 auto;
}   
 

/*footer-desktop*/

footer {
position: relative;
margin-bottom: 0;
bottom: 0;
background-repeat: no-repeat;
background-size: cover;
border-top: 3px solid white;
}

footer {
padding-top: 0.5rem;
letter-spacing: 0.035em; 
}

footer .container {}

p.footer-name {
font-size: 2.75rem;
font-weight: 500;
text-transform: uppercase;
margin-bottom: 1rem;
}

p.footer-address{
font-size: 1.75rem;
font-weight: 400;
}

p.footer-address span{
display: inline;
}

.footer-address br {
display: none;
}

p.footer-phone {
font-size: 3rem;
}

footer .mobile-social-container {
width: 225px;
margin: 0 auto;
margin-bottom: 2rem;
}


footer .mobile-social-container img {
display: flex;
}

p.copyr {
max-width: 1350px;
margin: 0 auto;
}

a.sm, p.copyr {
font-size: 0.9rem;
letter-spacing: 4px;
line-height: 175%!important;
}

a.sm:hover {
color: #e2b344;
}

 
/*secondary pages:*/

/*keep main main-content centered on page*/

.main-content.page {
max-width: 1500px;
margin: 0 auto;
margin-top: 2rem;
margin-bottom: 3rem;
}	 		

.page h1 {
font-size: 2.5rem;
font-weight: 600;
margin-bottom: 0.5rem;
text-align:center;
text-transform:uppercase;
}


.page h2 {
font-size: 2rem;
font-weight: 600;
margin-bottom: 0.5rem;
}

.page h3 {
font-size: 1.5rem;
font-weight: 600;
margin-bottom: 0.5rem;
}  

	
	/*don't touch*/	
	}
	/*don't touch*/
	
	
	/*-------ADDITIONAL DESKTOP STYLES---------*/ 
 
 
@media only screen and (min-device-width : 900px) and (max-width: 1125px) { 

 
/*don't touch*/	
}
/*don't touch*/

 
 
 
 
@media only screen and (min-device-width : 900px) and (max-width: 1250px) { 

.intro h1 {
font-size: clamp(2rem, 4.15vw, 4.25rem); 
letter-spacing: 10px;
}

.intro-text h2 {
font-size: clamp(1rem, 1vw, 1.255rem);
letter-spacing: 1px;
margin-bottom: 0.5rem;
}

.intro .divider{
margin-bottom: 0.5rem;
}


/*don't touch*/	
}
/*don't touch*/




	
	/* -----------------------------------
	button stuff
	----------------------------------- */
	
	
	.btn {
		/*display: inline-block;*/
		margin:10px 0!important;
		padding: .5em .5em;
		border: 0;
		border-radius: .3em;
		color: #ffffff;
		background-color: #301307;
		line-height: 1;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	.btn:focus {
		background-color: #301307;
	}
	
	.btn:hover {
		background-color: #A5250F;
	}
	
	.btn:active {
		background-color: #301307;
	}
	
		
	/* -----------------------------------
	social embeds on home page
	----------------------------------- */
	
#socialBackground{
	display:block;
	margin:auto;
	width:90%;
}	

.socialContainer {
	width:100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin:20px auto;
    }
    
.socialItem{
  padding: 20px;
  flex: 48%;
  margin:5px;	
}    

@media (max-width: 600px) {
.socialItem {
    flex: 100%;
}    
}

@media only screen and (min-width: 250px) {

	.btn {
		display: inline-block;
		font-size: 15px;
		width:100%;
		margin:0;
	}
}

@media only screen and (min-width: 500px) {
	.btn {
		display: inline;
		font-size: 15px;
		width:auto;
	}
}


@media only screen and (min-width: 800px) {
	.btn {
		display: inline;
		font-size: 10px;
		width:100%;
	}
}

@media only screen and (min-width: 1000px) {
	.btn {
		display: inline;
		font-size: 12px;
		width:auto;
	}
}

@media only screen and (min-width: 1200px) {
	.btn {
		display: inline;
		font-size: 15px;
		width:auto;
	}
}
	