/*@media (min-width: 1280px){
	.container {
    max-width: 750px;
	}
}*/

section#main {
	background-color: #0C3D67;
	height: 75vh;
}
h2,h4,h5 {
	color: #ffff;
	text-transform: uppercase;
}

.main_header {
	margin-top: 12%;
}

section#example {
	height: 100vh;
	padding-top: 100px;
}

.box {
	height: 300px;
	border: 1px solid red;
}

.box_item {
	border: 2px dashed green;
}

.thumb {
	width: 50px;
	height: 40px;
}

section#footer {
	background-color: #0C3D67;
	height: 47vh;
}

h3, span {
	text-transform: uppercase;
}


ul {
	 list-style:none;
}