* {
  box-sizing: border-box;
}

body {
  margin: 10px;
  font-family: 'Abel';
  color: #434c55;
  background-color: #f5f5f5;
  cursor: default;
}
  
a {
  text-decoration: none;
  color: #555f6a;
}

img {
  border-radius: 10px;
}

a:hover {
  color: #9fa19f;
  text-decoration: underline;
}

h3 {
  font-family: Rajdhani;
}

p {
  font-size: 18px;
}

button {
  font-family: 'Abel';
}

.header {
  text-align: left;
  color: #36454F;
  letter-spacing: .1em;
}

.navbar {
  font-size: 16px;
}

.social {
  padding-top: 3px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.content {
    background-color: #e1e4e6;
    padding: 15px;
    margin-top: 10px;
    border-radius: 10px;
}

.menu {
  position: sticky;
  top: 0;
}

.clickable-content {
  cursor: pointer;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box (100px) */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  height: 90%;
  width: auto;
  object-fit: contain;
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
  
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
 
@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}
  
@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.self {
  border-radius: 500px;
  display: block;
  height:600px;
  width: auto;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}