﻿/* 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: #9eaebb;
}

.h1custom {
    font-family: Felipa;
    text-align : center;
    font-weight: 700;
    font-size: 4em;
}

.navbar-custom {
    background-color: #1a5faa;
    color: #ffffff;
    border-radius: 0;
}

.navbar-custom .navbar-nav > li > a {
    color: #fff;
}

    .navbar-custom .navbar-nav > .active > a {
        color: #ffffff;
        background-color: #4a71b6;
    }

        .navbar-custom .navbar-nav > li > a:hover,
        .navbar-custom .navbar-nav > li > a:focus,
        .navbar-custom .navbar-nav > .active > a:hover,
        .navbar-custom .navbar-nav > .active > a:focus,
        .navbar-custom .navbar-nav > .open > a {
            text-decoration: none;
            background-color: #4a71b6;
            color: #000000;
        }

/* Dropdown menu items*/
.navbar-custom .navbar-nav .open .dropdown-menu > li > a {color:#ffffff; background-color: #990000;}
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #000000;
        background-color: #1a5faa;
    }

.navbar-custom .navbar-toggle:hover {
    background-color: #333333; /* Changes toggle color on hover */
}

    .navbar-custom .icon-bar {
        background-color: #4a71b6;
    }

.navbar {
    margin-bottom: 0px;
    border: 0px;
}






.strap{
    position:relative;
}
.strap .straptext {
    position: absolute; z-index: 1; 
    top: 50%; 
    /*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:#000066;
    text-decoration:none;
    font-weight: bold;
}


.customfooter {
    background-color: #1a5faa;
    color: white;
    font-size: 12px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

footer a:link, 
footer a:visited {
   text-decoration: none;
   color:#ffffff;
}

.admininputtext {font-weight:400; font-size:13px; color:#000000; font-family:Verdana; border:solid 2px #000000;}
.chkdelete {font-weight:700; color:#880000;}

.pageinstructions
{
    font-family: Verdana; 
    font-size: 13px; 
    font-weight: 400; 
    color: #333333;
    background-color : #ffffff;
    margin:0 auto 0 auto;
    text-align:left;
} 
    
.pageinstructionsnumber
{
    font-weight:700;
}  



