﻿html, body {
	height: 100%;
	width: 100%;
}

body {
	background-color: #050510;
	font-family: "Titillium Web", sans-serif;
	font-weight: normal;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased !important;
}

.font-thin {
	font-family: "Titillium Web", sans-serif;
	/*font-weight: 600;*/
}

.font-semibold {
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
}

.font-light {
	font-family: "Titillium Web", sans-serif;
	font-weight: 300;
}


.slide {
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: center;
}


.logo img{
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	padding-top: 20px;
	padding-right: 25px;
    padding-left: 25px;
}


#slide-1 {
	background-image: url('../img/bg4.jpg');
	color: #ffffff;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
	height: 100%;
	background-attachment: relative;
	background-position: center center;
}

#home-row-1 h1 {
	padding-top: 30px;
	color: #ffffff;
	letter-spacing: 1px;
    line-height: 50px;
	text-shadow: 0 0 10px #858585;
}

#home-row-1 h2 {
	font-size: 18px;
	margin-top: 40px;
	line-height: 25px;
	letter-spacing: 1px;
	/*font-weight: revert;*/
	text-shadow: 0 0 5px #000000;
}

.content-row {
	padding-top: 100px;
	text-align: center;
}	

.content-cell ,.content-cell a{
	color: #ffffff;
	opacity:0.8;
	text-decoration:blink;
	/*padding-top: 15px;*/
}

.content-cell i {
	font-size: 40px;

}

.content-cell h2 {
	font-size: 15px;
	padding-bottom: 15px;
	font-weight: revert;
	text-shadow: 0 0 10px #000000;
}

.content-cell:hover {
	color: #ffffff;
	opacity:1;
	text-shadow: 0 0 8px #ccc;
	background-color: #95959573;
    border-radius: 10px;
}



.footer {
    /* position: absolute; */
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: rgba(102, 102, 102, 0.589);
    padding: 15px 0;
    margin-top: -4%;
	font-weight: 800;
	padding-bottom: 15px;
}




@media (max-width: 800px) {
	#home-row-1 h1 {
		padding-top: 30px;
	}
	#home-row-1 h2 {
		font-size: 16px;
	}
	.content-row {
		padding-top: 20px;
	}
	.content-cell i {
		font-size: 30px;
	}
	.content-cell h2 {
		font-size: 12px;
	}
	.footer {
    margin-top: -15%;
    }
}

@media (max-width: 767px) {
	#home-row-1 h1 {
		padding-top: 0px;
	}
	#home-row-1 h2 {
		font-size: 14px;
	}
	.content-row {
		padding-top: 10px;
	}
	.content-cell i {
		font-size: 26px;
	}
	.content-cell h2 {
		font-size: 10px;
	}
	.footer {
    margin-top: -15%;
    }
}


@media (max-width: 667px) {
	#home-row-1 h1 {
		padding-top: 0px;
		font-size: 32px;
		line-height: 50px;
	}
	#home-row-1 h2 {
		font-size: 13px;
	}
	.content-row {
		padding-top: 10px;
	}
	.content-cell i {
		font-size: 24px;
	}
	.content-cell h2 {
		font-size: 10px;
	}
	.footer {
    margin-top: -15%;
    }
}


@media (max-width: 414px) {
	#home-row-1 h1 {
		padding-top: 0px;
		font-size: 32px;
		line-height: 50px;
	}
	#home-row-1 h2 {
		font-size: 13px;
	}
	.content-row {
		padding-top: 20px;
	}
	.content-cell i {
		font-size: 24px;
	}
	.content-cell h2 {
		font-size: 10px;
	}
	.footer {
    margin-top: -15%;
    }
}


@media (max-width: 375px) {
	#home-row-1 h1 {
		padding-top: 10px;
		font-size: 32px;
		line-height: 50px;
	}
	#home-row-1 h2 {
		font-size: 13px;
	}
	.content-row {
		padding-top: 20px;
	}
	.content-cell i {
		font-size: 24px;
	}
	.content-cell h2 {
		font-size: 10px;
	}
	.footer {
    margin-top: -15%;
    }
}



@media (max-width: 320px) {
	#home-row-1 h1 {
		padding-top: 10px;
		font-size: 32px;
		line-height: 50px;
	}
	#home-row-1 h2 {
		font-size: 12px;
	}
	.content-row {
		padding-top: 20px;
	}
	.content-cell i {
		font-size: 24px;
	}
	.content-cell h2 {
		font-size: 10px;
	}
	.footer {
    margin-top: -15%;
    }
}