/************************************** 
    Global Styles
****************************************/

html, body {
    
    margin: 0;
    padding: 0;
    min-height: 100vh;
    height: 100%;
    width: 100%;
    overflow:visible;
}

/* Font Styles */

.anton-sc-regular {
    font-family: "Anton SC", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.hanken-grotesk {
    font-family: "Hanken Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.comic-neue-regular {
    font-family: "Comic Neue", cursive;
    font-weight: 400;
    font-style: normal;
}

.sue-ellen-francisco-regular {
    font-family: "Sue Ellen Francisco", cursive;
    font-weight:normal;
    font-style: normal;
    font-size: 1.2em;;
}

.arimo {
    font-family: "Arimo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


/************************************** 
    Carousel Styles
****************************************/

.fullPage {
    
    min-height: 100vh;
    width: 100vw;
    margin:0;
    padding:0;
    top:0;
    left:0;
}

.nhnt-carousel-item
{
    flex:100%;
    width: 100vw;
    min-height:100vh;
    /* height: 100vh; */
    top:0;
}
.nhnt-nav 
{
    cursor:pointer;
    text-decoration: none;
}
/* Navigation Bar Styles */

.navigation-bar
{
    position:fixed;
    top:0;
    width:100%;
    height:20px;
    
    display:flex;
    justify-content:space-around;
    padding:0px 1em 0px 1em;
    z-index:500;
    text-align: center;
    font-size: 0.8em;
    color: gray;
}


.home-nav 
{
    background-color:white;
}
.home-nav a 
{
    text-decoration: none;
    color: gray;
}
.home-nav a.selected 
{
    font-weight: bold !important;
    color: black !important;
}

.home-nav a:hover 
{
    font-weight: bold;
    color: black;
}

.goodfolkcafe-nav 
{
    background-color:#2C2826;
}
.goodfolkcafe-nav a
{
    text-decoration: none;
    color: #C0D5C2;
}
.goodfolkcafe-nav a.selected 
{
    font-weight: bold !important;
    color: #9988A2 !important;
}
.goodfolkcafe-nav a:hover 
{
    font-weight: bold;
    color: #9988A2;
}


.kickword-nav 
{
    background-color:#F108D9;
}
.kickword-nav a 
{
    text-decoration: none;
    color: #FAE408;
    
}
.kickword-nav a.selected 
{
    font-weight: bold !important;
    color: #15F108 !important;
}   
.kickword-nav a:hover 
{
    font-weight: bold;
    color: #15F108;
}


/* Carousel navigation button */


.slider-button
{

    cursor:pointer;
    rotate: 0deg;
    width:60px;
    height:60px;   
    margin:0px;
    padding:0px;
}

.fixed{

    position:fixed;
    bottom:50px;
    right:0px; 
}



.white 
{
    background-color:white;
}
.black 
{
    background-color:black;
}
.pink 
{
    background-color:#F108D9;
}
.yellow
{
    color:#FAE408 !important;
}
.green
{
    background-color:#15F108;
}
.purple
{
    background-color:#9988A2;
}
.brown 
{
    background-color:#2C2826;
}

/* Carousel index indicators */
.nhnt-index-indicator 
{
    width:10px;
    height:10px;
    border-radius:50%;
    /* margin:5px; */
    background-color: #888;
    display:inline-block;
}
.nhnt-index-indicator.active 
{
    background-color: #444;
}

.swiper-container
{
    position:fixed;
    top:0px;
    left:100%;
    z-index:1000;
}


/************************************** 
    Animation Styles
****************************************/

.animatable 
{
    opacity:0;
}

.relative
{
    position:relative;
}



/************************************** 
    Page Specific Styles
****************************************/

/* Intro Page */

#nhnt-logo
{
    width: 15px;
    height: auto;
    color:gray;
}
#intro-page {
    background-color: #FFF;
}
#go-right
{
    position:fixed;
    bottom:53px;
    right:22px;
    width: 20px;
    height: auto;
    rotate:1deg;
}
.intro-content 
{
    background-color: black;
    color:white;
    font-size: 3em;
    width: 100%;
    white-space: nowrap;
}

.logo-upper
{
    margin-right:3em;
    margin-left:1em;
    rotate:-2deg;
}
.logo-upper p 
{
    rotate:2deg;
    text-align: left;
    white-space: nowrap;
}


.logo-lower
{  
    margin-right:2em;
    rotate:1deg;
}
.logo-lower p 
{
    white-space: nowrap;
    rotate:-1deg;
    text-align: right;
}

.intro-upper-padding p
{
    padding: 1rem 5rem 1rem 4rem;
}
.intro-lower-padding p
{
    padding: 1rem 5rem 1rem 2rem;
}
.intro-footer 
{
    position: fixed;
    bottom: 1em; 
    width: 100%;
    text-align: center;
    font-size: 0.8em;
    color: gray;    
}
.intro-footer p 
{
    margin:0px 0px 0px 0px;
    padding:0px;
}


/* Mission Page */

#mission-page {
    background-color: #000;
}

#mission-title
{
    background-color: white;
   
    width: 100%;
    padding: 1rem 2rem 0.5rem 3rem;
    rotate:-1deg;
}
#mission-title h2
{ 
    color:black;
    rotate:1deg;
}

#mission-text{
    
    overflow-wrap: normal;
    white-space:normal;
    color:white;
    font-size: 1.2em;
    font-weight: 400;
    margin-top: 2rem;
   
}

li 
{
    margin-bottom: 1rem;
}

/* Kickword Page */

.swiper-container.kickword
{
    background-color: #F108D9;
    background-image:url("../img/kickword-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#kickwordPage {
    position:absolute;
    top:0;
    min-height:100vh;
    background-color: #F108D9;
    background-image:url("../img/kickword-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#kickword-artist
{
    background-color : #FAE408;
    padding : 10px;
    word-break: break-word;
    white-space:normal;
}

#kickword-artist img {
    width: 100%;
    height: auto;
}

#kickword-description {
    background-color: #FAE408;
    padding: 10px;
    word-break: break-word;
    white-space:normal;
}

#kickword-link 
{
    color: #1713EC
}
#kickword-link:hover 
{
    font-weight: bold;
}
#kickword-link:visited 
{
    color: #1713EC
}

.link-img {
    display:inline-block;
    width: 250px;
    height: auto;
    margin:0;
    padding:0;
    padding-bottom:0;
}
.link-img-sm {
    display:inline-block;
    width: 100px;
    height: auto;
    padding-left:1em;
    padding-right:1em;
}

.instagram 
{
    align-items: center;
    text-align:left;
    padding-top:0.1em;
}
.instagram  a 
{
    text-decoration: none;
    color:black;
    padding-top:0.6em;
}
.instagram img
{    
    display:inline-block;
    width:25px;
    max-width:60px;
    height:auto;
}
.instagram  p
{
    display:inline-block;
}   

/* Good Folk Cafe Page */
#goodfolkcafe-artist-instagram 
{  
    display:block;
    border-radius: 10px;
    margin-top:0.2em;
    text-align:left;
    text-decoration: none;
    align-items: center;
    background-color:#C0D5C2;
    font-size: 1em;
    height: 40px;
    padding:0.4em 0em 0.5em 0.5em;
}

#goodfolkcafe-instagram img 
{
    width:35px !important;
}
#goodfolkcafe-instagram 
{  
    width: 100%;
    max-width: 200px;
    z-index:10;
}

#triskelion
{
    align-items:center;
    margin:auto;
    padding:auto;
    width:auto;
    text-align:center;
    height:20px;

}

.itch-io img
{
    width:100%;   
    margin:0;
    padding: 0;
}
.itch-io a 
{
    text-decoration: none;
    color:black;
    width:100%;
}

#goodfolkcafe-page 
{
    background-color: #2C2826;
    /* background-image:url("../img/goodfolkcafe-bg.png");
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat; */
    /* height: 100%;
    width: auto; */

}

#goodfolkcafe-artist
{
    position:relative;
    /* display:flex;
    flex-direction: column; */
    background-color: #9988A2;
    border-radius: 10px;
    padding:0.5em;
    z-index: 10;
}

#goodfolkcafe-artist-img {
    width: 100%;
    height:auto;
    
}

#goodfolkcafe-artist-info
{
    padding:10px;
    color: white;
    font-size: 1.2em;
}


#goodfolkcafe-title-img {
    background-color: #2C2826;
    padding:1rem;
    width: 100%;
    z-index: 1;
    /* max-width: 500px; */
    /* max-width: 200px; */
    height: auto;
}
#goodfolkcafe-background {
    overflow:hidden;
    /* max-width: 800px; */
    /* width: 65%; */
    z-index: 0;
    min-height:250px
    /* min-height:300px; */
    /* position:relative; */
    /* background-image:url("../img/goodfolkcafe-bg.png");
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;  */
    /* height: 100%;
    width: auto;*/
}
#goodfolkcafe-background img {
    position:absolute;
    right:0;
    height:auto;
      z-index: -1;
    /* width: 65%; */
}

@media screen and (min-width: 576px) 
{
    #goodfolkcafe-background img 
    {
        width: 65%;
    }
}
@media screen and (max-width: 575px) 
{
    #goodfolkcafe-background img 
    {
        width: 100%;
    }
}
#goodfolkcafe-description {
    
    word-break: break-word;
    white-space:normal;
    color: white;
    font-size: 1.8em;
    border: 1px solid rgb(163, 162, 162);
    padding: 1.5rem 2rem 1.5rem 2rem;
}

#goodfolkcafe-description-img{
    position:relative;
    top:-12px;
    width: 120px;
    height: auto;
}

#goodfolkcafe-description-long {
    
    
    word-break: break-word;
    white-space:normal;
    color: white;
    font-size: 1.4em;
}
#goodfolkcafe-footer img 
{
    width: 100%;
    height: auto;
    position: relative;
    bottom:0;
    left:0;
}
/* Who Are We Page */
#whoWeArePage {
    background-color: #FFF;
    background-image: url("../img/nhnt-logo-bg.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 5rem;

}

#whoWeAre {
    background-color: #000;
    padding: 10px;
    word-break: break-word;
    white-space:normal;
    color: white;
    font-size: 1.2em;
}
#whoWeAre img {
    display:inline-block;
    width: 100%;
    height: auto;
}

.whoWeAre-content 
{
    background-color: black;
    color:white;
    font-size: 2em;
    width: 100%;
}

.whoWeAre-upper-padding p
{
    /* padding: 0.5rem 1rem 0.5rem 2rem; */
    margin: 1rem 3rem 2rem 5rem;
}

#aboutus-footer {
    position:absolute;
    bottom: 1em;
    width: 100%; 
    text-align: center;
    margin-top: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.8em;
    color: gray;    
}
.whoWeAre-lower-padding p
{
    /* padding: 0.5rem 2rem 0.5rem 1rem; */
    margin: 1rem 5rem 2rem 3rem;
}

.whoWeAre-info 
{
    background-color :white;   
    text-align: center;
    
}

.formkit-form 
{
    margin:0 !important;
    padding:0 !important;
}
.whoWeAre-info p
{
    font-size: 0.8em;
    color: gray;
    margin:0px 0px 0px 0px;
    padding:0px;
}

.whoWeAre-info span
{
    font-size: 0.8em;
    color: gray;
    margin:0px 0px 0px 0px;
    padding:0px;
}

.email-link
{
    text-decoration: none;
    margin:0;
    padding: 0;
}
.email-link p 
{
    font-size: 2em;
}