body {
	background: #79e593;
	font-family: "Artifika", serif;
  font-weight: 400;
  font-style: normal;
  max-width: 100vw;
  overflow-x: hidden;
}

	a {}
	
	ul {
		list-style: inside square;
		margin: 0;
		padding: 0;
	}
	

h1 {
    font-family: "Carrois Gothic SC", sans-serif;
    text-transform: lowercase;
    font-size: 170px;
    line-height: 142px;
    color: #cb6ce6a6;
}

h2, h3 {
	font-family: "Give You Glory", cursive;
}

.special {
	font-family: "Playwrite IT Moderna", cursive;
}

.square {
	
}

.square2 {
	
}
.playwrite-it-moderna {
  font-family: "Playwrite IT Moderna", cursive;
  font-optical-sizing: auto;
  font-style: normal;
}

.artifika-regular {
  font-family: "Artifika", serif;
  font-weight: 400;
  font-style: normal;
}

.carrois-gothic-sc-regular {
  font-family: "Carrois Gothic SC", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.give-you-glory-regular {
  font-family: "Give You Glory", cursive;
  font-weight: 400;
  font-style: normal;
}


.angel {
	background-image: url('freestandingangel.png');
	background-repeat:  no-repeat;
	background-size: contain;
	display: block;
    width: 1000px;
    height: 540px;
    position: fixed;
    bottom: -50px;
    right: -90px;
}

.because {
    display: block;
    position: relative;
    width: 50vw;
    left: -77px;
    top: -40px;
}

.byline {
    display: block;
    width: 30vw;
    text-align: center;
    transform: rotate(354deg);
    font-size: 30px;
    line-height: 40px;
    color: white;
	    bottom: 140px;
    right: 220px;
	position: absolute;
}

.square2 {
    background-image: url(grudged.png);
    width: 100vw;
    height: 100vh;
    display: block;
    position: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: overlay;
    top: 0;
    opacity: 0.5;
    z-index: 1;
}

.home_holder {
    display: block;
    position: relative;
	left: 10vw;
	width: 50vw;
	margin-bottom: 15vh;
	    background: #ffffff7a;
		z-index: 20;
		
}

.home_holder h2 {
font-family: "Playwrite IT Moderna", cursive;}


.textme {
    padding: 110px;
    padding-top: 0px;
}

div#burgler {
	display: block;
    position: fixed;
    right: 0px;
    top: 40vh;
}

#burgler ul {
	list-style: none;
	display: block;
	position: relative;
}

#burgler ul li {}
#burgler ul li a {}


@media screen and (max-width: 1400px) {
	
	.byline {
    font-size: 24px;
    width: 340px;
}
.textme {
    padding: 80px;
    padding-top: 0px;
}
}

@media screen and (max-width: 1280px) {
	
.angel {
    width: 740px;
    height: 420px;
}
.byline {
        font-size: 20px;
        line-height: 32px;
        width: 290px;
        bottom: 120px;
        right: 190px;
    }
}

@media screen and (max-width: 980px) {
	h1 {
			font-size: 110px;
			line-height: 92px;
	}
	.home_holder {
		left: 7vw;
    width: 60vw;
	}
	.because {
		left: -5vw;
	}
	.textme {
    padding: 30px;
	padding-top: 0px;
	}
	.angel {
		    width: 760px;
    height: 400px;
	}
	.byline {
    font-size: 17px;
    line-height: 30px;
    width: 280px;
	position: absolute;
	        bottom: 120px;
        right: 110px;
}
.angel {
        width: 530px;
        height: 320px;

}
    .byline {
        bottom: 104px;
        right: 114px;
        font-size: 15px;
        width: 210px;
        line-height: 24px;
    }
		
}

@media screen and (max-width: 920px) {

.home_holder {
	width: 53vw;
}



}

@media screen and (max-width: 720px) {

.home_holder {
        width: 88vw;
        left: 12vw;
         margin-top: 239px;
    }
	h1 {
		        font-size: 70px;
				line-height: 57px;
	}

	


	.because {
	top: -34px;
        left: -32px;
	}
	
	.byline {
		right: 154px;
	}
	
	    .angel {
        top: 14px;
        right: -120px;
        width: 420px;
        height: 225px;
		position: absolute;
		z-index: 200;
    }
	.byline {
        bottom: 50px;
        right: 120px;
        font-size: 13px;
        width: 200px;
        line-height: 20px;
    }
	#burgler ul {
    display: none;
}
div#burgler {
	    right: initial;
    top: 8px;
	z-index: 600;
}
.hamburger {
    display: block;
    position: relative;
    height: 50px;
    width: 50px;
    background: black;
    top: 0;
}

}

@media screen and (max-width: 590px) {

	    
	.because {
	z-index: 200;
	}
}
@media screen and (max-width: 510px) {
	    .because {
        top: 18px;
        left: -33px;
    }
}
	
	
}