﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


html {
    position: relative;
    min-height: 100%
}

body, .form-control {
    font-size: 0.85rem !important;
    background-color:#f8f9fa;
    /*background-color: #ebedef;*/
}

@media only screen {
    .app-body {
        padding-bottom: 58px;
    }

    .app-footer {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 58px;
        width: 100%;
        overflow: hidden;
        border-top: 1px solid lightgray;
        background-color: #065159;
        color: #bbbbbb;
        padding: 16px;
        z-index: 200;
    }
}

@media only print {
    .banner, .subHeader,.app-footer {
        display:none;
    }
}

.text-intro {
    font-size: 0.93rem!important;
}

.bg-color {
    background-color: #0095a4;
}

.bg-lightGreen {
    background-color: #eaf4f5;
}

.bg-darkColor {
    background-color: #065159;
}

.bg-darkRed {
    background-color: #712a31;
}

.bg-lightgray {
    background-color: #cacaca;
}

.border-gray {
    border-color: gray;
    color:gray;
}

.subHeader {
    padding: 8px 10px 8px 10px;
    border-bottom: 1px solid lightgray;
    background-color: white;
    z-index: 100;
}

    .subHeader a, a:hover {
        text-decoration: none;
    }

.subHeaderGray {
    padding: 12px;
    border-bottom: 1px solid lightgray;
    background-color: #f7f7f7;
}

.validation {
    color: red;
    font-weight: 500;
    font-size: 0.95rem;
    
}


/*h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 200;
}*/


/*Documents*/

.sans-serif {
    font-family: Arial, sans-serif;
}

.source-sans {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight:400;
}

.montserrat {
    font-family: 'Montserrat', sans-serif!important;
    font-weight:500;
}

.rounded {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight:500;
}

.open-sans {
    font-family: 'Open Sans', sans-serif !important;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight:600;
}

.alert-dismissible .close {
    padding-top: 0.5rem;
}

.fs-7 {
    font-size: 0.92rem;
}

.page-break {
    page-break-before: always;
}

.btn-primary {
    background-color: #15aabf;
    border-color: #15aabf;
}

.checkboxLabel {
    line-height: 0.8rem;
    height: 25px;
}

.w-33 {
    width: 33% !important;
}


.text-teal {
    color: #065159;
}

.text-pink {
    color: #b10c58;
}

.text-darkRed {
    color: #922121;
}

/*Pages*/

.banner {
    height: 350px;
    position: relative;
}

.DC {
    background: url('../img/BGPhotos/DC-Castle.jpg') center center;
    background-size: cover;
}

.BH {
    background: url('../img/BGPhotos/BH-Centre.jpg') center center;
    background-size: cover;
}

.CL {
    background: url('../img/BGPhotos/XL-Centre.jpg') center center;
    background-size: cover;
}

.XL {
    background: url('../img/BGPhotos/XL-Centre.jpg') center center;
    background-size: cover;
}

.banner1 {
    background: url('../img/BGPhotos/GiantSwing-Duo.jpg') center center;
    background-size: cover;
}

.banner2 {
    background: url('../img/BGPhotos/DC-GiantSwing.jpg') center center;
    background-size:cover;
}

.banner3 {
    background: url('../img/BGPhotos/GiantSwing-Silhouette.jpg') center center;
    background-size: cover;
}

.banner4 {
    background: url('../img/BGPhotos/High Wires 75.jpg') center center;
    background-size: cover;
}

.banner5 {
    background: url('../img/BGPhotos/Raft-Build.jpg') center center;
    background-size: cover;
}

.banner6 {
    background: url('../img/BGPhotos/Canoeing-Group.jpg') center center;
    background-size: cover;
}

.progress-xs {
    height: 4px;
}

#CourseInfo {
    padding-top: 10px;
    background-color: #fdfdfd;
    border-bottom: 1px solid #dddddd;
}

#SchoolLiaison {
    background-color:#f7f7f7;
    border-bottom: 1px solid #dddddd;
}

#login {
    width: 100%;
    height:100vh;
    background:url('../img/BGPhotos/DC-Stairs.jpg') center center;
    background-size: cover;
    position:relative;
}

    #login a {
        text-decoration:none;
        color: #065159;
        margin:5px 0px 5px 0px;
    }

#error {
    width: 100%;
    height: 100vh;
    background: url('../img/BGPhotos/DC-Hills.jpg') center center;
    background-size: cover;
    position: relative;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 80vh;
    background: url('../img/BGPhotos/Index-1500.jpg') top center;
    background-size: cover;
    position: relative;
}

    #hero:before {
        content: "";
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #hero .container {
        padding-top: 72px;
    }

@media (max-width: 992px) {
    #hero .container {
        padding-top: 62px;
    }
}

#hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}

#hero h2 {
    color: #eee;
    margin: 10px 0 0 0;
    font-size: 24px;
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 50px;
    transition: 0.5s;
    margin-top: 30px;
    border: 2px solid #fff;
    color: #fff;
}

    #hero .btn-get-started:hover {
        background: #257a7a;
        border: 2px solid #257a7a;
    }

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #hero {
        height: 100vh;
    }

        #hero h1 {
            font-size: 28px;
            line-height: 36px;
        }

        #hero h2 {
            font-size: 18px;
            line-height: 24px;
        }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    color: white;
    font-size: 14px;
}

#footer a {
    color: white;
   
}

    #footer .footer-top {
        padding: 30px 0 30px 0;
    }

        #footer .footer-top {
        }

            #footer .footer-top h4 {
                font-size: 22px;
                margin: 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 700;
            }

            #footer .footer-top p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: "Raleway", sans-serif;
            }

            #footer .footer-top h4 {
                font-size: 16px;
                font-weight: bold;
                position: relative;
                padding-bottom: 12px;
            }
            #footer .footer-top ul {
                list-style: none;
                padding: 0;
                /*margin: 0;*/
            }

                #footer .footer-top ul i {
                    padding-right: 2px;
                    font-size: 18px;
                    line-height: 1;
                }

                #footer .footer-top ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center;
                }

                    #footer .footer-topul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top ul a {
                    text-decoration:none;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                }

                    #footer .footer-top ul a:hover {
                        text-decoration: none;
                    }





    #footer .social-links a {
        font-size: 18px;
        display: inline-block;
        background: #32a8a8;
        color: #fff;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
    }

        #footer .social-links a:hover {
            background: #257a7a;
            color: #fff;
            text-decoration: none;
        }

.table-fixed {
    table-layout: fixed;
    width: 100%;
}

@media screen and (max-width: 575px) {
    #hero {
        background: url(../img/BGPhotos/Index-570.jpg) top center;
        background-size: cover;
    }
}

@media screen and (min-width: 576px) {
    #hero {
        background: url(../img/BGPhotos/Index-770.jpg) top center;
        background-size: cover;
    }
}

@media screen and (min-width: 768px) {
    #hero {
        background: url(../img/BGPhotos/Index-990.jpg) top center;
        background-size: cover;
    }
}

@media (min-width: 992px) {
    #hero {
        background: url(../img/BGPhotos/Index-1200.jpg) top center;
        background-size: cover;
    }
}

@media (min-width: 1200px) {
    #hero {
        background: url(../img/BGPhotos/Index-1500.jpg) top center;
        background-size: cover;
    }
}

/* BOOTSTRAP OVERRIDES OR FROM EARLIER VERSIONS OF BOOTSTRAP */

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}