/*Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del,  em, img, small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, footer, header,
menu, nav, section {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
*, *::before, *::after {
    box-sizing: border-box;
}
html {
scroll-behavior: smooth;
cursor:url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='12px' height='12px' viewBox='0 0 512 512' style='enable-background:new 0 0 512.011 512.011;' xml:space='preserve'%3E %3Cpath fill='Black' d='M434.215,344.467L92.881,3.134c-4.16-4.171-10.914-4.179-15.085-0.019  c-2.011,2.006-3.139,4.731-3.134,7.571v490.667c0.003,4.382,2.685,8.316,6.763,9.92c4.081,1.603,8.727,0.545,11.712-2.667  l135.509-145.92h198.016c5.891,0.011,10.675-4.757,10.686-10.648C437.353,349.198,436.226,346.473,434.215,344.467z'/%3E %3C/svg%3E"), pointer;}

body {
	background:url(../images/mobile.webp) no-repeat top;
	background-size:cover;
	font-size:18px; line-height:1.15;
    margin: 0;
	border-top:20px solid #000;
}
img {
    max-width: 100%;
}
a {
	text-decoration:none;
	 cursor: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='12px' height='12px' viewBox='0 0 512 512' style='enable-background:new 0 0 512.011 512.011;' xml:space='preserve'%3E %3Cpath fill='Black' d='M434.215,344.467L92.881,3.134c-4.16-4.171-10.914-4.179-15.085-0.019  c-2.011,2.006-3.139,4.731-3.134,7.571v490.667c0.003,4.382,2.685,8.316,6.763,9.92c4.081,1.603,8.727,0.545,11.712-2.667  l135.509-145.92h198.016c5.891,0.011,10.675-4.757,10.686-10.648C437.353,349.198,436.226,346.473,434.215,344.467z'/%3E %3C/svg%3E"), pointer;
}
.desktop-h2 {
	display: none;
}
.mobile-h2 {
	display: block;
	width: 90%;
	margin: 0 auto;
}
/*Typography*/
h1 {
	font-family: "Playfair Display", Georgia, serif;
	font-size:30px;
	margin: 0 1em 1.25em;
	line-height: 1.35;
}
.tagline {
	font-size: 20px;
}
h2, a{
	font: bold 15px "Raleway", Verdana, sans-serif;
	letter-spacing: 2px; text-transform: uppercase;
    margin: .5em 0;
}
.large-p {
	font-family: "Raleway", Verdana, sans-serif;
	font-weight: 700;
	margin: 2em;
	line-height: 1.5;
}
p, ul {
	font-family: "Raleway", Verdana, sans-serif;
	font-size:18px;
	font-weight: 500;
	margin: 2em;
	line-height: 1.65;
}
ul {
	list-style: square;
	list-style-position: inside;
	width: 90%;
	margin: 0 auto;
	max-width: 500px;
}
li {
	margin-bottom: 1em;
}
footer p {
	font-size: 11px;
	display: block;
	width: 90%;
	margin: 0 auto;	
}
.div-1, .div-2 {
	background: rgba(255,255,255,.93);
	padding: 3.5em 0;
	width: 85%; max-width: 1000px;
	transition: all .4s ease-out;
}
.div-1 {
	text-align:center;
	margin: 3em auto;
}
.div-2 {
	margin: 1em auto;
}
/* Footer*/
footer {
	background-color:#000;
	bottom:0;
	color:#fff;
	display:block;
	height: auto;
	padding: 10px;
	text-align:center;
	width:100%;
}
/*Section Settings*/
section{
	align-items:center;
	text-align:center;
}
/*Spacing*/
.p-padding {
	padding-bottom:2.5em;
}
.section-padding {
	padding:2em 0;
}
/*Buttons*/
.email-btn {
	background:#000;
	border-radius:3px;
	color:#fff;
	display: block;
	letter-spacing:3px; text-transform:uppercase;
	margin-top:2em;
	padding:1em;	
	transition: all .4s ease-out;
	width: 90%;
	margin: 0 auto;
	-webkit-appearance: none;
}
.email-btn:focus, .email-btn:hover, .email-btn:active, .email-btn:focus, .email-btn:hover, .email-btn:active, .nav__link--button:focus, .nav__link--button:hover, .nav__link--button:active {
	background:#000;
	-webkit-transform: translate(0px, -5px);
    -ms-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
}
.nav__link--button:focus, .nav__link--button:hover, .nav__link--button:active {
	color:#fff;
}
/*Shadows*/
.shadow {
	filter: drop-shadow(2px 4px 6px rgba(0,0,0,.3));
}
@media (min-width: 800px) {
	
body {
	background:url(https://dotcomdesigns.biz/images/dotcom-bg-1.webp) no-repeat top;
	background-size:cover;
	background-position: center;   
	background-repeat: no-repeat;  
	background-attachment: fixed;  
}
.div-1 {
	padding: 6em 0;
}
h1 {
	font-size: 54px;
	margin: 0 4em 1em;
	line-height: 1.15;
}
.tagline {
	font-size: 22px;
}
h2 {
	margin: 3em 0;
}
p, .large-p {
	width: 80%;
	max-width: 700px;
	margin: 2em auto;
}
.large-p {
	margin-top: 4em;
}
.mobile-h2 {
	display:none;
}
.desktop-h2 {
	display:block;
}
.email-btn {
	width:40%;
	margin: 4em auto 1.5em;
	padding: 1.5em;
}

