
 body { 
        background-image: url('about.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
 }

#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}
/* Style the footer */
footer {
  background-color: #e4e4e4;
  padding: 2px;
  font-size: 10px;
  text-align: center;
  color: white;
  position: bottom;
}

/* The sidepanel menu */
.sidepanel {
  height: 250px; /* Specify a height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #373737; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 30px; /* Place content 60px from the top */
  transition: 0.3s; /* 0.5 second transition effect to slide in the sidepanel */
}

/* The sidepanel links */
.sidepanel a {
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidepanel a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) this needs to be edited to move it below SD logo */
.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 36px;
  margin-left: 20px;
}

/* Style the button that is used to open the sidepanel */
.openbtn {
  position: absolute;
  top: 8px;
  font-size: 20px;
  cursor: pointer;
  background-color: #2e2e2e;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #ffffff;
}

/*content here, text box, sided by a left and right column */

* {
    box-sizing: border-box;
}

.row {
    padding-top: 100px;
}

/* Create three unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
  height: 400px; /* Should be removed. Only for demonstration */
}

.left, .right {
  width: 50%;
   background-color: rgba(255, 255, 255, 0.6);
   text-align: justify;
   text-justify: inter-word;
}
/*
.middle {
  width: 80%;
  padding-top: 100px;
  border: 15px lawngreen;
}
*/
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
  .column {
    width: 100%;
  }
}

.fa {
  padding: 20px;
  font-size: 300px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-instagram {
  background: #ff54c0;
  color: white;
}




.SDlogo {
    position: absolute;
    z-index: 1; /* Stay on top */
    width: 15%;
    height: 30px;
    top: 8px;
    right: 16px;
    padding-left: 0px;
    padding-top: 5px;
    object-fit: cover;
} 
/*
.abouttext{
    background-color: lightblue;
    text-align: center;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 500px;
    height: 500px;
    border: 15px solid green;
    padding: 100px;
    margin: 20px;
    position: fixed;
    border: 5px outset red;
}

img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.container {
    display: flex;
    border: 5px green;
}

.container div {
    background-color: #818181;
    margin: 10px;
    padding: 20px;
    font-size: 30px;
    border: 15px green;
} /*