@font-face {
    font-family: "Arial", sans-serif;
}


html,
body,
.container {

    background: linear-gradient(to bottom, #000000 0%, #83175F 100%);
    color: whitesmoke;

}

.container {

    font-family: "Arial", sans-serif;
    font-weight: 70;
    height: 100%;
    width: 100%;
    display: block;
    padding-left: 30px;
    padding-top: 20px;
    margin: -0px -8px -0px -8px;

}

.container2 {
    
    font-family: "Arial", sans-serif;
    font-size: 2em;
    height: 50vh;
    width: 100vw;
    top: 10%;
    left: 5%;
    display: block;

}

.container3 {
    
    font-size: 2em;
    height: 100vh;
    width: 100vw;
    top: 10%;
    left: 5%;
    display:inline-flex;
    background-image: url(images/cypresssunset.jpg);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
    font-family: "Arial", sans-serif;
    font-weight: 70;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: -0px -8px -0px -8px;
}

.container4 {

    font-family: "Arial", sans-serif;
    font-weight: 70;
    height: 100%;
    width: 100%;
    display: block;
    padding-left: 30px;
    padding-top: 20px;
    margin: -0px -8px -0px -8px;
    background-image: url(images/websitebanner.png);

}

.container5 {

    font-family: font-family: "Arial", sans-serif;
    font-weight: 70;
    height: 100%;
    width: 100%;
    display: inline-flex;
    background-image: url(images/outfitbanner.jpg);

}

span {

    font-size: 0.9vw;
    transform: translate(0%, 0%);
    max-width: 90%;
    display: flex;

}

img {
    align-content: center;
}

.h1 {
    
    font-size: 30px;
    font-family: sans-serif;
    display:block;
    align-content: center;
    position: absolute;
    color: whitesmoke;
    font-weight: 100;
}

#text {

    font-size: 1.3vw;
    object-position: center;
    padding-top: 10px;

}

#text1 {
    
    font-size: 1vw;
    display: block;
    align-content: center;
    position: absolute;
    color: whitesmoke;
    padding-left: 20px;
    padding-top: 50px;
}

#text2 {
    position: absolute;
    font-size: 1vw;
    z-index: 2;
    transform: translate(-40%, -600%);
    max-width: 15%;
    font-size: 0.7em;
    color: blueviolet;
    opacity: 1;
    


    /*    top: 10%;*/
    /*    left: 5%; - note that 'top' and 'left' will also allow you to postion your items - translate values are percentages of the element itself not the parent element, hence the huge numbers for translateY*/
}

#text3 {
    position: absolute;
    font-size: 1vw;
    font-size: 0.7em;
    color: black;
    opacity: 1;
    text-align: center;
    object-position: bottom;
    
}

#text4 {
    position: absolute;
    font-size: 20px;
    color: whitesmoke;
    opacity: 1;
    text-align: left;
    object-position: bottom;
    padding-left: 5px;
    
}

#text5 {
    position: absolute;
    font-size: 1vw;
    font-size: 2em;
    color: black;
    opacity: 1;
    text-align: left;
    object-position: bottom;
    
}


#button1 { 
    position:absolute;
  bottom: 400px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: inherit; /* Remove outline */
  background-color: #83175F; /* Set a background color */
  color: white; /* Text color */
  cursor: grab; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px;
    font-family: "Arial", sans-serif;
    font-style: italic;
    font-size: 18px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);    
}

#myBtn {
  position:inherit; /* Fixed/sticky position */
  bottom: -200px; /* Place the button at the bottom of the page */
    align-self: center;
  z-index: 30; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #83175F; /* Set a background color */
  color: white; /* Text color */
  cursor: grab; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-family: "Arial", sans-serif;
    font-style: italic;
    font-size: 18px; /* Increase font size */
}

ul {
  list-style-type: none;
  margin: -0;
  padding: 0;
    border-radius: 10px;
  background-color:#3F4851 ;
    max-width: inherit;
}

li {
  float: left;
    border-radius: 10px;
}

li a, .dropbtn {
  display:flex;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 65px;
    border-radius: 10px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: #3F4851;
    color: #FFFFFF; 
    border-radius: 10px;
}

li a:hover:not(.active) {
  background-color: #545E67;
    color: #FFFFFF;
    border-radius: 10px;
}

.active {
  background-color: #3F4851;
    color: #FFFFFF;
    border-radius: 10px;
}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 12px}
}

video {

    width: 800px;
    height: 400px;
    top: -100%;
    left: 100%;
    transform: translate(-5%, 0%);
    
}


.highlight {

}



    #text {

        font-size: 2vw;
    }

