/*
Theme Name: AKC-2016-bootstrap
Theme URI: https://www.lifetimetrainingsolutions.com
Description: STS WordPress Theme
Author: Josh Dobbs
Author URI: https://www.smarthorizons.org/
Version: 1.0
License: Copyright 2015 Smart Horizons
Tags: responsive, white, bootstrap
 
License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/
 
Some other comments or urls here that will prove useful reminders to you or another developer
*/

/*!
 * Start Bootstrap - Business Frontpage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');
@import url('css/bootstrap.css');


h1 {
    font-size: 60px;
    color: #155300;
    font-weight: bold;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1200px) {
    h1 {
        font-size: 60px;
    }
}

@media (max-width: 992px) {
    h1 {
        font-size: 48px;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 40px;
    }
}

h2 {
    margin-top: 5px;
}

h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}

hr {
    border-width: 4px;
    width: 15%;
    color: #e4bf00;
    border-color: #e4bf00;
}

a {
  color: #155300;
  text-decoration: none;
}

.blue-box {
    background-color: #bad1e9;
    padding: 20px;
    border-radius: 20px;
}

.blue-bg {
    background-color: #bad1e9;
    background-repeat: repeat-x;
}

.pad-top-40 {
    padding-top: 40px;
}

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.inbound{
   display:block;
   height:95px;
   margin-top:-95px;
   visibility:hidden;
}

/* Might be unnecessary */
.table-bg {
    background-color: #bad1e9;
    background-repeat: repeat-x;
}

/* Fonts to load */
@font-face {
    font-family: SegoePrint;
    src: url('fonts/segoepr.eot')
        /* EOT file for IE */
}

@font-face {
    font-family: SegoePrint;
    src: url('fonts/segoepr.ttf')
        /* TTF file for CSS3 browsers */
}

@font-face {
    font-family: FranklinGothicBook;
    src: url('fonts/FRABK.eot')
        /* EOT file for IE */

}

@font-face {
    font-family: FranklinGothicBook;
    src: url('fonts/FRABK.TTF')
        /* TTF file for CSS3 browsers */
}

textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

body {
    padding-top: 100px;
    /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    overflow-x: hidden;
}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 50px 0;
}

.foot {
    background-size: 100% auto;
    position: relative;
    background: url('img/footer-bg.png') center top scroll;
    background-repeat: repeat-x;
    text-align: center;
    background-color:#231f20;
}

.navbar-nav > li > a {
    font-family: FranklinGothicBook;
    font-size: 16px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #252525;
    background-color: #eeeeee;
}

.navbar-default .navbar-nav > li > a:focus {
    border-bottom: 1px solid #155300;
    color: #000000;
}

/* The following three rules determine navbar height */
.navbar-toggle {
  min-height: 70px;
}

.navbar {
  min-height: 86px;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    min-height: 86px;
}
/* END NAVBAR HEIGHT */


.whitetxt {
    color: #FFF;
}

a.whitetxt:hover {
    color: #95d7ef;
    text-decoration: none;
}

.lightbluetxt {
    color: #95d7ef;
}

a.lightbluetxt:hover {
    color: #FFF;
    text-decoration: none;
}

.greentxt {
    color: #0088b2;
}

a.greentxt:hover {
    color: #0088b2;
    text-decoration: none;
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    -webkit-box-shadow: 2px 2px 0px rgba(4, 4, 4, 0.2);
    -moz-box-shadow: 2px 2px 0px rgba(4, 4, 4, 0.2);
    box-shadow: 2px 2px 0px rgba(4, 4, 4, 0.2);
}

.btn-lg {
    margin-bottom: 10px;
}

.nav-tabs > li {
    font-family: FranklinGothicBook;
}

.nav-tabs > li > a {
    color: #222;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
    color: #000000;
    background-color: #eeeeee;
}

.nav-tabs > li > a:active {
    border-color: #eee #eee #ddd;
    color: #155300;
    background-color: #eeeeee;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #155300 !important;
    cursor: pointer;
    border: 0px solid;
    border-bottom-color: #155300;
    border-top-color: #155300;
    background-color: #e7e7e7
}

.nav > .active > a,
.nav > .active > a:hover,
.nav > .active > a:focus {
    color: #155300 !important;
    cursor: pointer;
    border: 0px solid;
    border-bottom-color: #155300;
    border-top-color: #155300;
    background-color: #e7e7e7
}

/* FIX Dropdown Highlight Color on Scroll */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #155300;
    cursor: pointer;
    border: 0px solid;
    border-bottom-color: #155300;
    border-top-color: #155300;
    background-color: #e7e7e7
}


.borderless tbody tr td,
.borderless tbody tr th,
.borderless thead tr th {
    border: none;
}

.padbot20 {
    padding-bottom: 20px;
}

.padtop20 {
    padding-top: 20px;
}

.panel-title {
    color: #155300;
}

a {
    cursor: pointer;
    cursor: hand;
}

/* Modal Window */
@media (min-width: 768px) {
    .modal-dialog {
        width: 80%;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

/* Dropdown placeholder, functionality, and color consistency */
form {
    -webkit-appearance: none;
}

form select option {
    color: #000;
}

form select option:first-child {
    color: #999;
}

form select.not_chosen {
    color: #999;
}

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.pad {
    padding: 20px !important;
}

/*  Always show arows on number input boxes*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {

    -webkit-appearance: "Always Show Up/Down Arrows";
    opacity: 1;

}

.center {
  margin: auto;
}

/* Hidden code for xxs screens  */
@media (max-width: 386px) {
    .hidden-xxs {
        display: none !important;
    }
}