body{
  background-color:#2c2c2c;
 
}

/* Dropdown Button */
.dropbtn {
background-color: #fffbee;
  color:#2c2c2c;
  padding: 16px;
  font-size: 16px;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-family: monospace, serif;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #2c2c2c;
  border-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: #fffbee;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  font-family: monospace, serif;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fffbee;
  min-width: 160px;
  z-index: 1;
  border-radius: 15%;
  
  
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #2c2c2c;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-radius: 25%;
 
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  color:#fffbee;  
  background-color: #2c2c2c;
  border-radius: 10%;
  display: block;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;} 


#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* 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: none; /* Remove outline */
  background-color: #2c2c2c; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #325B7D; 
}



  

  

  .gallery {
    display: grid;
    grid-gap: 5px;
    margin-top: 200px;
    padding-top: 200px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: 2000px;
    background-image: url('img/eyeSee.png');
    margin-bottom: 200px;
}


  .gallery__img {
    height: 100%;
    border-radius: 50%;
    height: 250px;
    width: 250px;
    border-radius: 50%;
  

}

.gallery__item--1 {
    grid-column-start:1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  
}

.gallery__item--2 {
    grid-column-start:4;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 4;
    
}

.gallery__item--3 {
    grid-column-start:5;
    grid-column-end: 6;
    grid-row-start: 2;
    grid-row-end: 1;
  
}

.gallery__item--4 {
    grid-column-start:7;
    grid-column-end: 8;
    grid-row-start: 2;
    grid-row-end: 4;
   
}

.gallery__item--5 {
    grid-column-start:8;
    grid-column-end: 8;
    grid-row-start: 2;
    grid-row-end: 1;
  
}



.box {
    
    animation-duration: 2s;
    animation-iteration-count: 1;
    border-bottom: 30px solid #fffbee;
    margin-bottom: 20px;
   
}
.bounce-2 {
    animation-name: bounce-2;
    animation-timing-function: ease;
    
  
}
@keyframes bounce-2 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-200px); }
    100% { transform: translateY(0); }
    
}







.portfolio{
  color: #fffbee;
 display: grid;
  font-family: monospace, serif;
  font-size: 30px;
  font-weight: bolder;
  float: inline-start;
  min-width: fit-content;
  text-align: center;
  
}


.stage{
    margin-top: 100px;
   
  font-size: 200px;
  font-weight: bolder;
  text-align: center;
  border-top: 30px solid #fffbee;
  font-family: monospace, serif;
  border-bottom: 30px solid #fffbee;
}

.stage p{
  color: #fffbee;
}

.stage p:hover{
  transition: all 0.5s ease-in;
  color: #325B7D;
  transition: all 0.5s ease-in;
}



footer{
  padding:10px;
  border-top: 30px solid #fffbee;
  width: 100%;
  margin-top:100px;
  padding-top: 100px;
}

footer p{
  color: white;
  padding-top: 10px;
  float:right;
  
}
.footer_styles{
   padding-top: 10px;
   width:50px;
  
}

.email_us{
   width: 100%;
   border-radius: 10px;
}

* {box-sizing: border-box}
body {font-family: monospace, sans-serif; 
  margin:0;


}
.mySlides {display: none}
img {vertical-align: middle;}

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

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  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: #325B7D;
  font-size: 25px;
  padding: 8px 12px;
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #325B7D;
  font-size: 15px;
  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}
}

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

a:visited {
  color:  #325B7D;
  text-decoration: none;
    }

    .topLogo {
      width: 20%;
      float: right;
      margin-top: 10px;
      margin-right: 100px;
      
    }