﻿@font-face {
    font-family: 'BHFBeats-Bold';
    src: url('../fonts/BHFBeats-Bold.woff') format('woff');
}


/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'BHFBeats-Bold', Trebuchet, Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif !important;
    font-weight: bold;
    font-size: 1.5rem !important;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
   

}


/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 280px;
    font-family: BHFBeats-Bold;
}*/

/*.btn {
    font-family: 'BHFBeats-Bold', Trebuchet, Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif !important;
    font-weight: bold;
}*/


/* Responsive: Portrait tablets and up */
@media  screen and (min-width: 900px) {
    /*.jumbotron {
        margin-top: 20px;
    }*/

    .body-content {
        padding: 0;
    }
    .card-body {
        background-image: url('../images/external-lg-bg-1.png');
        /*background-position: center;
        background-repeat: no-repeat;
        background-size: cover;*/
        min-height: 100%;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        -moz-background-size: cover;
    }
    .btn {
        border: 0 none;
        font-weight: 700;
        width: 47vw;
        height: 30vw;
        vertical-align: middle !important;
        font-size: 2rem !important;
    }
    .train {
        background-image: url('../images/external-lg-bg-1-BW.png') !important;
        /*background-position: center;
        background-repeat: no-repeat;
        background-size: cover;*/
        min-height: 100%;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        -moz-background-size: cover;
    }

    .trainHead {
        font-size: 2rem !important;
    }
    .align-middle {
        /*line-height: 28vw !important;*/
        padding-top: 12vw !important;
    }
}
@media screen and (min-width: 1090px) {
    /*.jumbotron {
        margin-top: 20px;
    }*/
    .body-content
    {
        padding: 0;
    }

    .card-body {
        background-image: url('../images/external-lg-bg-1.png');
        /*background-position: center;
            background-repeat: no-repeat;
            background-size: cover;*/
        min-height: 100%;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        -moz-background-size: cover;
    }

    .btn {
        border: 0 none;
        font-weight: 700;
        width: 35vw;
        height: 20vw;
        vertical-align: middle !important;
        font-size: 2rem !important;
    }

    .train {
        background-image: url('../images/external-lg-bg-1-BW.png') !important;
        /*background-position: center;
            background-repeat: no-repeat;
            background-size: cover;*/
        min-height: 100%;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        -moz-background-size: cover;
    }

    .trainHead {
        font-size: 2rem !important;
    }

    .align-middle {
        /*line-height: 28vw !important;*/
        padding-top: 8vw !important;
    }

    .align-middlewms {
        /*line-height: 28vw !important;*/
        padding-top: 6vw !important;
    }
}

@media  screen and (max-width: 768px) {
    .card-body {
        background-image: url('../images/external-sm-bg-1.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
       
    }
    .btn {
        border: 0 none;
        font-weight: 700;
        width: 47vw;
        height: 30vw;
        vertical-align: middle !important;
        font-size: 2rem !important;
    }
    .train {
        background-image: url('../images/external-lg-bg-1-BW.png') !important;
        /*background-position: center;
        background-repeat: no-repeat;
        background-size: cover;*/
        min-height: 100%;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        -moz-background-size: cover;
    }
}


/*@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    html {
        transform: rotate(-90deg);
        transform-origin: left top;
        width: 100vh;
        overflow-x: hidden;
        position: absolute;
        top: 100%;
        left: 0;
    }
}*/
#maincd > .row {
    height: calc(100vh - 170px);
}

#maincdTrain > .row {
    height: calc(100vh - 130px);
}

.flex-fill {
    flex: 1 1 auto;
}



.btntrain {
    display: inline-block;
    text-align: center;
    padding: 70px 24px !important;
    border: 0 none;
    font-weight: 700;
    width: 250px;
    height: 180px;
    vertical-align: middle !important;
}
    .btntrain:focus, .btntrain:active:focus, .btntrain.active:focus {
        outline: 0 none;
    }
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

.btn-primary {
    background: #ffffff !important;
    color: #d20019 !important;
    border-color: #ffffff !important;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        background: #d20019 !important;
        color: #ffffff !important;
        border-color: #d20019 !important;
    }

    .btn-primary:active, .btn-primary.active {
        background: #d20019 !important;
        color: #ffffff !important;
        border-color: #d20019 !important;
        box-shadow: none;
    }
.btn-primarytrain {
    background: green ;
    color: #ffffff !important;

}
    .btn-primarytrain:hover, .btn-primarytrain:focus, .btn-primarytrain:active, .btn-primarytrain.active {
        background: #36b83f;
    }

    .btn-primarytrain:active, .btn-primarytrain.active {
        background: gray;
        box-shadow: none;
    }

.col-100vh {
    height: 100vh;
}


.section {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10vh;
   
}

/*.train {
    justify-content: center;
    align-items: center;
    font-weight: bolder;
    color: green;
    font-size: large;
}*/

.card {
    border: none !important;
   
}
/*.card-body {
    background-image: radial-gradient(red, #e71348);
}*/
.card-header {
    padding: 0px !important;
    background-image: linear-gradient(to right, #ff0131, #e71348);
}

.card-footer {
    border-top: none !important;
    background-image: linear-gradient(to right, #ff0131, #e71348);
}

.navcol {
    padding: 0px !important;
    background-image: linear-gradient(to right, #ff0131, #e71348);
}
.container-fluid {
    padding: 0px !important;
    height: auto !important;
   }


.navbar {
    padding: 0rem 1rem !important;
   
}

/*.navbar-nav .nav-link {
    margin-right: 25px;
    margin-left: 25px;
}*/

/*.navbar-center {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    overflow: visible;
    height: 0;
    padding-bottom: 2rem !important;
}*/
.navbar-center {
    position: relative;
    left: 0;
    text-align: center;
    overflow: visible;
    height: 0;
    padding-bottom: 2rem !important;
    margin-right:45vw;
}
a.nav-link {
    color: #ffffff !important;
}
a.nav-link:hover{
    color: antiquewhite !important;
}

img.homeIcon {
    width: 50px;
}

.btn-outline-light {
    background-color: transparent;
    outline-color: white;
    border-radius: 3rem !important;
    padding: 6px 18px !important;
    width: 230px;
    display: inline !important;
    font-size: 1.5rem !important;
    border-width: 2px !important;
}

    .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus {
        background-color: transparent;
    }

    .btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
        background-color: transparent !important;
    }