html, body, form {
    margin: 0;
    padding: 0;
}

body {
    background-color: #292929;
    color: #fff;
    font-family: "EB Garamond", Georgia, Times, "Times New Roman", serif;
}

a {
    color: #fff;
}

a:hover {
    color: #5F5F5F;
}

.landing-content {
    position: absolute;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 4.0s;
    transition-property: opacity;
}

.carousel-landing {
    position: relative;
    height: 100%;
    min-height: 500px;
}
.carousel-cover {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.2;
}

.carousel-item {
    width: 100%;
    height: 100%;
    min-height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (min-width: 992px) 
{
    .carousel-landing {
        height: 100%;
        overflow: hidden;
    }
    
    .carousel-item {
        height: 100%;
    }
}

.header-logo-container {
     padding-top: 5%;
     text-align: center;
}

a.header-logo {
    display: inline-block;
    width: 159px;
    height: 165px;
    background-image: url("/i/logo@2x.png");
    background-repeat: no-repeat;
    background-size: 159px auto;
    background-position: center;
    text-indent: -1000em;
}

.button-container {
    margin-top: 100px;
    margin-bottom: 100px;
}


.btn-landing {
    padding: 20px 40px;
    border-radius: 5px;
    background-color: #5F5F5F;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    min-width: 250px;
    margin-bottom: 40px;
}

@media (min-width: 768px) 
{
     .btn-landing 
    {
        min-width: auto;
        font-size: 2em;
    }
}

@media (min-width: 992px) 
{
    .button-container .left-col {
        text-align: right;
        padding-right: 30px;
    }
    
    .button-container .right-col {
        text-align: left;
        padding-left: 30px;
    }
    
    .btn-landing 
    {
        min-width: auto;
        font-size: 3em;
    }
    
    .left-col .btn-landing {
        background-position: left center;
        padding: 20px 40px;
    }
}


footer {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 0.8em;
    width: 100%;
    background-color: #000;
}

@media (min-width: 992px) 
{
    footer.sticky {
       position: absolute;
       bottom: 0;
       min-height: 100px;
    }
}

.footer-links ul {
    display: inline-block; 
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
}
.footer-links li {
    display: inline-block; 
}

.social 
{
    padding: 0 0 10px 0; 
} 
.social ul 
{
    display: inline-block; 
}
.social ul li 
{
    display: inline-block;
    padding: 0 3px; 
}
.social ul li a 
{
    color: white;
    text-decoration: none;
    font-size: 30px; 
}
        
        