/* Custom SND NYC 2018 Styles */

body p{
	font-family: "Caponi Text Web";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}
h1{
	font-family: "Graphik Web";
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    text-transform: uppercase;
}
h2{
	font-family: "Graphik Web";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}
h3{
	font-family: "Graphik Web";
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}
/* top nave */
.Header-nav-inner a{
	font-family: "Graphik Web";
    font-weight: 900;
    font-stretch: normal;
    text-transform: uppercase;
}

/*section specific*/
#about-snd{
    background: #9a9a9a;
    color: #dedede;
}
#about-snd h2{
    color:#fff;
}

h3 {
    line-height: 1.4;
    font-size: 1.5em;
}

/*homepage fader*/

/*TEST*/
/*body{
    margin:0;
}*/
#test-hero-banner{
    width:100vw;
    height:100vh;
    position:relative;
}
/*END TEST STYLES*/

ul#faderimg-list{
    list-style:none;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    padding:0;
    margin:0;
}
ul#faderimg-list li{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    transition:opacity 2s ease;
}
ul#faderimg-list li#fader-1{ background:url(../fader-images/fader-1.png) no-repeat 0 0; }
ul#faderimg-list li#fader-2{ background:url(../fader-images/fader-2.png) no-repeat 0 0; }
ul#faderimg-list li#fader-3{ background:url(../fader-images/fader-3.png) no-repeat 0 0; }
ul#faderimg-list li#fader-4{ background:url(../fader-images/fader-4.png) no-repeat 0 0; }
ul#faderimg-list li.activeimg{
    opacity:1;
}