body {
	/*
	padding-left: 25%;
	padding-right: 25%;
	*/
	font-family: source code pro;

}
/*https://stackoverflow.com/questions/6370690/media-queries-how-to-target-desktop-tablet-and-mobile*/
@media (min-width:320px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ }
@media (min-width:480px)  { /* smartphones, Android phones, landscape iPhone */ }
@media (min-width:600px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ }
@media (min-width:801px)  { body {margin-left: 25%; margin-right: 25%;} }
@media (min-width:1025px) { body {margin-left: 25%; margin-right: 25%;} }
@media (min-width:1281px) { body {margin-left: 25%; margin-right: 25%;} }

#social-networks {
	display: block;
	text-align: center;
	/*
	padding-right: 25%;
	padding-left: 25%;
	*/
}

h2 {
	background-color: black;
	color: white;
}

p {
	text-align: justify;
}

h1 {
	background-color: black;
	text-align: center;
	color: white;
}

a {
	text-decoration-line: none;
}


#ensino ol li{
	padding: 0px;
}

#contato {
	margin-bottom: 5%;
}

footer {
	text-align: center;
}