/*this class is to move the text on the circle buttons down 
so the entire word would fit*/
.down {
  margin-top: 2vw;
}

/*this mysterious box below is what gives a ton of extra scrolling 
space at the bottom.*/
.z
{
  background-color: transparent;
  
  padding: 1vh;
  position: absolute;
  width: 25vw;
  height: 30vw;
  top: 100vw;
  left: 40vw;
  z-index: -1;
}


header{
	background-image: url("Lemons.png");

  /*background-repeat: no-repeat;
  background-attachment: fixed;*/
  background-size: cover;
  font-size: 2.5vw;
  color: transparent;
  
}


body{
	font-family: 'Playfair Display', serif;
	font-weight: 600;
	font-size: 1vw;
	background-color: white;
}



.title
{
	letter-spacing: 2vw;
	color: #F4F40F;
	font-size: 4vw;
	font-family: 'Chango', cursive;
	text-shadow: 4px 4px black;
	position: absolute;
	top: 18vw;
	left: 28vw;


}


.logo
{
position: absolute;
width: 10vw;
height: auto;
top: 2vw;
left: 4vh;
}

/*these next few buttons are for the standard menu 
they transition between different colors for text, background and border
I also made sure that the button that describes the page the 
user is on is highlighted.

I made the ease 0s so that the buttons respond quickly and are
more lively.*/
.example_c {
color: black;

text-decoration: none;
text-shadow: 4px 4px #F4F40F;
background: white;
padding: 20px;
border: 4px solid black !important;
display: inline-block;
transition: all 0.4s ease 0s;

/*box-shadow: 25px 25px #FE6F8C;
*/font-size:1.5vw;

}



.example_c.about:hover{
  /*top: 650px;
left: 1450px;
position: absolute;*/
color: white;
background: black;
border: 4px 4px solid white;
text-shadow: none;
position: absolute;
left: 30vw;
top: 7vw;

}
.example_c.about{
  /*top: 650px;
left: 1450px;
position: absolute;*/

text-shadow: none;

position: absolute;
left: 30vw;
top: 7vw;
}
.example_c.proj:hover{
  /*top: 650px;
left: 1450px;
position: absolute;*/

text-shadow: none;
position: absolute;
left: 40vw;
top: 7vw;
}
.example_c.proj{
  /*top: 650px;
left: 1450px;
position: absolute;*/

text-shadow: none;
position: absolute;
left: 40vw;
top: 7vw;
}
.example_c.bucket{
  /*top: 650px;
left: 1450px;
position: absolute;*/

text-shadow: none;
position: absolute;
left: 51vw;
top: 7vw;
}
.example_c.love{
  /*top: 650px;
left: 1450px;
position: absolute;*/
color: white;
background-color: black;
text-shadow: none;
position: absolute;
left: 63vw;
top: 7vw;
}
.example_c.love:hover{
  /*top: 650px;
left: 1450px;
position: absolute;*/
color: white;
background-color: black;
text-shadow: none;
position: absolute;
left: 63vw;
top: 7vw;
color: white;
border: 4px 4px solid black;
background-color: black;
}
.example_c:hover {
color: #ffffff !important;
background: black;
border: 4px solid white !important;
transition: all 0.4s ease 0s;
text-shadow: none;

/*box-shadow: 25px 25px #ffffff;*/
/*text-shadow: 2px 2px #F4F40F;*/
}

/*These next buttons are the menu options under a lil love that I placed
by hand because they would not let me make them bigger when I adjusted
them to get bigger when hovered over. This took lots of time but
I got it to work. I made sure they don't have a border and there
were gifs for each theme that worked.

The 2 subsections I made these buttons for love yourself (selfLove)
and affirmations (affirm) */
.eximple_c {
color: black;

text-decoration: none;
text-shadow: 4px 4px #F4F40F;
background: white;
padding: 20px;
/*border: 4px solid black !important;*/
display: inline-block;
transition: all 0.4s ease 0s;

/*box-shadow: 25px 25px #FE6F8C;
*/font-size:1.5vw;


/*top: 650px;
left: 1400px;
position: absolute;*/

}
.eximple_c.selfLove{
color: white !important;
text-transform: lowercase;
text-decoration: none;
text-shadow: none; 
letter-spacing: 0.75vw;
border-color: transparent;
/*text-shadow: 4px 4px white;*/

background-image: url(selfLove.gif);
background-size: cover;
padding: 20px;
/*border: 5px solid #F4F40F !important;
*/ width: 25vw;
     height: 25vw;
      
      border-radius: 50%;
display: block;
text-align: center;
margin-left: auto;
margin-right: auto;
transition: all 0.4s ease 0s;
position: absolute;
top: 30vw;
left: 30vh;
}
.eximple_c.selfLove:hover {
color: white !important;
text-transform: lowercase;
background-image: url(selfLove.gif);
width: 40vw;
     height: 40vw;
transition: all 0.4s ease 0s;


    
     z-index: 5;

}
.eximple_c.affirm{
color: white !important;

text-transform: lowercase;
text-decoration: none;
text-shadow: none; 
letter-spacing: 0.75vw;
border-color: transparent;
/*text-shadow: 4px 4px white;*/
background-image: url(affirm2.gif);
background-size: cover;
/*background-color: #E5E017;*/
/*background-image: url(https://images2.static-bluray.com/reviews/4076_1.jpg);*/
padding: 20px;
/*border: 5px solid #F4F40F !important;
*/ width: 25vw;
     height: 25vw;
      
      border-radius: 50%;
display: block;
text-align: center;
margin-left: auto;
margin-right: auto;
transition: all 0.4s ease 0s;
position: absolute;
top: 30vw;
left: 95vh;
}
.eximple_c.affirm:hover {
color: white !important;
text-transform: lowercase;
background-image: url(affirm2.gif);
background-color: #E5E017;

transition: all 0.4s ease 0s;



width: 40vw;
     height: 40vw;
     z-index: 5;
}


