* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    font-size: 62.5%;
}
header {
    display: flex;
    flex-wrap: wrap;
    background-color: #000000;
    padding: 2rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #fff;
    justify-content: space-evenly;
}
body{
    background-color: #000000;
}
h1 {
    display: inline-block;
    font-size: 4.8rem;
}

nav ul li {
    padding-top: 1.5rem;
    font-size: 2rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    display: inline-block;
    justify-content:flex-end;
    margin-left: 2.5rem;
}

main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}

div {
    background-color: #fff;
    height: 15rem;
    width: 30rem;
    padding: 2rem;
    border: 1px solid  #fff);
    border-radius: 2rem;
    margin: 2rem;
    opacity: 0.6;
    text-align: center;
    line-height: 0.1rem;
    font-size: 2.5rem;
    font-weight: bold;
    box-shadow: 10px 10px 10px #aaaaaa;
}

div:hover {
    opacity: 1.0;
    transform: rotate(-1deg) scale(1.1);
}
.command-line1 {
    background-image: url();
    background-size: cover;
    font-size: 2.5rem;
    color: white;
    font-weight: bold;
    text-align: center;
}
.git {
    background-image: url();
    background-size: cover;
    font-size: 2.5rem;
    color: white;
    font-weight: bold;
    text-align: center;
}

.InsMediaQuery{
    background-image: url(./assets/01-Ins-Media-Query-Screen.PNG);
    background-size:200px 200px;;
    background-repeat: no-repeat;
    background-position-y: 40px;
    background-position-x: 50px;
}

.StuMediaQuery{
    background-image: url(./assets/02-Stu-Media-Query2.PNG);
    background-size:200px 200px;;
    background-repeat: no-repeat;
    background-position-y: 40px;
    background-position-x: 50px;
}

.InsFlexboxLayout{
    background-image: url(./assets/03-Ins-Flexbox-Layout2.PNG);
    background-size:200px 100px;;
    background-repeat: no-repeat;
    background-position-y: 40px;
    background-position-x: 50px;
}

.StuFlexboxLayout{
    background-image: url(./assets/04-Stu-Flexbox-Layout2.PNG);
    background-size:200px 100px;;
    background-repeat: no-repeat;
    background-position-y: 40px;
    background-position-x: 50px;
}

.InsResponsiveDesign{
    background-image: url(./assets/05-Ins-Responsive-Design2.PNG);
    background-size:200px 200px;;
    background-repeat: no-repeat;
    background-position-y: 40px;
    background-position-x: 50px;
}

.StuResponsiveDesign{
    background-image: url(./assets/06-Stu-Responsive-Design2.PNG);
    background-size:200px 100px;;
    background-repeat: no-repeat;
    background-position-y: 40px;
    background-position-x: 50px;
}

.InsFlexboxPlacement{
    background-image: url(./assets/07-Ins-Flexbox-Placement2.PNG);
    background-size:200px 200px;;
    background-repeat: no-repeat;
    background-position-y: 40px;
    background-position-x: 50px;
}

.StuFlexboxPlacement{
    background-image: url(./assets/08-Stu-Flexbox-Placement2.PNG);
    background-size:200px 100px;;
    background-repeat: no-repeat;
    background-position-y: 40px;
    background-position-x: 50px;
}

.InsBoxStyling{
    background-image: url(./assets/09-Ins-Box-Styling.PNG);
    background-size:200px 200px;
    background-repeat: no-repeat;
    background-position-y: 40px;
    background-position-x: 50px;
}

.StuBoxStyling{
    background-image: url(./assets/10-Stu-Box-Styling2.PNG);
    background-size:200px 200px;
    background-repeat: no-repeat;
    background-position-y: 40px;
    background-position-x: 50px;
}

.InsCSSResets{
    background-image: url(./assets/11-Ins-CSS-Resets.PNG);
    background-size:200px 100px;
    background-repeat: no-repeat;
    background-position-y: 40px;
    background-position-x: 50px;
}

.StuCSSResets{
    background-image: url(./assets/12-Stu-CSS-Resets2.PNG);
    background-size:200px 100px;
    background-repeat: no-repeat;
    background-position-y: 40px;
    background-position-x: 50px;
}

.InsTypography{
    background-image: url(./assets/13-Ins-Typography2.PNG);
    background-size:200px 100px;
    background-repeat: no-repeat;
    background-position-y: 40px;
    background-position-x: 50px;
}
.StuTypography{
    background-image: url(./assets/14-Stu-Typography2.PNG);
    background-size:200px 100px;;
    background-repeat: no-repeat;
    background-position-y: 40px;
    background-position-x: 50px;
}

.InsPseudoClasses{
    background-image: url(./assets/15-Ins-Pseudoclases.PNG);
    background-size:200px 30px;;
    background-repeat: no-repeat;
    background-position-y: 40px;
    background-position-x: 50px;
}

.StuPseudoClasses{
    background-image: url(./assets/16-Stu-Pseudo-Classes2.PNG);
    background-size:200px 50px;;
    background-repeat: no-repeat;
    background-position-y: 40px;
    background-position-x: 50px;
}

.InsPseudoElements{
    background-image: url(./assets/17-Ins-Pseudo-Elements2.PNG);
    background-size:200px 100px;;
    background-repeat: no-repeat;
    background-position-y: 40px;
    background-position-x: 50px;
}

.StuPseudoElements{
    background-image: url(./assets/18-Stu-Pseudo-Elements2.PNG);
    background-size:200px 70px;;
    background-repeat: no-repeat;
    background-position-y: 40px;
    background-position-x: 50px;
}

.InsFormStyles{
    background-image: url(./assets/19-Ins-Form-Styles2.PNG);
    background-size:200px 100px;;
    background-repeat: no-repeat;
    background-position-y: 40px;
    background-position-x: 50px;
}

.StuCustomStyles{
    background-image: url(./assets/20-Stu-Custom-Forms2.PNG);
    background-size:200px 100px;
    background-repeat: no-repeat;
    background-position-y: 40px;
    background-position-x: 50px;
}

.InsWireframing{
    background-image: url(./pages/21-Ins-Wireframing/assets/01-unfinished-wireframe.png);
    background-size:200px 100px;
    background-repeat: no-repeat;
    background-position-y: 40px;
    background-position-x: 50px;
}

.StuWireframing{
    background-image: url(./pages/22-Stu-Wireframing/assets/01-wireframe-form-completed.png);
    background-size:200px 100px;
    background-repeat: no-repeat;
    background-position-y: 40px;
    background-position-x: 50px;
}

.InsCSSSelectors{
    background-image: url(./assets/23-Ins-CSS-Selectors2.PNG);
    background-size:200px 100px;
    background-repeat: no-repeat;
    background-position-y: 40px;
    background-position-x: 50px;
}

.StuCSSSelectors{
    background-image: url(./assets/24-Stu-CSS-Selectors2.PNG);
    background-size:200px 50px;
    background-repeat: no-repeat;
    background-position-y: 40px;
    background-position-x: 50px;
}

.InsCSSVariables{
    background-image: url(./assets/25-Ins-CSS-Variables2.PNG);
    background-size:200px 100px;
    background-repeat: no-repeat;
    background-position-y: 40px;
    background-position-x: 50px;
}

.StuCSSVariables{
    background-image: url(./assets/26-Ins-CSS-Variables2.PNG);
    background-size:200px 100px;
    background-repeat: no-repeat;
    background-position-y: 40px;
    background-position-x: 50px;
}

.GitMerge{
    background-image: url(./assets/27-Git-Merge-Conflict.PNG);
    background-size:200px 50px;
    background-repeat: no-repeat;
    background-position-y: 40px;
    background-position-x: 50px;
}

.MiniProject{
    background-image: url(./assets/28-Mini-Project.PNG);
    background-size:200px 100px;
    background-repeat: no-repeat;
    background-position-y: 40px;
    background-position-x: 50px;
}

.Homework{
    background-image: url(./pages/29-Homework/assets/02-advanced-css-homework-demo.gif);
    background-size:200px 100px;
    background-repeat: no-repeat;
    background-position-y: 40px;
    background-position-x: 50px;
}

/* Dark mide Switch */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ff0000;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: rgb(255, 255, 255);
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: rgb(0, 255, 0);
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px rgb(29, 128, 210);
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  
  .row {
    margin: 20px;
    display: flex;
  }
  .col {
    margin: 20px;
  }
  /* Dark mide Switch */