/* Put your custom CSS in this file - remember to update the link tag with company branding colour etc */


html {
    min-height: 100%;
    background-size: cover;
    background-image: url(/images/ed-background.jpg);
    background-repeat: no-repeat;
    background-position: center;
}	

body {
	background: none;
	color:#50a126;
	font-family: 'montserrat', sans-serif;
}

*::-moz-selection {
	background:#939598;
}

a {
	color: #231f20;
}

a:hover {
	color: #939598;
}

h1, h2, h3, h4, h5, h6 {
	color:#ed145b;
	font-family: 'montserrat', sans-serif;
	font-weight:900;
}

.uk-button-primary {
	background-color: #939598;
	color: #FFF;
	background-image: linear-gradient(to bottom, #ef7801, #fa8614);
}

.uk-button-primary:hover {
	background: #b25a02;
}

/* All Phones and Tablet Portrait */
@media (max-width: 768px) {
  
}

/* Phones and Tablets */
@media (max-width: 959px) {
  h1 {
  	font-size: 20px;
  	line-height: 22px;
  }
}

.jm-font-black{
	color:#231f20;
}

.jm-font-gray{
	color:#939598;
}

.jm-font-pink{
	color:#ed145b;
}

.uk-icon-button-black{
	color:#231f20;
}
