html, body{
    height: 100%;
    width: 100%;
    background-color: #faf7eb;
}
.navbar {
    background-color: white;
    padding: 1% 0;
    font-size: 1.2em;
}
.navbar-brand {
    min-height: 55px;
    padding: 0 15px 5px;
}
.navbar-brand img {
    height: 70px;
    padding-bottom: 15px;
}
.navbar-default .navbar-nav li a:hover{
    color: #dd0000;
}
.navbar-default .navbar-nav li a {
    color: black;
}
.navbar-default .navbar-nav li a.active {
    text-decoration: underline;
    color: #dd0000;
    font-weight: 300;
}
li {
    font-size: 18px;
    font-family: Helvetica Neue;
    font-weight: 300;
}
.info p i {
    color: #dd0000;
}
.info {
    text-align: center;
}
.info p i:hover {
    color: #dd0000;
}
.info i {
    color: black;
    font-size: 20px;
}
p {
    color: black;
    font-size: 20px;
    font-family: Helvetica Neue;
    font-weight: 300;
}
p:hover {
    color: #dd0000;
}
main {
    font-family: Helvetica Neue;
    margin: auto;
    width: 500px;
    position: relative;
    max-width: 90%; 
}
input {
    display: block;
    margin: auto;
    width: 500px;
    font-family: Helvetica Neue;
    font-size: 18px;
    font-weight: 300;
    border-spacing: 200px;
    border-radius: 5px;
    max-width: 90%;
}
textarea {
    display: block;
    margin: auto;
    width: 500px;
    height: 150px;
    font-family: Helvetica Neue;
    font-size: 18px;
    font-weight: 300;
    border-radius: 5px;
    max-width: 90%;
}
main .contact-form button {
    margin: auto;
    width: 100px;
    text-align: center;
    display: block;
    background-color: #dd0000;
    color: white;
    font-family: Helvetica Neue;
    height: 40px;
    border-radius: 5px;
    max-width: 90%;
}
main h3 {
    font-family: Helvetica Neue;
    font-weight: 300;
    text-align: center;
    color: #D4AF37;
    text-decoration: none;
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90px;
    background-color: #dd0000;
    color: white;
    text-align: center;
}
.footer p {
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: Helvetica Neue;
    font-weight: 300;
    font-size: 15px;
}