html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
    font-family: "Helvetica", sans-serif;
    font-size: 
}

nav {
    margin-bottom: 0px;
    font-family: "TYPOGRAPH PRO", "Helvetica", sans-serif;
}

.navbar-collapse {
    margin-left: 0 auto !IMPORTANT;
}

.navbar-brand {
    background: url(img/logo.svg);
    width: 30px;
    height: 30px;
}

#contactInfo {
    margin: 0 auto;
    padding: 20px 5px;
}

#contactHeader {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #ffffff;
    border-radius: 12px;
    color: dodgerblue;
    background: url(img/DeathtoStock-Wired4.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    font-family: "Helvetica", sans-serif !important;
}

li a:hover {
    color: dodgerblue !important;
}

@media (max-width: 768px) {
    .nav-drop {
        margin-top: 50px;   
    }
    .nav-link {
        margin-left: 15px;
    }
    #contactForm {
        margin-top: 25px;
    }
    #contactHeader {
        margin-top: 50px;
        
    }
    .nav-bot {
        margin-bottom: -50px;
    }
    
    .navbar-brand {
        display: none;
    }
}  


    