
div.col-xs-12 > h3 {
	margin-bottom:120px;
	font-size:8em;
}

ul.topNav li span{
	font-size: 16px;
}

.image-circle {
	width: 300px;
	height:300px;
	display:block;
	box-shadow: 0px 0px 10px #000;
	border: 10px solid;
}
#play-button, #pause-button{
	visibility:hidden;
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}
.clearfix{
	clear:both;
}
.black-text{
	color:#000;
}
.white-text{
	color:#fff !important;
}
.footer-social{
    background-color: #444;
    padding: 10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.slogan-text{
	margin-top:-20px;
	font-size: 32px;
}