@charset 'UTF-8';

/* footer-defined CSS */



footer {
	margin-top: -3.5em;
	padding-top: 10em;
	background-image: -webkit-linear-gradient(bottom left, rgb(255,91,127) 0%, rgb(255,213,86) 100%);
	background-image: -o-linear-gradient(bottom left, rgb(255,91,127) 0%, rgb(255,213,86) 100%);
	background-image: linear-gradient(to top right, rgb(255,91,127) 0%, rgb(255,213,86) 100%);
}

.footer-credit {
    float: right;
    width: 40%;
    text-align: left;
    position: relative;
}

.footer-disclaimer {
	float: left;
	width: 60%;
	position: relative;
}

.footer-content {
    width: 64%;
    margin: 0 auto;
    padding-bottom: 1.7em;
    padding-top: 2em;
}
.footer-social {
	display: block;
	width: 100%;
	list-style-type: none;
	text-align: center;
}
.footer-social li {
	display: inline-block;
	margin: 0 1.2em;
}
.footer-social li a {
    line-height: 6em;
    display: inline-block;
    width: 5em;
    height: 5em;
    border-left: 2px solid rgba(5,5,5,0.40);
    border-right: 2px solid rgba(5,5,5,0.40);
    border-bottom: 2px solid rgba(5,5,5,0.40);
    border-top: 2px solid rgba(5,5,5,0.40);
    border-radius: 50%;
    background-color: rgba(255,255,255,1.00);
}
.footer-social li a:hover {
	border-color: #fff;
	background: #fff;
}
.footer-social li a img {
    width: auto;
    height: 2em;
}
.footer-social li a .social-hover {
	display: none;
}
.footer-social li a:hover .social-default {
	display: none;
}
.footer-social li a:hover .social-hover {
	display: inline;
}
.footer-info {
    padding-top: 5em;
}
.footer-info p {
    font-size: .8em;
    color: rgba(0,0,0,1.00);
    line-height: 1.55;
    max-width: 36em;
    margin-bottom: 1.7em;
    margin-top: 0px;
}
.footer-info {
	clear: both;
}
.footer-legal {
    /* [disabled]opacity: .8; */
}
.footer-credit a:hover {
	text-decoration: none;
}

.useful-content {
	width: 100%;
	margin: 0 auto;
	border-bottom: 2px solid #710000;
}
.useful-social {
	display: block;
	width: 100%;
	list-style-type: none;
	text-align: center;
}
.useful-social li {
	display: inline-block;
	margin: 0 1.2em;
}
.useful-social li a {
    line-height: 15em;
    display: inline-block;
    width: 10em;
    height: 10em;
    text-align: center;
    border: 2px solid rgba(255,255,255,.3);
    /* [disabled]border-radius: 50%; */
}
.useful-social li a:hover {
	border-color: #C1C1C1;
	background-color: #FFFFFF;
}
.useful-social li a img {
	width: auto;
	height: auto;
}
.useful-social li a .social-hover {
	display: none;
}
.useful-social li a:hover .social-default {
	display: none;
}
.useful-social li a:hover .social-hover {
	display: inline;
}



/*
#footer {  
  
    margin-top: 125px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 20px;
    text-align: center;
    background-image: -webkit-linear-gradient(bottom left, rgb(255,91,127) 0%, rgb(255,213,86) 100%);
	background-image: -o-linear-gradient(bottom left, rgb(255,91,127) 0%, rgb(255,213,86) 100%);
	background-image: linear-gradient(to top right, rgb(255,91,127) 0%, rgb(255,213,86) 100%);
} 
.footcred {
	font-size: 12px;
	color: #000000;
	font-weight: lighter;
	line-height: 18px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	padding-top: 2em;
}

html {
	width: 100%;
	height: 100%;
	background: url("Enter your image URL") center center no-repeat;
}


/* Add this as properties to a selector 
	background-image: url("image url"), url("image url");
	background-color: rgba(159,232,251,0.42);
	background-size: 50% 100%;
	background-repeat: no-repeat, no-repeat;


test body {
 background-image: url(../image/***.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}

footer {
	margin-top: -3.5em;
	padding-top: 10em;
	background-image: -webkit-linear-gradient(bottom left, rgb(255,91,127) 0%, rgb(255,213,86) 100%);
	background-image: -o-linear-gradient(bottom left, rgb(255,91,127) 0%, rgb(255,213,86) 100%);
	background-image: linear-gradient(to top right, rgb(255,91,127) 0%, rgb(255,213,86) 100%);
}

#footer {
    margin-top: 10px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 20px;
    text-align: center;
} 
*/
