
body {
  background-color: black;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
}


.navbar {
  background-color: transparent;
  width: 100%;
}

.navbar-brand {
  font-size: x-large;
  color:  #ffb6c1;
}

.navbar-brand:hover {
  font-size: x-large;
  color:  #FF7F50;
}

.nav-item a {
  font-size: large;
  text-decoration: none;
  color:  #ffb6c1;
}

.nav-item a:hover {
  font-size: large;
  text-decoration: none;
  color:  #FF7F50;
}


.information {
  width: 100%;
  text-align: center;
}

.footer {

  left: 0;
  bottom: 0;
  width: 100%;
}

.right {
  float:  right;
}

.left {
  float:  left;
  color:  white;
}

.container {
  width: 1000px;
  margin: 100px auto;
  color:  white;
  background-color: black;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}


aside.left {
  float: left;
}

aside.right {
  float: right;
}

aside {
  margin-right: 1.5rem;
  margin-bottom: 0.625rem;
}


.me {
  height: 300px;
  width: 300px;
}

.bigger {
  font-size: xx-large;
  font-weight: bold;
  color: #ffb6c1;
}


#Resume {
  width: 1000px;
  margin: 100px auto;
  height: 800px;
}

#Resume object {
  width: 100%;
  height: 100%;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  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);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  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;
}

span.dot:active {
  background-color: #000000;
}

.dot:hover {
  background-color: #717171;
} 


