﻿/*
* Created By: MDC Web Services
* Description:  
* Revised:
*/

/*Masthead Code*/
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.title-name h1 {
    font-size: 24px;
    margin: 0;
}

.site-masthead {
    background-image: url("../img/site-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1565c0;
    color: #fff;
}

.title-name.title-background span {
    background-color: rgba(0, 0, 0, 0.3);
    padding-left: 12px;
    padding-right: 12px;
}

.live-title {
    font-size: 22px;
	font-weight: bold;
	padding-top: 15px;
}

@media (min-width: 768px) {
    .title-area {
        width: 100%;
        position: relative;
    }

    .title-container {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        display: table;
    }

    .title-name {
        display: table-cell;
        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    .site-masthead {
        padding: 10px 0;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .title-area {
        height: 120px;
    }

    .title-container {
        height: 120px;
    }

    .title-name h1 {
        font-size: 37px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    .title-area {
        height: 140px;
    }

    .title-container {
        height: 140px;
    }

    .title-name h1 {
        font-size: 48px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .title-area {
        height: 180px;
    }

    .title-container {
        height: 180px;
    }

    .title-name h1 {
        font-size: 60px;
    }
}
/*Style the Masthead Navigation*/
.navbar-default {
  background-color: #005dab;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
  background-color: #0077da;
  color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-collapse {
  border-color: #1079BE;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #0060a9;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #0f76cf;
  -webkit-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.19);
-moz-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.19);
box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.19);
}
 .bottomPadding {
     /*position:relative;*/
     bottom:35px;
 }
  .bottomPaddingPerma {
     position:relative;
     bottom:5px;
     left:25px;
 }
/*Masthead Navigation*/
/*.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #1e88e5;
    -webkit-box-shadow: inset 0px 0px 6px 3px rgba(0,0,0,0.19);
    -moz-box-shadow: inset 0px 0px 6px 3px rgba(0,0,0,0.19);
    box-shadow: inset 0px 0px 6px 3px rgba(0,0,0,0.19);
}*/
