/*!
 * Theme Name: Victory Junction
 * Theme URI: https://victoryjunction.org
 * Description: Victory Junction WordPress theme
 * Version: 1.0.0
 * Author: Paradox Design Studio CDW
 * Author URI: http://paradoxcreates.com
 *
 * License: MIT
 * License URI: http://opensource.org/licenses/mit-license.php
 */


@import "style/css/style.css";


/* =Theme customization starts here
------------------------------------------------------- */


h1, h2, h3, h4, h5 { 
	font-family: 'Mikado-Bold' !important;
}

.homeconnect {
    border-top:none;
}

.BBFormContainer[data-bbox-part-id="b81e1439-0985-4cc2-9dd2-fa314a2f1d04"] .BBFormSubmitbutton {
    background: #6AB1E1 !important;
}

.homehero::after {
    background-image: none;
}

.homeconnect::after {
    background-image: none;
}

.homeconnect {
    padding-bottom: 0;
}

.header:hover {
    background: none;
}

.vc_column_container > .vc_column-inner {
    padding-left : 0 !important;
    padding-right: 0 !important;
}

.vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

nav ul li a {
    color: #353535;
}

@media only screen and (max-width: 600px) {
    .herobuttons {
        position: absolute;
        top: 50%;
    }

    .homehero .text {
        top: 25% !important;
    }
}

@media only screen and (max-width: 1050px) {
    .hero .herobuttons a {
        min-width: 180px !important;
    }
}

header#header.header {
    position: relative !important;
}

/* footer.footer img.partner-logos {
    width: 175px;
    max-height: 88px;
}

footer a:last-of-type img {
    width: 140px !important;
} */

.herobuttons {
    position: relative;
    bottom: 0;
}

.herotext {
    min-width: 66%;
    margin: 0.5rem auto !important;
    padding-top: 1.0rem;
}

.herotext.center {

    text-align:center;
}

.herotext .herotitle {
    font-family: "good_footregular", georgia, times, serif;
    font-size: 91px;
    line-height: 80px;
    margin: 0.5rem auto;
    letter-spacing: -2px;
    text-align: center;
}

.herotext .herosub {
    font-size: 26px;
    margin-left: auto;
    margin-right: auto;
}

.partnerlogos a {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
}

.homeconnect h1, .homeconnect p {
    color: #6AB1E1 !important;
}

nav ul li.current-menu-item a {
    color: #353535;
}
