@charset "utf-8";
/* CSS Document */


<!--header-->

.tabs{
font-family: "Beatnik SF";
	color: #1F0549;
	font-size: 3.13em;
	font-weight: 400;
	line-height: 1.2;	
	position: relative;

	
}

body{
	background-color: #1f0549;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
img {
	width:50%;
	max-width: 50%;
	height: 50%;
	max-height: 50%;
	vertical-align: middle;
	float: left;
}

.col{
	width: 100%;
	height: auto;
	

}

.col p{
	color: antiquewhite;
	font-family: "Beatnik SF";
	font-size: 2em;
	font-weight: 400;
	margin-bottom: 25vw;
	padding: 20px 20px 20px 20px;
	text-align: center;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}



a:link {
color: antiquewhite;
}

a:visited {
	color: aqua;
}

button{
	display: inline;
	
	border-radius: 12px;
	position: relative;
	
	
	
}

.site-logo{
	position: relative;
	display: block;
	float: none;
	width: 100%;
	height: auto;
	bottom: 50px;
}

.site-logo img {
	
	width: 100%;
	height: auto;
}

.banner {
	background-color: #FFFFFF;
	position: relative;
	height: 30vw;
	widows: 100%;
	}


.home {
font-family:"Beatnik SF";
font-size: 20px;			
background-color: #1f0549;
color: #f7f7f7;
padding: 10px 20px;
bottom: -50px;	
	margin-top: 120px;
	
}

.about {
font-family:"Beatnik SF";
font-size: 20px;
background-color: #1f0549;
color: #f7f7f7;
padding: 10px 20px;
	
bottom: -50px;

}

.horse {
font-family:"Beatnik SF";
font-size: 20px;
background-color: #1f0549;
color: #f7f7f7;
padding: 10px 20px;
	bottom: -50px;

}

.booking {
font-family:"Beatnik SF";
font-size: 20px;
background-color: #1f0549;
color: #f7f7f7;
padding: 10px 20px;
	bottom: -50px;
}

.pets {
font-family:"Beatnik SF";
font-size: 20px;
background-color: #1f0549;
color: #f7f7f7;
padding: 10px 20px;
	bottom: -50px;

}

<!--main-->

.servicing{
	background-color: #1f0549;

	height: 20vw;
	width: 100%;
}
.equine {
	color: antiquewhite;
	font-family: "Beatnik SF";
	font-size: 2em;
	font-weight: 400;
	margin-bottom: 25vw;
	padding: 20px 20px 20px 20px;
	text-align: center;

}



.thankyou{
	color: antiquewhite;
	font-family: "Beatnik SF";
	font-size: 1em;
	padding: 50px 50px 50px 50px;
}
	

.aboutscript{
	color: antiquewhite;
	font-family: "Beatnik SF";
	font-size: 1em;
	
	display: relative;
	padding:10px 10px 10px 10px;
		
	text-align: center;
background-color: #1f0549;

	height: 20vw;
	width: 100%;
	
		
}

.center{
	margin-left: auto;
	margin-right: auto;
}

.email{
	width: 45%;
	font-family: "Beatnik SF";
	font-size: .8em;
	color: antiquewhite;
	text-align:center;
	margin: auto;
}
<!--footer -->

.footer-content{
	background-color: #1f0549;
	height: auto;
	width: 100%;
	


}

.footer-credit{
	font-family: "Beatnik SF";
	font-size: .8em;
	color: antiquewhite;
	text-align:center;
	vertical-align: bottom;
}

.footer-info{
	background-color: #1f0549;
	width: 100%;
	font-family: "Beatnik SF";
	font-size: .8em;
	color: antiquewhite;
	text-align:center;
	vertical-align: bottom;
	bottom: 0;
}

.wrapper {
	background-color: #1f0549;
	min-width: 100%;
	min-height: 100%;
	margin-bottom: -50px;
	width: 100%;
	font-family: "Beatnik SF";
	font-size: 1em;
	color: antiquewhite;
	text-align:center;
}

.fa {
	padding: 20px;
	font-size: 30px;
	width: 50px;
	text-align: center;
	text-decoration: none;
}

.fa:hover{
	opacity: 0.7;
}
.fa-facebook-f{
	background: #3b5998;
	color: white;
}
.fa-instagram{
	background: #125688;
	color: white;
}