body{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;
    
    

}
header, nav, main, article, aside, footer {
    border: 20px opaque rgba(255, 0, 255, .5);
    margin: 12px; padding: 12px;
    
}

header {
    text-shadow: 8px 8px hsl(0, 0%, 50%);
    box-shadow: 0px 8px 8px white;
    
}

.navbar {
    overflow: hidden;
    background-color: transparent;
    box-shadow: 0px 8px 0px white;
    
  }
  
  .navbar>a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    }
  
  .dropdown {
    position: left;
    overflow: hidden;
    box-shadow: 0px 8px 8px white;
  }
  
  .dropdown .dropbtn {
    font-size: 16px;  
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    
  }
  
  
  .navbar>a:hover, .dropdown:hover .dropbtn {
    background-color: red;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: black;
    min-width: 80px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    
  }
  
  .dropdown-content>a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    
  }
  
  .dropdown-content>a:hover {
    background-color: transparent;
    
  }
  
  .dropdown:hover .dropdown-content {
    display:block;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 350px;
  }

img {
    float: right; 
    width: 375px; 
}

.second {
    font: bold;
    font-size: 1.5em;
    border: 4px solid;
    width: 35%;
    height: 250px;
    display: flex; flex-flow: row wrap;
    margin: 30px auto;
    transform: translate(-500px, 0px);
    text-shadow: .25px .25px blue;
    background-image: linear-gradient(90deg,  white, grey, black);
        
}

.third {
    flex: 1 0 50%;
    font-size: 1.25em;
    border: 0px solid #456;
    width: 35%;
    height: 250px;
    display: flex; flex-flow: row wrap;
    margin: 30px auto;
    text-align: center;
    transform: translate(75px, 0px);
    text-shadow: .25px .25px blue;
    background-image: linear-gradient(90deg, black, grey, white);
    
}

.fourth{
    border: 0px solid #456;
    width: 35%;
    height: 250px;
    display: flex; flex-flow: row wrap;
    margin: 30px auto;
    transform: translate(-500px, 0px);
    text-shadow: .25px .25px blue;
    font-size: 1.25em;
    background-image: linear-gradient(90deg, white, grey, black);
    
}

.fifth {
    flex: 1 0 50%;
    border: 0px solid #456;
    width: 35%;
    height: 300px;
    display: flex; flex-flow: row wrap;
    margin: 30px auto;
    text-align: center;
    transform: translate(75px, 0px);
    text-shadow: .25px .25px blue;
    font-size: 1.25em;
    background-image: linear-gradient(90deg, black, grey, white);
   
}
aside{
    
    flex: 1 0 50%;
    width: 16%;
    height: 330px;
    display: flex; flex-flow: row wrap;
    margin: 50px auto;
    position: fixed;
    top: 150px;
    right: 0px;
      
        
        
}

main{
    overflow: hidden;

}

html { 
    background: url(../images/pass.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }

li{
    margin-bottom: 12px;
    list-style: square;
    

}

dt{
    margin-top: 16px;
    margin-top: 8px;
    color: black;
   
}

footer{
    text-align: center;
}

a:link{
    color: yellow;
    background-color: transparent;
    text-decoration: none;
}

a:visited{
    color: yellow;
    background-color: transparent;
    text-decoration: line-through;
    
}

a:hover{
    color: red;
    background: transparent;
    text-decoration: none;
    
}

.flexcontainer{
  display: flex;
  flex-flow: row wrap;

}

.innerbox{
  flex: 1 0 33%;
  border: 0px solid green;
  min-height: 33.33vh;
  
  
  
}

/* CSS code for having a button to top */
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  left: 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: red; /* 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: #555; /* Add a dark-grey background on hover */
}

/*---------------------------------*/

@media screen and (max-width: 800px){

  .innerbox .main{
      flex: 1 0 100%;              
      min-height: 50vh;
      font-size: 1em;
      text-align: center;
     
  
}

.innerbox .second{
      flex: 1 0 100%;              
      min-height: 50vh;
      font-size: .5em;
      width: 80%;
      transform: translate(-50px, 0px);
      background-image: none;
      background-color: none;
      border: none;
  
}

.innerbox .third{
      display: flex; flex-flow: row wrap;
      flex: 1 0 50%;              
      min-height: 50vh;
      width: 80%;
      font-size: 1em;
      background-color: none;
      background-image: none;
      margin: auto;
      transform: translate(-35px,0px);
      text-shadow: 2px 2px 2px gray;
    
  
}

.innerbox .fourth{
      flex: 1 0 100%;              
      min-height: 50vh;
      font-size: 1em;
      width: 80%;
      background-color: none;
      background-image: none;
      margin: auto;
      transform: translate(-35px, 0px);
      text-shadow: 2px 2px 2px gray;
      
  
}

.innerbox:last-child{
  display: none;
}

aside {
  display: none;
}

}




