body {
	color: white;
}

a {
	color: white;
	text-decoration: none;
}

a:hover{
	color: white;
	text-decoration: none;
}

a:visited {
	color: white;
	text-decoration: none;
}

a:active {
	color: white;
	text-decoration: none;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.empty-space {
	margin: 10px 0 5px 0;
}

.background {
	background-image:url('../img/bg.jpg');
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.logo-wrapper { 
	margin-top:30px; 
}

.logo {
	width: 460px;
	height:105px;
	margin: 0 auto;
	display: block;

}

.text-wrapper {
	margin-top:20px;
}

.text {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-style:italic;
	font-size: 20px;

}

.photo {
	width: 100%;
}

.red-bg {
	background-color: #cf043c;
}

.img-name {
	display: block;
	margin: 0 auto;
	padding: 16px 0;
	
}


.address-wrapper {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

.address {
	margin-left: 8px;
	font-size: 16px;
}
.footer {
    position: absolute;
    
    width: 100%;
    height: 40px;
    background-color: transparent;
}

.text-muted {
    margin: 10px 0 0 0;
    color: white;
    text-align: center;
    opacity: 1;
    font-size: 12px;
    
}

@media (max-width: 992px) {
	.img-name {width: 100%;}
	}


@media (max-width: 768px) {
	.img-name {width: 50%;}
	.logo {width: 80%; height: auto; margin-top:10px;}
	.text {font-size:14px;}
	.photo {margin-top: 20px;}
	.footer {position: static; bottom: 0; width: 100%; height: 40px; background-color: transparent); margin-top: 20px;}
	}

@media (max-width: 480px) {
	.background {background-color: black; background-image: none;}
	.logo-wrapper { 
	margin-top:10px; 
}

@media (max-width: 360px) {
	.text {font-size:11px;}
	}

