body {
	-webkit-overflow-scrolling: touch;  
	margin: 10px;
	overflow: hidden;
	background:black;
}

span {
	display: block;
	vertical-align: middle;
	padding: 5px;
}

hr {
    opacity: 0.2;
    width: 90%;
}

#background {
	background-image: url("../Backgrounds/background.jpg");
	position: absolute;
	top:0px;
	left: 0px;
	background-size: cover;
	opacity:0.95;
}

#resume_download {
	font-size: 20px;
    font-weight: 200;
}

.header {
	color: white;
	width: 100%;
	height: 200px;	/*Change .menu and .main height if this changes*/
	position: relative;
}

.menu {
	color: white;
	width: 24%;
	float: left;
	padding-right: 25px;
	height: calc(100% - 150px);
	display: table;
	position: relative;
}

.vertical_border {
	border-left: 1px solid #eee;
    float: left;
    width: 1%;
    height: calc(100% - 150px);
    opacity: 0.2;
    position: relative;
}

.main {
	/*background-color: whitesmoke;*/
	color: white;
	width: 75%;
	height: calc(100% - 150px);
	float: right;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
}

.menu_entry {
	display: table-row;
	text-align: -webkit-right;;
}

.stale-data {
    font-size: 30px;
    font-weight: 200;
    text-align: center;
    width: 100%;
    background: rgba(255,255,255,0.6);
    margin: 0px;
    color: black;
    border-radius: 6px;
}

.myname {
	font-size: 40px;
    font-weight: 200;
    text-align: center;
    width: 100%;
    margin: 0px;
}

.website-label {
	text-align: center;
	font-weight: 200;
	width: 100%;
}

.hyperlink:hover {
	color: #57afff !important;
}

.hyperlink, .hyperlink:visited, .hyperlink:active, .hyperlink:focus {
	color: white;
}

.pointer {
	cursor: pointer;
}
.contact {
	font-weight: 200;
	font-size: 16px;
	margin-top: 10px;
	text-align: center;
}

.icon {
	padding: 0px;
	padding-right: 5px;
}
.subheader-container {
    margin-left: 20px;
    margin-right: 15%;
    margin-top: 2px;
    margin-bottom: 5%;
    padding: 0px;
}

.subheader {
	font-size: 25px;
	margin-bottom: 10px;
	font-weight: 200;
}

.subheader-main {
	font-size: 35px;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	font-weight: 200;
}

.entry-container a {
	color: #57afff !important;
	font-style: italic;
    cursor: pointer;
}

.entry-list {
	margin-bottom: 10px;
}
.entry-title {
	font-size: 18px;
	font-weight: 400;
	margin: 0px;
}

.entry-dates {
	font-size: 16px;
	font-weight: 400;
	margin: 0px;
	margin-top: 2px;
}

.entry-roles {
	padding-left: 7%;
	margin: 0px;
}

.entry-description {
	padding-left: 7%;
	padding-bottom: 10px;
	text-align: justify;
	font-weight: 200;
}

.table-cell {
	padding: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

.about-me {
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	font-weight: 200;
}

.right-align {
	float: right;
}

.block {
	display: block;
}

.text-center-align {
	text-align: center;
}

.mobile-separator {
	display: none;
}

/* For Mobile Devices */

@media screen and (max-device-width: 480px) {
    span {
    	padding-left: 0px;
    	padding-right: 0px;
    }

    .header {
    	height:220px;
    }

    .myname {
    	font-size: 70px;
    }

    .website-label {
    	font-size: 30px;
    } 

    .contact {
    	font-size: 25px;
    	padding-top: 20px;
    }

    .menu, .vertical_border {
    	display: none;
    }

    .main {
    	width: 100%;
    	height: calc(100% - 250px);
    }

    .subheader-container {
    	margin-left: 20px;
    	margin-right: 20px;
    }

	.subheader-main {
		font-size: 50px;
		margin-bottom: 20px;
	}

    .entry-title {
		font-size: 33px;
	}

	.entry-dates {
		font-size: 30px;
	}	

	.entry-roles {
		font-size: 35px;
		padding-left: 0px;
		margin: 0px;
	}
    .entry-description {
    	font-size: 35px;
    	padding-left: 0px;
    }

    .entry-list {
		margin-bottom: 50px;
	}

	.mobile-separator {
		display: block;
		opacity: 0.2;
    	width: 30%;
	}
}