/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */


body {
	font-family: europa, sans-serif;
	font-weight: 300;
	font-style: normal;
   
}


.p {
	font-family: europa, sans-serif;
	font-weight: 300;
	font-style: normal
}

.h1, h1 {
    font-size: 57px;
	padding-top: 80px;
}

/* Customize container */
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}



.center {
	text-align: center;
	
}


.row-padding {
padding-top: 50px;
padding-bottom: 50px;
}
 
.spaced-padding {
padding-top: 50px;
}

.intro {
    font-size: 18px;
    line-height: 30px;
	padding-top: 10px;
	padding-bottom: 50px;
	text-align: center;
}

.jumbotron {
    background-color: #fff;
	height: 70vh;
	display: table-cell;
    vertical-align: middle;
	text-align: -webkit-center;
	padding-top: 0;
}

.jumbotron img {
	position: absolute;
    margin-left: 50%;
	transform: translateX(-50%);
}


.marketing {
	padding-top: 40px;

}



@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
		margin-right: -70px;
	}

}

@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-next {
		margin-left: -70px;
	}
}



.logo-wrap {
	position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
	
}

.logo {
	padding: 0 40px;
	float: left;
		
}

.title {
	font-size: 12px;
	text-transform: uppercase;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #000;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}


.carousel-control.left {
	background-image: none;
	
	
}

.carousel-control.right {
	background-image: none;
	
	
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 0px;
    color: rgba(0,0,0,.0);
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.0);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-control:focus, .carousel-control:hover {
    color: rgba(0,0,0,.0);
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}


@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
		width: 15px;

	}
}



.grey {
	
	color: #666;
	
}


 


a {
    color: #000;
    text-decoration: none;
}


a:hover {
    color: #666;
    text-decoration: underline;
}

