* {
    /* font-family: 'Nunito', sans-serif;   */
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    box-sizing: border-box;
}

.title {
    margin-top: 2.5%;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    width: 100%;
    background-image: url(../images/bckgrd.jpeg);
    background-size: cover;    
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-color: rgb(51, 51, 51);
    margin: 0; 
}

footer {
    color: white;
    text-align: center;
    line-height: 100px;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: black;
}


h1 {
    text-align: center;
    margin-top: 40px;
    font-family: 'Libre Baskerville', serif;
    font-family: 'Palanquin';
    text-decoration: overline;
}

.content {

    margin-bottom: 0%;
    width: 100%;
    /* background-color: #525252; */
}


.line {
    height: 25px;
    width: .1px;
    background-color: #fff;
}

.linklist {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.links {
    display: flex;
    align-items: center;
}

.links a {
    padding: 40px 3ch;
    font-family: 'Times New Roman', Times, serif;

}

.links a::after {
    content: "";
    width: 0;
    height: 1px;
    margin: auto;
    display: block;
    transition: .3s;
    /* background-color: rgb(241, 179, 0); */
    background-color: #fff;
}

.links a:hover::after {
    width: 100%;
}

.logo {
    height: 85px;
    width: 85px;
    margin: 7.5px;

    border-radius: 5%;
}

.nav {
    position: sticky;
    width: 100%;
    top: 0;
    background-color: rgb(51, 51, 51);
    color: #ffffff;
    box-shadow: 0px 0 15px 5px rgb(0, 0, 0, 25%);

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}

.seperator {
    display: flex;
    align-items: center;

    width: 1px;
    height: 100px;

    margin: 0px -1px;
}


.parallax {
    background: linear-gradient( #333, #333 50%, transparent 75%, transparent 75%);
 
    image-resolution: 100%;

    /* Set a specific height */
    min-height: 250px; 

  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  }


  .parallax2 {
    background-image: url(../images/bckgrd.jpeg);
    image-rendering: crisp-edges;

    /* Set a specific height * 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .between{
    height:600px;
    background: rgb(166,166,166);
    background: linear-gradient(0deg, rgba(209, 209, 209, 0) 0%, rgba(135, 134, 134, 0.705) 72%, rgba(252, 252, 252, 0) 100%);
  }


  .between h1{
    padding-top: 11rem;
    color: white;
  }


  .between h2{
    color: white;
  }

  .between2{
    height:100%;
    background-color:black;
    color: gray;
    font-size:20px
  }

