html {
	height: 100%;
}

body {
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("../images/background-compressed.jpeg");
	background-attachment: fixed;
	background-repeat: no-repeat;
    background-size: cover;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	color: white;
	height: 100%;
}

#cookie-notify {
	margin: auto;
	width: 99%;
	height: auto;
	background-color: black;
	position: absolute;
	text-align: center;
	font-size: 20px;
}

#cookie-notify button {
	margin-bottom: 15px;
	height: 30px;
	width: 90px;
	font-size: 20px;
}

#header a {
	color: white;
	text-decoration: none;
	margin: 10px;
}

#left-bio {
	float: left;
	width: 40%;
	margin: 100px 0px 10px 0px;
	border-style: solid hidden solid hidden;
	border-color: white;
	text-align: center;
}

#center-avatar {
	transition: all 2s;
}

#right-bio {
	float: right;
	width: 40%;
	margin: 100px 0px 10px -20px;
	border-style: solid hidden solid hidden;
	border-color: white;
	text-align: center;
}

#signature-wrapper {
	margin-top: 20px;
	text-align: center;
	width: 100%;
	float: left;
}

.line-seperator {
	height: 1px;
	width: 100%;
	background-color: white;
	margin: 10px 0px 10px 0px;
}

.contact-inner {
	width: 50%;
	height: 50%;
	float: left;
	border-color: white;
	border-width: 0.5px;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.5);
}

.contact-inner a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

#contact-1 {
	border-style: hidden solid solid hidden;
}

#contact-2 {
	border-style: hidden hidden solid solid;
}

#contact-3 {
	border-style: solid solid hidden hidden;
}

#contact-4 {
	border-style: solid hidden hidden solid;
}

#linkedin-logo {
	background-image: url("../images/linkedin.png");
}

#twitter-logo {
	background-image: url("../images/twitter.png");
}

#facebook-logo {
	background-image: url("../images/facebook.png");
}

#mail-logo {
	background-image: url("../images/mail.png");
	background-size: 100% !important;
}

.contact-logo {
	width: 74%;
	height: 74%;
	margin-left: 13%;
	margin-top: 13%;
	background-size: 100%;   
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
}

.rotate:hover {
  transform: rotate(360deg);
}
