/* MAIN VIEW */
body {
	font-family: "Avenir LT Std 35 Light";
}

.jumbotron {
	color: white;
	padding-bottom: 35px;
	padding-top: 35px;
	margin-bottom: 0px;
	background: #533877; /* Old browsers */
	background: -moz-linear-gradient(left, #533877 0%, #815aa4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #533877 0%,#815aa4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #533877 0%,#815aa4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#533877', endColorstr='#815aa4',GradientType=1 ); /* IE6-9 */
}
.jumbotron-background {
	background-image: url("../img/background.png");
    position: absolute;
    top: 0;
    height: 370px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.image-logo-container {
	background-image: url("../img/logo.png");
	position: relative;
	width: 100%;
	height: 300px;
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;	
}

/* SECTIONS */
.section {
	padding-top: 30px;
	padding-bottom: 50px;
}
.section h1 {
	font-family: "Avenir LT Std 95 Black";
	color: #452a68;
	font-size: 3.5rem;
	padding-top:35px;
}
.section p {
	font-size: 1.25rem;
}

.colored {
	background-color: #c7bfd2;
}
.clear {
	background-color: #dbdbda;
}

.subtitle {
	color: #3c3c3c;
	font-size: 2rem;
	font-family: "Avenir LT Std 95 Black";
	margin-top: -18px;
    padding-left: 40px;
}

.separator {
	width: 100%;
	margin: 10px;
    height: 6px;
}
.separator-line {
	background-color: #452a68;
	width: 100%;
	height: 100%;
}
.separator-image {
	background-image: url("../img/separator.png");
    position: relative;
    top: 12px;
    width: 100%;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.card-container {
	font-family: "Avenir LT Std 85 Heavy";
	text-align: center;
	background-color: white;
	color: #3a3a3a;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 12px;
}

.big-card-container {
	background-color: white;
}
.big-card-container h2 {
	font-family: "Avenir LT Std 95 Black";
	font-size: 2.5rem;
	color: white;
	padding: 5px;
	background-color: #452a68;
}
.big-card-container p {
	margin: 15px;
	padding-bottom: 30px;
}

.list-icon {
	height: 30px;
	width: 30px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}

.address-container {
	position: absolute;
    top: 10px;
    right: 56px;
    z-index: 99;
    height: 366px;
    background-color: white;
}
.address-name {
	padding: 20px;
	background-color: #452a68;
	color: white;
}
.address-name h4 {
	font-family: "Avenir LT Std 85 Heavy";
}

.address-body {
	text-align: center;
	padding: 20px;
}
.address-body p {
	margin-bottom: 0px;
}
.address-bold-body {
	font-family: "Avenir LT Std 85 Heavy";
}

.section-footer {
	padding: 5px;
	color: white;
	background: #533877; /* Old browsers */
	background: -moz-linear-gradient(left, #533877 0%, #815aa4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #533877 0%,#815aa4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #533877 0%,#815aa4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#533877', endColorstr='#815aa4',GradientType=1 );
}
.section-footer p {
	margin-bottom: 0px;
}