/*main.mainpage {
	background: #000 !important;
}*/

.client {
	margin-bottom: 30px;
	text-align: center;
}

.color-normal, .color-normal:hover {
	color: #fff;
}

.color-normal:hover {
	text-decoration: underline;
}

.hero-btns a {
	border-radius: 10rem;
	padding: 1.4rem 2.8rem;
	font-weight: 700;
	font-size: 1rem;	
	text-transform: uppercase;
}

.hero-btns a:first-child {
	background-color: #fff;
	color: #0010E4;
}

.hero-btns a:last-child:hover {
	background-color: #fff;
	color: #000;
}

#home {
	margin-bottom: 5rem;
}

#home h1 {
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;	
}

.item-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
}

.no-decoration {
	text-decoration: none;
}

.section-content.content-width {
  	max-width: 85% !important;
}

p.noformat-text {

}

/*
.page-main::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
    width: 100%;
    display: block;
    height: 100%;
    background: url('../img/davmo_cover.jpg');
}*/


@media screen and (max-width: 767px) {
	.nav-dot-container {
		right: 0.8rem;
	}

	.hero-d .hero-title {
		line-height: 1.5;
	}

	.hero-d .hero-desc {
		font-size: 1.1rem;
		padding-top: 2.5rem;
	}

	.hero-d .hero-btns {
		padding-top: 2.5rem;
	}

    .section-content.content-width {
		max-width: 94% !important;
	}

	#contact .right-buttton {
		padding-top: 2.5rem;
	}
}

@media screen and (min-width: 1281px) {

	h1.display-title.hero-title {
		max-width: 1000px;
	}

}

@media screen and (min-width: 1400px) {

    .section-content.content-width {
		max-width: 70% !important;
	}
}

.hero-btns a:last-child {
	margin-top: 30px;
}

@media screen and (min-width: 577px) {
	.hero-btns a:last-child {
		margin-left: 20px;
		margin-top: 0;
	}
}

@media screen and (max-width: 576px) {
	h1.display-title.hero-title {
		font-size: 1.2rem;
	}

	div.title-desc p.inline-text {
		font-size: 1.2rem !important;
	}
}