.header-section .header-navigation {
font-size: 1.0em;
font-weight: 100;
letter-spacing: 1px;
text-transform: uppercase;
float: right;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}

body {
  font-size: 1.0em;
  line-height: 1.6em;
}

.header-section.header-floating.floating .site-logo {
    height: 100px;
}

.header-section .header-separator {
    height: 90px;
    margin: 0px;
    border-left: 0px solid #ffffff;
}

.header-section .site-logo img {
    max-height: 75px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 34px;
}

.bottom-logo-section {
display: none;
}

.footer-section {
    padding: 0px;
}

.copyright-section {
    padding: 50px 0;
    text-align: center;
}

.footer-group-section {
    background-color: #312783;
    border-top: 1px solid #222222;
    color: #ffffff;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 38px;
    margin-bottom: 28px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
  }

.navbar-collapse {
  display:none;  
  max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    -webkit-overflow-scrolling: touch;
 }

.navbar-toggle {
    display:none;  
 }

#wprmenu_menu ul li a, #wprmenu_menu ul li a:hover {
    border-bottom: 1px solid #131212;
    border-top: 1px solid #474747;
    display: block;
    color: #D3D3D3;
    padding: 13px 14px;
    font-size: 16px;
  	font-weight: bold;
    text-transform: uppercase;
  	margin: 0px;
    text-decoration: none;
}

h1, .h1 {
    font-size: 45px;
  	text-transform: uppercase;
}
