/* Go crazy with your own styles here */
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */


/*
      rgb(154,18,18,0.38)
      #9A1212 


*/

.fixed-bg {
    background-image: url("../Assets/Images/BackgroundImage/CoffeeCupOnCoffeeMachine.jpg");
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    z-index: -1;
    margin: 0px;
    background-attachment: fixed;
    /*background-attachment:scroll ;*/
    /*background-attachment:fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .2;
}


.icon_fb {
    background: no-repeat;
    line-height: 2.6em;
    padding-left: 35px;
    padding-top: 12px;
    margin-right: 19px;
    margin-bottom: 19px;
    background-image: url('/Assets/images/Icons/facebook.png');
    background-position: left;
    cursor: pointer;
}

    .icon_fb:hover {
        background-image: url('/Assets/images/Icons/facebook_on.png');
    }

    .icon_fb label {
        cursor: pointer;
    }




a {
    color: rgb(154,18,18);
    /*// #9A1212;*/
}

    a:link {
        text-decoration: none;
    }

    a:hover {
        border-bottom: solid;
        color: rgb(154,18,18);
        /*padding-bottom: 10px;*/
    }


.navbar-default .navbar-nav > li > a {
    color: rgb(220,20,20);
    text-shadow: 1px 1px 1px rgb(128, 128, 128);
}

.navbar-default .navbar-nav > .active > a {
    color: rgb(220,20,20);
    text-shadow: 1px 1px 1px rgb(52, 2, 2);
    border-radius: 10px 10px 0px 0px;
}


.quickLink {
    color: rgb(154,18,18);
    text-shadow: 1px 1px 1px rgb(128, 128, 128);
    /*font-weight: bold;*/
}


body {
    font-family: Arial,serif; /*'Roboto Mono'*/
}

.mainContent {
    padding-top: 6%;
}

.navbar .container {
    margin-left: 11%;
    padding-top: 20px;
}


.myBrand {
    font-weight: 900;
    font-size: 5px;
    position: absolute;
    top: 10px;
    left: 0px;
}

    .myBrand .brandText {
        font-family: 'Judson'; /*'Judson';*/
        font-size: 5px;
        position: absolute;
        top: 0px;
        left: 55px;
        z-index: 1;
    }

        .myBrand .brandText .black {
            color: #000;
            font-size: 18px;
        }

        .myBrand .brandText .red {
            font-size: 18px;
        }


.brandLogo {
    top: 0px;
    left: 0px;
    padding-top: 1px;
    height: 50px;
    text-decoration: none;
}

    .brandLogo nav a:hover {
        font-size: 3em;
        border: solid;
    }


.DabolB {
    float: right;
    right: 0px;
    left: 0px;
    font-size: 0.7em;
    padding-top: 10px;
    padding-right: 27px;
}

@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

#map {
    width: 500px;
    height: 400px;
    background-color: #CCC;
}
