

/*
	Highlights by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

.logo {
 width: 600px;
 padding-top: 40px;
}

html {
		background-color: #fff;
		background-image: none;
}

input[type="submit"].primary, input[type="reset"].primary, input[type="button"].primary, button.primary, .button.primary {
    background-color: #577C96;
    border: 0;
    box-shadow: none;
    color: #ffffff !important;
}

input[type="submit"].primary:hover, input[type="reset"].primary:hover, input[type="button"].primary:hover, button.primary, .button.primary:hover {
    background-color: #fe8189;
    border: 0;
    box-shadow: none;
    color: #fff !important;
}

#footer footer {
    color: inherit;
}

#footer {
    min-height: 0;
    padding: 0;
}

.icons li a {
	width: 20px;
}

a:hover {
	color: red!important;
}

@media screen and (max-width: 619px), screen and (max-height: 749px) {
    .logo {
        width: 400px;
    }


}

