html {
	font-family: Roboto, "Droid Sans", sans-serif;
}

body {
	box-sizing: border-box;
	margin: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 100%;
	background-image: linear-gradient(#000, #272D33);
}

/* Nav bar */

nav {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding: 5px;
	height: 40px;
	border-bottom: 2px solid #33B5E5;
}

#nav-links {
	list-style: none;
}

#nav-links .sot {
	list-style: none;
}

#nav-links li {
	position: relative;
	float: left;
	padding-right: 15px;
	color: white;
	font-weight: bold;
	margin-top: -5px;
}

#nav-links:hover {
	cursor: pointer;
}

#nav-links a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.socials {
	padding-bottom: 13px;
}

.nav-dropdown-menu {
	display: none;
	position: absolute;
	min-width: 50px;
	list-style: none;
	background-color: #000;
    color: #fff;
    padding-bottom: 5px;
    padding-top: 5px;
	margin-top: 11px;
	z-index: 10000;
	border: 2px solid #33B5E5;
  	box-shadow: 1px 1px 10px #33B5E5;
}

.nav-dropdown-menu li a {
	font-weight: 300 !important;
}

/* remember the no repeat rule!!! no repeat my ass */

.nav-design-dropdown-menu {
	display: none;
	position: absolute;
	min-width: 50px;
	list-style: none;
	background-color: #000;
    color: #fff;
    padding-bottom: 5px;
    padding-top: 5px;
	margin-top: 11px;
	z-index: 10000;
	border: 2px solid #33B5E5;
  	box-shadow: 1px 1px 10px #33B5E5;
}

.nav-design-dropdown-menu li a {
	font-weight: 300 !important;
}

.socials:hover .nav-dropdown-menu {
	display: block;
}

.socials:hover .nav-design-dropdown-menu {
	display: block;
}

.nav-dropdown-menu:hover {
	display: block;
}

.nav-design-dropdown-menu:hover {
	display: block;
}

#nav-links .nav-dropdown-menu li {
	margin-left: -35px;
}

#nav-links .nav-design-dropdown-menu li {
	margin-left: -35px;
}

/* Begin the mess that's the main header */
/* main {
} 

idfk what to put here LOL */

.home-container {
	margin-top: 51px;
	margin-left: auto;
	margin-right: auto;
	height: 450px;
	background: url(holo.jpg) no-repeat center top;
	background-size: cover;
	width: 100%;
	border-bottom: 1px solid #121214;
}

.home-container-oc-page {
	margin-top: 51px;
	margin-left: auto;
	margin-right: auto;
	height: 450px;
	background: url(/oc/oc-page-background.png) no-repeat center bottom;
	background-size: cover;
	width: 100%;
	border-bottom: 1px solid #121214;
}

.home-container-content {
	height: 100%;
	position: relative;
	border-bottom: 2px solid #3c3c3ceb;
}

#welcome-box {
	width: 400px;
	position: absolute;
	margin-left: 125px;
	margin-top: 175px;
}

#welcome-box-center {
	width: 100%;
	position: absolute;
	margin-top: 70px;
	display: flex;
	justify-content: center;
}

#welcome-message {
	color: white;
	font-size: 42px;
	font-weight: 300;
}

#subheader-message {
	color: #999999;
	font-size: 24px;
	font-weight: 300;
}

#subheader-message-center {
	color: black;
	font-size: 24px;
	font-weight: 300;
	margin-top: 65px;
	margin-left: -160px;
}

#profile-picture-box {
	width: 300px;
	position: absolute;
	right: 125px;
	margin-top: 85px;
}

#profile-picture {
	width: 255px;
	border: 10px solid #33B5E5;
	box-shadow: 1px 1px 10px #33B5E5;
}

/* The "about me" section */

.aboutme-container {
	padding-top: 20px;
	background: transparent;
	height: 450px;
}

.aboutme-container-content {
	margin-left: 44px;
	margin-right: 44px;
}

.aboutme-header {
	color: white;
	font-size: 42px;
	line-height: 44px;
	margin-bottom: 40px;
	font-weight: 300;
	display: flex;
	justify-content: center;
}

.oc-page-header {
	font-size: 30px;
	line-height: 44px;
	margin-bottom: 40px;
	font-weight: 300;
	display: flex;
	justify-content: center;
	color: white;
}

.oc-page-row {
	display: flex;
	justify-content: center;
}

.oc-page-photoframe {
	width: 300px;
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
}

.oc-page-picture {
	width: 255px;
	border: 10px solid #33B5E5;
	box-shadow: 1px 1px 10px #33B5E5;
}

.about-oc {
	margin-top: 50px;
	background: transparent;
	height: 950px;
}

.about-oc-left {
	position: absolute;
	margin-left: 75px;
	width: 500px;
	background: transparent;
 	padding: 25px;
 	border: 2px solid #33B5E5;
	box-shadow: 1px 1px 10px #33B5E5;
	color: white;
}

.about-oc-left a {
  color: white; 
}

.about-oc-right {
	position: relative;
	display: flex;
	justify-content: center;
	width: 500px;
	float: right;
}

/* idk what to put here LMAO i'll find a use for it one day
.oc-preview {

}
*/

.oc-general-info {
	line-height: 0.5em;
}

.oc-general-info p a {
	color: white;
	text-decoration: none;
}

#arrow {
	background: url(/oc/arrow.png) center no-repeat;
	height: 16px;
  	margin-top: 5px;
}

#speechbubble {
	background-color: #fff;
	color: #000;
  	margin-top: -4px;
  	padding: 10px;
  	font-size: 16px;
  	line-height: 18px;
  	text-align: center;
  	width: 280px;
}

.about-oc-header-section {
	font-size: 22px;
  	line-height: 12px;
  	text-decoration: underline;
  	font-style: italic;
  	color: white;
}

.aboutme-box-left {
	position: absolute;
	display: flex;
	justify-content: center;
	width: 500px;
}

.aboutme-box-right {
	position: relative;
	display: flex;
	justify-content: center;
	width: 500px;
	float: right;
}

.aboutme-box-interests {
	border: 2px solid #33B5E5;
  	box-shadow: 1px 1px 10px #33B5E5;
	width: 350px;
	color: white;
}

#interest-header {
	font-size: 22px;
	font-weight: 500;
	display: flex;
	justify-content: center;
}

#interest-separator {
	border-bottom: 2px solid #33B5E5;
	width: 80%;
	display: block;
	margin-left: 34px;
}

#interest-list {
	margin-top: -15px;
	list-style: none;
}

#interest-list li {
	font-weight: 300;
}

.aboutme-text {
	color: white;
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
}

/* Footy footer */

footer {
	height: 40px;
	background: transparent;
}

#copyright-text {
	float: right;
	color: white;
	font-size: 16px;
	font-weight: 300;
	margin-right: 10px;
	line-height: 40px;
}

/* 404 page styles */

#error-box {
	position: absolute;
	margin-top: 150px;
	left: 35%;
}

#error-message {
	font-size: 55px;
	font-weight: 300;
	color: white;
}

#suberror-message {
	color: #999999;
	font-size: 24px;
	font-weight: 300;
}

#suberror-message a {
	color: #999999;
	text-decoration: none;
	font-weight: 500;
}

#error-footer {
	width: 100%;
	position: fixed;
	bottom: 0;
}

/* I hate mobile I hate mobile i ahte mobile i hte vobomieemaiamimaiamaiam */
@media (max-width: 1080px) and (min-width: 801px) {
	#welcome-box {
		margin-left: 60px;
	}
	
	#profile-picture-box {
		right: 60px;
	}
	
	.aboutme-box-left {
		position: absolute;
		display: flex;
		justify-content: center;
		width: 400px;
	}

	.aboutme-box-right {
		position: relative;
		display: flex;
		justify-content: center;
		width: 350px;
		float: right;
	}
	
	#error-box {
		right: 30%;
	}

	.oc-page-photoframe {
		width: 200px;
		position: relative;
		margin-left: 20px;
		margin-right: 20px;
	}

	.oc-page-picture {
		width: 180px;
		border: 7px solid #33B5E5;
}

	.about-oc {
		padding-bottom: 20px;
		height: 100%;
	}

	.about-oc-right {
		width: 100%;
		float: none;
		position: absolute;
	}

	.about-oc-left {
		width: 50%;
		position: relative;
		margin-left: auto;
    	margin-right: auto;
    	margin-top: 420px;
	}
}

@media (max-width: 800px) and (min-width: 601px) {
	#welcome-box {
		margin-top: 20px;
		margin-left: 40px;
	}
	
	#profile-picture-box {
		width: 200px;
		right: 40px;
	}
	
	#profile-picture {
		width: 175px;
	}
	
	.aboutme-container {
		height: 600px;
	}
	
	.aboutme-box-left {
		width: 90%;
	}

	.aboutme-box-right {
		margin-top: 150px;
		position: absolute;
		width: 90%;
		float: none;
	}
	
	.aboutme-box-interests {
		width: 70%;
	}
	
	#error-box {
		left: 0;
		margin-top: 20px;
		margin-left: 20px;
	}

	.oc-page-photoframe {
		width: 150px;
		position: relative;
		margin-left: 20px;
		margin-right: 20px;
	}

	.oc-page-picture {
		width: 145px;
		border: 7px solid #33B5E5;
}

	.about-oc {
		padding-bottom: 20px;
		height: 100%;
	}

	.about-oc-right {
		width: 100%;
		float: none;
		position: absolute;
	}

	.about-oc-left {
		width: 70%;
		position: relative;
		margin-left: auto;
    	margin-right: auto;
    	margin-top: 420px;
	}
}

@media (max-width: 600px) and (min-width: 1px) {
	#nav-links li {
		padding-right: 35px;
		margin-left: -25px;	
	}
	
	#nav-links .sot {
		visibility: hidden;
	}
	
	.aboutme-container-content {
	  margin-left: 2px;
	  margin-right: 2px;
  	}
	
	.home-container {
		height: 300px;
	}
	
	#welcome-box {
		width: 300px;
		margin-left: 20px;
		margin-top: 20px;
	}

	#welcome-box-center {
		margin-top: 100px;
	}
	
	#welcome-message {
		color: white;
		font-size: 35px;
	}
	
	#subheader-message {
		color: #999999;
		font-size: 16px;
	}

	#subheader-message-center {
		color: #999999;
		font-size: 16px;
		margin-top: 55px;
  		margin-left: -125px;
	}
	
	#profile-picture-box {
		right: 0;
	}
	
	#profile-picture {
		width: 175px;
	}
	
	.aboutme-header {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	
	.aboutme-container {
		height: 600px;
	}
	
	.aboutme-box-left {
		width: 99%;
	}

	.aboutme-box-right {
		margin-top: 250px;
		position: absolute;
		width: 99%;
		float: none;
	}
	
	.aboutme-box-interests {
		width: 100%;
	}
	
	#error-box {
		left: 0;
		margin-top: 20px;
		margin-left: 20px;
	}

	.home-container-oc-page {
		height: 320px;
	}

	#subheader-message-center {
		color: black;
	}

	.oc-page-row {
		display: block;
	}

	.oc-page-photoframe {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
	}

	.about-oc {
		padding-bottom: 20px;
		height: 100%;
	}

	.about-oc-right {
		width: 100%;
		float: none;
		position: absolute;
	}

	.about-oc-left {
		width: 80%;
		position: relative;
		margin-left: auto;
    	margin-right: auto;
    	margin-top: 420px;
	}

	.oc-general-info {
		line-height: 1em;
	}
}