/* MARK:- Content */

.header {
	padding-bottom: 33px;
}

img.full_width {
    display: block;
    margin: auto;
    width: 100%;
}

div.content_body {
	background-color: #AAD8FF;
	padding-bottom: 88px;
}

div.container div.content#skills a p {
	color: #0060af;
	font-size: 55px;
	font-weight: bold;
}

div.flex_container div.title {
	justify-content: center;
	padding-top: 33px;
}

div.flex_container div.title h1 {
	font-size: 44px;
	margin: 0;
    font-weight: lighter;
	color: #0060af;
}

div.flex_container {
	padding-top: 11px;
	padding-bottom: 11px;
}

div.flex_content {
	display: flex;
	justify-content: center;
	padding-top: 8px;
	padding-bottom: 22px;
}

div.flex_content .picture {
	padding: 8px 22px 8px 22px;
}

div.footer {
	background-color: #0060af;
	padding: 8px;
	color: white;
	text-align: center;
}

div.footer p#sbf {
	padding-bottom: 33px;
	font-size: 22px;
	width: 50%;
	margin-left: 25%;
}

div.footer p#sbf a {
    font-weight: lighter;
	color: white;
}

@media screen and (max-width: 812px), only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) {

	/* MARK:- Content */
	
	div.flex_content {
		flex-direction: column;
	}
	
	div.content_body div.content div.title h1 {
		text-align: center;
	}
	
	div.footer p#sbf {
		width: 100%;
		margin-left: 0;
	}
	
}

@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) {
	
	div.content_body div.content div.flex_container h1 {
		font-size: 6em;
	}

	div.content_body div.content div.flex_content .picture {
		padding: 8px 22px 8px 22px;
	}

	div.footer p#sbf {
		font-size: 3em;
	}
	
}