﻿body {
    font-family: Roboto;
    height: 100vh;
    width: 100%;
    /*    background: url(/images/Background/shutterstock_1262701186.jpg) no-repeat center center fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;*/
    background-color: #18204e;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Roboto;
}

a, a:hover {
    font-family: Roboto;
    text-decoration: none;
    font-weight: bold;
}

.footer-copyright {
    color: rgba(255,255,255,.75);
    background: #18204e;
    padding: 1.25rem 0;
    font-size: .8125rem;
    position: relative;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
}

    .footer-copyright .copyright {
        float: none;
        line-height: 1.875rem;
    }

.validation-errors {
    color: red;
}

.header {
    padding: 0;
    position: relative;
    z-index: 1030;
    -webkit-box-shadow: 0 0 16px rgba(0,0,0,.15);
    box-shadow: 0 0 16px rgba(0,0,0,.15);
}

.header {
    background-color: #18204e;
}

    .header .header-nav .nav > li.active > a {
        color: white;
    }

        .header .header-nav .nav > li.active > a:hover {
            font-family: Roboto;
            text-decoration: none;
            font-weight: bold;
            color: #DB0C1D;
        }

/**************************************/
/* Place custom breakpoint rules here */
/**************************************/
/******************/
/* size AND DOWN! */
/******************/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .hidden-xs-down {
        display: none;
    }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
    .hidden-sm-down {
        display: none;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
    .hidden-md-down {
        display: none;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
    .hidden-lg-down {
        display: none;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {
    .hidden-xl-down {
        display: none;
    }
}

/****************/
/* size AND UP! */
/****************/
/* Extra small devices (phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .hidden-sm {
        display: none;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .hidden-md {
        display: none;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .hidden-lg {
        display: none;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .hidden-xl {
        display: none;
    }
}

.fifty-btn {
    border-radius: 30px;
    font-size: 18px;
    width: 50%;
}

    .fifty-btn:hover {
        color: #3054F2 !important;
        border: 1px solid #3054F2;
        background-color: #fff;
    }
.default-btn {
    border-radius: 30px;
    font-size: 14px;
}

    .default-btn:hover {
        color: #3054F2 !important;
        border: 1px solid #3054F2;
        background-color: #fff;
    }

.blue-text {
    color: #3054F2 !important;
    font-size: 20px;
    font-weight: 590;
    line-height: 100%;
}

.background-layout {
    background-color: #fff;
    z-index: 3;
}

.profile-textbox {
    color: #3054F2 !important;
    background-color: #3054F21A;
}

.yes-btn {
    border-radius: 30px;
    border-color: #3054F2;
    font-size: 18px;
}

    .yes-btn:hover {
        border-radius: 30px;
        color: #fff !important;
        background-color: #3054F2;
        font-size: 18px;
        font-weight: bold;
    }

.no-btn {
    border-radius: 30px;
    background-color: #3054F2;
    font-size: 18px;
}

    .no-btn:hover {
        border-radius: 30px;
        background-color: #3054F2;
        font-size: 18px;
        font-weight: bold;
    }
