body {
	background: #fff3d9;
}

.row {
	padding: 0;
	margin: 0;
}

.col, .col-8, .col-2 {
	padding: 0;
	margin: 0;
}
.header img {
	padding-top: 15px;
	padding-bottom: 25px;
	max-width: 830px;
	
}

.header {
	background: #60c0e6;
	text-align: center;
	border-bottom: 10px solid #fff;
}

.col-2 {
	background-image: url('pattern.jpg');
	border-right: 10px solid #fff;
	border-left: 10px solid #fff;
}

.col-8 {

	background: #d4effa;
}

.col-1 {
	background-image: url('pattern2.jpg');
	border-right: 10px solid #fff;
	border-left: 10px solid #fff;
	
}

.col {
	text-align: justify;
	padding: 20px 40px 40px;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 24px;
}

.col-3 {
	background: #9e7e69;
	border-left: 10px solid #fff;
}

.copyright {
	background: #ff90a9;
	text-align: center;
	border-top: 10px solid #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 14px;
}

.nav {

	padding-top: 70px;
}

.nav img {
	
	margin-bottom: 30px;
}

.nav img:hover {
    filter: invert(75%);
	transition: .3s;
}

.primary h2 {
	text-align: center;
	text-transform: uppercase;
	font-family: 'Erica One', cursive;
	font-size: 36px;
	font-weight: 300;
	letter-spacing: 2px;
	color: #60c0e6;
	text-shadow: 2px 2px 0px #fff;
	margin-bottom: 50px;
	margin-top: 30px;
}

.primary h3 {
	font-family: 'Erica One', cursive;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 200;
	letter-spacing: 2px;
	color: #9e7e69;
	text-shadow: 2px 2px 0px #fff;
	margin-bottom: 20px;
	margin-top: 40px;
}

.primary strong p {
	padding-left: 50px !important;
}