@font-face { font-family: "Tafelschrift"; src: url('/fonts/Tafelschrift.ttf'); }
@font-face { font-family: "Morgan Chalk"; src: url('/fonts/MorganChalk.ttf'); }
@font-face { font-family: "Alegreya"; src: url('/fonts/Alegreya-VariableFont_wght.ttf'); }

* {
  font-family: 'Alegreya';
  font-weight: 100;
  list-style: none;
  letter-spacing: 0.1px;
}

html {
    scroll-behavior: smooth;
  }

body {
    background-color: rgba(254, 232, 194, 0.6);
    color: rgb(54, 51, 82);
    margin: 0;
    background-image: url('/images/page-whiter4.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-blend-mode: overlay;
}

h1 {
    font-family: Tafelschrift;
}

h2 {
    padding-top: 65px;
    text-align: center;
    font-size: 2.5rem;
}

p {
    line-height: 1.5;
    font-size: 18px;
    text-align:justify;
}

div {
    width: 100%;
}

.topnav {
  overflow: fixed;
  background-color: rgba(238, 229, 215, 0.5);
  position: fixed; 
  top: 0;
  z-index: 100;
  
}
  
.topnav a {
    float: left;
    color: rgb(54, 51, 82);
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-family: Tafelschrift;
  }

.topnav a.left-nav {
    padding-right: 30px;
    padding-bottom: 15px;
  }
  
.topnav a:hover {
    color: rgb(74, 74, 74, 0.3);
    transition: .5s;
  }

.topnav a.right-nav {
    float: right;
    font-size: 25px;
    padding-right: 25px; 
  }

nav .topnav .respmenuopen{
    color: rgb(54, 51, 82);
    font-size: 25px;
    padding: 25px;
    cursor: pointer;
    display: none;
}

nav .topnav .respmenuopen:hover {
  color: rgb(74, 74, 74, 0.3);
  transition: .5s;
}

.menu .logo-toggle {
    display: none;
}

.section-heading {
  font-family: Tafelschrift;
}

footer p {
  text-align: center;
  font-size: 15px;
}

hr.solid {
  border-top: 2px solid rgb(54, 51, 82);
  opacity: 22%;
}


/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media (max-width: 1300px) {

nav .topnav .respmenuopen{
    display: inline;
}
.menu{
    position: fixed;
    height: 100%;
    width: 190px;
    left: -100%;
    top: 0;
    padding: 20px;
    z-index: 100;
    transition: all 0.4s ease;

    background-color: rgba(193, 169, 129, 0.6);
    background-image: url('/images/page-whiter4.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-blend-mode: overlay;
}
nav.active .menu{
    left: -0%;
}

.menu .logo-toggle{
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-toggle .respmenuclose{
    color: var(--text-color);
    font-size: 24px;
    cursor: pointer;
}

.logo-toggle .respmenuclose:hover{
  color: rgb(74, 74, 74, 0.3);
  transition: .5s;
}

.topnav .nav-links{
    flex-direction: column;
    padding-top: 0px;
    display: inline-block;
}

.nav-links li a{
    display: block;
    margin-top: 20px;
}

.topnav {
  padding-top: 16px;
  padding-bottom: 10px;
}

li {
  display: block;
  text-align: center;
}

.topnav ul li a {
  line-height: 40px;
}
  
}
