h1{font-family: 'EvelethLight';}
h2, h3{font-family: 'EvelethThin';}
h4{font-weight:bold;color:#9c9c9c;}
.lighted-background{background: url(/art/room.jpg);background-repeat:no-repeat; background-size:cover;background-attachment:fixed;}
/*.lander{padding:30vh 0} @media only screen and (max-width: 450px){.lander{padding:10vh 0;}}*/
.fluff{background: url(/art/fluff.png);background-repeat:no-repeat; background-size:cover;}
.padding-left-5{padding-left:5rem;}
.padding-right-5{padding-right:5rem;}
.uk-navbar-dropdown a{display:block;}
.uk-navbar-dropdown a:hover{text-decoration:none; color:#fff;}
.uk-navbar-dropdown li:hover{background:rgba(110,190,68); color:#fff;}
/* in case you want to clownpants your links 
.uk-navbar-nav > li:first-child:hover > a{background:rgb(110,190,68);}
.uk-navbar-nav > li:nth-child(2):hover > a{background:rgb(102,45,145);}
.uk-navbar-nav > li:nth-child(3):hover > a{background:rgb(153,102,51);}
.uk-navbar-nav > li:nth-child(4):hover > a{background:rgb(16,49,150);}
.uk-navbar-nav > li:nth-child(5):hover > a{background:rgb(255,153,0);}
end of clownpants */
.uk-container.extra-padding.uk-grid {padding-right: 5em;}
button.uk-button {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color:rgb(110,190,68);
    color:#fff
}
button.uk-button:hover{background-color:#000;}
.chevron{-webkit-clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 5% 50%, 0 0);clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 5% 50%, 0 0);color:#fff;text-align:center;padding:.5em 1em;}
.sas-blue{background-color:rgb(16,49,150);}
.sas-brown{background-color:rgb(153,102,51);}
.sas-orange{background-color:rgb(255,153,0);}
.sas-green{background-color:rgb(110,190,68);}
.sas-purple{background-color:rgb(102,45,145);}
.case-header{position: relative;}
.case-study{margin-left:-4.5em;margin-right:-2.5em;margin-top:4.75em;font-family: 'EvelethLight';font-size:1em;letter-spacing:5px;-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-ms-transform: rotate(-90deg);-o-transform: rotate(-90deg);}
.case-header  h1{color:#fff;padding-top:1em;}
.case-header img{padding:.5em;}
.bumper-card{padding-right:1em;padding-bottom:1em;padding-top:1em;}
.masonry-card{padding:1.5em;}
.dingbat-more{position:absolute;bottom:3em;left:49%;}
.mobile-video{display:none;}
@media only screen and (max-width:1200px){.uk-navbar{margin-top:3em;}}
@media only screen and (max-width: 500px) {
	body{padding:1rem;}
	.dingbat-more{bottom:35%;}
	.padding-left-5{padding-left:1.5rem;}
	.padding-right-5{padding-right:1.5rem;}
	.uk-container.extra-padding.uk-grid {padding-right: 1em;}
    .case-header  h1{padding-top: auto;}
    .desktop-video{display:none;}
	.mobile-video{display:inherit;}
    a.uk-slidenav{display:none;}
    .uk-container{max-width:90vw;}
}
.portfolio-card{padding:1em;box-shadow:1px 1px 6px lightgrey;}
.uk-button-primary{background-color:rgb(110,190,68);}
.sas-green2{background-color:rgba(110,190,68,.1);}
.sas-purple-text{color:rgb(102,45,145);}