* {
    margin: 0;
}

html, body {
	height: 100%;
}

#background {

	background-color: black;
	min-height: 100%;
	max-height: 100%;
    	height: auto !important;
    	height: 100%;
    	margin: 0 auto -20px;
}

#main-content {

	display: flex;
	justify-content: flex-end;
}

#logo {
	
	flex: 0 1 50%;
	border:solid;
	display: flex;;
	justify-content: center;
	font-size: 3.5em;
}

#social-media {
	border:dotted;
	flex: 0 1 25%;
	display: flex;
	justify-content: center;
}

#insta-link {
	background: url("./images/instaIconBlur60.png");
	background-size: cover;
	width: 64px;
	height: 64px;
	border: solid;
}
