@charset "UTF-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, "sans-serif";
	font-weight: 400;
	font-style: normal;
}

section{
	color: #000;
}

section img{
	border: 1px solid #DEDEDE;
}

hr{
	margin: 40px 0px;
}
h2{
	margin-bottom: 20px;
}
h4{
	margin-top: 10px;
}


.jumbotron{
	color: #212529;
	background: url("../IMG_3534.jpg");
	background-size: cover;
}