body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    margin:0;
    font: 15;
}

.background::after {
	content: "";
	background-image: url("../img/CloudArchitecture.jpg");
	opacity: 0.8;
	filter: alpha(opacity=80);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
	background-repeat: no-repeat;
	background-size: cover;
}

ul{
    margin:0;
    padding:0;
}

header{
    background:#35424a;
    color:#ffffff;
    min-height: 70px;
    border-bottom: #87CEEB 3px solid;
}

header a{
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

header ul{
    margin:0;
    padding:0;
}

header li{
    float: left;
    display: inline;
    padding: 0 20px 0 20px;
}

header #branding{
    float:left;
}

header #branding h1{
    margin:0;
	color:#ffffff;
}

h1 {
	text-transform: uppercase;
}

header nav{
    float: right;
    margin-top: 40px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

header .highlight, header .current{
    color: #87CEEB;
    font-weight: bold;
}

#about-body {
	content: "";
	display: flex;
	clear: both;
}

div.avatar {
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
}

@media screen and (max-width: 550px) {
    .avatar {
        width: 100%;
    }
	.details {
		width: 100%;
	}
}

.container{
    width: 80%;
    margin:auto;
	text-align: center;
    overflow: hidden;
}

.avatar img {
	flex: 30%;
	border-radius: 50%;
	border-color: #87CEEB;
	border-width: 1px;
	border-style: solid;
}

.details {
	flex: 70%;
}

.clickable{
	cursor: pointer;
}

#showcase{
	color: #343434;
    font-size: 20px;
}