@import url(reset.css);
* { box-sizing: border-box }

body {
	font-family: "proxima-nova-soft", sans-serif;
	font-weight: normal;
	color: #fff;
	line-height: 1.4;
}

h1 {
	font-size: 46px;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

ul {
	list-style: circle;
}

#program-dhive {
	background-color: #f79a3e;
	background: url('../img/dhive.jpg') no-repeat center center;
	background-size: cover;
	padding-top: 100px !important;
}
#program-dhive #dhive-logo {
	position: absolute;
	top: 15px;
	left: 5%;
}
#program-book {
	background-color: #f79a3e;
	background: url('../img/book.jpg') no-repeat center 10%;
	background-size: cover;
	padding-bottom: 300px !important;
}
#program-dxf {
	background-color: #009cdc;
	background: url('../img/dxf.jpg') no-repeat center center;
	background-size: cover;
}
#program-build {
	background-color: #009898;
	background: url('../img/build.jpg') no-repeat center center;
	background-size: cover;
}
#program-gdd {
	background-color: #8ecdcf;
	background: url('../img/gdd.jpg') no-repeat center center;
	background-size: cover;
}
#program-sv {
	background-color: #c7b7b0;
	background: url('../img/sv.jpg') no-repeat center center;
	background-size: cover;
}

.section {
	/* padding: 0 0 70px !important; */
	padding: 30px !important;
	text-align: center;
}
.section img {
	max-width: 100%;
}
.section p {
	max-width: 700px;
	margin: 0 auto;
	text-align: left;
	
	margin-top: 40px;
	
	padding: 20px 25px;
	background: #fff;
	color: #4e4e4e;
	border-radius: 4px;
}

#gdd-p {
	margin-top: 30px;
}

.section p a {
	color: #4e4e4e;
}
.section p a:hover {
	color: #4e4e4e;
	text-decoration: none;
}

.offer {
display: inline-block;
	padding-bottom: 7px;
}

.next-arrow {
	cursor: pointer;
	
	display: block;
	margin: 0 auto;
	padding-top: 30px;
	
}

.top-arrow {
	cursor: pointer;
	display: block;
	position: absolute;
	bottom: 40px;
	right: 40px;
}

@media screen and (max-width: 900px) {
	.next-arrow {
		display: none;
	}
}

.learn-more {
	display: inline-block;
	/* font-size: 12px; */
	margin-top: 40px;
	padding: 8px 12px;
	background: #fff;
	border-radius: 4px;
	color: #4e4e4e;
	
	line-height: 2;
	
}

.learn-more a {
	color: #4e4e4e;
}
.learn-more a:hover {
	text-decoration: none;
	color: #4e4e4e;
}

#flipbook img {
	width: 100%;
	height: 100%;
}

.button {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}
.button a {
	text-decoration: none;
	display: inline-block;
	background-color: #fff;
	padding: 15px;
	border-radius: 4px;
	color: #4e4e4e;
	
	font-weight: bold;
	
	margin-top: 10px;
}
.button a:hover {
	background-color: #4e4e4e;
	color: #fff;
}