@charset "utf-8";
@import url("../webfonts/Black_Bones/stylesheet.css");
@import url("../webfonts/Varenthin/stylesheet.css");
@import url("../webfonts/WesterliesDemoRegular/stylesheet.css");
@import url("../webfonts/Black_Bones/stylesheet.css");




* {
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: auto;
    padding-right: auto;
    padding-bottom: auto;
    padding-left: auto;
}
nav {
    width: 100%;
    height: 60px;
    background-color: hsla(318,100%,77%,1.00);
    margin-left: 0px;
    color: hsla(0,100%,98%,1.00);
    text-decoration: none;
    font-weight: bolder;
    -webkit-box-shadow: 0px 5px 15px hsla(318,37%,42%,1.00);
    box-shadow: 0px 5px 15px hsla(318,37%,42%,1.00);
    position: fixed;
    z-index: 2;
}
nav ul li {
    list-style-type: none;
    display: inline-block;
    margin-left: 110px;
    line-height: 60px;
    color: hsla(0,0%,0%,1.00);
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    text-decoration: none;
    font-weight: bold;
}
header {
    width: 100%;
    height: auto;
    background-color: hsla(351,18%,85%,1.00);
}
body main {
    background-color: hsla(351,18%,85%,1.00);
}
.img1 {
    width: 100%;
    height: auto;
}


header h2 {
    color: hsla(289,100%,13%,1.00);
    font-size: 40px;
    margin-top: -460px;
    margin-left: 90px;
    position: absolute;
    transition: all 1s;
    z-index: 0;
}

header h2:hover{ transform: scale(1.2);
}
main img {
    position: absolute;
    width: 250px;
    height: 250px;
    border: 2px double hsla(0,27%,98%,1.00);
    top: -490px;
}
.img2 {
    left: 100px;
    bottom: 40px;
	transform: rotate(-8deg);
	transition: transform 1s;
}

.img2:hover{transform:rotate(-30deg)}




.img3 {
    left: 230px;
    bottom: 60px;
    z-index: 1;
	transform: rotate(5deg);
	transition: transform 1s;
}

.img3:hover{transform:rotate(20deg)}

.img4 {
    left: 370px;
    bottom: 40px;
	transform: rotate(8deg);
	transition: transform 1s;
}

.img4:hover{transform:rotate(40deg)}



body {

}
header h3 {
    margin-top: -400px;
    margin-left: 80px;
    font-size: 30px;
    color: hsla(327,97%,49%,1.00);
	position: absolute;
	transition: all 1s;
}

header h3:hover{transform: scale(1.1); }

main {
    width: 100%;
    height: 150px;
    position: relative;
}
.a1 {
}
.a1 .img5 {
    width: 80px;
    height: 80px;
    padding-top: 0px;
    margin-top: 540px;
    margin-left: 500px;
}
.img6 {
    width: 80px;
    height: 80px;
    margin-top: 540px;
    margin-left: 600px;
}
.img7 {
    width: 80px;
    height: 80px;
    margin-top: 540px;
    margin-left: 610px;
}
.img8 {
    width: 80px;
    height: 80px;
    margin-top: 540px;
    margin-left: 700px;
}



.p1 {
    text-align: center;
    font-family: "Black Bones";
    font-size: x-large;
    color: hsla(255,26%,24%,1.00);
}
body nav {
}
nav ul li:hover {
    text-shadow: 0px 0px 5px #5C2D51;
}
