 body {
    background-image: url("https://www.casacamilla-aspen.com/wp-content/uploads/2018/04/casa-camilla-apsen_vortex-business-solutions_iowa-city-web-design-development-2.jpg");
	background-size: cover;
    background-repeat: no-repeat;
	color: white;
	font-family: 'Libre Franklin', sans-serif;
}

p, blockquote{
	text-shadow: 6px 7px 10px #000000;
}

a{
	text-decoration: none;
	color: white !important;
}

.title{
	font-family: 'Calligraffitti', cursive !important;
	font-size: 100px;
	margin-bottom: -50px;
	margin-top: 10px;
}

.phone-block{
	margin: auto;
	font-size: 41px;
	text-decoration: none;
	background-color: rgb(50, 43, 41);
	text-align: center;
	max-width: 760px;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	position: relative;
}
#splash-link, #splash-price-link{
  margin-top: -20px !important;
	margin: auto;
	font-size: 41px;
	text-decoration: none;
	background-color: rgb(50, 43, 41);
	text-align: center;
	max-width: 760px;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	position: relative;
}

.link-span{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;
}
#splash-link-text, #splash-price-text {
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    color:#FFBC4A;
}

.fa-phone {
    font-size: 67px !important;
    position: absolute;
    left: 6%;
    top: 15%;
}

.tag{
	font-size: 27px;
	font-style: italic;
	letter-spacing: 2px;
	margin-bottom: -15px;
}

.would-you{
	font-size: 30px;
	letter-spacing: -1px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	max-width: 920px;
	width: 95%;
	margin-top: 20px;
}
.image{
	max-width: 760px;
	width: 95%;
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 15px;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.iframe{
	max-width: 760px;
	width: 95%;
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 15px;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	max-height: 440px;
}
.testimonial{
	text-align: left;
	max-width: 58%;
	margin: auto;
	letter-spacing: 1.5px;
	line-height: 1.4;
	font-size: 22px;
  margin-top: -10px !important;
}
.checked {
  color: orange;
	padding: 3px;
}
.title{
	font-family: 'Calligraffitti', cursive !important;
	font-size: 100px;
	margin-bottom: -50px;
	margin-top: 10px;
}
.phone-text{
	padding-left: 10%;
}


/* Media Queries */

@media screen and (max-width: 1025px) {
	.title{
		font-size: 100px;
	}
	.tag{
		font-size: 18px;
		margin-bottom: 0px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.would-you{
		font-size: 30px;
		text-align: justify;
		line-height: 60px;
		width: 85%;
	}
	.testimonial{
		max-width: 90% !important;
		letter-spacing: 1px;
		font-size: 16px;
		line-height: 1.3;
		padding-top: 60px;
		font-style: italic;
	}
	.fa-phone{
		font-size: 90px !important;
		left: 40px;
		top: 40px;
	}
	.phone-block{
		font-size: 55px;
		height: 120px;
		max-width: 95% !important;
		padding: 20px;
	}
	.checked{
		padding: 15px;
	}
	a{
		text-decoration: none;
		color: white !important;
	}
}

@media only screen
	and (min-width: 668px)
	and (max-width: 1024px){
	.title{
		font-size:170px;
	}
	.tag{
		font-size:90px;
	}
	.would-you{
		font-size: 100px;
	}
	.testimonial{
		font-size: 120px;
	}
	a{
		text-decoration: none;
		color: white !important;
	}
	.checked {
    	color: orange;
		padding: 3px;
		font-size: inherit;
	}
}

@media only screen
	and (min-device-width : 375px)
	and (max-device-width : 667px){
	.title{
		font-size:120px;
	}
	.tag{
		font-size:35px;
	}
	.would-you{
		font-size: 45px;
	}
	.testimonial{
		font-size: 40px;
		padding-top: 0px;
	}
	a{
		text-decoration: none;
		color: white !important;
	}
	.checked {
    	color: orange;
		padding: 3px;
		font-size: inherit;
	}
}
