/* Enter Your Custom CSS Here */

.copyright {
    display: none;
}

@media only screen and (min-width: 860px) {
    .widget:before,
    .site-info:before,
    .main-navigation:before {
        content: "";
        display: block;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 1;
        opacity: 0.5;
		padding: 20px 0 12px;
		position: relative;
		top: -10px;
	}
}

h1 {
    text-transform: uppercase;
    font-weight: 400 !important;
    line-height:115%;
    letter-spacing: normal !important;
    margin-bottom: 10%;
}
h2 {
    text-transform: uppercase;
    font-weight: 400 !important;
    letter-spacing: normal !important;
    line-height:115%;
}

p {
    line-height:120%;
}