﻿body {
    color: #000613;
    background-color: #FAF8FF;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: .42px;
}

header {
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}
main {
    background-color: #f7f7f7;
}

.masthead {
    width: 100%;
    background-color: #014558;
    border-bottom: 1px solid #ddd;
    color: #fff;
}

.masthead-subtitle {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 2.0rem;
    line-height: 2.8rem;
}
/*Navbar*/


.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span.foo {
    display: block;
    background-color: #314657;
    height: 2px;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -moz-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: relative;
    left: 0px;
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: relative;
    left: 0px;
    top: -12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}




.navbar-light .navbar-nav .nav-link {
    color: #003349;
    font-weight: 600;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

    .navbar-light .navbar-nav .nav-link:hover {
        background-color: #314657;
        color:#fff;
        border-radius: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
/*Need to adjust the position to accomodate "Student Ready" nav item*/
.dropdown-menu[data-bs-popper] {
    left: -30px !important;
}
@media (min-width: 992px) {
    .navbar-centered-signed-out {
        position: absolute;
        left: 50%;
        margin-left: -109px !important;
        z-index: 1;
    }
}

.dropdown-menu-login li {
    width: 90%;
}

/*/ Navbar*/
/*CCPS Buttons*/
.btn-ccps-primary,
.btn-ccps-primary:active {
    background-color: #314657 !important;
    border-color: #314657 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
    .btn-ccps-primary:hover {
        background-color: #1A2B38 !important; /*crimson//dark red*/
        border-color: #314657 !important;
        color: #ffffff !important;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    }

.btn-ccps-secondary,
.btn-ccps-secondary:active {
    background-color: #006784 !important;
    border-color: #0B4252 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

    .btn-ccps-secondary:hover {
        background-color: #014F65 !important; /*crimson//dark red*/
        border-color: #0B4252 !important;
        color: #ffffff !important;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    }
.btn-ccps-ctaGo {
    color: #FBFBFB;
    background-color: #168416;
    border: 1px solid #044B04;
}
    .btn-ccps-ctaGo:hover {
        color: #fff;
        background-color: #005900;
        border: 1px solid #044B04;
    }

.btn-ccps-demo,
.btn-ccps-demo:active {
    background-color: #168416 !important; /*crimson//dark red*/
    border-color: #096509 !important;
    color: #FBFBFB !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
    .btn-ccps-demo:hover {
        background-color: #065F06 !important; /*crimson//dark red*/
        border-color: #096509 !important;
        color: #FBFBFB !important;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    }

.btn-rounded-100 {
    border-radius: 100px;
}
/* / CCPS Buttons*/

.stats-bg-white {
    border: 1px solid #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    background-color: #FAF8FF;
}

/*Heros*/
.hero {
    background-color: #fafafa;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('https://centralizedplacements.org/wp-content/uploads/2021/09/ccps-login-background.jpg');
    background-position: center;
    background-size: cover;
    color: #ffffff;
    padding: 1em;
}
.home-hero-image-border {
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: solid 20px #ffffff0a;
    max-width: 88%;
}

/*.mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
}*/
/*Good CSS HERE*/
/* Default height for small devices */
#hero h1 {
    font-size: 16px;
    font-size: 4vw;
}

.notice-outer {
    width: 400px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
}

    .notice-header {
        padding-top:20px;
        background:#FAF8FF;
    }
        .notice-header h2 {
            font-size:20px;
            font-weight:800;
            text-align:center;
        }
        .notice-header .heading-divider {
            border-bottom:1px solid #168416;
        }

    .notice-body {
        flex: 1 1 auto;
        margin: 4px 4px 4px 4px;
        padding: 0px 10px 0px 15px;
        background-color: #ffffff;
}
        .notice-body p,
        .notice-body ul li {
            font-size: 14px;
        }

.navbar-brand img {
    height: 2.4rem;
    transition: width 0.9s, height .9s, background-color 2s, transform 2s;
}
/* Height for devices larger than 992px */
@media (min-width: 992px) {
    .w-100-sm {
        width: 100% !important;
    }
}
@media (min-width: 300px) {
    .w-100-sm {
        width: 100% !important;
    }
    /*.hero {
        min-height:400px;
        height:auto;
    }*/
}

@media (max-width: 360px) {
    .navbar-brand img {
        height: 2rem;
        transition: width 0.9s, height .9s, background-color 2s, transform 2s;
    }
}

@media (min-width: 600px) {
    .w-100-sm {
        width: 100% !important;
    }
}
/* Height for devices larger than 992px */

@media (min-width: 1366px) {
    .w-100-sm {
        width: 100% !important;
    }
}

@media (max-height:991px) {
    .hero {
        min-height:200px;
        height:100%;
        background-position:top 40% left 50%;
    }

    
}


/*Numbers Section*/
.numbers {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #006784;
}
/*Built in Benefits Section*/
.feature-sm {
    position: relative;
    padding: 0 10px;
    padding-left: 10px;
    margin-bottom: 30px;
    padding-left: 60px;
}
/*Features Section */
.list-features li {
    padding-left: 0;
    list-style: none;
    padding-bottom: 9px;
}
/*footer*/

.bg-darker {
    background-color: #191a1b
}

.bg-lighter {
    background-color: #FAF8FF;
    color: #191a1b;
}
.bg-ccps-ltBlue {
    background-color: #6698ad;
}

footer a, footer a:active {
    color: #FAF8FF
}
    footer a, footer a:active {
        color: #FFFAE5
    }
        footer a:hover {
            color: #FFD8BF
        }

.editable {
    border: 2px dotted black;
    background-color: #f6ea075a;
   
}
.circle-mask {
    padding: 20px;
    display: inline-block;
    /*background: #456BD9;*/
    background-image: url("https://centralizedplacements.org/wp-content/uploads/2021/09/homepage-hero-student-2.jpg");
    background-size: 114%;
    background-repeat: no-repeat;
    background-position: right 60% bottom 55%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: solid 20px #ffffff5a;
    box-shadow: 0.375em 0.375em 0.375em 0.375em rgba(15, 28, 63, 0.125);
    height: 24em;
    width: 24em;
}



/* Region - Landing Page */
.region-logo, .region-logo img {
    max-width: 200px;
    max-height: 200px;
}

.footer-upper {
    background-color: #003349;
}
.footer-lower {
    background-color: #01212f;
    border-top: 1px solid #143e51;
}
    .footer-lower p,
    .footer-lower a {
        font-size: 13px;
    }
