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

@import url('https://fonts.googleapis.com/css?family=Muli');


html {
    min-height: 100%;
    background-size: cover;
	background-color: #ffffff;
	background-image: url(/images/viking-plumbing-background.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}	

body {
	background: none;
	color:#757779;
	font-family: 'Muli', sans-serif;
}

*::-moz-selection {
	background:#00aeef;
}

a {
	color: #d7853d;
}

a:hover {
	color: #a15c2e;
}

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

.uk-button-primary {
	background-color: #0f4fa2;
	color: #FFF;
	background-image: linear-gradient(to bottom, #256ecb, #0f4fa2);
}

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

/* 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-bronze {
	color:#d7853d;
}

.jm-font-green {
	color:#5eaa48;
}

.jm-font-orange {
	color:#f15a21;
}