/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

.choice-button{
  width:30rem;
}

.oc-item img{
  filter: grayscale(1);
}

.oc-item img:hover{
  filter: none;
}

#navlink {
	width:200px;
}

#navlink a{
	line-height:1em;
}

:not(.sticky-header) #navlink{
	  margin-top:20px;
}

.sticky-header #navlink{
	  margin-top:0px;
}

    .footer-links{
    	background-color: #212121; 
    	color:white;
    	margin:0;
	padding:0;
    }

    .footer-links li {
    	list-style: none;
    	margin:0;
	padding:0;
    }    
    
    .footer-links a {
    	color:white;
    }