@charset "UTF-8";
/* CSS Document */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
	font-family: 'Poppins', sans-serif;
	color:#114148;

}

/*#container {
	width: 80%;
	margin: 0 auto;
}*/

h1, h2, h3 {
	text-align: left;
}


.header {
  background: url("image_1.jpg") no-repeat top;
	background-size: cover;
  padding: 20px;
  text-align: center;
	color: aliceblue;
	min-height: 550px;
}

.head_text{
	width: 80%;
	margin:0 auto;
	text-shadow: 2px 2px 2px #504F4F;
}

.topnav ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

.topnav li {
	align-content: center;
	display: inline-block;
}
.topnav a {
  display: block;
  color: #F0BD26;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.cont {
	width: 80%;
	margin: 0 auto;
	padding:20px;
	overflow: auto;
}

.bottom {
	background: #fdfbd4;
}


.cont_text img {
	width: 100%;
	height: auto;
}

.top {
	text-align: center;
	padding: 20px;
}

.row h2, h2, h3 {
	text-align: center;
}

.topnav {
  overflow: auto;
	padding: 20px;
}


.topnav a:hover {
  color:cadetblue;
	text-decoration: underline;
}

a.active {
	color:cornflowerblue;
}

.column {
	float: left;
	width: 33.33%;
	padding: 15px;
	text-align: center;
}

.cont_text {
	width: 50%;
	padding: 15px;
	float: left;
	text-align: left;
}

.column h3 {
	text-align: center;
}

.cont_text h2, h3 {
	text-align: left;
}

@media screen and (max-width:800px) {
  .column {
    width: 100%;
  }
}