
*{
	box-sizing:content-box
}

header{	background-color: #7C403E;
	color: #ffffff;
	text-align:center;
	font-family: 'Times New Roman', Times, serif;
	grid-row: 1/2;
	grid-column: 1/9; 
	margin-top: 20px;
	margin-bottom: 15px;
}

header a{
	color:#ffffff;
	text-decoration: none;
}


nav a:hover{ background-color: #7C403E;

}
nav{
    font-weight: bold;
	background-color:#9E706F;
	font-size:large;
	grid-row: 2/3;
	grid-column: 1/9;
	margin: 6px;
	
}
nav a {
	text-decoration: none;
	color:#ffffff;
	display: block;
	text-align:center;
	padding: 1rem;
}
nav ul {
	display:flex;
	flex-flow: row nowrap;
	list-style-type: none;
	justify-content: space-around;
	max-width: 600px;
	margin: 0 auto;
}

#wrapper {
	display: grid;
	grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0, 175px)) minmax(0px, 1fr);
	grid-auto-rows: minmax(0px, auto);
  
  }

main{
	grid-row: 3/4;
	grid-column: 2/8;
}



body{
background-color:#DFCED1;
color:#7C403E;
padding-left: 30px;
padding-right: 60px;
margin: 1%;


}

footer{
	text-align: center;
	color:#ffffff;
	font-size: 1em;
	font-weight: bolder;
	background-color:#9E706F;
	display: flex;
	justify-content: space-around;
	grid-row: 4/5;
	grid-column: 1/9;
	width: 100%;
	padding-block-end: 10px;
	text-align-last: center;
	

}


section{
	display:flex;
	text-align: justify;
font-size: 25px;
	padding-right: 40px;



}

section img {
	width: 100%;
	margin: 2em;
	max-width: 150px;
	height: 150px;

}
#moon{
	text-align: justify;
	display:flex;
font-size: 28px;
	padding-right: 40px;
}
#moon img{
	width: 55%;
	margin: 2em;
	padding-bottom: 10%;
	height: 200px;

}


h1{
	text-align: center;
	color: #ffffff;

}
 #gelnails{
	height: 300px;
	background-image: url(images/gelp.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
	grid-area:3/1/4/9;
	margin: 2%;


 }
#gel{
	color:#ffffff;
	background-color: #7C403E;
	opacity: 60%;
    text-align: center;
    margin-left:1em;
    margin-right:1em;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1em;
    font-family: 'Gill Sans';
	
}
h4{
	font-size: 24px;
	font-weight: lighter;

}

h3{
	text-align: center;
	display:flex;
	text-align: justify;
	font-size: 23px;
	padding-right: 20px;
	margin: 3%;
}
h3 img{
	width: 100%;
	margin: 3em;
	max-width: 150px;
	grid-row: 1/2;
grid-column: 4/3;

} 
h2{
text-align: center;
}



.polish{
	font-size: 36px;
	text-align: center;
	color:#7C403E;
	font-weight: bolder;
	margin: 5%;

}
#poll{
	height: 300px;
	background-image: url(images/polly.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
	grid-area:3/1/4/9;
	margin: 2%;

}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


@media only screen and (max-width: 992px){

 section img{
text-align: center;
width: 300px;

}
 

section {
	flex-direction: column;
	width: 100%;
	padding-right: 10px;
}
footer{
	flex-direction: column;
}
}
@media only screen and (max-width:768px){
#wrapper{
	display:grid
}
ol{
	font-size: 24px;
}

nav ul {
	
	flex-flow: column nowrap;
padding: 0px;
}
h2{
	font-size: 22px;
}
section{
	font-size: 24px;
}
h3{
	font-size: 25px;
}

}