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

}

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

}

/* navbar */
body{
    padding-top: 70px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-bottom: 60px;
}

html{
    position: relative;
    min-height: 100%;
}

.navbar {
    min-height: 80px;
  }
  
.navbar-brand {
    margin-bottom:10px;
    padding: 0 5px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 10px;
}

.navbar-toggle {
/* (80px - button height 34px) / 2 = 23px */
margin-top: 23px;
padding: 9px 10px !important;
}

.navbar-header {
    color: white;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin-top:10px;
}

.navbar-nav > li > a {
    padding-top: 26.5px;
    padding-bottom: 26.5px;
    line-height: 27px;
}

.navbar-collapse {
display: none;
}

@media (min-width: 500px) and (max-width: 1200px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        /*margin: 7.5px -15px;*/
        margin: 7.5px 50px 7.5px -15px
    }
    .navbar-nav>li {
        float: none;
        margin-left: 10px;
        margin-right: 10px;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /*since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

.navbar-collapse {
    background-color: #222;
    border-color: #080808;
}
/* end navbar */

/* jumbotron */
@media (max-width: 500px) {
    .jumbotron {
        display: none;
    }
    .content {
        margin-top: 50px;
    }
}

.jumbotron {
    background-image: url("../images/headerPlaceholder6.jpg");
    background-size: cover;
    background-position: center center;
    height: 35vh;
    background-position: bottom 40px;
}

.jumbotron-title {
    color: white !important;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}
/* end jumbotron */


/* utilities */
.menu-link {
    color: white;
    font-size: 18px;
}

.border-this {
    border: black 1px solid;
}

.center-text {
    text-align: center;
}

.center-element {
    margin-left:auto;
    margin-right:auto;
}

.body-font {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.pad-bottom {
    padding-bottom: 70px;
}

.background-orange {
    background-color: darkorange;
}

.pad-bottom {
    margin-bottom: 15px;
}

.big-link {
    color: darkorange;
    text-decoration:none;
    font-size: 3em;
}

/* end utilities */

/* schedule */
.schedule-head {
    background-color:darkorange;
    font-weight: bold;
    font-size: 3em; 
}

.schedule-date {
    font-size: 2em;
    font-weight:lighter;
}

.schedule-chairman {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 2em;
}

.schedule {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
/* end schedule */


/* results */

.results-date {
    font-weight: bold;
    text-align:center;
    font-size: 2em;
}

.results-head {
    background-color:darkorange;
    font-weight: bold;
    color: white;
}

/* end results */

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}

/* trial grounds */

.hotelTitle {
    font-size:16px;
    font-weight: bolder;
    color: darkorange;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.clubTitle{
    background-color:darkorange;
    font-weight: bold;
    font-size: 3em;
    height: 100px;
}

.border-box {

}
/* end trial grounds */

/* regional board */

.boardTitle {
    font-size:2em;
    font-weight: bolder;
    color: darkorange;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* end regional board */

