body, html {
background-color: #000000;
line-height: 1.8rem;
}

.maincontent {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
}

.header_wrapper {
display: none;
}

.mobile_menu_wrapper {
	display: none;
}

#freeEstimateButton {
	display: none;
}

h1, h2, p, ul, li {
	font-family: "Poppins", "Montserrat", sans-serif;
font-weight: bold;
}

h1 {
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 2em;
}

h2 {
    font-size: 2.7em;
    text-transform: uppercase;
}

p, ul, li {
    font-size: 1.3em;
    text-align: left;
}

.bg-img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.overlay {
	z-index: -1;
	width: 100%;
	display: block;
	height: 100%;
	color: #fff;
}

.main {
	z-index: 1000;
	text-align: center;
}

header {
	padding-top: 35px;
}

.img-logo {
	margin-top: 40px;
}

.content {
	display: inline-block;
	max-width: 680px;
	padding: 30px;
}

 h1 {
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 1.5em;
}

h2 {
	font-size: 2em;
	text-transform: uppercase;
}

a {
	color: red;
}

a, a:hover {
    color: rgb(16, 16, 142);
}

.yellow {
    color: #ffd503;
    text-transform: uppercase;
    font-weight: bolder;
}

.red {
	color: #ff0000;
	text-transform: uppercase;
	font-weight: bolder;
}

.blue {
	color: rgb(54, 118, 219);
	text-transform: uppercase;
	font-weight: bolder;
}

p, ul, li {
	font-size: 1em;
	text-align: left;
}

.buttons {
	display: block;
	padding-bottom: 140px;
}

.square-button {
    display: inline-block;
    padding: 16px;
    margin-top: 20px;
    background: #ff0000;
    border-radius: 3px;
    font-weight: bold;
    transition: ease-out 0.4s;
    color: #ffd503;
    border: none;
    margin: 20px;
    cursor: pointer;
    text-transform: uppercase;
}

.footer_wrapper {
display: none;
}

.infobar_wrapper {
	display: none;
}