.p-large {
    font: 400 1.125rem/1.625rem "Open Sans", sans-serif;
}

.p-heading {
    margin-bottom: 3.5rem;
    text-align: center;
}

.li-space-lg li {
    margin-bottom: 0.375rem;
}

.indent {
    padding-left: 1.25rem;
}

h1 {
    color: #484a46;
    font: 700 2.5rem/3rem "Montserrat", sans-serif;
}

h2 {
    color: #484a46;
    font: 700 1.75rem/2.125rem "Montserrat", sans-serif;
}

h3 {
    color: #484a46;
    font: 700 1.375rem/1.75rem "Montserrat", sans-serif;
}

h4 {
    color: #484a46;
    font: 700 1.25rem/1.625rem "Montserrat", sans-serif;
}

a {
    color: #787976;
    text-decoration: underline;
}

    a:hover {
        color: #787976;
        text-decoration: underline;
    }

.section-title {
    color: #652D91;
    font: 500 0.8125rem/1.125rem "Montserrat", sans-serif;
}


.btn-solid-lg {
    display: inline-block;
    padding: 1.375rem 2.125rem 1.375rem 2.125rem;
    border: 0.125rem solid #652D91;
    border-radius: 0.25rem;
    background-color: #652D91;
    color: #fff;
    font: 700 0.75rem/0 "Montserrat", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
}

    .btn-solid-lg:hover {
        background-color: transparent;
        color: #652D91;
        text-decoration: none;
        color: white;
    }

.form-group {
    position: relative;
    margin-bottom: 1.25rem;
}

.label-control {
    position: absolute;
    top: 0.8125rem;
    left: 1.375rem;
    color: #787976;
    opacity: 1;
    font: 400 0.875rem/1.375rem "Open Sans", sans-serif;
    cursor: text;
    transition: all 0.2s ease;
}

.form-control-input,
.form-control-select {
    display: block; /* needed for proper display of the label in Firefox, IE, Edge */
    width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 0.25rem;
    padding-left: 1.3125rem;
    border: 1px solid #dadada;
    border-radius: 0.25rem;
    background-color: #fff;
    color: #787976;
    font: 400 0.875rem/1.375rem "Open Sans", sans-serif;
    transition: all 0.2s;
    -webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

    .form-control-input:focus + .label-control,
    .form-control-input.notEmpty + .label-control,
    .form-control-textarea:focus + .label-control,
    .form-control-textarea.notEmpty + .label-control {
        top: 0.125rem;
        opacity: 1;
        font-size: 0.75rem;
        font-weight: 500;
    }


.form-control-textarea {
    display: block;
    width: 100%;
    height: 8rem;
    padding-top: 1.25rem;
    padding-left: 1.3125rem;
    border: 1px solid #dadada;
    border-radius: 0.25rem;
    background-color: #fff;
    color: #787976;
    font: 400 1rem/1.5625rem "Open Sans", sans-serif;
    transition: all 0.2s;
}

    .form-control-input:focus,
    .form-control-select:focus,
    .form-control-textarea:focus {
        border: 1px solid #a1a1a1;
        outline: none;
    }

    .form-control-input:hover,
    .form-control-select:hover,
    .form-control-textarea:hover {
        border: 1px solid #a1a1a1;
    }

.form-control-submit-button {
    display: inline-block;
    width: 100%;
    height: 3.125rem;
    border: 0.125rem solid #652D91;
    border-radius: 0.25rem;
    background-color: #652D91;
    color: #fff;
    font: 700 0.75rem/1.75rem "Montserrat", sans-serif;
    cursor: pointer;
    transition: all 0.2s;
}

    .form-control-submit-button:hover {
        background-color: transparent;
        color: #652D91;
    }

.help-block.with-errors .list-unstyled {
    color: #787976;
    font-size: 0.75rem;
    line-height: 1.125rem;
    text-align: left;
}


/*NAV*/
.navbar-custom {
    font: 600 0.875rem/0.875rem "Open Sans", sans-serif;
    transition: all 0.2s;
}


    .navbar-custom .navbar-brand.logo-image img {
        width: 9.0625rem;
        height: 3rem;
        
    }


    .navbar-custom .nav-item .nav-link {
        padding: 0.625rem 0.75rem 0.625rem 0.75rem;
        color: #fff;
        text-decoration: none;
        transition: all 0.2s ease;
    }

/*Header*/
.header {
    background: url("../Images/blackboard.jpg");
    background-size: 100% 100%;
}

    .header .header-content {
        padding-top: 8rem;
        padding-bottom: 2.125rem;
        text-align: center;
    }

    .header .text-container {
        margin-bottom: 3rem;
    }

    .header h1 {
        margin-bottom: 0.5rem;
        color: #fff;
    }

    .header .p-large {
        margin-bottom: 2rem;
        color: #dfe5ec;
    }

    .header .btn-solid-lg {
        margin-right: 0.5rem;
        margin-bottom: 1.25rem;
    }


/*Footer*/
.footer {
    padding-top: 5rem;
    background-color: #652D91;
}

    .footer .text-container {
        margin-bottom: 2.25rem;
    }

    .footer h4 {
        margin-bottom: 0.75rem;
        color: #fff;
    }



/* Header */
.header .header-content {
    padding-top: 14rem;
    padding-bottom: 15rem;
}

.header .text-container {
    margin-top: 6.5rem;
}
/* end of header */

/* Contact */
.form-2 {
    padding-top: 6.875rem;
    background-color: #fbfbfb;
}

    .form-2 .text-container {
        margin-bottom: 0;
    }
/* end of contact */

.navbar-custom.top-nav-collapse {
    padding: 0.375rem 1.5rem 0.375rem 2rem;
    box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

    .navbar-custom.top-nav-collapse .navbar-brand.logo-text {
        color: #fff;
    }

    .navbar-custom.top-nav-collapse .nav-item .nav-link {
        color: #fff;
    }



    .navbar-custom.top-nav-collapse .dropdown-menu {
        border-top: 0.125rem solid rgba(0, 0, 0, 0);
    }

.navbar-custom.top-nav-collapse {
    padding-right: 5rem;
    padding-left: 5rem;
}

.navbar-custom.top-nav-collapse {
    padding-right: 12rem;
    padding-left: 12rem;
}

.basic-1 {
    padding-top: 6.5rem;
    padding-bottom: 3rem;
}

    .basic-1 .text-container {
        margin-bottom: 3rem;
    }

    .basic-1 .section-title {
        margin-bottom: 0.5rem;
    }

    .basic-1 h2 {
        margin-bottom: 1.375rem;
    }

    .basic-1 .testimonial-author {
        color: #484a46;
    }

    /* Hover Animation */
    .basic-1 .image-container {
        overflow: hidden;
        border-radius: 0.25rem;
    }

        .basic-1 .image-container img {
            margin: 0;
            border-radius: 0.25rem;
            transition: all 0.3s;
        }

        .basic-1 .image-container:hover img {
            -moz-transform: scale(1.15);
            -webkit-transform: scale(1.15);
            transform: scale(1.15);
        }

/* Navigation */
.navbar-custom {
    padding: 2.125rem 1.5rem 2.125rem 2rem;
    box-shadow: none;
    background: transparent;
    padding-right: 12rem;
    padding-left: 12rem;
}


    .navbar-custom .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

    .navbar-custom .nav-item .nav-link {
        padding: 0.25rem 0.75rem 0.25rem 0.75rem;
    }

        .navbar-custom .nav-item .nav-link:hover,
        .navbar-custom .nav-item .nav-link.active {
            color: #6c1e80;
        }

    .navbar-custom.top-nav-collapse .navbar-brand.logo-text {
        color: #652D91;
    }

    .navbar-custom.top-nav-collapse .nav-item .nav-link {
        color: #652D91;
    }

        .navbar-custom.top-nav-collapse .nav-item .nav-link:hover,
        .navbar-custom.top-nav-collapse .nav-item .nav-link.active {
            color: #a13bbb;
        }

    /* Navigation */
    .navbar-custom .fa-stack {
        margin-left: 0.375rem;
        font-size: 0.8125rem;
    }

    .navbar-custom .fa-stack-1x {
        font-size: 0.6875rem;
        line-height: 1.625rem;
        color: #fff;
        transition: all 0.2s ease;
    }

/* end of navigation */


.white {
    color: #fff;
}

@media screen and (max-width: 320px) {
    .header {
        height: 150px;
    }

        .header .text-container {
            visibility: hidden;
        }
}

@media screen and (min-width: 320px) {
    .header {
        height: 250px;
    }

        .header .text-container {
            visibility: hidden;
        }
}

@media screen and (min-width: 480px) {
    .header {
        height: 350px;
    }

        .header .text-container {
            margin-top: -7rem;
            visibility: visible;
        }
}

@media screen and (min-width: 600px) {
    .header {
        height: 400px;
    }

        .header .text-container {
            margin-top: -1rem;
            visibility: visible;
        }
}

@media screen and (min-width: 768px) {
    .header {
        height: 500px;
    }

        .header .text-container {
            margin-top: -1rem;
            visibility: visible;
        }
}

@media screen and (min-width: 900px) {
    .header {
        height: 600px;
    }

        .header .text-container {
            margin-top: -2rem;
        }
}

@media screen and (min-width: 1024px) {
    .header {
        height: 700px;
    }

        .header .text-container {
            margin-top: 6rem;
        }
}

@media screen and (min-width: 1200px) {
    .header {
        height: 700px;
    }

        .header .text-container {
            margin-top: 3rem;
        }
}

@media screen and (min-width: 1300px) {
    .header {
        height: 850px;
    }

        .header .text-container {
            margin-top: 6rem;
        }
}

@media screen and (min-width: 1400px) {
    .header {
        object-fit: contain;
    }

        .header .text-container {
            margin-top: 7rem;
        }
}
