
@font-face
{
font-family: Marcel;
src: url(marcel.ttf);
}

body{
	background: #ccc;
}

.no-click{
	pointer-events: none;
}

.logo-push{margin-right:25px;}

h1{
	font-family: Marcel, Helvetica, Arial;
	font-size: 5.2em; line-height: 70%;
	text-align: center;
	color: #ff44c4; 
	display: inline-block;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	margin-bottom: 0px;
}

h2, h3{
	font-family: Marcel, Helvetica, Arial;
	color: #fff;
	font-size: 2.2em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

h2.rtfi {
	font-family: Arial;
	font-size: 2.2em;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}



.section-title-white{ color: #fff; font-size: 3.8em; margin-bottom: 45px;}
.section-title-pink{ color: #ff44c4; font-size: 3.8em; margin-bottom: 30px;}
.section-title-blue{ color: #44c4ff; font-size: 3.8em; margin-bottom: 30px;}

.blue{color: #44c4ff; text-shadow: 1px 1px 1px rgba(200, 200, 200, 1);}
.pink{color: #ff44c4; }
.black{color: #000;}

.backdrop{ display: inline-block; clear: both; padding:10px; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; text-shadow: 1px 1px 1px rgba(150, 150, 150, 1); margin-top: 0px;}

a{background: #fff; color: #44c4ff; font-weight: normal; padding: 4px;}


a.normal{background: transparent; color: #44c4ff; font-weight: normal; padding: 0px;}
a.normal:hover{background: transparent; color: #44c4ff; font-weight: normal; padding: 0px;}


.row{ padding-top: 35px; padding-bottom: 35px;}

.row1{
	background: #fff url(../img/bckg.jpg) 96% 9%;
	padding-top: 40px; padding-bottom: 10px;
}

.row2{
	background: #44c4ff;
}

.row3{
	background: #fff;
}

.row4{
	background: #44c4ff;
}

.midrow1{
	background: #0f0;
}

.row-pink{
	background: #ff44c4;
}

.row-greyish{
	background: #fdfdfd;
}

.row-footer {
	border-top: 2px solid #fdfdfd;
}

.back-to-top {
    position: fixed;
    bottom: 1em;
    right: 0.9em;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    background-color: rgba(0, 180, 255, 0.80);
    font-size: 12px;
    padding: 0.5em;
    display: none;
    border-radius: 30px;
}

.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
    background-color: rgba(0, 180, 255, 0.50);
}

.back-to-top img{width: 30px;}


@media (min-width: 768px) {

	h1{
		font-size: 8.9em;
		color: #44c4ff;
		text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
		
	}
	
	.row1{
		background: #fff url(../img/bckg.jpg) right 8%;
		padding-top: 120px; padding-bottom: 120px;
	}
	
	.back-to-top {
    bottom: 2em;
    right: 2em;
    border-radius: 45px;
}
.back-to-top img{width: 50px;}

.footer-h2{margin-bottom: 0px;}


}