/*img {
  width: 1000px;
  height: auto;
  max-width: 100px;
}*/

.htmlclass {
    --main-color: rgb(248, 248, 248);
    --dark-color: rgb(11, 11, 11);
    --font-color:rgb(11, 11, 11);
    --alt-font-color:rgb(248, 248, 248);
    --secondary-color: rgb(243, 216, 227);
  }

html{
    overflow-x: hidden;
}


body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;/*
    background-image: url("images/moon.jpg"); */
    background-size:cover;
    background-position: top center;
    background-repeat: no-repeat;
    font-size:2em;
    color: var(--font-color);
    text-align: justify;
}

/* Style the logo */
#logo {
  float: center;
  height:60px;
  min-width: 90px;
  transition: 0.4s;
  background: url(images/Hippolyta%20Logo%20white%20big-03.png);
  background-size: contain;
  background-repeat: no-repeat;  
  /*padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;*/
  grid-column-start:1;
  grid-column-end:2;  
}


.navbar-parent {
  z-index: 99999;
  display:grid;
  grid-template-columns:1fr minmax(auto, 1300px) 1fr;
  position: fixed;
  width:100%;
  background: linear-gradient(to bottom, rgba(0,0,0, 0.7), rgba(0,0,0, 0));
}

.navbar {
  display:grid;
  grid-template-columns: 1fr minmax(auto, 800px) 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1;
  z-index: 999999;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
  /*padding-top: 40px;
  padding-bottom: 40px;*/
  grid-column-start:2;
  grid-column-end:3;
  width: auto;
  margin-top: 0px;  
  top:0;
  left: 0;
  right:0;
  transition: 0.2s;
}

#darkModeBtn-container {
    display: flex;
    align-items: flex-start;
    justify-content:center;
}

#logo{
    display: flex;
    align-items: flex-start;
    font-family: Roboto;
    color: var(--alt-font-color);
    text-align: center;
    justify-content: space-evenly;
    
}
/* Style the links inside the navigation bar */
.simple-a{
  display:flex;
  align-items: center;
  justify-content: flex-end;
  font-family: Roboto;
  color: var(--alt-font-color);
  text-align: center;
  padding-left: 4em;
  text-decoration: none;
  font-size: 20px;
  transition: 0.2s;
}

#Home{
    grid-column-start:3;
    grid-column-end:4;  
}


/* Change the color of links on hover */
.simple-a:hover {
  text-decoration: overline;
  text-decoration-color:var(--alt-font-color);
}

/* Add a color to the active/current link 
.topnav a.active {
  background-color: navy;
  color: white;
}*/

#section-0{
    height:100vh;
    background:rgba(250,250,250, 0) url(images/s0.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.section-1{
    display: grid;
    height: 100vh;
    background-color:var(--main-color);
    color:var(--font-color);
    font-size: 80px;
}

#section-2{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-columns: 1fr, 910px, 1fr; 
    height: 100vh;
    background-color:var(--main-color);
    font-size: 80px;
}

#section-3{
    display: grid;
    grid-template-rows: 1fr, 700px, 1fr; 
    grid-template-columns: 1fr, 910px, 1fr; 
    height: 100vh;
    background-color:var(--main-color);
    color:var(--font-color);
    font-size: 80px;  
}

#header-container1{
	grid-column-start:2;
	grid-column-end:3;
	grid-row-start:1;
	flex-wrap:wrap;
	width:100vw;
    display: flex;
	flex-direction: row;
    align-items: center;
    justify-content: center;
}

#header-container2{
	grid-column-start:0;
	grid-column-end:1;
	grid-row-start:1;
	flex-wrap:wrap;
	width:100vw;
    display: flex;
	flex-direction: row;
    align-items: center;
    justify-content: center;
}

#sportswear-header{
    text-align: center;
    font-family: roboto slab;
    font-weight: 300;
}

#swimwear-header{
    text-align: center;
    font-family: roboto slab;
    font-weight: 300;
}

#shoes-header{
    text-align: center;
    font-family: roboto slab;
    font-weight: 300;
}

#shoes-text{
  font-size: 16px;
  color: var(--font-color);
  font-family: Verdana;
  grid-column-start:2;
  grid-column-end:3;
  border-style: solid;
  border-width: 3px;
  border-radius: 50px;
  margin-bottom:200px;
  padding:100px;
  /*
  background-image: url("images/space7.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background: linear-gradient(rgba(31, 31, 31, 0.8),
  rgba(31, 31, 31, 0.8)), url("images/space7.jpg");  */
  /*
  background-color: rgba(0,0,0, 0);
  */

}

#first-section{
    padding-bottom:200px;
    background: linear-gradient(to bottom, rgba(250,250,250, 0), black);
    /*
    border-bottom-style: solid;
    border-bottom-color: rgb(240,240,24);
    border-bottom-width: 10px;
    */
    
    
}



#first-section-p{
    height:100vh;
    /*background-image: url("images/moon.jpg");
    background-image: url("images/moon.jpg"), linear-gradient(black, white);
    background-image: url("images/moon.jpg");*/
    
    background-size: cover;
    z-index: 10;
    overflow: hidden;
    
    
}


#first-section-p p{
    padding-top: 200px;
    padding-left:20vw;
    padding-right:20vw;
    
}

.custom-shape-divider-top-1642772657 {
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    background-color: var(--main-color);
}

.custom-shape-divider-top-1642772657 svg {
    position: relative;
    display: block;
    width: calc(145% + 1.3px);
    height: 78px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1642772657 .shape-fill {
    fill: black;
}
/*
.flexboxof-grid-container2{
  height:100vh;
  display:flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
    flex-wrap:wrap;
}
*/
#grid-container2{
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-rows: repeat(10, 1fr);
    grid-template-columns: 1fr minmax(10px, 700px) minmax(10px, 100px) minmax(10px, 700px) 1fr; /*
    grid-template-columns: auto, MinMax(100px,900px), MinMax(100px,900px), auto;*/
   /* grid-template-columns:repeat(10, 1fr);
    grid-template-rows: repeat(10, 1fr);
    padding-top: 300px;
    padding-bottom: 300px;
    width:100vw;
    height:100vh;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: 100px 50px;
    grid-template: repeat(7, 60px)/repeat(6, 1fr);*/
    
   /*
    grid-template-areas: 
        " . . . . . . . . . ." 
        " . . picture picture picture . description description . . " 
        " . . picture picture picture . description description . . "
        " . . picture picture picture . description description . . "
        " . . picture picture picture . description description . . "
        " . . . . . . . . . ."
        " . . . . . . . . . .";
    background-color: aliceblue;    */
}

/*.grid2-item1{
    grid-area: navi;
    background-color: ;
    text-align: center;
    font-size:0.5em;
    padding:0 0;
    
}
*/
#grid-parent{
    display:grid;
    background: linear-gradient(to top, rgba(250,250,250, 0), aliceblue), url(images/astronaut.jpg);
    background-size: cover;
    z-index:9999;
    
    
}

#grid2-item2{
    grid-column-start:2;
    grid-column-end:4;
    grid-row-start: 3;
    grid-row-end: 8;
    /*
    grid-area: picture;*/
    background-color: rgb(0, 0, 0);
    font-size:0.5em;
    /*background-image: url(images/moon.jpg);*/
    background-size: cover;
    background-position: center;
    border-radius: 60px;
}

#grid2-item3{
    display:grid;
    grid-template-rows: repeat(3, 1fr);
    grid-column-start:3;
    grid-column-end:5;
    grid-row-start: 5;
    grid-row-end: 7;
   /* grid-area: description;*/
    background-color: rgba(0,0,0,0.7);
    font-size:0.5em;
    border-radius: 20px;
}

#grid2-p{
    grid-row-start:2;
    grid-column-start: 2;
    padding-left:50px;
    padding-right:50px;

}

#first-section-dividers{
    background: url(images/sd1.webp) rgba(255, 255, 255, 0.3);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover; 
    background-blend-mode: overlay;
}

#second-section-dividers{
    background:url(images/sd2.webp) rgba(255, 255, 255, 0.3);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover; 
    background-blend-mode: overlay;
}

#last-section-dividers{
    background:url(images/sd3.webp) rgba(255, 255, 255, 0.3);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover; 
    background-blend-mode: overlay; 
}

.custom-shape-divider-top-1643030780 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1643030780 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 115px;
}

.custom-shape-divider-top-1643030780 .shape-fill {
    fill: var(--main-color);
}

/*-----------------------------------------*/

.between-dividers{
    height:40px;
}

/*-----------------------------------------*/

.custom-shape-divider-bottom-1643030988 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1643030988 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 115px;
}

.custom-shape-divider-bottom-1643030988 .shape-fill {
    fill: var(--main-color);
}


/*-----------------------------------------*/

#footer {  
width:100vw;
height: 30vh;
bottom: 0px; 

background-color: var(--main-color);  
color: var(--font-color);
text-align: center;  
}  

/*-----------------------------------------*/
/*-----------------------------------------*/
.parent-container{
	display: grid;
	grid-template-columns: 1fr 910px 1fr;
	grid-template-rows: 1fr;
	width:100vw;
	height:700px;
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start:2;
	grid-row-end: 3;
}

.hippolytaSlideshow {
   display: block;
   grid-column-start: 2;

}

.parent-container-shoe{
	display: grid;
	grid-template-columns: 1fr 640px 1fr;
	grid-template-rows: 1fr;
	width:100vw;
	height:700px;
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start:2;
	grid-row-end: 3;
}

.frame-container{
	display:grid;
	width:910px;
	height:700px;
	grid-template-rows: 1 1fr;
	grid-template-columns: 910px;
	grid-column-start: 2;
	overflow:hidden;
}

.slideshow-container {
	display:grid;
	width:910px;
	height:700px;
	grid-template-columns: repeat(7, 1fr);
	grid-template-rows: 1 1fr;
	grid-column-gap: 5px;
	animation:right-to-left2 20s ease-in infinite alternate 3s;
}
/*
@keyframes right-to-left2{
	0%{
		transform:translateX(0px);
	}
	15%{
		transform:translateX(0px);
	}
	25%{
		transform:translateX(-305px);
	}
	35%{
		transform:translateX(-305px);
	}
	40%{
		transform:translateX(-610px);
	}
	55%{
		transform:translateX(-610px);
	}
	70%{
		transform:translateX(-610px);
	}
	75%{
		transform:translateX(-915px);
	}
	90%{
		transform:translateX(-915px);
	}
	95%{
		transform:translateX(-1220px);
	}
	100%{
		transform:translateX(-1220px);
	}
}

	
	
#slides1{
	height:700px;
	width:300px;
	background:url(images/sports1.jpg);
	background-size: cover;
	background-position: center center;
}

#slides2{
	height:700px;
	width:300px;
	background:url(images/sports2.jpg);
	background-size: cover;
	background-position: center center;
}
*/
#slides3{
	height:700px;
	width:300px;
	background:url(images/sports3.jpg);
	background-size: cover;
	background-position: center center;
}

#slides4{
	height:700px;
	width:300px;
	background:url(images/sports4.jpg);
	background-size: cover;
	background-position: center center;
}

#slides5{
	height:700px;
	width:300px;
	background:url(images/sports5.jpg);
	background-size: cover;
	background-position: center center;
}

#slides6{
	height:700px;
	width:300px;
	background:url(images/sports1.jpg);
	background-size: cover;
	background-position: center center;
}

#slides7{
	height:700px;
	width:300px;
	background:url(images/space7c.jpg);
	background-size: cover;
	background-position: center center;
}

.navbar .icon {
    display: none;
    grid-column-start:10;
    grid-column-end:11;
  }

 .navbar2 {
    display:none;/*
    grid-template-rows: repeat(6, 1fr);
    */z-index: 99999;
    background: linear-gradient(to bottom, rgba(0,0,0, 0.7), rgba(0,0,0, 0));
    overflow: hidden;
    position: fixed;
    width: 100%;
} 
  
.simple-a2 {
    display: flex;
    align-items: center;
    font-family: Roboto;
    color: var(--alt-font-color);
    text-align: center;
    justify-content: space-evenly;
    padding-top: 5%;
    padding-bottom: 5%;
    background-color: rgba(0, 0, 0, 0.513);
    text-decoration: none;
}

.simple-a2:hover {
    font-family: Roboto;
    color: var(--font-color);
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.always-visible {
    display:grid;
    grid-template-columns: 200px 1fr 100px;
    background-color: rgba(0, 0, 0, 0.513);
    padding: 5%;
}

.icon2 {
    display: flex;
    justify-content: flex-end;
    font-family: Roboto;
    color: var(--alt-font-color);
    align-items: center;
    /*
    padding-right:30px;
    padding-top:50px;*/
    grid-column-start:3;
	grid-column-end: 4; 
    text-decoration: none;
}

#logo2 {
    height: 50px;
    display: block;
    font-family: Roboto;
    color: var(--alt-font-color);
    background: url(images/Hippolyta%20Logo%20white%20big-03.png);
    background-size: contain;
    background-repeat: no-repeat; 
    grid-column-start: 1;
	grid-column-end: 2;
}

#About2 {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-bottom: 10%;

}

.NOT-always-visible {
    display: none;
    
}

@media screen and (max-width: 900px) {
    .navbar {
        display:none;
    }

    .responsive {
        display:block;
        transition: all 0.3s ease-in-out 0s;
    }

    .navbar2 {
        display:grid;
    }

    .navbar a:not(:first-child) {
        display: none;
    }
/*
    .navbar a.icon {
        padding-left: 50px;
        padding-right: 50px;
        display: block;
    }
*/
    #Home{
        grid-row-start:1;
        
    }
    

}
    /*.navbar.responsive {
        display: grid;
        grid-template-rows: repeat(6, 1fr);
      }
  
    .navbar.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
      }
  
    .navbar.responsive a {
        float: none;
        display: block;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
      }
      */
.dark {
        background-color: var(--dark-color); 
}
  
.darkModeBtnClass {
    z-index:999;
    position:fixed;
    height:20px;
    width: 20px;
    border-radius: 50%;
    background-color: rgb(36, 36, 36);
    border-style: solid;
    border-width: 3px;
    border-color: aliceblue;
    justify-content: flex-end;
}

#darkModeBtn :hover{
    cursor: pointer;
}

#darkModeBtnContainer {
    display:flex;
    width:100px;
    height:auto;
    justify-content: flex-end;
    align-items: center;
  

}

.darkModeBtnBackground {
    display:flex;
    justify-content: flex-start;
    background-color: whitesmoke;
    position:fixed;
    height:20px;
    width: 40px;
    border-radius: 20px;

    
}

.clicked {
    justify-content: flex-end; 
    background-color: rgb(19, 19, 19);

}

.clickedBtn {
    background-color: aliceblue;
    border-color: rgb(36, 36, 36);
}

.darkHTML {
    --main-color: rgb(0, 0, 0);
    --font-color:rgb(245, 245, 245);
}

