/*HTML*/

html {
  scroll-behavior: smooth;
}

body {
	background-color: #FFFFFF;
	color: #000000;
    font-family: Arial, Helvetica, sans-serif; 
}
/* linear linearGradient  */


.vb-header-intro {
	position: relative;
	padding: 2.75rem 2rem;
}

.vb-header-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../../Images/vb-header-img.jpg") no-repeat center center;
	background-size: cover;
}

.vb-header-bg::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(3,164,254);
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(255 255 255 / 89%)), color-stop(97%, rgb(255, 255, 255)));
	background: -o-linear-gradient(top, rgb(255 255 255 / 89%) 0%, rgb(255, 255, 255) 97%);
	background: linear-gradient(to bottom, rgb(255 255 255 / 89%) 0%, rgb(255, 255, 255) 97%);
}



.font-lg-text {
	font-size: 1em;
}

.font-num-text {
	font-size: 1.3em;
}


.font-sm-text {
	font-size: 18px;
}




/*VB Heading*/

.vb-header {
	position: relative;
	margin: 40px 10px;
	margin-top: 20px;
}

.vb-header__h1--welcome {
	font-family: 'Times New Roman', Times, serif;
	font-style: italic;
	display: block;
	font-size: 7rem;
	text-shadow: 2px 0px 5px #fff;
}


/*VB heading thank you page*/
.vb-ty-header {
	font-size: 25px;
	padding: 10px 20px;
	border: 8px solid #0b6a9d;
	border-radius: 5px;
	letter-spacing: 1.5px;
}

.vb-ty-header h3 {
	font-size: 35px;
}

/*VB FREE SECTION*/

.vb-free-lessons {
	font-size: 24px;
}


.vb-free-lessons__h1 {
	position: relative;
	margin: 6rem auto;
    border: 2px solid #2e55e24f;
    padding: 2rem .25rem;
    max-width: 45rem;
    -webkit-box-shadow: 1.5px 1px 0.25rem #a7a6a6;
            box-shadow: 1.5px 1px 0.25rem #a7a6a6;
    border-radius: 2px;
    font-size: 2.2rem;
    font-weight: 600;
	letter-spacing: 5.2px;
	color: #2e55e2;
    text-shadow: 1px 0 5px #38ff00a8;
	overflow: hidden;
}



.vb-free-lessons__h1 > span {
	position: relative;
	display: block;
	margin: 2rem 0;
	z-index: 100;
}

.ebd-heading-btn-fix {
	font-size: 1.6rem;
}



 /* VB Video Image  */
 .vb-video-thumbnail {
	 max-width: 20rem;
	 margin: 0 auto;
	 margin-bottom: 3.5rem;
 }



/*OPTIN FORM*/

.vb-email-heading {
	max-width: 60%;
    font-size: 1.5rem;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    line-height: 1.75;
    padding: 2rem 5rem;
    text-align: center;
    margin-bottom: 10rem;
}

.vb-email-heading-text {
    background-color: #add8e624;
    display: inline-block;
    padding: 1rem 1.5rem;
    -webkit-box-shadow: 1px 1px 0px 0px #e8e0e0;
            box-shadow: 1px 1px 0px 0px #e8e0e0;
	border-radius: 2px;
}

.form-container {
	max-width: 28.75rem;
	margin: 0 auto;
	padding: 2rem 1rem;
}



.form-control,
.form-hd-text {
	margin-bottom: 2rem;
}

.form-hd-text {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    color: rgb(0, 175, 236);
    line-height: 1.2;
    text-align: center;
	font-size: 2.3rem;
}

.form-submit {
	width: 80%;
}

.main-form-inputs {
	background-color: #FFFFFF;
	position: relative;
	z-index: 9999;
}


.vb-video-embed {
    max-width: 260px;
    margin: 1rem auto 0;
}

.vb-thumbnail:hover {
    cursor: pointer;
}


/* Modal design */

.modal {
    padding-right: 5px !important;
    padding-left: 5px;
    background-color: rgba(0,0,0,.7);
}

.modal-dialog {
    max-width: 700px;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
}

.modal-content {
    background-color: transparent;
    border: none;
}

.modal-footer {
    border-top: none;
}

.modal-close {
    width: 100%;
}



/*VB Already Subscribed*/

.vb-header__user-email {
	word-wrap: break-word;
}



/*vb-ads*/

.vb-ads__container {
	max-width: 500px;
	margin: 60px auto;
}

.vb-ads__piano {
	max-width: 40%;
}

.vb-ads__elise {
	max-width: 20%;
}


@media only screen and (max-width: 992px) {
	.vb-email-heading {
		max-width: 100%;
		padding: 0;
    	margin-top: 2rem !important;
	}
}


@media only screen and (max-width: 600px) {

	.vb-header__h1--welcome {
		font-size: 4.5rem;
	}

	.form-container {
		max-width: 100%;
	}

	.form-hd-text {
	    font-size: 26px;
	}


	h1 {
		font-size: 30px;
	} 

	h3 {
		font-size: 28px;
	}

}




@media only screen and (max-width: 320px) { 
	.vb-header__h1--welcome {
		font-size: 3.5rem;
	}
}