
footer {
clear: both;
display: block;
text-transform: uppercase;
background: linear-gradient(rgba(51, 51, 51, 0.9), rgba(0, 0, 0, 0.9));
height: auto;
padding: 40px 0px 40px 0px;
width: auto;
}

footer #footerContent #footerName h2 {
font: normal 90px 'LeagueSpartan', 'Bebas', 'TT0853M', 'Impact', Arial,
sans-serif;
color: rgba(44, 215, 215, 0.5);
text-shadow: none;
text-align: center;
letter-spacing: 2px;
height: auto;
margin: 0px 0px -25px 0px;
padding: 0px 0px 0px 0px;
}

footer #footerContent #footerName h2 span {
color: rgba(256, 256, 256, 0.7);
}

footer #footerContent #copyright {
font: 18px 'MyriadPro', 'Bebas', 'Titillium', 'LeagueSpartan', 'Impact',
Arial, sans-serif;
color: rgba(44, 215, 215, 0.5);
text-align: center;
text-transform: uppercase;
line-height: 25px;
letter-spacing: 1px;
word-spacing: 2px;
margin: 0px 0px 0px 20px;
padding: 0px 10px 0px 10px;
z-index: 100;
}

/* ******************************************* TABLETS ************************************************************ */
@media screen and (max-width : 768px) {
footer {
padding: 30px 0px 25px 0px;
}

footer #footerContent #footerName h2 {
font: normal 65px 'LeagueSpartan', 'Bebas', 'TT0853M', 'Impact', Arial,
	sans-serif;
letter-spacing: 1px;
margin: 0px 0px -15px 0px;
}

footer #footerContent #copyright {
font: 18px 'MyriadPro', 'Bebas', 'Titillium', 'LeagueSpartan', 'Impact',
	Arial, sans-serif;
line-height: 22px;
margin: 0px 0px 0px 0px;
}
}

/* ******************************************* SMART PHONE LG ****************************************************** */
@media screen and (max-width : 480px) {
footer {
padding: 25px 0px 25px 0px;
}

footer #footerContent #footerName h2 {
font: normal 53px 'LeagueSpartan', 'Bebas', 'TT0853M', 'Impact', Arial,
	sans-serif;
letter-spacing: 1px;
margin: 0px 0px -12px 0px;
}

footer #footerContent #copyright {
font: 16px 'MyriadPro', 'Bebas', 'Titillium', 'LeagueSpartan', 'Impact',
	Arial, sans-serif;
line-height: 22px;
margin: 0px 0px 0px 0px;
}
}

@media screen and (max-width : 350px) {
footer {
padding: 25px 0px 25px 0px;
}

footer #footerContent #footerName h2 {
font: normal 48px 'LeagueSpartan', 'Bebas', 'TT0853M', 'Impact', Arial,
	sans-serif;
letter-spacing: 1px;
margin: 0px 0px -10px 0px;
}

footer #footerContent #copyright {
font: 15px 'MyriadPro', 'Bebas', 'Titillium', 'LeagueSpartan', 'Impact',
	Arial, sans-serif;
margin: 0px 0px 0px 0px;
}
}
