.nav-logo {
	height: 25px;
	margin-top: 15px;
	margin-right: 15px;
}

.top-margin-15 {
    margin-top: 15px;
}

.inputRow {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 0px;
}

#contactForm {
    background-color: rgba(255, 255, 255, 0.85);
    margin-left: auto;
    margin-right: auto;
    text-auto: center;
    color: #000;
    padding-bottom: 20px;
}

#contactForm input {
    background-color: #fff;
    opacity: 1.0;
    border: none;
    color: #000;
    height: 40px;
    padding: 10px;
    font-size: 100%;
    margin-top: 10px;
}

#contactForm p {
    text-shadow: none;
    color: rgb(90, 90, 90);
    padding-top: 20px;

}

#contactForm button {
    margin-top: 10px;
}

.btn {
    border-radius: 0px;
}

li a {
    cursor: pointer;
}