.whiteText{
    color:black;
}
.fullhr{
max-width: 100%!important;
border-color: #222222!important;
}
 .backgroundImage1{
    background-image:url(../img/dark.png);
    background-size:auto;
    opacity:2%;
} 

.aboutText{
    color:rgba(0,0,0,0.9);
}
  .bgAbout{
   background-color:rgba(255, 255, 255, 0.8);
  
}  
.bgSkillText{
   background-color:rgba(0, 0, 0, 0.5)
}
.aboutImage{
    background-image:url(../img/create.jpeg);
    background-size:cover;
    opacity:2%;
}
.bgProjects{
    background-image:url(../img/circles.png);
    background-size:auto;
    opacity:2%;
}
 .contactImage{
    background-image:url(../img/dark.png);
    background-size:auto;
    opacity:2%;
} 

.center{
    text-align: center;

}
.profilepic{
    background-image: url("images/profilepic.jpg");
    background-size: 100%;
    height: 1000px;
    text-align: center;
    color: white;
    padding-top: 200px;
    font-size: 200px;
  
}
 /* {box-sizing:border-box} */

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* 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: white;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  background-color: black;
  bottom: 35px;
  opacity: .7;
}

/* 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: 13px;
  width: 13px;
  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}
}


#text{
  display: block;
  text-align: center;
  padding-top: 25%;
  font-size: 20px;
   color: black;
}
#text2{
  display: block;
  text-align: center;
  padding-top: 10px;
  font-size: 20px;
  color:black;
}
#text3{
  display: block;
  text-align: center;
  padding-top: 10px;
  font-size: 20px;
  color: black;
}
#text4{
  display: block;
  text-align: center;
  padding-top: 60px;
  font-size: 20px;
  color: black;
}
#html{
top: 40px;
}
/*dropdown projects css*/
.dropbtn:hover, .dropbtn:focus {
    background-color: #F05F40;
}


.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}
.dropdown-content {
    display: show;
    position: relative;
    /* background-color: rgba(0,0,0,0.5); */
    min-width: 160px;
    width:100%;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 20px;
    color: white;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover{
    color: green;
}

.show {display:block;}

.thumb {
  height: 150px;
  width: 300px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  margin: 2px;
}
.hov:hover{
    opacity: 0.4;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 5; /* 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;
    z-index: 4;
    
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption, #caption2, #caption3, #caption4, #caption5, #caption6, #caption7, #caption8, #caption9, #caption10, #caption11, 
#caption12, #caption13, #caption14, #caption15, #caption16, #caption17, #caption18, {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption #caption2, #caption3, #caption4, #caption5, #caption6, #caption7, #caption8, #caption9, #caption10, #caption11, 
#caption12, #caption13, #caption14, #caption15, #caption16, #caption17, #caption18,{ 
    -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: relative;
    right: 35px;
    color: white;
    opacity: 0.5!important;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #923452;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
.whitehr{
    max-width: 100%!important;
    border-color: white;
}
.modalfont{
    font-family: 'Handlee', cursive;
}
.highlight:hover{
   color: #F05F40;;
}
/*.bg{
    background-image: url("keyboard.jpg");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: center;
}*/