* {
    /* font-family: 'Nunito', sans-serif;   */
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}

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(6, 6, 6);
}

footer {
    padding-top: 3.5%;
    margin-top: 4rem;
    text-align: center;
    position: relative;
    width: 100%;
    height: 100px;
    background-color: rgb(6, 6, 6);
}
.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;
}

.seperator {
    display: flex;
    align-items: center;

    width: 1px;
    height: 100px;

    margin: 0px -1px;
}




.parallax {
    background-image: url(../images/bck_6.jpg);
    image-rendering: crisp-edges;
    background-size: 90%;
    /* Set a specific height */
    min-height: 800px;
    background-position: center;
    background-repeat: no-repeat;
  }


.parallax2 {
    background-image: url(../images/antelope.JPG);
    image-rendering: crisp-edges;
    background-size: 90%;
    /* Set a specific height */
    min-height: 800px;
    background-position: center;
    background-repeat: no-repeat;
}

  .between{
    height: auto;
    background-color: rgb(6, 6, 6);
    color: gray;
    font-size:20px
  }

  .between2{
    height:100%;
    background-color: rgb(6, 6, 6);    color: gray;
    font-size:20px
  }


@media (min-width: 1000px) {
    .parallax {
        background-image: url(../images/bck_6.jpg);
        image-rendering: crisp-edges;
        background-size: 90%;
        /* Set a specific height */
        min-height: 800px;
    
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
         
      
        /* Create the parallax scrolling effect */
        background-position: center;
        background-repeat: no-repeat;
      }
      
    .parallax2 {
        background-image: url(../images/antelope.JPG);
        image-rendering: crisp-edges;
        background-size: 90%;
        /* Set a specific height */
        min-height: 800px;
    
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
         
      
        /* Create the parallax scrolling effect */
        background-position: center;
        background-repeat: no-repeat;
      }
}