body {
	background-color: black;
}
#logo {
    display:block;
    color: white;
    text-align: left;
    top: 0;
    left: 0;
    text-decoration: none;
    font-size: 1.4em;
	font-family: 'Roboto', sans-serif;
	font-weight:100;
	color: white;
	overflow: hidden;
    position: fixed;
    z-index: 1;
    background-color: #222;
	border-bottom-right-radius: 40px;
	-webkit-font-smoothing: subpixel-antialiased;
}

#logo ul {
	list-style-type: none;
	left: 0;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#navbar {
	top: 0;
}

#navbar ul {
    list-style-type: none;
    position:fixed;
    margin: 0;
    top: 0;
    right: 0;
   	padding: 0;
    background-color: #222;
    
}

#navbar li{
    float: right;
    background-color: #222;
}

#navbar li a {
    display:inline-block;
    color: white;
    text-align: left;
    padding: 20px 25px;
    text-decoration: none;
    font-size: 1.4em;
	font-family: 'Roboto', sans-serif;
	font-weight:100;
	color: white;
	-webkit-font-smoothing: subpixel-antialiased;
}

#navbar li a:hover:not(.active) {
    background-color: #555;
}

.active {
    background-color: #777;
    cursor: pointer;
}

.active li{
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: fixed;
   	width: 200px;
    background-color: #222;
    right: 109px;
    z-index: 1;
}

.dropdown-content a {
    width: 150px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:focus .dropdown-content {
    display: block;
}

#content {
	padding-top: 60px;
	padding-left: 10px;
	background-color: black;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

#content h1{
	font-size: 2.0em;
	font-family: 'Roboto', sans-serif;
	font-weight:100;
	color: white;
	text-align:center;
	-webkit-font-smoothing: subpixel-antialiased;
}

#content h2{
	font-size: 1.4em;
	font-family: 'Roboto', sans-serif;
	font-weight:100;
	color: white;
	text-align:left;
	display:block;
	width: 60%;
	margin: 0 auto;
	-webkit-font-smoothing: subpixel-antialiased;
}

#content h2 img {
	float: left;
	padding-right: 20px;
}

#content h2 a{
	text-decoration:none;
}

#content h3{
	font-size: 1.6em;
	font-family: 'Roboto', sans-serif;
	font-weight:100;
	color: white;
	text-align:left;
	display:inline-block;
	width: 100%;
	margin:0 auto;
	-webkit-font-smoothing: subpixel-antialiased;
}

#content h4{
	font-size: 1em;
	font-family: 'Roboto', sans-serif;
	font-weight:100;
	color: white;
	text-align:left;
    vertical-align:top;
	display:inline-block;
	width: 40%;
	margin: 0 auto;
	-webkit-font-smoothing: subpixel-antialiased;
}

#content ul {
	list-style-type: none;
	float: left;
	padding: 0 auto;
}
#content ul li {
	display: inline;
	vertical-align:baseline;
	width: 20%;
}
.button {
	background-color: #222;
	font-size: 1.0em;
	font-family: 'Roboto', sans-serif;
	font-weight:100;
	padding: 20px;
	border: 0px;
	line-height: 250%;
	-webkit-font-smoothing: subpixel-antialiased;
}
.button:hover{
	background-color: #555;
}

.button a{
	color: white;
	text-decoration:none;
}

#portfolio-buttons h2{
	text-align: center;
}

#portfolio-buttons ul li{
	display: inline-block;
	width: 320px;
}

#portfolio-buttons ul li a{
	text-decoration:none;
}

#footer {
	font-size: 1.2em;
	font-family: 'Roboto', sans-serif;
	font-weight:100;
	color: white;
	background-color: black;
	display:inline;
	position:fixed;
	bottom: 0px;
	right: 0px;
	padding-left: 20px;
	padding-right: 10px;
	-webkit-font-smoothing: subpixel-antialiased;
    border-top-left-radius: 20px;
}
