/* 
    Document   : bootstrap-additions
    Created on : Jan 21, 2014, 4:19:44 PM
    Author     : macuser
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.btn-flat.larger {
    font-size: 14pt;
    padding: 20px;
}

.full-width {
    width: 100%;
}

.error-messages {
    color: #cc0033;
    padding: 10px;
}

.fluid-container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}


.banner {
    background: url('../../images/banner1.jpg') no-repeat 0px -600px;
    background-size: 100%;
    height: 400px;
    color: #FFF;
    padding-top: 50px;
    font-size: 14pt;
    font-style: italic;
}

.navbar {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

.navbar a {
    
}

.bold { font-weight: bold; }

header {
    padding: 5px 0px 5px 0px;
}

@media(max-width: 600px) {
  h1 {
    font-size: 20pt !important;
    font-weight: bold;
  }
}