@charset "utf-8";
/******reset*************/

h1, h2, h3, h4, p, ul, ol {
    margin: 0;
    padding: 0;
}
nav ul, nav ol, ul, ol {
    list-style-type: none;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}
/********* end *********/

/******The mobil site's size is good for iphone6 plus 420px width***************/
body {
    font-family: 'Crimson Text', serif;
    /*background: url("imagesh/bg.png") repeat;*/
    margin: auto;
    font-size: 18px;
    background: url("imagesh/flower.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
    /*****It will fix the scrollbar scrolling.*******/
    height: 100%vw;
    /*****It will fix the scrollbar scrolling.*******/
    overflow-x: hidden;
}
header {
    /*background-color: #ffd3ff;*/
    border-bottom: ridge #bd6896 5px;
    padding-bottom: 20px;
}
h1 {
    font-family: 'Sevillana', cursive;
    font-size: 3em;
    color: #fff;
    text-align: center;
    padding: 30px;
}
h2 {
    font-family: 'Crimson Text', serif;
    font-size: 2em;
    color: #ffc766;
    padding: 10px 0;
}
#container {
    margin: 0 auto;
    padding: 15px;
    background-color: #5F8B99;
    opacity: 0.75;
    overflow: hidden;
}
div #flower {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    padding: 20px;
	position: relative;
}
#top {
    grid-column: 1;
    grid-row: 1;
}
#middle li {
    color: silver;
}
#middle h3 {
    font-weight: 700;
    color: #ffffff;
    padding: 10px 0;
}
/*#middle h3::after {
    content: "\003A ";
}*/

ul li ul{
	padding-left: 50px;
	font-size: 16px;
}
#middle {
    grid-column: 1;
    grid-row: 2/3;
    position: relative;
}

aside {
    grid-column: 2;
    grid-row: 1/3;
}

#c1 {
    width: 180%;
    height: 150vw;
    transform: rotate(10deg);
    /****make the two empty div angle****/
    transform-origin: left center 100px;
    /*background-color: #9BD2F1;*/
    background: url("imagesh/flower2.png") no-repeat;
    position: absolute;
    left: -40px;
    top: -440px;
    /*******by default, Z-index is 0; positive number will be above; negative is below. Postion front or back*********/
    z-index: -3;
}
a:link, a:visited {
    color: #fff;
}
a:hover, a:active {
    color: #CC1848;
}
#top li>a:hover, #middle li>a:hover {
    position: relative;
}
li {
    line-height: 1.2em;
}
#top li>img, #middle li>img, li#coffeem>img, li#audioS>img {
    display: none;
}
#top li>a:hover + img {
    display: block;
    position: absolute;
    left: 200px;
    top: 550px;
    height: 50%;
    z-index: 3;
}
#middle li>a:hover + img {
    display: block;
    position: absolute;
    left: 160px;
    top: 160px;
    hight: 100%;
    z-index: 3;
}
li#coffeem>a:hover + img {
    display: block;
    position: absolute;
    left: 160px;
    top: 150px;
    hight: 100%;
    z-index: 3;
}
li#audioS>a:hover + img {
    display: block;
    position: absolute;
    left: 160px;
    top: 160px;
    hight: 100%;
    z-index: 3;
}
/********************top**********/
#myBtn {
  display: none;
  position: absolute;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
  font-style:italic;
  font-weight: 700;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #ffc766;
}

/*****end***************/


/*********** Dropdown Button**********/
.dropbtn {
/*  background-color: #4CAF50;*/
  background-color: transparent;	
  color: white;
  /*padding: 16px;*/
  /*font-size: 16px;*/
  line-height: 1.2em;
  border: none;
  padding: 0;
  cursor: pointer;	
}

/*.dropbtn:hover, .dropbtn:focus {
  background-color:#3e8e41;;
}*/

.dropbtn:hover, .dropbtn:focus {
  background-color: transparent;
	border: none;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}


/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  font-size: 0.7em;
  padding: 2px 14px;
  text-decoration: none;
  display: block;
}


/*.dropdown a:hover {background-color: #ddd;}*/

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ffc766;}

/* Show the dropdown menu on hover */
/*.dropdown:hover .dropdown-content {display: block;}*/

/* Change the background color of the dropdown button when the dropdown content is shown */
/*.dropdown:hover .dropbtn {background-color: #3e8e41;}*/
.dropdown:hover .dropbtn {background-color: transparent;}

.show {display: block;}

/******************end**************/

footer {
    text-align: center;
    padding: 20px 0;
    color: #fff;
    border-top: ridge #bd6896 5px;
}
footer p {
    line-height: 1.6em;
    color: #ffc766;
}



@media only screen and (min-width: 700px) {
#container {
    width: 700px;
    margin: auto;
}
header h1 {
    font-size: 4em;
}
aside h2 {
    color: black;
}
#top li>a:hover + img {
    left: 350px;
    top: 170px;
    height: 70%;
}
#middle li>a:hover + img {
    left: 300px;
    top: -200px;
}
#middle li#coffeem>a:hover + img {
    left: 280px;
    top: 150px;
}
#middle li#audioS>a:hover + img {
    left: 305px;
    top: -100px;
}
#c1 {
    width: 160%;
    height: 160vw;
    transform: rotate(35deg);
    /****make the two empty div angle****/
    transform-origin: left center 100px;
    /*background-color: #9BD2F1;*/
    background: url("imagesh/flower2.png") no-repeat;
    position: absolute;
    left: 0px;
    top: -450px;
    /*******by default, Z-index is 0; positive number will be above; negative is below. Postion front or back*********/
    z-index: -3;
}
}

@media only screen and (min-width: 1000px) {
#container {
    width: 960px;
    margin: auto;
}
header h1 {
    font-size: 4em;
}
#container section {
    padding-left: 100px;
}
#container aside {
    padding-right: 100px;
}
aside h2 {
    color: #ffc766;
}
#top li>a:hover + img {
    left: 480px;
    top: 20px;
    height: 90%;
}
#middle li>a:hover + img {
    left: 450px;
    top: -300px;
}
#middle li#coffeem>a:hover + img {
    left: 450px;
    top: 85px;
}
#middle li#audioS>a:hover + img {
    left: 450px;
    top: -280px;
}
#c1 {
    width: 100%;
    height: 60vw;
    transform: rotate(220deg);
    /****make the empty div angle****/
    transform-origin: right center 100px;
    background-color: #9BD2F1;
    background: url("imagesh/flower2.png") no-repeat;
    position: absolute;
    left: -150px;
    top: -600px;
    /*******by default, Z-index is 0; positive number will be above; negative is below. Postion front or back*********/
    z-index: -3;
}
#c2 {
    width: 100%;
    height: 100vw;
    transform: rotate(30deg);
    /****make the 2nd empty div angle****/
    transform-origin: right center 200px;
    background-color: #9BD2F1;
    background: url("imagesh/flowersmall.png") no-repeat;
    position: absolute;
    left: 200px;
    top: 250px;
    /* ******by default, Z-index is 0; positive number will be above; negative is below. Postion front or back*********/
    z-index: -3;
}
}

@media only screen and (min-width: 1318px) {
#container {
    width: 960px;
    margin: auto;
}
#container section {
    padding-left: 100px;
}
#container aside {
    padding-right: 50px;
}
#top li>a:hover + img {
    left: 650px;
    top: 0px;
    height: 90%;
}
}
