@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing:border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

header {
	padding: 30px;
	background: #FFFFFF;
	background-size: cover;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 20px 30px;
	background-color: #FFFFFF;
	color: #5BA8B5;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 150px;
}

.header-text {
	font-size: 35px;
	font-weight: 200;
	color: #5BA8B5;
	text-align: center;
	padding: 20px;
		
}
.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #5BA8B5;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}

.stone {
	background-image:url("images/EntrancetoCowie.jpg");
	background-size: cover;
	padding: 20px 20px 20px 20px;
	color: #5BA8B5;
	text-align: center;
}
.comp {
	background-image:url("images/Delgatie Fishery 2025.jpg");
	background-size: cover;
	padding: 20px 20px 20px 20px;
	color: #5BA8B5;
	text-align: center;
}
h1 {
	font-size: 25px;
	text-transform: capitalize;
	font-weight: 200;
	margin-bottom: 10px;
}

h2 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 23px;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 120px;
}

h4 {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 135px;
}

p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 35px;
}

.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}

.info-box-membership {
	background-color: #5BA8B5;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-competitions {
	background-color: #5BA8B5;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}
.info-box {
	color: #51A9B5;
	padding: 30px 20px 60px;
	text-align: left;
}
.Box1 {
	color: #51A9B5;
	padding: 30px 20px 60px;
	text-align: left;
}
.Box2 {
	color: #51A9B5;
	padding: 30px 20px 60px;
	text-align: left;
}
.Box3 {
	color: #51A9B5;
	padding: 30px 20px 60px;
	text-align: left;
}
.Box4 {
	color: #51A9B5;
	padding: 30px 20px 60px;
	text-align: left;
}
.Box5 {
	color: #51A9B5;
	padding: 30px 20px 60px;
	text-align: left;
	background-image: "/images/Facebook 2014.jpg"
}
.table {
	color: #51A9B5;
}
.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
	text-align: center;
}

.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 778px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	
	h2 {
		margin-bottom: 16px;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
}

/*Desktop View*/

@media (min-width : 1022px ){
	
	body {
		max-width: 1200px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
}
