/* ----------------------- SECTIONS  ------------------- */
section.box:last-child {
  margin-bottom: 0;
}

section.box h2 {
	padding-top: 0;
	margin-bottom: 20px;
 	color: #606060;
 	font-family: serif;
	font-size: 30px;
}

section.box p {
	padding-top: 0;
	margin-bottom: 20px;
	color: black;
	font-size: 20px;
	font-family: cursive;
	font-weight: 300;
}

section.box p:last-child {
	margin-bottom: 300px;
}

section.box.content {
	padding-top: 0;
	padding-left: 40px;
	padding-bottom: 40px;
}

section.box.slide {
	padding: 240px 0;
	background-position: 0 0;
}

section.box.slide h1 {
	color: yellow;
	font-size: 48px;
	/*line-height: 1;*/
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 0 10px black;
}

section.box.slide-1 {
	background-image: url("../img/darkSpace.jpg");
  	
     /* background-attachment: fixed;*/
    background-size: cover;
}

section.box.slide-2 {
	background-image: url("../img/hubble.jpg");
  	/* background-attachment: fixed;*/
	background-size: cover;
}

section.box.slide-3 {
	background-image: url("../img/earth.jpg");
	background-size: cover;	
}

.container {
	padding-top: 0;
}

.container p {
	padding-left: 30px;
	margin-top: 4px;
}
.someContent {
	width: 30%;
	margin-left: 100px;
	border: 2px solid black;
	border-radius: 10px;
	text-align: left;
	padding: 0px;
	height: 60px;
}

.highLight {
	background: rgba(0, 0, 0, .4);
	border: 2px solid black;
	overflow: hidden;
	-webkit-transition: top 0.2s;
	transition: top 0.2s;
}

#home {
	padding-top: 300px;
}

#me {
	padding-top: 100px;
}

#projects {
	padding-top: 100px;
}

#hire {
	padding-top: 100px;
}

/****************************** NAVIGATION *****************************/

#main-nav {
    position: fixed;
    background-color: black;
    width: 100%;
    z-index: 1000;
    background: rgba(20, 20, 20, 1);
    /*padding: 2px;*/
    border: 2px solid white;
}

#main-nav p {
    color: white;
    font-size: 1.2em;
    text-align: center;
}

#main-nav a {
    color: white;
    font-size: 1.2em;
}

#main-nav a:hover {
    color: black;
    background-color: white;
    text-decoration: none;
}

a {
    text-decoration: none;
}
