﻿/* Set the line below to be what you want the max width to be, and make the strap image that wide as well*/
@mediazz (min-width: 1200px) {
  .container {
    width: 1000px; /* This is the max width you want it to be */
  }
}

.container {
    background-color : #ffffff;
}

body{
    background-color:#073f62 ;
}


.navbar-inverse{
    /*background-image : none;
    background-color:green;
    */
    border-radius : 0px; /*This turns off rounded corners*/
}

.navbar{
    margin-bottom:0px;
}

.navbar-inverse .navbar-toggle{
    color: #ffffff;
    font-weight: bold;
    border-color : #ffffff;
}

.navbar-inverse .navbar-toggle:hover{
    background-color : #dddddd;
    color: #333333;
}

.navbar-inverse .navbar-toggle:hover .glyphicon {
    color : #333333;
}

.strap{
    position:relative;
}
.strap .straptext {
    position: absolute; z-index: 1; 
    top: 15%; 
    left: 70%; 
    color:#ffffff; 
    font-weight:bold; 
    text-align:left;
    width:100%;
    padding-left:15px;
    font-size: 17px;
    font-family : Arial;

}

.strap .straptext a {
    color:#000000;
    text-decoration:none;
    font-weight: bold;
}

.linksbox {
    background-color: #bdbebf;
    /*margin: 0 auto 0 auto;*/
    font-family: 'Verdana';
    font-weight: 400;
    font-size: 17px;
    color: #0938bb;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.customfooter{
    background-color:#000000;
    color:white;
    font-size:11px;
    text-align:center;
    padding-top:20px;
    padding-bottom:20px;
}

footer a:link, 
footer a:visited {
   text-decoration: none;
   color:#ffffff;
}



