



@media only screen and (min-width: 480px) {
	
	.banner-homebutton{
	-webkit-transition: all 0.2s ease-in-out;
	min-width: 100px;
	max-width: 150px;
	margin: 20px auto;
	padding-left:6px;
	padding-right:6px;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #e42127;
	font-size: 19px;
	font-weight: 700;
	color:#fff;
}

.banner-homebutton:hover{
	-webkit-transition: all 0.2s ease-in-out;
	min-width: 100px;
	max-width: 150px;
	margin: 20px auto;
	padding-left:6px;
	padding-right:6px;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #fff;
	font-size: 19px;
	font-weight: 700;
	color:#1377ba;
}


.banner-homebutton.active{
	-webkit-transition: all 0.1s ease-in-out;
	opacity: 0;
	min-width: 100px;
	max-width: 150px;
	margin: 20px auto;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
	background-color: #e42127;
	font-size: 19px;
	font-weight: 700;
	color:#1377ba;
}
	


.banner-text-home{
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	font-size: 45px;
	letter-spacing: -1px;
	text-shadow: -2px 1px 5px rgba(0,0,0,0.5);
	font-weight: 700;
	text-align: center;
	opacity: 1;
}

.banner-text-home.active{
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	opacity: 0;
	font-size: 45px;
	letter-spacing: -1px;
	text-shadow: -2px 1px 5px rgba(0,0,0,0.5);
	font-weight: 700;
	text-align: center;
}



.banner-subtext-home{
	text-decoration: none;
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	max-width: 800px;
	margin-top:30px;
	font-size: 19px;
	letter-spacing: 0px;
	text-shadow: -2px 1px 5px rgba(0,0,0,0.5);
	font-weight: 400;
	text-align: center;
}

.banner-subtext-home.active{
	text-decoration: none;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	max-width: 800px;
	margin-top:30px;
	font-size: 19px;
	letter-spacing: 0px;
	text-shadow: -2px 1px 5px rgba(0,0,0,0.5);
	font-weight: 400;
	text-align: center;
}


.banner-homebutton{
	-webkit-transition: all 0.2s ease-in-out;
	min-width: 100px;
	max-width: 150px;
	margin: 20px auto;
	padding-left:6px;
	padding-right:6px;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #e42127;
	font-size: 19px;
	font-weight: 700;
	color:#fff;
}

.banner-homebutton:hover{
	-webkit-transition: all 0.2s ease-in-out;
	min-width: 100px;
	max-width: 150px;
	margin: 20px auto;
	padding-left:6px;
	padding-right:6px;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #fff;
	font-size: 19px;
	font-weight: 700;
	color:#1377ba;
}


.banner-homebutton.active{
	-webkit-transition: all 0.1s ease-in-out;
	opacity: 0;
	min-width: 100px;
	max-width: 150px;
	margin: 20px auto;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
	background-color: #e42127;
	font-size: 19px;
	font-weight: 700;
	color:#1377ba;
}
	
	.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
	
}

@media only screen and (max-width: 479px) {
	
	
	.banner-homebutton{
	-webkit-transition: all 0.2s ease-in-out;
	max-width: 150px;
	margin: 20px auto;
		text-align: center;
	padding-left:6px;
	padding-right:6px;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #e42127;
	font-size: 19px;
	font-weight: 700;
	color:#fff;
}

.banner-homebutton:hover{
	-webkit-transition: all 0.2s ease-in-out;
	min-width: 100px;
	max-width: 150px;
	margin: 20px auto;
	padding-left:6px;
	padding-right:6px;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #fff;
	font-size: 19px;
	font-weight: 700;
	color:#1377ba;
}


.banner-homebutton.active{
	-webkit-transition: all 0.1s ease-in-out;
	opacity: 0;
	min-width: 100px;
	max-width: 150px;
	margin: 20px auto;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
	background-color: #e42127;
	font-size: 19px;
	font-weight: 700;
	color:#1377ba;
}
	

.banner-text-home{
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	font-size: 18px;
	letter-spacing: -1px;
	text-shadow: -2px 1px 5px rgba(0,0,0,0.5);
	font-weight: 700;
	text-align: center;
	opacity: 1;
}

.banner-text-home.active{
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	opacity: 0;
	font-size: 18px;
	letter-spacing: -1px;
	text-shadow: -2px 1px 5px rgba(0,0,0,0.5);
	font-weight: 700;
	text-align: center;
}



.banner-subtext-home{
	text-decoration: none;
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	max-width: 800px;
	margin-top:10px;
	font-size: 14px;
	letter-spacing: 0px;
	text-shadow: -2px 1px 5px rgba(0,0,0,0.5);
	font-weight: 400;
	text-align: center;
	line-height: 20px;
}

.banner-subtext-home.active{
	text-decoration: none;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	max-width: 800px;
	margin-top:10px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
	text-shadow: -2px 1px 5px rgba(0,0,0,0.5);
	font-weight: 400;
	text-align: center;
}



	
	.carousel-item {
  height: 500px;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
	
}

/* nothing below this point is needed */







a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
