body {
	font-family: 'Montserrat', sans-serif;
    color: white;
    width: 100%;
    margin: 0;
    background-image: url("ny.jpg");
    background-repeat: no-repeat;
    background-size: 1920px;
    background-attachment: fixed;
}


#title {
    text-align: center;
    font-size: 90px;
    font-family: 'Montserrat', sans-serif;
    display: none;
    margin-top: 200px;
}

/* Header */

#header {
	width: 100%;
	height: 80px;	
/*	border: 1px solid white;*/
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
}

.scroll {
    background: rgba(255, 255, 255, 0.8);
}

#section {
   /* background-image: url("newyork.jpg");
    background-repeat: no-repeat;
    background-size: 1920px; */
    width: 100%;
    height: 330px;
    padding-top: 70px;
    /*    border: 1px solid black;*/
}

#sectionTitle {
    font-size: 90px;
    margin-left: 50px;
    font-weight: 900;
}

/* Menu */

#logo {
    margin-left: 20px;
    margin-top: 5px;
    float: left;
    height: inherit;
    width: 80px;
/*    border: 1px solid white;*/
}

#menu {
	width: 400px;
	height: inherit;
/*	border: 1px solid white;*/
	float: right;
	position: relative;
}

#menu > ul {
	position: absolute;	
	right: 0px;
/*	border: 1px solid yellow;*/
	margin: 0px;
	padding: 30px 0px;
	width: 100%;
}

#menu > ul li {
	float: right;
	list-style-type: none;
	display: inline;
}

#menu > ul li a {
	text-decoration: none;
	color: white;	
	font-size: 16px;
	padding: 20px;
    font-weight: bold;
}	

/* Content */

#content {
/*    padding-top: 80px;*/
	margin-bottom: 0;
	background: rgba(60,60,60, 0.8);
}

#content p {
    color: white;
    margin-left: 20px;
    padding: 10px 20px;
    font-size: 18px;
    margin-bottom: 0;
}

/* About */

#about {
	width: 90%;
	margin: auto;
}

#resume {
	text-decoration: none;
	color: white;	
}

#resume:link {
    color: white;
}

#resume:visited {
    color: white;
}

#resume:hover {
    color: salmon;
}

#resume:active {
    color: white;
}


/* Portfolio */

#projects {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
}

.project  {
	width: 30%;
	min-width: 300px;
	margin: 5px 1.5%; /* change this to 1.6%, when removing border */
	height: 300px;
	display: inline-block;
}

.projectPics {
	position: relative;
	width: 100%;
	height: 300px;
	display: block;
	background-size: 600px;
	background-repeat: no-repeat;
	background-position: center;
}

.layer {
	background: rgba(160,160,160, 0);
	display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.projectTitle {
	text-align: center;
	color: white;	
}

#projectNav {
	margin-left: 2%;
	margin-right: 2%;
	padding-top: 5px;
}

#projectNav > ul {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding-left: 0px;
	padding-top: 5px; 
	padding-bottom: 5px;
}

#projectNav > ul li {
	list-style-type: none;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
    color: white;
}

.filter {
	display: none;
}

#pic1 {
	background-image: url('pic1.jpg');
}

#pic2 {
	background-image: url('background.PNG');
}

#pic3 {
	background-image: url('calendar.PNG');
}

#pic4 {
	background-image: url('cars.PNG');
}

#pic5 {
	background-image: url('colorgenerator.PNG');
}

#pic6 {
	background-image: url('danejoe.PNG');
}

#pic7 {
	background-image: url('dice.PNG');
}

#pic8 {
	background-image: url('dla.PNG');
}

#pic9 {
	background-image: url('pic1.jpg');
}

#pic10 {
	background-image: url('fire.PNG');
}

#pic11 {
	background-image: url('snowflake.PNG');
}

#pic12 {
	background-image: url('reader.PNG');
}

#pic13 {
	background-image: url('snake.PNG');
}

#pic14 {
	background-image: url('pic1.jpg');
}

#pic15 {
	background-image: url('xmlblog.PNG');
}


/* Contact */

#contact {
	width: 80%;
	margin: auto;
	height: 500px;
}

.contact {
	display: inline-block;
	width: 45%;
	height: 400px;
	margin: 50px 2%;
	background: rgba(220,220,220, 0.4);
}

.contactTitle {
	color: white;
	text-align: center;
}

#map {
	width: 700px;
	height: 550px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}


/* Footer */

#footer {
	padding-top: 8px;
	text-align: center;
	height: 150px;
	background: rgba(160, 160, 160, 0.8);
}

#links ul {
	padding: 0px;
}

#links ul li{
	list-style-type: none;
	display: inline;
}

#links > ul li a {
	text-decoration: none;
	color: white;	
	margin-right: 5px;


}	

#social {
	padding-top: 15px;
	width: 200px;
	height: 50px;
	margin: auto;
	padding-left: 50px;
}


.social {
	float: left;
	background-color: white;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	margin-left: 5px;
}

.social > a {
	text-decoration: none;
	color: #000000;
}

.social > a > span {
	margin-top: 6.5px;
	margin-left: 1.5px;
}

#footer p {
	margin-top: 0px;
}
