/* ======================
Author's custom styles
======================*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #fff;
    font-family: Arial, Verdana, sans-serif;
    background-color: #000;
    font-weight: 300;
}

.content-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

footer {
    padding: 20px 0;
    color: #244652;
    font-size: 1rem;
}

footer p {
    line-height: 1.7rem;
}

a:link,
a:visited {
    text-decoration: none;
    font-weight: 400;
    color: #005f62;
}

a:hover,
a:active,
a:focus {
    color: #bda649;
    text-decoration: none;
}

#logo {
    display: none;
}

.card {
    border:0;
}

.card-body {
    background-color:#000;
    color:#fff;
}

.modal {
    color:#000;
}

/* mobile Navigation
*****************************/
.navbar {
    background: #000;
    align-items: flex-start;
    padding-bottom: 0;
}

.navbar-brand {
    padding: 0rem;
    width: 200px;
    height: 60px;
    background-image: url('../img/air-sport-logo-black.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.navbar-toggler {
    border: 1px solid #afb2b6;
    border-radius: .25rem;
    outline: 0;
}

.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.6)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar .navbar-toggler-icon:hover,
.navbar .navbar-toggler-icon:focus,
.navbar .navbar-toggler-icon:active {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    outline: 0;
    box-shadow: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.navbar-nav {
    padding-top: 10px;
}

.navbar-nav .nav-link {
    padding: 5px 10px 0;
    color: #244652;
    outline: none;
    font-size: 1.250rem;
    line-height: 1.75em;
    font-weight: 500;
}


.navbar-nav .nav-link:hover {
    color: #000;
}

.headline {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #e9f8f5;
}

.dropdown-menu {
    background: transparent;
    border: 0;
    padding-left: 1rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background-color: #244652;
}


/* end mobile Navigation
******************************/

h1,
.h1 {
    font-size: 1.375rem;
    line-height: 1.25em;
    font-weight: 500;
    margin: 0;
    color: #bda649;
}

h2,
.h2 {
    font-size: 1.25rem;
    line-height: 1.25em;
    margin: 0;
    font-weight: 400;
}

h3,
.h3 {
    font-size: 1.3rem;
    line-height: 1.250em;
    margin: 0 0 15px 0;
    font-weight: 500;
}

h4,
.h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 400;
}

h5,
.h5 {
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin: 0;
    font-weight: 500;
}

.small {
    font-size: 0.875rem !important;
    line-height: 1.3rem;
}

.strong,
strong {
    font-weight: 500;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
}


.listing,
.listing-small {
    padding-left: 1rem;
}

ul.listarrow {
    list-style-type: none;
    list-style-image: url("data:image/svg+xml,<svg width='10' height='10' viewBox='0 2 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'><path d='M12.14 8.753l-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");
    padding-left: 1rem;
}

.square {
    list-style-type: square;
    color: #244652;
    font-size: 1rem;
}

.square span {
    color: #000;
}

.square li {
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: 10px;
}

hr {
    margin: 0.25rem 0 1rem;
}

.calDay {
    cursor:pointer;
}

.calDay.inactive {
    cursor:default;
}

.calmonth td {
    text-align:center;
 }
 
 .calmonth thead {
    background-color:#041029;
    color:#fff;
 }
 
 .strong {
    font-weight:bold;
 }
 
 .odd {
    background-color:#f2f2f2;
 }
 
 .calmonth td {
    min-width:14%;
 }
 
 .white { background:#fff; }
 .light-grey { background:#f2f2f2; }
 td.red, .red a { background:#dc3545; color:#fff; }
 td.green, .green a { background:#28a745; color:#fff; }
 td.orange, .orange a { background:#fa970a; color:#fff; }
 td.pink, .pink a { background:#d60dcf; color:#fff; }
 
 
 .table-sm td, .table-sm th {
     padding: .4rem .3rem;
 }
 
 .bbar { background-image: url('../../img/layout/cal_bbar.png'); background-repeat: no-repeat; background-position: top left;}
 .ybar { background-image: url('../../img/layout/cal_ybar.png'); background-repeat: no-repeat; background-position: top left;}
 

.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
}


@media (max-width: 575px) {

}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
    header {
        padding:5px 0;
    }

    .header-container {
    }

    .content-container {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .navbar-brand {
        display: none;
    }
    #logo {
        display: inline-block;
        width: 100px;
    }
    .navbar {
        background: transparent;
        padding: 0;
        margin: 0;
        z-index: 1;
    }
    .navbar-nav {
        margin: 0;
        padding-right: 0;
    }
    .nav-item {
        padding-left: 8px;
        padding-right: 8px;
        border:0;
    }
    .last {
        padding-right: 0;
        border: none;
    }
    .navbar .navbar-nav .nav-link {
        padding: 0;
        color: #fff;
        text-align: center;
        outline: none;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1em;
        text-decoration: none;
    }
    .navbar .navbar-nav .nav-link:before {
        content: none;
    }
    .navbar-nav .nav-link:hover {
        color: #c0ac55;
    }
    .dropdown-menu {
        padding-left: 0;
        border-radius: 0;
        border: 0;
        background-color: #bae9df;
        margin-top: 10px;
    }
    .dropdown-item::before {
        content: url("data:image/svg+xml,<svg width='10' height='10' viewBox='0 2 16 16' fill='%23244652' xmlns='http://www.w3.org/2000/svg'><path d='M12.14 8.753l-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");
        margin-right: 6px;
        color: #244652;
    }
    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #fff;
        background-color: #244652;
    }
    .dropdown-item:focus::before,
    .dropdown-item:hover::before {
        content: url("data:image/svg+xml,<svg width='10' height='10' viewBox='0 2 16 16' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'><path d='M12.14 8.753l-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");
    }
    ul.show {
        animation-name: slidenavAnimation;
        animation-duration: .5s;
        animation-iteration-count: 1;
        animation-timing-function: ease;
        animation-fill-mode: forwards;
        -webkit-animation-name: slidenavAnimation;
        -webkit-animation-duration: .5s;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-timing-function: ease;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-name: slidenavAnimation;
        -moz-animation-duration: .5s;
        -moz-animation-iteration-count: 1;
        -moz-animation-timing-function: ease;
        -moz-animation-fill-mode: forwards;
    }
    @keyframes slidenavAnimation {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    @-webkit-keyframes slidenavAnimation {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    h1,
    .h1 {
        font-size: 2rem;
        line-height: 1.4em;
        font-weight: 400;
    }
    .headline {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    h2,
    .h2 {
        font-size: 1.375rem;
        line-height: 1.4em;
        font-weight: 500;
        margin-bottom: 0;
    }
    h3,
    .h3 {
        font-size: 1.375rem;
        line-height: 1.75rem;
        font-weight: 500;
        margin-bottom: 0;
    }
    h4,
    .h4 {
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 400;
    }
    h5,
    .h5 {
        font-size: 1.125rem;
        line-height: 20px;
    }
    p,
    ul,
    ol {
        margin-bottom: 1.25rem;
    }
}

@media (min-width: 992px) {
    .header-container {
    }
    .navbar {
        bottom: 5px;
        right: 0;
        left: auto;
        background: transparent;
    }
    #logo {
        display: inline-block;
        width: 140px;
    }
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1600px) {}

@media (min-width: 1920px) {
    body {
        max-width: 1920px;
    }
}