html,
body {
    height: 100%;
    margin: 0;
}
@font-face {
  font-family: bourton;
  src: url(BourtonBase.ttf);
}
@font-face {
  font-family: bgMedium;
  src: url(Brandon_med.otf);
}
@font-face {
  font-family: bgLight;
  src: url(Brandon_light.otf);
}
h1
{
    font-family:bourton;
}

h2,h3,h4,h5,h6
{
    font-family:bgMedium;
}
p,a,button
{
    font-family:bgLight;
   font-size:1.3em;
   text-align: justify;
    -ms-word-break: break-all;
     word-break: break-all;

     /* Non standard for WebKit */
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}
.justText
{
   text-align: justify;
    -ms-word-break: break-all;
     word-break: break-all;

     /* Non standard for WebKit */
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}
ul
{
    font-family:bgLight;
    font-size:1.2em;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    background-color: transparent;
    padding-left: 5px;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}
.navbar-wider
{
    width:100%;
    background-color:#00dd00;
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/* Modify brand and text color */ 
.navbar-custom .navbar-brand, 
.navbar-custom .navbar-text { 
    color: black; 
}

.navbar-custom > li > a
{
    color:black;
    font-size:1.2em;
    
}
/* Modify the backgorund color */ 
.navbar-custom { 
    height:60px;
    top:25px;
    margin-bottom:25px;
    padding-top:10px;
    background:white;
    vertical-align:bottom;
}

.topBar
{
    position:fixed;
    top:0;
    left:50%;
    width:1142px;
    margin-left:-572px;
   
    font-size:1.3em;
    height: 35px;
    z-index:1045;
}


.checkList
{
    list-style: none;
    margin-left: -2px;

}

.checkList > li
{
        font-size:1.2em;
        position:relative;
}
.checkList > li:before
{
    content: url('/images/checksmall.png');
    position: absolute;
     top: 0;
     left:-40px;
     margin-top: -3px;
}
.checkListb
{
    list-style: none;
    margin-left: -2px;
}

.checkListb > li
{
    font-size:1.5em;
        position:relative;
}

.checkListb >li:before
{
    content: url('/images/checksmall.png');
    position: absolute;
     top: 0;
     left:-40px;
     margin-top: 2px;
}
.centered
{
    text-align: center;
}

.larger
{
    font-size:1.2em;
}
.largest
{
    font-size:1.5em;
}

.headingbig
{
    font-size:3em;
}
.green
{
    color: green;
}

.orange
{
    color: orange;
}

.red
{
    color: red;
}
.purple
{
    color:purple;
}
.background-purple
{
    background-color:#dd66dd;
}

.background-white
{
    background-color:#ffffff;
}

.clear
{
    clear:both;
}

.thumb-size
{
    max-height:150px;
   
}

.extraPad
{
    padding:1%;
}

.extraMargin
{
    margin:1%;
}
.moremargin
{
    margin: 5px;
}

.smallMargin
{
    margin:2px;
}
.rcorners
{
    border-radius:10px;
}

.sameheight
{
    display: flex;
}

.greenback
{
    background:#99ff99;
}

.orangeback
{
    background:#99ffff;
}

.yellowback
{
    background:#ffff99;
}

.blackborder
{
    border:1px solid black;
}

.right
{
    float:right;
}

.blue
{
    background:#545f70;
    color:white;
}
.textblue
{
    color:#545f70;
}
.lightTan
{
    background: #bab4a6;
    color:white;
}

.darkTan
{
    background: #8D887D;
    color:white;
}

.lightGrey
{
    background:#eeeeee;
}
.darkGrey
{
    background:#cccccc;
}

.bourton
{
    font-family:bourton;
}
.bgMedium
{
    font-family:bgMedium;
}
.bgLight
{
    font-family:bgLight;
}
.imgContainer
{
    position: relative;
    overflow: visible;
}

.imgBack
{
    
    width:100%;
    padding:15px;
}

.imgTopRow
{
 position: absolute;
    top:5%;
    left:0;   
    color:white;
}

.imgRow
{
    position: absolute;
    top:60%;
    left:0;
}

.imgMainTwo
{
    width:100%;
    margin-top:0;
    margin-left:0;
}
.imgMainThree
{
    position:relative;
    top:10%;
    left:-10%;
    width:45%;
    z-index:2;
}
.lessgutters
{
     margin-right: 10px;
  margin-left: 10px;
}
.moremargin
{
    margin-right: 15px;
  margin-left: 15px;
  padding-bottom:10px;
}

.topMargin
{
    margin-top:10px;
    padding:10px;
}

.bottomMargin
{
    margin-bottom:50px;
}
.mainButton
{
    position:absolute;
    bottom:20px;
    left:15px;
    background:transparent;
    border:1px solid white;
    color:white;
}
.transBut
{
     background:transparent;
    border:1px solid white;
    color:white;
}
.purchaseButton
{
    background:transparent;
    border:1px solid white;
    color:white;
}
.speakIcon
{
    position:absolute;
    bottom:-25px;
    left:40px;

}
.bottomPad
{
    padding-bottom:30px;
}
.speakingIcon
{
    position:absolute;
    bottom:5px;
}
.announcements
{
    position:absolute;
    top:45px;
    right:27px;
    width:250px;
    height:250px;
    padding:10px;
    overflow:auto;
}

#content-desktop {display: block;}
#content-mobile {display: none;}

@media screen and (max-width: 768px) {

#content-desktop {display: none;}
#content-mobile {display: block;}

}