﻿@import 'https://fonts.googleapis.com/css?family=Raleway';

body {
    font-family: Raleway;
}

.opaque-navbar {
    background-color: #00000000;
    /* Transparent = rgba(0,0,0,0) / Translucent = (0,0,0,0.5)  */
    border-bottom: 0px;
    transition: background-color .5s ease 0s;
}

    .opaque-navbar.opaque {
        background-color: black;
        transition: background-color .5s ease 0s;
    }

ul.dropdown-menu {
    background-color: black;
}


@media (max-width: 992px) {

    .opaque-navbar {
        background-color: black;
        transition: background-color .5s ease 0s;
    }
}


.navbar-inverse .navbar-nav > li > a {
    color: white;
    font-size: 1em;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.blue-brand {
    color: #19b5f0;
}

.red-brand {
    color: #d34657;
}

.navbar-brand {
    font-size: 3.0em;
    font-weight: 400;
    line-height: 80%;
    font-family: 'Arvo', serif;
}

    .navbar-brand small {
        display: block;
        font-size: 25px;
    }

.navbar-nav > li > a {
    line-height: 50px;
    text-align: center;
    font-size: 1.1em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

.navbar-header {
    text-align: center !important;
}

.container > .navbar-header {
    margin-top: 20px;
}

li.dropdown:hover > .dropdown-menu {
    display: block;
    color: white;
    background-color: #00000054;
}

.dropdown-menu > li > a {
    color: white;
    padding: 5px;
}

.contactdock {
    color: white;
    height: 40px;
    background-color: #00000054;
}

@media screen and (max-width: 900px) {
    .contactdock {
        display: none;
    }
}


/* Top and Bottom borders go out */
.navbar-inverse .navbar-nav > li > a:before, .navbar-inverse .navbar-nav > li > a:after {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #FFF;
    content: "";
    opacity: 0;
    transition: all 0.3s;
}

.navbar-inverse .navbar-nav > li > a:before {
    top: 0px;
    transform: translateY(10px);
}

.navbar-inverse .navbar-nav > li > a:after {
    bottom: 0px;
    transform: translateY(-10px);
}

.navbar-inverse .navbar-nav > li > a:hover:before, .navbar-inverse .navbar-nav > li > a:hover:after {
    opacity: 1;
    transform: translateY(0px);
}

footer {
    background-color: black;
}

main-text {
    color: #d34657;
}

sub-text {
    color: white;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: white;
    border-bottom-color: white;
}

.main-text {
    color: white;
    font-weight: 600;
    margin-bottom: 3%;
}

.end-footer {
    margin: 0;
    line-height: 22px;
    color: #969aa0;
    font-size: 13px;
    font-weight: 400;
}

.footer-services table a {
    color: #989898;
}
