

body {
    color: #666666;
    background-color: #23232d;
    background-position: center;
    font-family: Georgia, Times, serif;
    line-height: 1.4em;
    margin: 0px;
    }

.wrapper {
    width: 940px;
    margin: 0px auto 0px auto;
    background-color: #334568;
    }

/* Logo */

#nav ul img{
    width: 70px;
    height: 50px;
    float: left;
}

/* Navigation Bar */

ul {
    list-style-type: none;
    margin: 0;
    padding: 5;
    overflow: hidden;
    background-color: #aeaca8;
    height: 40px}

li {float: left;}

li a {
    display: flex;
    color: white;
    text-align: center;
    padding: 15px 50px;
    text-decoration: none;
    border-radius: 10px;
    margin-top: -5px;
}

li a:hover {
    background-color: #505167;
}

li a:active {
    background-color:#1e1e28;
}

ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    background-color: #30313E;
    height: 50px;
}

/* Login Button */

#nav ul button {
    color: white;
    background-color: #23232d;
    border: none;
    padding: 15px 50px;
    font-size: 16px;
    margin-top: 1px;
    margin-right: 30px; 
    float:right;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
}

#nav ul button:hover {
    background-color:#505167;
}

#nav ul button:active {
    background-color:#1e1e28;
}

/* Main title on home page */

#main h2 {
    display: block;
    padding-top: 20%;
    font-size: 60px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 80px;
}

/* Search bar */

.search-field {
    display: flex;
    justify-content: center;
    margin: 20px auto;
    max-width: 500px;
}

.search-field input[type="text"] {
    width: 106%;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    outline: none;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 49%;
}

.search-field button {
    background-color: #e3315a;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 10px;
    float: right;
    margin-bottom: 49%;
}

/* Footer */

#footer {
	clear: both;
	color: #ffffff;
	background-color: #30313E;
	height: 45px;
    position: relative;
}
