﻿/* 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: #f2f4f4;
}

body {
    background-color: #1a212e;
}

h1 {
    font-size: x-large;
    font-weight: bold;
}

h2 {
    font-size: large;
    font-weight: bold;
}

.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: #383c35;
}

.navbar-inverse .navbar-toggle:hover .glyphicon {
    color : #383c35;
}

.strap{
    position:relative;
}
.strap .straptext {
    position: absolute; z-index: 1; 
    top: 80%; 
    /*left: 70%; */
    color:#ffffff; 
    font-weight:bold; 
    text-align:left;
    width:100%;
    padding-left:25px;
    font-size: 17px;
    font-family : Arial;

}

.strap .straptext a {
    color:#000000;
    text-decoration:none;
    font-weight: bold;
}

.customfooter{
    background-color:#000000;
    color:#ffffff;
    font-size:12px;
    text-align:center;
    padding-top:10px;
    padding-bottom:10px;
}

footer a:link, 
footer a:visited {
   text-decoration: none;
   color:#ffffff;
}

 .flips {width:465px; height:335px; text-align:right; margin: 0 auto 0 auto;}
    .flips div {width:465px; height:335px;}
    .flips div img {margin: auto; display:block; }	

  .bold {
        font-style:italic;
        font-weight:bold;
    }


