body{
    margin: 0;
    padding: 0;
    font-family: 'He3vetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    background-color:#0D0B0B;
    color: #fff;
}
.modernDrop{
	font-size: 20pt;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	margin-top: 0px;
	color: white;
	text-shadow: 1px 1px 2px #666666;
	display: inline;
}

.footer{
	background-color: #1e1e1e;
	color:white;
	padding-top: 30px;
	padding-bottom: 30px;
	
}
.scrollWords{
	font-size: 80pt;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	margin-top: 400px;
	color: white;
}
.letterStyle{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	display:inline;
	background-color: #1e1e1e;
	color:white;
	font-size: 80pt;
}

.letterStyle2{
	display: inline;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 40pt;
}
.center{
    text-align: center;
}
.space{
	margin-top: 80px;
}

.parallax-target{
    min-height: 400px;
    background: transparent;
}

.middle{
    min-height: 400px;
}
.navbar{
	margin-top: 0px;
	background-color: #1a1a19;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: underline;
	
}

 /* Dropdown Button */
.dropbtn {
    background-color: #FFFFFF;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position:inherit;
    display:inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #1e1e1e;
    min-width: 160px;
    z-index: 1;
	border-bottom:solid;
	border-color:black;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #1e1e1e;}
.dropdown-content a:hover{color:white;}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
	background-color: white;
	
	
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #FFFFFF;
	color: black;
	
}


.navImages{
	float: left;
}
