html, body {
    height: 100%;
    background-color: black;
}

#main-container {
    background-color: black;
}

#sidebar-btn {
    min-width: 100%;
    min-height: 100%;
    text-align: center;
    color: white;
    background-color: #202421;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #202421;
    border-bottom: 1px solid white;
}

#sidebar-btn:hover {
    background-color: white;
    color: black;
}

#main-container {
    height: 100%;
}

#canvas-container {
    height: 20%;
    width: 100%;
}

#sidebar {
    width: 100%;
    height: 110%;
    border: 2px solid black;
    justify-content: start;
    background-color: #202421;
}

#page-layout {
    display: block;
    height: 100%;
}

#email-text {
    float: left;
    display: block;
    color: black;
    padding: 20px;
    text-decoration: none;
    font-size: 17px;
}

#aboutMe-container {
    opacity: 0;
    height: 80%;
    width: 90%;
}

#aboutMe {
    height: 90%;
    width: 95%;
    margin-left: 30px;
    align-self: center;
}

#img-container {
    width: 100%;
    max-height: 100px;
    align-content: center;
}

#img {
    align-self: center;
    width: 90%;
    max-height: 90%;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 1cm;
    border-radius: 15px;
    background-color: white;
    padding: 20px;
}

#name {
    text-align: center;
    color: black;
    font-weight: bold;
    font-family: Tahoma;
}

#text {
    color: white;
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    font-weight: bold;
}

#email-label {
    font-family: Tahoma;
    padding-bottom: 5px;
    color: white;
}

#submit-btn {
    background-color: white;
    color: black;
    font-family: Tahoma;
    font-weight: bold;
    border: 2px solid black;
    display: "inline";
}

#submit-btn:hover {
    background-color: green;
    color: white;
}

#form-container {
    height: 80%;
    padding-left: 20px;
    padding-right: 20px;
}

#form {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-height: 50%;
    display: block;
    align-content: center;
    text-align: center;
}

#title {
    color: white;
    background-color: red;
    width: 60%;
    padding: 10px;
    font-size: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
}

#nav-title {
    color: white;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
}

#link-button-container {
    align-items: center;
    display: flex;
    justify-content: center;
}

#link-button {
    background-color: green;
    color: white;
    border-radius: 15px;
    font-weight: bold;
    font-size: 50px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: auto;
    align-self: center;
}

#resume-container {

    border-radius: 15px;
    padding: 15px;
}

#resume-text {
    color: white;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: green;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

#slides-title {
    color: white;
    background-color: red;
    width: 60%;
    padding: 10px;
    font-size: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
}

#slides-info {
    color: white;
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    font-weight: bold;
}

/* Caption text 
#slides-text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
*/

/* Number text (1/3 etc) */
#numbertext {
  color: green;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  font-family: 'Courier New', Courier, monospace;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.pdf-file {
    display: none;
    border-radius: 15px;
    background-color: #202421;
}
