@charset "utf-8";
* {
    margin: auto;
    padding-top: auto;
    padding-right: auto;
    padding-bottom: auto;
    padding-left: auto;
}

body {
    background-color: rgba(192,245,233,1.00);
    position: relative;

}
nav {
    width: 100%;
    height: 60px;
    margin-left: 0px;
    font-weight: bolder;
    text-shadow: 0px 5px 15px rgba(33,190,223,1.00);
    position: fixed;
    font-size: medium;
    list-style-type: none;
    text-align: center;
    border-radius: 50px;
    z-index: 2;
    background-image: -webkit-linear-gradient(270deg,rgba(213,245,127,1.00) 0%,rgba(125,219,102,1.00) 24.87%,rgba(201,243,106,1.00) 67.36%,rgba(106,237,121,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(213,245,127,1.00) 0%,rgba(125,219,102,1.00) 24.87%,rgba(201,243,106,1.00) 67.36%,rgba(106,237,121,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(213,245,127,1.00) 0%,rgba(125,219,102,1.00) 24.87%,rgba(201,243,106,1.00) 67.36%,rgba(106,237,121,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(213,245,127,1.00) 0%,rgba(125,219,102,1.00) 24.87%,rgba(201,243,106,1.00) 67.36%,rgba(106,237,121,1.00) 100%);
}
.img1 {
    position: absolute;
    top: 70px;
    left: 150px;
    -webkit-box-shadow: 5px 5px 15px 15px rgba(10,197,165,1.00);
    box-shadow: 5px 5px 15px 15px rgba(10,197,165,1.00);
    border-style: solid;
    border-color: rgba(22,154,119,1.00);
}

nav ul li a {
    text-decoration: none;
    color: rgba(15,132,227,1.00);
    font-size: large;
}
.img2 {
    position: absolute;
    top: 70px;
    left: 480px;
    border-color: rgba(22,154,119,1.00);
    border-style: solid;
    -webkit-box-shadow: 0px 5px 15px 15px rgba(10,197,165,1.00);
    box-shadow: 0px 5px 15px 15px rgba(10,197,165,1.00);
}
.img3 {
    position: absolute;
    top: 70px;
    left: 800px;
    border-style: solid;
    border-color: rgba(22,154,119,1.00);
    -webkit-box-shadow: 5px 5px 15px 15px rgba(10,197,165,1.00);
    box-shadow: 5px 5px 15px 15px rgba(10,197,165,1.00);
}
.img4 {
    position: absolute;
    top: 400px;
    left: 150px;
    border-style: solid;
    border-color: rgba(22,154,119,1.00);
    -webkit-box-shadow: 5px 5px 15px 15px rgba(10,197,165,1.00);
    box-shadow: 5px 5px 15px 15px rgba(10,197,165,1.00);
}
.img5 {
    left: 480px;
    position: absolute;
    top: 400px;
    border-style: solid;
    border-color: rgba(22,154,119,1.00);
    -webkit-box-shadow: 5px 5px 15px 15px rgba(10,197,165,1.00);
    box-shadow: 5px 5px 15px 15px rgba(10,197,165,1.00);
}
.img6 {
    top: 400px;
    left: 800px;
    position: absolute;
    -webkit-box-shadow: 5px 5px 15px 15px rgba(10,197,165,1.00);
    box-shadow: 5px 5px 15px 15px rgba(10,197,165,1.00);
    border-style: solid;
    border-color: rgba(22,154,119,1.00);
}
.img7 {
    top: 730px;
    left: 150px;
    position: absolute;
    border-style: solid;
    border-color: rgba(22,154,119,1.00);
    -webkit-box-shadow: 5px 5px 15px 15px rgba(10,197,165,1.00);
    box-shadow: 5px 5px 15px 15px rgba(10,197,165,1.00);
}
.img8 {
    top: 730px;
    left: 480px;
    position: absolute;
    border-style: solid;
    border-color: rgba(22,154,119,1.00);
    -webkit-box-shadow: 5px 5px 15px 15px rgba(10,197,165,1.00);
    box-shadow: 5px 5px 15px 15px rgba(10,197,165,1.00);
}
.img9 {
    left: 800px;
    top: 730px;
    position: absolute;
    -webkit-box-shadow: 5px 5px 15px 15px rgba(10,197,165,1.00);
    box-shadow: 5px 5px 15px 15px rgba(10,197,165,1.00);
    border-style: solid;
    border-color: rgba(22,154,119,1.00);
}
.vid1 {
    position: absolute;
    top: 1000px;
    left: 460px;
}









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-left: 30px;
    padding-bottom: 30px;
}
nav ul li:hover {
    text-shadow: 0px 0px 5px #5C2D51;
}
