@charset "utf-8";
/* CSS Document */

body{
	background:url("../images/bg-home-2-b@2x.png");
}

@font-face {
    font-family: 'BrockScript';
    src: url('../fonts/BrockScript.woff2') format('woff2'),
        url('../fonts/BrockScript.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.heading-top{
	font-family: 'BrockScript';
	font-size:65px;
	line-height: 70px;
	
}

.box-white {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px;
    color: #222;
    background-color: rgba(255, 255, 255, 0.5);
    border: solid 5px #fff;
    border-radius: 8px;
    width: 100%;
}

.background{
	background: url("../images/Arianna-Yarnall-Pic4.jpg") bottom center no-repeat;
	padding: 250px 350px;
	background-attachment: fixed;
}

.background-thankyou{
	background: url("../images/Arianna-Yarnall-Pic4.jpg") bottom center no-repeat;
	padding: 250px 150px;
	background-attachment: fixed;
}
.btn-danger {
margin-top:20px;
	background: #b50e0e;
background: linear-gradient(90deg,rgba(181, 14, 14, 1) 4%, rgba(224, 13, 13, 1) 100%);
	border:solid 5px #ced009;
	font-size:26px;
	font-weight: 600;
	border-radius: 5px;
	 font-family: "Montserrat", sans-serif;
}

.box-white-thankyou{
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding:30px;
	color: #222;
	 background-color: rgba(255, 255, 255, 0.5);
	border:solid 5px #fff;
	border-radius: 8px;
}


 @media screen and (max-width: 768px) {
	 
	 .background{
	background: url("../images/Arianna-Yarnall-Pic4.jpg") bottom center no-repeat;
	padding: 200px 50px;
	background-attachment: fixed;
}
	 
	 .background-thankyou{
	background: url("../images/Arianna-Yarnall-Pic4.jpg") bottom center no-repeat;
	padding: 250px 30px;
	background-attachment: fixed;
}
	 
	 .heading-top{
	font-family: 'BrockScript';
	font-size:26px;
	line-height: 30px;
	
}
	 
	 .btn-danger {
margin-top:20px;
	background: #b50e0e;
background: linear-gradient(90deg,rgba(181, 14, 14, 1) 4%, rgba(224, 13, 13, 1) 100%);
	border:solid 5px #ced009;
	font-size:18px;
	font-weight: 600;
	border-radius: 2px;
	 font-family: "Montserrat", sans-serif;
}

	.box-white-thankyou {
		width:100%;
	}
	}

