/*
|
| Contact Styles CSS
|
*/
html,
body,
header,
#intro {
    height: 50vh;
}

#intro {
    background: url("//jorch.es/img/contact/contact_1.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.top-nav-collapse {
    background-color: #1a1c20;
}

@media (max-width: 768px) {
    .navbar:not(.top-nav-collapse) {
        background-color: #24355C;
    }
}

@media (min-width: 800px) and (max-width: 850px) {
    .navbar:not(.top-nav-collapse) {
        background-color: #24355C;
    }
}

#typed {
    color: #fff;
}

.typed-cursor {
    color: #bce9ff;
}

.contact-page-icon {
    color: #ffffff;
    background: #ffffff;
    border-style: solid;
    border-width: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 500px;
    font-size: 24px;
    display: inline-block;
}

.contact-page-icon-low {
    color: #ffffff;
    background: #ffffff;
    border-color: #333333;
    border-width: 1px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 500px;
    font-size: 16px;
    display: inline-block;
}

