@charset "UTF-8";
/* Body */
p{padding: 0; display: block; margin: 0;}
a:link {
    text-decoration: none;
	color: #FFCB8B;
}

a:visited {
    text-decoration: none;
	color: #176F8E;
}

a:hover {
    text-decoration: none;
	color: #DBE2E6;
}

a:active {
    text-decoration: underline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/back.png);
	margin: 0;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
/* Header */

.logo {
	text-align: center;
	width: 100%;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
.logo h4 {
	visibility: hidden;
	display: block;
	padding: 0;
	margin: 0;
}
.intro {
	display: inline-block;
	padding-bottom: 0;
	padding-top: 0;
	margin-top: 20px;
}
.column {
	width: 50%;
	text-align: center;
	float: left;
}

.copyright {
	text-align: center;
	color: #FFFFFF;

}

.fb-link {
	width: 20%;
}
footer {
	background-color: #00A8C1;
	padding-top: 60px;
	padding-bottom: 60PX;
}

.profile {
	text-align: center;
	width: 100%;
}
.profile p {
	line-height: 110%;
	padding-top: 10px;
	font-size: 34px;
	font-family: 'Luckiest Guy', cursive;
	color: #E61557;
	text-shadow: rgb(255, 255, 255) 5px 0px 0px, rgb(255, 255, 255) 4px 1px 0px, rgb(255, 255, 255) 4px 1px 0px, rgb(255, 255, 255) 4px 2px 0px, rgb(255, 255, 255) 3px 3px 0px, rgb(255, 255, 255) 2px 4px 0px, rgb(255, 255, 255) 1px 4px 0px, rgb(255, 255, 255) 0px 4px 0px, rgb(255, 255, 255) 0px 5px 0px, rgb(255, 255, 255) -1px 4px 0px, rgb(255, 255, 255) -2px 4px 0px, rgb(255, 255, 255) -2px 4px 0px, rgb(255, 255, 255) -3px 3px 0px, rgb(255, 255, 255) -4px 2px 0px, rgb(255, 255, 255) -4px 1px 0px, rgb(255, 255, 255) -4px 0px 0px, rgb(255, 255, 255) -5px 0px 0px, rgb(255, 255, 255) -4px -1px 0px, rgb(255, 255, 255) -4px -2px 0px, rgb(255, 255, 255) -3px -3px 0px, rgb(255, 255, 255) -3px -3px 0px, rgb(255, 255, 255) -2px -4px 0px, rgb(255, 255, 255) -1px -4px 0px, rgb(255, 255, 255) 0px -4px 0px, rgb(255, 255, 255) 0px -4px 0px, rgb(255, 255, 255) 1px -4px 0px, rgb(255, 255, 255) 2px -4px 0px, rgb(255, 255, 255) 3px -3px 0px, rgb(255, 255, 255) 3px -3px 0px, rgb(255, 255, 255) 4px -2px 0px, rgb(255, 255, 255) 4px -1px 0px, rgb(255, 255, 255) 4px 0px 0px;
}

/* Mobile */
@media (max-width: 320px) {

.intro {
	margin-top: 0;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.profile {
	width: 100%;
}
.profile p {
	font-size: 25px;
	}
}
/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {

	.intro {
	margin-top: 0;
}
.column {
	width: 100%;
	margin-top: 0;
}
.profile {
	width: 100%;
}
.fb-link {
	width: 15%;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1024px) {

	.intro {
	margin-top: 0;
}
	.profile {
	text-align: center;
	margin: auto;
	width: 80%;
}

}