* {
	box-sizing: border-box;
}

body {	
	font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
	background-color: #fff;
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

main {
	background-color: #fff;
	min-height: 800px;
}

header {
	background-color: #fff;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;	
}

.s1 {
	font-size: 32px;
	font-weight: 500;
	line-height: normal;
	color: #80ceb4;
	margin-top: 22px;	
	display: block;
}

.s2 {
	font-size: 62px;
	font-weight: 800;
	line-height: normal;
	color: #f2685a;
	margin-top: -20px;		
	margin-bottom: 32px;
	display: block;
}

.about {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #262626;	
	margin-bottom: 34px;
}

.s3 {
	font-size: 32px;
	font-weight: 600;
	line-height: normal;
	color: #80ceb4;
	margin-top: 22px;
	margin-bottom: 34px;	
	display: block;
}

ul {
	margin-bottom: 34px;
	list-style-type: none;
	padding: 0;	
}

ul li a {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #002e63;
}


/*article {	
	min-height: 800px;
	padding-top: 30px;
	padding-bottom: 30px;
}*/

/*article h2 {
	font-weight: 700;
	line-height: normal;
	color: #000;
	margin-bottom: 25px;
	font-size: 22px;
}

article p {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #000;	
	margin-bottom: 34px;
}

article ul {
	margin-bottom: 34px;
}

article ol li, article ul li {
	font-weight: 300;
	font-size: 20px;
	line-height: normal;
	color: #000;	
	margin-bottom: 7px;
}*/

/*article img {
	border: 1px solid #333;
	margin: 0 auto;
	display: block;
}

article a {
	color: #111111;
}

.highlight {
	border: 1px solid #ddd;
	border-left: 6px solid #2271b1;
	padding: 20px;
}

.accordion {
    background-color: #eee;
    font-weight: 300;
    font-size: 20px;
    color: #444;
    cursor: pointer;
    padding: 16px 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom: 4px;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.panel {
  padding: 18px 18px 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.accordion:after {
  content: '\02795';
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796";
}

xmp {
	background-color: #333;
	padding: 0 20px 20px 20px;
	font-size: 18px;
	color: #fff;
	line-height: 26px;
	overflow-x: auto;
}*/

footer {
	background-color: #2c2c2c;
	padding-top: 38px;
	padding-bottom: 30px;	
	text-align: center;
}

footer a {
	text-decoration: none;
	font-size: 17px;
	font-weight: 300;
	color: #fff;
	line-height: 26px;
}