body {
  font-family: "Lato", sans-serif;
}

.sidenav {
  height: 100%;
  width: 200px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 20px;
}

.sidenav a {
  padding: 6px 6px 6px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  font-family:Regular;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.main {
  margin-left: 200px; /* Same as the width of the sidenav */
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
@font-face {
    font-family: Heading_Black;
    src: url('Fonts/Sage_Headline-Black.woff');
}
@font-face {
    font-family: Text_Bold;
    src: url('Fonts/Sage_Text-Bold.woff')
}
@font-face {
    font-family: Text_Bold_Italic;
    src: url('Fonts/Sage_Text-Bold_Italic.woff');
}
@font-face {
    font-family: Text_Light;
    src: url('Fonts/Sage_Text-Light.woff');
}
@font-face {
    font-family: Text_Light_Italic;
    src: url('Fonts/Sage_Text-Light_Italic.woff');
}
@font-face {
    font-family: Text_Medium;
    src: url('Fonts/Sage_Text-Medium.woff');
}
@font-face {
    font-family: Regular;
    src: url('Fonts/Sage_Text-Regular.woff');
}
@font-face{
    font-family: Regular_Italic;
    src: url('Fonts/Sage_Text-Regular_Italic.woff');
}