/*
 Theme Name:     BST Template
 Theme URI:      https://blueshifttechnologies.com
 Description:    Blue Shift Divi Child
 Author:         John Johnson
 Author URI:     https://www.camdas.com
 Template:       Divi
 Version:        8.29.2023
*/
@import url("../Divi/style.css");

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,500;0,600;0,700;1,200&display=swap');

/* site colors

Main Blue #3399cc
rgba(51, 153, 204, 1)

*/
/* =Theme customization starts here */
html body, body, p, h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif;
}
h1.text-1 {
    font-family: 'Heebo', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 110px;
    letter-spacing: 0.05em;
    line-height: 1.2em;
	text-shadow: 2px 2px 5px #101010;
}
 @media only screen and (max-width: 980px) {
    h1.text-1 {
        font-size: 60px;
    }
}
 @media only screen and (max-width: 767px) {
    h1.text-1 {
        font-size: 36px;
    }
}

.text-2 {
        text-shadow: 2px 2px 5px #101010;
        color: #fff;
		    font-weight: 600;
    font-size: 20px;
    line-height: 1.5em;
    }
 @media only screen and (max-width: 767px) {
    .text-2 {
        font-size: 14px;
    }
}
h2.text-3 {
    font-family: 'Heebo', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 60px;
    letter-spacing: 2px;
    line-height: 1.3em;
    color: #333;
    padding-bottom: 10px;
    line-height: 1em;
}
 @media only screen and (max-width: 980px) {
    h2.text-3 {
        font-size: 42px;
    }
}
 @media only screen and (max-width: 767px) {
    h2.text-3 {
        font-size: 32px;
    }
}
.gina-image {
    border-color: rgba(0, 0, 0, 0);
    border-right-width: 20px;
    box-shadow: 32px 0px 0px 0px #f77e53;
	display: inline-block;
    position: relative;
    max-width: 100%;
	border: 0 solid #333;
}
h6.footer-title {
	font-weight: 700;
	font-size: 24px;
}