@font-face {
  font-family: 'abduction2002';
  src: url('/0scr/Fonts/abduction2002.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

#main-content { 
    padding-top: 100px;
}

.bombay-embed {
  width: 100%;
  max-width: 1100px;
  height: 600px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  display: block;
  margin: 0 auto;
}

#main-content button {
  background-color: #dcdcdc;
  border: 2px solid #fff;
  border-right-color: #888;
  border-bottom-color: #888;
  padding: 6px 12px;
  font-family: "Verdana", sans-serif;
  font-size: 14px;
  color: black;
  box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #555;
  cursor: pointer;
  font-family: 'abduction2002';
}

#main-content button:hover {
  background-color: #e9e9e9;
}

#main-content button:active {
  border-top-color: #888;
  border-left-color: #888;
  border-right-color: #fff;
  border-bottom-color: #fff;
  box-shadow: inset -1px -1px 0 #fff, inset 1px 1px 0 #555;
}
#main-content button span {
  position: relative;

}
#main-content button:active span {
  top: 2px;
  left: 1px;
}

#load-ppt span::after {
  content: "Load presentation";
}

#load-ppt.active span::after {
  content: "Unload presentation";
}

@media (max-width: 1500px) {
  #main-content {
    font-size: 100px;
    padding-top: 300px;
  }
}