body {
		background-color: black;
		margin: 0;
		font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
}
h1 {
	font-family: fantasy;
	display: inline;
}
.big-J {
	font-size: 70px;
	font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
}
.resume-link {
	color: black;
}
.resume-link:hover {
	color: white;
}
.head-pic {
	border-radius: 50%;
}
.header-links {
	color: black;
	margin: 0 5px;
	font-size: 20px;

}
.header-links:hover {
	color: white;
	cursor: pointer;
}
.header-links2 {
	color: black;
	opacity: .7;
	margin: 0 5px;
	font-size: 20px;
	position: relative;
	top: 100px;
	display: flex;
	width: 10%
}
.header-links2:hover {
	opacity: 1.0;
	cursor: pointer;
}
.header {
	background-color: teal;
	margin-top: 5px;
	margin-left: 7.5%;
	margin-bottom: 20px;
	padding: 0 0 1px 0;
	width: 85%;
	border-radius: 5px;
	border: 1px solid white;
	text-align: center;
	position: relative;
}
.main-container {
		background-image: url("Images/Screenshot_20151109-190754-01.jpeg");
		background-size: cover;
		background-size: 1400px;
		background-repeat: no-repeat;
		margin-left: 20px;
		border-radius: 10px;
}
.titleUnderline {
	width: 40%;
}
.container {
	text-align: center;
}
.contact-info {
	color: white;
	font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
}
.contact-pic {
	border-radius: 5px;
}
.contactProfile {
	background: rgba(255,255,255,0.5);
	margin: 0 39%;
	border-radius: 5px;
}
.comments {
	margin-left: 30%;
	width: 40%;
	border: 1px solid white;
	border-radius: 10px;
}
.googlePlus {
	border-radius: 50%;

}
.icon {
		opacity: 0.7;
}
.icon:hover {
    cursor: pointer;
	opacity: 1.0;
}
.contactSocialMedia {
	background-color: black;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #B4B4B4;
	width: 35%;
    margin-left: 31%;
	display: flex;
	justify-content: space-between
}
button {
background-color: #B4B4B4;
border-radius: 10%;
}
.routeBar {
	background-color: black;
	padding: 1%;
	border-radius: 10px;
	border: 1px solid #B4B4B4;
	width: 4.5%;
	position: fixed;
	right: 0;
	top: 10px;
	z-index: 999;
}
hr {
	width: 95%;
}
body2,
.welcomePic {
	position: absolute;
	background-image: url("https://static.pexels.com/photos/1656/road-fashion-vintage-bag-medium.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	width: 100%;
	height: 100%;
}
menu {
	text-align: left;
}
.header-links2:hover {
opacity: .9;
	cursor: pointer;
}
.btn {
    position: absolute;
	top: 80px;
	left: 45px;
	opacity: .7;
    border-radius: 2px;
    height: 36px;
    width:36px;
	/*border: 1px solid purple;*/
}
.btn2 {
    position: absolute;
	top: 8px;
	right: 45px;
    border-radius: 2px;
    height: 36px;
    width:36px;
}
#lines:before {
    border-bottom: 17px double black;
    border-top: 6px solid black;
    content:"";
    height: 5px;
    position: absolute;
    right:3px;
    top: 4px;
    width:30px;
}
big {
	font-size: 70px;
		font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
		color: black;
		opacity: .8;
		width: 80%;
		position: fixed;
		left: 160px;
}
footer {
	position: fixed;
	bottom: 4px;
	right: 15px;
	opacity: .9;
	font-family: cursive;
	background: rgba(255,255,255,0.7);
	padding: 3px;
	border-radius: 5px;
}
#logos {
	border-radius: 50%;
	border: 2px solid white;
}
#logos2 {
	border-radius: 50%;
	border: 2px solid black;
}
.email-form {
	background-color: black;
	border-radius: 10px;
	padding: 30px;
	width: 40%;
	margin-left: 27.5%;
	border: 5px solid white;
	position: relative;
	z-index: 999;
}
.email-pic {
	border-radius: 50%;
	position: absolute;
	left: 30px;
	top: 2px;
}
.email-pic2 {
	border-radius: 50%;
}
#git-hub {
	border-radius: 10%;
	border: 2px solid white;
	line-height: 0;
}
p {
	color: black;
	width: 100%;
	text-align: center;
	font-size: 18px;
}
.mainContainer {
	display: flex;
	justify-content: space-between;
	margin: 0 6%;
}
.homeTextContainer {
	background: rgba(255,255,255,0.45);
	width: 50%;
	text-align: center;
	padding: 5px;
	border-radius: 10px;
	border: 2px solid white;
}
.picturesCollage {
	margin-top: 15%;
	background: rgba(255,255,255,0.15);
	width: 40%;
	padding: 10px;
	border-radius: 10px;
	position: relative;
	bottom: 0;
	border: 2px solid white;
}
.containerPortfolio {
	margin: 0 8%;
	border: 2px solid rgba(99,99,99,99.8);
	border-radius: 10px;
	background: rgba(0,0,0,0.15);
	padding: 5px;
	background-image: url('Images/road.jpeg');
	background-size: cover;
}
.titlesPortfolio {
    margin-left: 17.5%;
    display: flex;
    justify-content: space-between;
    width: 65%;
}
.titlesPortfolio h3:first-child {
	background: rgba(0,0,0,0.4); border-radius:5px;
    padding:8px;
}
.titlesPortfolio h3:nth-child(2){
	background: rgba(0,0,0,0.4); border-radius:5px;
    padding:8px;
}
.sites {
    display: flex;
    justify-content: space-between;
    margin:5px;
}
.siteContainer {
	margin-right: 6%;
	width: 40%;
	padding:10px;
	position: relative;
	bottom: 0;
}
.descriptionContainers {
	width:40%;
	padding: 3%;
	background: rgba(0,0,0,0.8);
	border-radius: 10px;
}
.paraDes {
	font-size: 17px;
}
.containerAbout {
	border-radius: 10px;
	margin: 0 8%;
	background-image: url('https://static.pexels.com/photos/1370/city-man-person-people-large.jpg');
background-repeat: no-repeat;
background-size: cover;
border-radius: 10px;
}
.educationContainer {
		margin: 0 8%;
	display: flex;
	justify-content: space-between;
	background-image: url('https://static.pexels.com/photos/7108/notebook-computer-chill-relax-large.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
}
.eduPicContainer {
	margin: 10px 2%;
	width: 55%;
	padding:10px;
	position: relative;
	bottom: 0;
	background: rgba(255,255,255,0.1);
	border-radius: 10px;
}
.eduWordContainer {
	margin: 10px 2%;
	width: 35%;
	padding:10px;
	position: relative;
	bottom: 0;
	background: rgba(255,255,255,0.1);
	border-radius: 10px;
}
.edu-wording {
	color: black;
	margin-top: 60px;
	font-weight: bold;
}
.containerContact {
	background-image: url('https://static.pexels.com/photos/154/people-apple-iphone-writing-large.jpg');
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	border-radius: 5px;
	margin: 0 7.5%;
}
.adminContainer {
	border-radius: 10px;
	margin: 0 8%;
	background-image: url('https://static.pexels.com/photos/5162/businessman-fashion-man-person-large.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
	display: flex;
	justify-content: space-between
}
.adminComments {
	width: 40%;
	margin: 1% 2%;
	border: 1px solid black;
	border-radius: 5px;
	padding: 10px;
	background: rgba(255,255,255,0.3);
}
.adminEmails {
	width: 40%;
	margin: 1% 2%;
	border: 1px solid black;
	border-radius: 5px;
	padding: 10px;
	background: rgba(255,255,255,0.3);
}
.admin-view-comments {
	margin: 1% 2%;
	border: 1px solid black;
	border-radius: 5px;
	padding: 10px;
	background: rgba(255,255,255,0.72);
}
.transparent-box {
	background: rgba(0,0,0,0.6);
	border-radius: 10px;
	margin: 0 1%;
}
.message-sent {
	position:fixed;
	top:330px;
	left: 400px;
	background: rgba(255,255,255,0.99);
	border: 1px solid black;
	padding: 50px;
	font-size: 25px;
	border-radius: 5px;
}
.close-sent {
	width: 20px;
	position: absolute;
	right: 10px;
	top: 10px;

}
/** {
	border: 1px solid rebeccapurple;
 }*/
