* {
    margin: 0;
    padding: 0;
    }

    * {
        box-sizing: border-box;
      }

      body{
        background-color: black;
        
      }

      body, html {
        /* height:auto; */
      }
      .home-bg {
        background-size: cover;
        height: 100vh;
      }
      


      
      .container {
        position: relative;
        text-align: center;
        color: white;
        margin-top: 10px;
        object-fit:contain;
        width: 100%;
        background-blend-mode:multiply;
        background-size: cover;
      }


      .title-name {
        position: absolute;
        top: 18%;
        left: 35%;
        transform: translate(-50%, -50%);
        font-size: 3rem;
        border-spacing: 1px;
        font-family:  'Helvetica Neue', sans-serif; 
        
      
        
       
  color: rgb(230, 185, 185);
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

.title-name2 {
  position: absolute;
  top: 30%;
  left: 35%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  border-spacing: 1px;
  font-family:  'Helvetica Neue', sans-serif; 

  
 
  color: rgb(230, 185, 185);
text-align: center;
-webkit-animation: glow 1s ease-in-out infinite alternate;
-moz-animation: glow 1s ease-in-out infinite alternate;
animation: glow 1s ease-in-out infinite alternate;

}

.title-name3 {
  position: absolute;
  top: 25%;
  left: 35%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  border-spacing: 1px;
  font-family:  'Helvetica Neue', sans-serif; 

  
 
  color: rgb(230, 185, 185);
text-align: center;
-webkit-animation: glow 1s ease-in-out infinite alternate;
-moz-animation: glow 1s ease-in-out infinite alternate;
animation: glow 1s ease-in-out infinite alternate;
}

.subtext{
  position: absolute;
        top: 25%;
        left: 35%;
        transform: translate(-50%, -50%);
        font-size: 2rem;
        border-spacing: 1px;
        font-family:  cursive; 
        text-shadow: 2px 2px 8px #1b1a1a;
}

.subtext2{
 
 
  position: absolute;
        top: 55%;
        left: 35%;
        transform: translate(-50%, -50%);
        font-size: 1.3rem;
        border-spacing: 2px;
        font-family:  Verdana, Geneva, Tahoma, sans-serif; 
        /* text-shadow: 2px 2px 8px #1b1a1a; */
        border:rgb(0, 0, 0) solid 1px;
        /* margin-top: 10%; */
        background-color: rgba(0,0,0,.5);
        color: #fff;   
 
}

.subtext3{
 
 
  position: absolute;
        top: 55%;
        left: 35%;
        transform: translate(-50%, -50%);
        font-size: 1.5rem;
        border-spacing: 2px;
        font-family:  Verdana, Geneva, Tahoma, sans-serif; 
        /* text-shadow: 2px 2px 8px #1b1a1a; */
        border:rgb(0, 0, 0) solid 1px;
        /* margin-top: 10%; */
        background-color: rgba(0,0,0,.5);
        color: #fff;   
 
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px rgb(112, 11, 11), 0 0 30px red, 0 0 40px red, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px red, 0 0 40px #ff4da6, 0 0 50px white, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #cf0808;
  }
}

/* Style the navigation bar */
.navbar {
  width: 100%;
  background-color: rgb(0, 0, 0);
  overflow: auto;
  border: rgb(204, 203, 203) 1px solid;
  
}

/* Navbar links */
.navbar a {
  float: right;
  text-align: center;
  padding: 12px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 20px;
 font-family:"Lucida Console", "Courier New", monospace;
 font-weight: bold;
}

/* Navbar links on mouse-over */
.navbar a:hover {
  background-color: rgba(175, 66, 66, 0.507);
}

/* Current/active navbar link */
.active {
  background-color: rgba(175, 66, 66, 0.507);
}

/* Add responsiveness - will automatically display the navbar vertically instead of horizontally on screens less than 500 pixels */
@media screen and (max-width: 500px) {
  .navbar a {
    float: none;

  }
  .social a{
    display: block;
   
  }
  .subtext{
    display:block;
    margin-top: 60px;
    font-size: 1.5rem;;
  }
  .navbar{
    display: flex;
    flex-direction: column-reverse; 
  }
  .social{
    display: inline;
  }
 
  .title-name{
    font-size: 2.3rem;
  }
.subtext2{
  top: 65%;
  
}
.title-name2{
  /* top: 27%; */
}

  
}

@media screen and (max-width: 600px) {
  .navbar a {
    float: none;
  
    
  }
  .social a{
    display: block;
   
  }
    .subtext{
    display:block;
     margin-top: 60px; 
    font-size: 1.5rem;
  }   
  .navbar{
    display: flex;
    flex-direction: column-reverse; 
  }
  .social{
    display: inline;
  }
 
  .title-name{
    font-size: 2.3rem;
  }
  .subtext2{
    top: 65%;
  }
  .title-name2{
    /* top: 27%; */
  }

}

@media screen and (max-width: 800px) {
  .navbar a {
    float: none;
  
    
  }
  .social a{
    display: block;
   
  }
  .subtext{
    display:block;
    margin-top: 60px;
    font-size: 1.5rem;;
  }
  .navbar{
    display: flex;
    flex-direction: column-reverse; 
  }
  .social{
    display: inline;
  }
 
  .title-name{
    font-size: 2.3rem;
  }
  .subtext2{
    top: 50%;
  }

}

@media screen and (max-width: 900px) {
  .navbar a {
    float: none;
  
    
  }
  .social a{
    display: block;
   
  }
  .subtext{
    display:block;
    margin-top: 60px;
    font-size: 1.5rem;;
  }
  .navbar{
    display: flex;
    flex-direction: column-reverse; 
  }
  .social{
    display: inline;
  }
 
  .title-name{
    font-size: 2.3rem;
  }
  .subtext2{
    top: 50%;
  }

}

@media screen and (max-width: 1000px) {
  .navbar a {
    float: none;
  
    
  }
  .social a{
    display: block;
   
  }
  .subtext{
    display:block;
    margin-top: 60px;
    font-size: 1.5rem;;
  }
  .navbar{
    display: flex;
    flex-direction: column-reverse; 
  }
  .social{
    display: flex;
    width: 100%;
    /* font-size: 1.3rem; */
  }
 
  .title-name{
    font-size: 2.3rem;
  }

}

.container{
  margin-top: 0px;
}

.social {
  text-align: center;
 
}

.social a{
float: left;
margin: none;
padding: 3px;
align-items: space-around ;
margin-left: 1%;
display: flex;
width: 3rem;
text-align: center;

}


footer{
 background-color: rgb(0, 0, 0);
 position: fixed;
/* border-top: blanchedalmond solid 1px ; */
 padding: 10px 10px 0px 10px;
 bottom: 0;
 width: 100%;
 /* Height of the footer*/ 
 /* height: 40px; */

}

.copyright{
  border-top: blanchedalmond solid 1px;
  font-size: 15px;
  color: white;
  padding:10px ;
  font-family: 'roboto serif' , 'sans serif';

}

/* portfolio */

.slide-container{
  width: 85vmin;
  position:relative;
  transform: translate(-50%,-50%);
  top: 33%;
  left: 50%;
  overflow: hidden;
  border: 5px solid #ffffff7a;
  border-radius: 8px;
  box-shadow: 10px 25px 30px rgba(0,0,0,0.3);
  margin: 10px;
  height: auto;
}

.wrapper{
  width: 100%;
  display: flex;
  animation: slide 20s infinite;
}

img{
  width: 100%;

}

@keyframes slide{
  0%{
      transform: translateX(0);
  }
  25%{
      transform: translateX(0);
  }
  30%{
      transform: translateX(-100%);
  }
  50%{
      transform: translateX(-100%);
  }
  55%{
      transform: translateX(-200%);
  }
  75%{
      transform: translateX(-200%);
  }
  80%{
      transform: translateX(-300%);
  }
  100%{
      transform: translateX(-300%);
  }
}


/* photo grid */

.wrap {
  overflow: hidden;
  margin: 10px;
  /* max-height: 1500px; */
margin-left: auto;
margin-right: auto;

}
.box {
  float: left;
  position: relative;
  width: 20%;
  padding-bottom: 20%;
  /* border:rgb(204, 203, 203) 1px solid; */
}

.boxInner {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  overflow:hidden;
  object-fit: contain;
}
.boxInner img { 
  width: 100%;
  /* object-fit: cover; */
  
}

.titleBox{

}


@media only screen and (max-width:480px) { 
  /* Smartphone view: 1 tile */
  .box {
      width: 100%;
      padding-bottom: 100%;
  }
}
@media only screen and (max-width:650px) and (min-width:481px) { 
  /* Tablet view: 2 tiles */
  .box {
      width: 50%;
      padding-bottom: 50%;
  }
  .slide-container{
    margin-bottom: 65px ;
  }
}
@media only screen and (max-width:1050px) and (min-width:651px) { 
  /* Small desktop / ipad view: 3 tiles */
  .box {
      width: 33.3%;
      padding-bottom: 33.3%;
  }
}
@media only screen and (max-width:1290px) and (min-width:1051px) { 
  /* Medium desktop: 4 tiles */
  .box {
      width: 25%;
      padding-bottom: 25%;
  }
}

 


.button {
  border:white;
  color: black;
  background-color: red;
  font-size: 20px;
  transition-duration: 0.4s;
  cursor: pointer;
  text-decoration: none;
  
}

.button:hover {
  background-color: grey;
  color: black;
  border: 2px solid black;
}



/* slide gallery */

/* Slideshow container */
.slideshow-container {
  width: 80%;
  position: relative;
  margin: auto;
  height: 50%;
}



/* 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: 2rem;
  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:  black;
  font-weight: bolder;
  font-size: 1rem;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  background-color:#bbb;
  opacity: 40%;
}

/* 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: rgba(175, 66, 66, 0.507);
}

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

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

.contact-bg {
  height: 100vh;
}

/* .boxInner img:hover {
  cursor: pointer;

} */

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg2 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

#myImg2:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

#caption2 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.close2 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close2:hover,
.close2:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}



/* image grid enlarger */

#myImg3 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg3:hover {opacity: 0.7;}
 
.close3 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close3:hover,
.close3:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

#caption3 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}


#myImg4 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg4:hover {opacity: 0.7;}
 
.close4 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close4:hover,
.close4:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

#caption4 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.thoughts-video {
  display: block; margin: auto;
  
  
}