body {
  background-image:  url("../media/javascript.jpg");
  background-repeat: no-repeat;
  background-size: cover;   
  background-attachment: fixed;
  font-family: 'Michroma', sans-serif;
}



.button{
  position: right;
  color: rgb(255, 255, 255);
  text-shadow:  2px 2px 5px rgb(0, 0, 0);
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: radial-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #ff0000;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #8b0000;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

    
    
    .row:after {
      content: "";
      display: table;
      clear: both
    }
    
    .column-66 {
      float: left;
      width: 60%;
      padding: 20px; 
    }
    
    .column-33 {
      float: left;
      width: 30%;
      padding: 20px;
    }
    
    
    .xlarge-font {
      font-size: 64px
    }
    
    img {
      height: auto;
      max-width: 100%;
      margin: 20px;     
      border-radius: 25px 25px 25px 25px ;
      border-width: 5px;
      box-shadow:5px 10px 5px  rgba(0, 0, 0, 0.603);
    }
    
    @media screen and (max-width: 1000px) {
      .column-66,
      .column-33 {
        width: 100%;
        text-align: center;
      }
    }

      
  
    