/* HERE STARTS THE MAGIC */
.curtain-header {
	text-align: center;
	color: #fff;
	/*background: #18bc9c;*/
	background: #FFF;

	position: fixed;
	width:100%;
	z-index: 1;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;

	padding-top: 50px;
}

.curtain-push {
	height: 400px;
}

.curtain-content-wrapper {
	background-color: white;
	/*top: 81%;*/
	/*min-height: 19%;*/
	position:relative;
	/*padding-top: 20%;*/
	z-index: 2;
	width: 100%;
}

/* Needs adjusting, because of the different positioning of things */
footer {
	position: relative;
	z-index: 3;
}

/* Needs adjusting, because of the different positioning of things */
#doorbell-button {
	z-index: 4;
}
/* HERE ENDS THE MAGIC */

.curtain-header .container {
	padding-top: 80px;
	padding-bottom: 50px;
}

.curtain-header img {
	display: inline-block;
	margin: 0 auto 0;
}

.curtain-header img {
	width: 160px;
}

.curtain-header .service-logo {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.curtain-header .logos-plus {
	display: inline-block;
	margin: 0 40px;
	color: #333;
	font-size: 48px;
	vertical-align: middle;
}

.curtain-header .intro-text .name {
	display: block;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
}

.curtain-header .intro-text .skills {
	font-size: 1.25em;
	font-weight: 300;
}

.curtain-section {
	padding: 100px 0;
	width: 100%;
}

.curtain-section h2 {
	margin: 0 0 30px;
	font-size: 3em;
}

.curtain-section.primary h2 {
	color: #2c3e50;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.curtain-section h3 {
	margin-top: 0;
}

.curtain-section .thumbnail {
	max-width: 100%;
	padding: 0;
}

.curtain-section.success {
	background-color: #398439;
	color: #fff;
}

.curtain-section h3 {
    text-align: center;
    margin-top: 25px;
}

.curtain-section h3 .text {
    display: inline-block;
    border-bottom: 1px solid #FFF;
    padding: 0 12px 7px;
}

#steps.curtain-section p {
    font-size: 16px;
}

#integrations-get-started .row {
	margin-bottom: 20px;
}

#integrations-get-started img {
	max-width: 50px;
}

/* OVERRIDES FOR SPECIFIC ONES */

.curtain-header {
	background: #f5f5f5;
}

.curtain-header .container {
	padding: 40px 0;
}

.curtain-push {
	height: 240px;
}

.curtain-header .intro-text .name {
	margin-top: 400px; /* Push it further down, so it isn't visible. But it is there (and "visible"), counting for SEO. */
}

.curtain-content-wrapper.zendesk .curtain-section.success {
	background: #434343;
	color: #F5F5F5;
}

.curtain-content-wrapper.zendesk .curtain-section.success h3 .text {
    border-color: #F5F5F5;
}

.curtain-content-wrapper.freshdesk .curtain-section.success {
	background: #067660;
	color: #F5F5F5;
}

.curtain-content-wrapper.freshdesk .curtain-section.success h3 .text {
    border-color: #F5F5F5;
}

.curtain-content-wrapper.helpscout .curtain-section.success {
	background: #354a5e;
	color: #F5F5F5;
}

.curtain-content-wrapper.helpscout .curtain-section.success h3 .text {
	border-color: #F5F5F5;
}

@media (max-width: 487px) {

	.curtain-header .logos-plus {
		margin: 0 20px;
		font-size: 40px;
	}

	.curtain-push {
		height: 180px;
	}

	.curtain-header img {
		width: 100px;
	}

}
