@charset "utf-8";
* {
    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: rgba(45,110,87,0.69);
    margin-left: 0px;
    font-weight: bolder;
    text-shadow: 0px 5px 15px rgba(33,190,223,1.00);
    position: fixed;
    z-index: 2;
    font-size: medium;
    list-style-type: none;
    text-align: center;
    border-radius: 50px;
}
nav ul li a {
    text-decoration: none;
    color: rgba(75,177,125,1.00);
    font-size: large;
}
nav ul li {
    list-style-type: none;
    display: inline-block;
    line-height: 60px;
    font-family: adamina;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    text-shadow: 0 5px 5px rgba(108,228,185,1.00);
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
header {
    width: 100%;
    text-decoration: none;
    background-color: rgba(63,87,21,1.00);
    -webkit-box-shadow: 0px 0;
    box-shadow: 0px 0;
    height: auto;
}
header h2 {
    margin-top: -520px;
    margin-bottom: 90px;
    position: absolute;
    transition: all 1s;
    z-index: 0;
    color: rgba(229,110,232,1.00);
    font-size: 40px;
    padding-left: 50px;
    text-shadow: 5px 10px 15px rgba(144,22,128,1.00);
    bottom: 430px;
    left: 60px;
}
.img1 {
    width: 100%;
    height: 650px;
    -webkit-box-shadow: 0px 0;
    box-shadow: 0px 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;
    -webkit-box-shadow: 0px 5px 10px 5px rgba(63,87,21,1.00);
    box-shadow: 0px 5px 10px 5px rgba(63,87,21,1.00);
    background-color: rgba(119,203,136,1.00);
    border-color: rgba(44,94,23,1.00);
}
.img2:hover{transform:rotate(-30deg)}
.img3 {
    left: 230px;
    bottom: 60px;
    z-index: 1;
    transform: rotate(5deg);
    transition: transform 1s;
    border-color: rgba(60,136,123,1.00);
    -webkit-box-shadow: 0px 5px 10px 5px rgba(35,116,100,1.00);
    box-shadow: 0px 5px 10px 5px rgba(35,116,100,1.00);
    background-color: rgba(131,241,219,1.00);
}
.img3:hover{transform:rotate(30deg)}
	
.img4 {
    left: 380px;
    bottom: 40px;
    transform: rotate(8deg);
    transition: transform 1s;
    background-color: rgba(119,203,136,1.00);
    -webkit-box-shadow: 0px 5px 10px 5px rgba(63,87,21,1.00);
    box-shadow: 0px 5px 10px 5px rgba(63,87,21,1.00);
    border-color: rgba(44,94,23,1.00);
}
.img4:hover{transform:rotate(30deg)}

header h3 {
    margin-top: -420px;
    margin-left: 80px;
    font-size: 30px;
    color: hsla(327,97%,49%,1.00);
    position: absolute;
    transition: all 1s;
    left: 60px;
    bottom: 430px;
    text-shadow: 5px 10px 15px rgba(172,29,96,1.00);
}
header h3:hover{transform: scale(1.1); }

main {
    width: 100%;
    position: relative;
    height: auto;
}
.a1 .img5 {
    width: 50px;
    height: 50px;
    padding-top: 0px;
    margin-top: 540px;
    margin-left: 500px;
    
}

footer {
    width: 100%;
    height: 110px;
    background-image: -webkit-linear-gradient(270deg,rgba(62,110,85,1.00) 0%,rgba(202,237,200,1.00) 45.08%,rgba(40,83,38,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(62,110,85,1.00) 0%,rgba(202,237,200,1.00) 45.08%,rgba(40,83,38,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(62,110,85,1.00) 0%,rgba(202,237,200,1.00) 45.08%,rgba(40,83,38,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(62,110,85,1.00) 0%,rgba(202,237,200,1.00) 45.08%,rgba(40,83,38,1.00) 100%);
}

.img6 {
    width: 50px;
    height: 50px;
    margin-top: 540px;
    margin-left: 600px;
}
.img8 {
    width: 50px;
    height: 50px;
    margin-top: 540px;
    margin-left: 700px;
}
.p1 {
    text-align: center;
    font-family: "Black Bones";
    font-size: x-large;
    color: hsla(102,61%,23%,1.00);
}
nav ul li:hover {
    text-shadow: 0px 0px 5px #5C2D51;
}
