/* CSS Document */
body { 
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	background: #fff;
	color: #555;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	overflow-x: hidden;
	padding-top:50px;
}
#hero {
	margin-top:0;
background: url(../img/header-image.jpg) no-repeat center; 
    position: relative;
    width: 100%;
}
h1 {
    color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    font-size: 2em;
    margin-top: 10px;
	font-style: normal;
    font-weight: 100;
    line-height: 1.17em;
}
h2 {
    font-size: 2.5em;
    color: #555555;
    font-style: normal;
    font-weight: 100;
    line-height: 1.17em;
	margin-top:0;
	margin-bottom:20px;
}
h3 {
    font-size: 1.46667em;
    font-weight: 300;
	color: #555555;
    font-style: normal;
    line-height: 1.17em;

}
p {
    color: #666666;
    margin: 0 0 20px;
}
#action-bar {
	background: rgba(255,255,255,0.61);

	margin-top: 220px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #ececec;
	position:relative;
}
section.white {
	border-bottom: 1px solid #ECECEC;
    padding-bottom: 40px;
    padding-top: 40px;
}
section.white i{
	font-size:64px;
	margin-bottom:20px;
}
footer {
    background: #F9F9F9;
    border-top: 1px solid #ECECEC;
    padding: 20px 0 10px;
    text-align: center;
	 color: #AEAEAE;
    font-size: 12px;
    font-weight: 300;
    width: 100%;
}
div#info, div#slideshow {
	text-align:center;
}
.dmxSlideshow {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
/*Small Devices*/
@media (min-width: 768px) {
div#info {
	text-align:center;
}
#slideshow1 {
	height:400px !important;
}
}

/*Medium Devices*/
@media (min-width: 992px) {
	div#info {
	text-align:left;
}
#slideshow1 {
	height:260px !important;
}
h1 {
	margin-top: 30px;
	font-size:3.5em;
}

}

/*Large Devices*/
@media (min-width: 1200px) {
	div#info {
	text-align:left;
}
#slideshow1 {
	height:310px !important;
}
}