* {
    margin: 0;
}

a:-webkit-any-link {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

body{
    background-color: #DCAC93;
}

/* HEADER */
.homeLink{
    display: inline-flex;
    font-family: 'Lydian';
    justify-content: left;
    align-items: center;
    justify-items: left;
    text-align: left;
    font-size: 35px;
    color: #000000;
    font-style: normal;
    font-weight: normal;
    line-height: 47px;
    letter-spacing: 0.02em;
    text-decoration: none !important;
    padding: 8px 0px 8px 0px;
}

/* LIST OF NAV LINKS IN THE HEADER */
.headerLink{
    display: inline-flex;
    float: right;    
    font-family: Helvetica;
    color: #000000;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.05em;
    text-decoration: none !important;
    align-items: center;
    margin: 20px 0% 0% 1%;
    cursor: pointer;
    transition: 0.2s ease-in;
}

.currentLink{
    display: inline-flex;
    float: right;    
    font-family: Helvetica;
    color: #C97D54 !important;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.05em;
    text-decoration: none !important;
    align-items: center;
    margin: 20px 0% 0% 1%;
    cursor: pointer;
    transition: 0.2s ease-in;
}

.headerLink:hover{
    color: #ffffff;
    display: inline-flex;
    transition: .2s ease-in;
}

.navLinkContainer{
    margin-left: 2%;
    margin-right: 2%;
}

.inquire{
    display: inline-flex;
    float: right;    
    font-family: Helvetica;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.05em;
    text-decoration: none !important;
    align-items: center;
    margin: 15px 0% 0% 1%;
    cursor: pointer;
    transition: all .2s ease-in;
    border: solid 1px;
    padding: 3px 5px 3px 5px;
    background: #CCFF00;
    color: #000000;
}

.inquire:hover{
    background:honeydew;
    color:hotpink;
}

/* MAIN CONTENT BELOW */
.communityMain{
    width: 100vw;
    height: 100vh;
    background-color: #DCAC93 !important;
}

.communityContainer{
    height: 85vh;
    width: 70vw;
    margin-top: 2%;
    margin-left: 5%;
    overflow: scroll;
    padding-right: 20VW;
}

.communityHeading{
    font-family: Pilowlava;
    font-size: 6.5vw;
    color: #fff;
}

.communitySubhead{
    font-family: 'Mondwest-Regular' !important;
    font-size: 2vw;
    letter-spacing: 0.02em;
    color: #fff;
}

.communityBody{
    font-family: 'Mondwest-Regular' !important;
    font-size: 1vw;
    letter-spacing: 0.02em;
    color: #fff;
}

.communityBody a{
    color: #141414;
}

.communityBody a:hover{
    color: #feffb5;
    transition: ease-in-out 0.2s;
}

.linktree{
    display: block;
    align-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%;
    width: 60vw;
    border-radius: 40px;
    border-color: #000000;
    background-image: url("https://images.unsplash.com/photo-1579167728798-a1cf3d595960?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1026&q=80");
    border-width: 10px;
    border-style: solid;
}

.linktree li{
    font-family: helvetica;
    text-align: center;
    color: #fff;
    background: #000;
    width: 500px;
    padding:2%;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
}

/* FUN LITTLE PURPLE SCROLLBAR FOR THE LIST OF THINGS I'VE DONE */
.communityContainer::-webkit-scrollbar{
    width: 10px;  
     height: 0px;
}

.communityContainer::-webkit-scrollbar-track:vertical {
    background: #f1f1f1;
    border-radius: 50px;
    padding-bottom: 0%;
}
  
  .communityContainer::-webkit-scrollbar-thumb:vertical {
    background: #a396ff;
    border-radius: 50px;
    padding-bottom: 0%;
}

  .communityContainer::-webkit-scrollbar-track-piece:vertical{
      background: #f1f1f1;
      border-radius: 50px;
      padding-bottom: 0%;
}

  .communityContainer::-webkit-scrollbar-corner:vertical{
      display: none;
      padding-bottom: 0%;
}
  
  .communityContainer::-webkit-scrollbar-track:horizontal {
    display: none;
    padding: 0%;
}
  
  .communityContainer::-webkit-scrollbar-thumb:horizontal {
    display: none;
    padding: 0%;
}

  .communityContainer::-webkit-scrollbar-track-piece:horizontal{
    display: none;
    padding: 0%;
}

/* FOOTER BELOW */
footer {
    background-color: #C97D54;
    display: block;
    padding: 3%;
}

footer ul{
    list-style-type: none;
    display: flex;
}

.copyright{
    display: flex;
    width: 10vw;
    margin: auto;
    padding-bottom: 3%;
}

.footerLink{
    margin: auto;
    transition: all .2s ease-in;
}

.footerLink a{
    text-decoration: none !important;
    color: #ffffff;
    font-family: Helvetica;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: all .2s ease-in;
}

.footerLink a:hover{
    color: #000000;
}
