body, html {
  height: 100%;
  margin: 0;
}

* {box-sizing:border-box}

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

/* Hide the images by default */
.mySlides {
  display: none;
}

body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif}
.w3-bar,h1,button {font-family: "Montserrat", sans-serif}


.header {
  padding: 20px;
  text-align: center;
  background: white;
  color: black;
  font-size: 30px;
  font-family: Helvetica, sans-serif;
}

.topnav {
  overflow: hidden;
  background-color: #CCB0D9;
}

.topnav a {
  float: left;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  color: black;
   border: none;
  outline: none;
  cursor: pointer;
  width: 25%;
}

.topnav a:hover {
  background-color: #F2CEE6;
  color: black;
}

.topnav a.active {
  background-color: #F2E0D0;
  color: black;
}

/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: url(https://img.wallpapersafari.com/desktop/1920/1080/40/66/TMi3Vf.png);

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

.fa {
  padding: 10px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 4px 5px;
  border-radius: 50%
}

.fa:hover {
    opacity: 0.7;
}

.fa-github {
  background: #000000;
  color: white;
}

.fa-linkedin {
  background: #000000;
  color: white;
}

