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

body {
    background-image: -webkit-linear-gradient(270deg,rgba(158,226,240,1.00) 0%,rgba(245,164,204,1.00) 35.23%,rgba(229,150,202,1.00) 62.18%,rgba(158,230,245,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(158,226,240,1.00) 0%,rgba(245,164,204,1.00) 35.23%,rgba(229,150,202,1.00) 62.18%,rgba(158,230,245,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(158,226,240,1.00) 0%,rgba(245,164,204,1.00) 35.23%,rgba(229,150,202,1.00) 62.18%,rgba(158,230,245,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(158,226,240,1.00) 0%,rgba(245,164,204,1.00) 35.23%,rgba(229,150,202,1.00) 62.18%,rgba(158,230,245,1.00) 100%);
}
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;
    background-image: -webkit-linear-gradient(270deg,rgba(86,221,243,1.00) 0%,rgba(243,133,228,1.00) 30.05%,rgba(247,175,237,1.00) 67.88%,rgba(200,223,244,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(86,221,243,1.00) 0%,rgba(243,133,228,1.00) 30.05%,rgba(247,175,237,1.00) 67.88%,rgba(200,223,244,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(86,221,243,1.00) 0%,rgba(243,133,228,1.00) 30.05%,rgba(247,175,237,1.00) 67.88%,rgba(200,223,244,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(86,221,243,1.00) 0%,rgba(243,133,228,1.00) 30.05%,rgba(247,175,237,1.00) 67.88%,rgba(200,223,244,1.00) 100%);
    z-index: 2;
}
nav ul li a {
    text-decoration: none;
    color: rgba(15,132,227,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-left: 30px;
    padding-bottom: 30px;
}
nav ul li:hover {
    text-shadow: 0px 0px 5px #5C2D51;
}

header {
    width: 1200px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: relative;
    background-image: url(../images/08.jpg);
    background-repeat: no-repeat;
}




main img {
    border: 2px solid rgba(255,255,255,1.00);
    background-color: rgba(173,221,232,1.00);
	transition:all 4s linear;
}
main img:hover{transform: rotateX(360deg);
}


.img1 {
    position: absolute;
    top: 110px;
    left: 5px;
    border-radius: 80px;
    border-style: solid;
    border-color: rgba(241,62,185,1.00);
    text-shadow: 0px 0px rgba(185,15,137,1.00);
    -webkit-box-shadow: 0px 0px 15px 5px rgba(185,15,137,1.00);
    box-shadow: 0px 0px 15px 5px rgba(185,15,137,1.00);
}
.img2 {
    position: absolute;
    left: 250px;
    right: auto;
    top: 110px;
    border-radius: 60px;
    border-style: solid;
    border-color: rgba(241,62,185,1.00);
    -webkit-box-shadow: 0px 0px 15px 5px rgba(185,15,137,1.00);
    box-shadow: 0px 0px 15px 5px rgba(185,15,137,1.00);
}
.img3 {
    left: 650px;
    position: absolute;
    top: 110px;
    border-radius: 80px;
    border-style: solid;
    border-color: rgba(241,62,185,1.00);
    -webkit-box-shadow: 0px 0px 15px 5px rgba(185,15,137,1.00);
    box-shadow: 0px 0px 15px 5px rgba(185,15,137,1.00);
}
.myul {
    background-color: rgba(244,233,233,1.00);
    margin-top: 0px;
    width: 580px;
    height: 150px;
    position: absolute;
    left: 200px;
    top: 500px;
    border: 5px double rgba(111,14,83,1.00);
    text-align: center;
}
ul li {
    text-align: center;
    text-decoration: none;
    list-style-type: none;
    display: inline-block;
}

main {
    width: 1000px;
    height: 300px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255,255,255,1.00);
    text-align: center;
    margin-bottom: 20px;
}
ul h1 {
    color: rgba(241,62,174,1.00);
    text-shadow: 0px 0px 5px rgba(211,120,154,1.00);
}
p {
    color: rgba(102,87,87,1.00);
}
