/* The side navigation menu */
.WHO{
  color: #3391FF;
}
.covid19{
  text-align: center;
  color: #FF6B6B;
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width:1000px)
{
  .covid19{
    font-size:100%;
    margin-left: 10px;
    margin-right: 10px;
  }
}
h2{
  color: white;
} 
#activenav{
   color:skyBlue;
 }
 #activenav:hover{
   color:black;
 }
 #activenav1{
  color:red;
}
#activenav1:hover{
  color:white;
}
 #logoimg{
   text-align: center;
width:100px;
height:100px;
background-color:skyblue;
border-radius: 10%;


 }
 footer{
  height: auto;
  text-align: center;
  color:white;
  padding-bottom: 5px;
}
 html{
  scroll-behavior: smooth;
 }
 .navname{
  color: white;
  margin: 0;
  display:none;
 }
 @media only screen and (max-width:1000px){
   .navname{
display:block;
     text-align: center;
   }
 }
 .navback{
   
   padding-top: 5px;
 }
 @media only screen and (max-width:1000px){
   .navback{
     height: 50px;
   }
 }
 .menuimg{
   width: 25px;
   height: auto;
   margin-left:15px;

 }
 .menubtn{
   display:none;
   float: left;
 }
 @media only screen and (max-width:1000px){
   .menubtn{
     display:initial;
   }
 }
 .sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding:0;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
} 
body{
    background-color:#266e63;
    margin: 0;
}
header{
  margin: 0;
    width: 100%;
    height: 400px;
    background-image: url(img/header.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}
@media only screen and (max-width:1000px){
    header{
      height:30%;
    }
    }

nav a{
    text-decoration: none;
    font-size: 20px;
    color:white;
    padding:10px;
}
@media only screen and (max-width:1000px){
nav a{
  display:none;
}
}
nav a:hover{
    background-color:white;
    color: black;
}
nav{

    
    text-align: center;
    padding: 10px;
}
@media only screen and (max-width:1000px){
    nav{
      display:none;
    }
    }
.headertext{
  color:white;
  text-shadow: 2px 2px black;
    margin: 0%;
    font-size: 70px;
    text-align: center;
    padding-top: 30px;
}
@media only screen and (max-width:1000px){
    .headertext{
    font-size:40px;
    }
    }
.footertext{
  color:white;
    margin: 0;
    padding-top: 10px;

}
.social{
    transition: transform .2s;
width: 50px;
height: auto;
padding:10px;
}
.social:hover{
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2);
}
 
  .galleryimg{
    transition: transform .2s;
    border-color: #222;
      width:60%;
      height: auto;
      border-radius: 5px;
      border-width: 5px;
  }
  .galleryimg:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
}
#homeimg:hover{
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}
  @media only screen and (max-width:1000px){
      .galleryimg{
          width: 100%;
      }
  }
  #gallery{
      text-align: center;
      padding: 20px;
  }
#myworks{
  color:white;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin:5px;
}
@media only screen and (max-width:1000px){
    #myworks{
        font-size:70%;
    }
}
#homeimg{
  transition: transform .2s;
  margin-top:20px;
    width:30%;
    height:auto;
    border-radius: 5px;
}
@media only screen and (max-width:1000px){
  #homeimg{
width:90%;
height: auto;
  }
}
iframe{
  width:50%;
  height:50%;
  border-radius:10px;
  margin-bottom: 30px;
}
@media only screen and (max-width:1000px) {
  iframe {
    margin-bottom: 20px;
    border-radius: 5px;
    width:85%;
    height:30%;

  }
}
  #videodiv1{
      text-align: center;
  }
  #aboutimg1{
	border-radius:10%;
    width: 400px;
    height: auto;
}
@media only screen and (max-width:1000px) {
  #aboutimg1{
    max-width: 300px;
    height: auto;
  }
}
#myworks1{
    font-size: 25px;
}
@media only screen and (max-width:1000px){
   #myworks1{ font-size: 20px;
}
}
#h1{
  color:white;
  font-family: 'Satisfy', cursive;
    font-size: 40px;
}
@media only screen and (max-width:1000px){
    #h1{
        font-size:20px;
    }
}
/* Make sure that padding behaves as expected */
* {box-sizing:border-box}

/* Container for skill bars */
.container {
  width: 100%; /* Full width */
  background-color: #ddd; /* Grey background */
}
@media only screen and (max-width:1000px){
  .container{
    width: 110%;
  }
}

.skills {
  text-align: right; /* Right-align text */
  padding-top: 10px; /* Add top padding */
  padding-bottom: auto; /* Add bottom padding */
  color:black; /* White text color */
  font-family:Arial, Helvetica, sans-serif;
}

.html {width: 90%; height:5%;  background-color: #4CAF50;} /* Green */
.css {width: 90%;height:5%; background-color: #2196F3;} /* Blue */
.js {width: 60%; height:5%; background-color: #f44336;} /* Red */
.php {width: 40%; height:5%; background-color: #808080;} /* Dark Grey */
.photoshop {width:80%; height:5%; background-color:orangered;}
.blender {width: 60%; height:5%; background-color: violet;}
.unity{ width: 40%; height:5%; background-color: purple;}

#skillbar{
    margin: auto;
    width:70%;
    margin-bottom: 20px;
}
.divider {								/* minor cosmetics */
    display: table; 
    font-size: 24px; 
    text-align: center; 
    width: 75%; 						/* divider width */
    margin: 40px auto;					/* spacing above/below */
}
.divider span { display: table-cell; position: relative; }
.divider span:first-child, .divider span:last-child {
    width: 50%;
    top: 13px;							/* adjust vertical align */
    -moz-background-size: 100% 2px; 	/* line width */
    background-size: 100% 2px; 			/* line width */
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
}
.divider span:first-child {				/* color changes in here */
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#000));
    background-image: -webkit-linear-gradient(180deg, transparent, #000);
    background-image: -moz-linear-gradient(180deg, transparent, #000);
    background-image: -o-linear-gradient(180deg, transparent, #000);
    background-image: linear-gradient(90deg, transparent, #000);
}
.divider span:nth-child(2) {
    color: #000; padding: 0px 5px; width: auto; white-space: nowrap;
}
.divider span:last-child {				/* color changes in here */
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(transparent));
    background-image: -webkit-linear-gradient(180deg, #000, transparent);
    background-image: -moz-linear-gradient(180deg, #000, transparent);
    background-image: -o-linear-gradient(180deg, #000, transparent);
    background-image: linear-gradient(90deg, #000, transparent);
}
 /* Style inputs with type="text", select elements and textareas */
 input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
  }
  
  /* Style the submit button with a specific background color etc */
  input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  /* When moving the mouse over the submit button, add a darker green color */
  input[type=submit]:hover {
    background-color: #45a049;
  }
  
  /* Add a background color and some padding around the form */
  .container1 {
      margin: auto;
      width: 60%;
    border-radius: 5px;
    padding: 0px;
  } 
  @media only screen and (max-width:1000px){
    .container1{
      width: 95%;
    }
}
h3{
  color:white;
  font-size: 15px;
  font-family: 'Josefin Slab', serif;
}
.abth1{
  color: white;
  text-align: center;
   font-family: 'comic sans ms';
   font-size: 35px;
}
@media only screen and (max-width:1000px){
 .abth1{
   font-size: 25px;
 }
}
.mininav{
  text-align: center;
  margin-bottom:5px;
  padding:5px;

}
.mini{
  text-shadow: #000 2px 2px 2px 2px ;
  color:white;
  padding-right: 5px;
  padding-left: 5px;
  text-decoration: none;
  font-size:20px;
}
.mini:hover{
  background-color:black;
  color:skyblue;
}