
margin-bottom: 15px;@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Roboto:wght@400&display=swap');
/*font-family: 'Libre Baskerville', serif;
font-family: 'Roboto', sans-serif;*/

* {
  box-sizing: border-box;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
	margin:0;
	padding:0;
	border:0;
	text-align: center;	
	background: #005427;
}
p {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color:#000;
	font-size:14px;
	text-align: center;	
	margin:0 0 10px 0;
	letter-spacing:1px;
}
a {
	text-decoration: none;
	color: #000;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}


header {
	margin: 0;
	padding: 30px 0;
	height:auto;
	background: #fff;
}
header img {
	margin-bottom: 10px;
}
#logo {
	width: 250px;
	margin:auto;
}

nav {
	width: 780px;
	margin: 30px auto 0 auto;
}
nav .button {
	width: auto;
	padding: 10px;
	margin:0 20px;
	float:left;
	width: 200px;
}



#container {
	width: 100%;
	padding: 0;
	margin: 0px auto;
}

#clear {
	clear: both;
}


h1 {
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
	font-size: 40px;
	letter-spacing: 1px;
	margin:0;
	color: #000;
}
h2 {
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	font-size: 30px;
	letter-spacing: 1px;
	margin:0;
	color: #000;
}
h3 {
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 1px;
	margin:0;
	color: #000;
}


#section {
	background-image: url("images/books.jpg");
	background-size: cover;
	background-position:center;
	background-attachment: scroll;
	padding: 80px 0;
}


p.span, h2.span, p.span a {
	color: #fff; 
	text-align: left;	
}

#section.services {
	padding: 0;
}

#container2 {
	width:75%;
	margin:20px auto;
}

.service-box {
	float: left;
	width: 19%;
	background: #fff;
	margin: 1%;
	height: 300px;
	padding: 2%;
}
.service-box h2 {
	font-size: 20px;
	letter-spacing:0;
}

.button {
	width: auto;
	padding: 20px 10px;
	margin:auto;
	background:#00A94F;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	letter-spacing:1px;
	color:#fff;
	font-size:14px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
}

#service {
	width: 40%;
	height: auto;
	padding: 2%;
	background: #fff;
	margin: 50px auto;
}

.steps img {
	float: left;
	width: 33%;
	margin:auto;
}
#section.steps{
	height: auto;
}
.steps .button {
	width: 50%;
}

iframe {
	width: 540px;
	height: 960px;
}



footer {
	background: #fff;
	padding: 50px;
    margin-top: auto;
}
footer p {
	margin-top: 15px;
	font-size: 12px;
}


@media screen and (max-width: 1000px) {
  
	#container2 {
		width:90%;
		margin:20px auto;
	}	

	.service-box {
		float: none;
		width: 90%;
		margin: 20px auto;
		height: auto;
		padding: 5%;
	}
	.service-box h2 {
		font-size: 20px;
		letter-spacing:0;
	}	

	nav {
		width: 90%;
		margin-top: 10px;
	}
	nav .button {
		width:29%;
		margin:2.1%;
		padding: 10px 0;
	}
	
	#section {
		padding: 30px 0;
	}
	
	h1 {
		font-size: 30px;
	}
	#logo {
		width: 200px;
	}
	header {
		padding: 20px 0;
	}
	
	h2 {
		font-size: 20px;
	}
	
	#service {
		width: 80%;
		padding: 5%;
	}
	#how {
		width: 90%;
		height: auto;
	}
	
	.steps img {
		float: none;
		width: 100%;
		margin:auto;
	}
	.steps .button {
		width: 80%;
	}
	
	iframe {
		width: 270px;
		height: 480px;
	}

	
}











