@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700');
html {
   height: 100%;
}
body { 
	margin:0px;
	padding:0px;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: top center;
	background-attachment: fixed;
	background-color: #BD8961;
	height: 100%;
	}
	
	#earth {
	background-image: url(../images/earthback.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	}
	
#wood {
	background-image: url(../images/woodback.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	}
	
#metal {
	background-image: url(../images/metalback.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	}
	
#fire {
	background-image: url(../images/fireback.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	}
	
#water {
	background-image: url(../images/waterback.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	}
		
	#proformula {
	background-color: #CD4A14;
	background-image: url(../images/girl.jpg);
	background-size:  auto 100%;
	}
	
#plusformula {
	background-color: #008744;
	background-image: url(../images/plus.jpg);
	background-size: auto 100%;
	}

a, a:visited {
	text-decoration: none;
	font-weight: 600;
	color: #500;
	}

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

p {
	font-family: 'Open', sans-serif;
	font-size: 15px;
	color: #000;
	font-weight: 300;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	}

p b {
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	color: #400;
	letter-spacing: 1px;
	font-weight: 400;
	}

p strong {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #700;
	letter-spacing: 1px;
	font-weight: 600;
	}

h1 {
	font-family: 'Oswald', sans-serif;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	font-size: 28px;
	color: #FFF;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: none;
	text-align: left;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
	}

h2 {
	font-family: 'Oswald', sans-serif;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 20px;
	color: #ED9;
	font-weight: 300;
	letter-spacing: 1px;
	}

.h2header {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 28px;
	color: #ED9;
	line-height: 1.2;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.5);
	margin: 15px 0px 0px 0px;
	padding: 3px 10px 8px 10px;
	font-weight: 700;
	text-transform: none;
	text-align: center;
	background: -webkit-linear-gradient(#A40017, #63000D); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#A40017, #63000D); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#A40017, #63000D); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#A40017, #63000D); /* Standard syntax */
	}

.h2header a i {
	font-size: 28px;
	color: #ED9;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.5);
	margin: 0;
	float: right;
	line-height: 1.4;
	padding-right: 10px;
	}

h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: #EDA;
	line-height: 1.2;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.5);
	margin: 0 0 10px 0;
	}

h4 {
	font-family: 'Oswald', sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 22px;
	color: #400;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 1px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	}

.main-container {
	max-width: 1200px;
	margin: 15px auto;
	padding: 15px 15px 15px 15px;
	background: rgba(255,255,255,0.5);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.7);
}

.content-container {
	width: 100%;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
	background: rgba(0,0,0,0.6);
	box-shadow:  inset 0px 0px 15px rgba(0,0,0,0.8);
}

.container {
	padding: 0px 15px 15px 15px;
}

/*-- Heading --*/

.heading-section {
	text-align: left;
	padding: 45px 0px 0px 0px;
	margin: 0px auto 0px auto;
	background-color: rgba(50,50,50,0.5);
	background-image: url(../images/grass.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.4);
	border: 0;
	
	}

.heading-section p {
	font-family: 'Oswald', sans-serif;
	margin: 5px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-size: 18px;
	line-height: 1.8em;
	color: #FFF;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: none;
	text-align: right;
	}

.heading-section a {
	font-size: 18px;
	color: #FFF;
	font-weight: 300;
	}

.heading-section b {
	font-size: 18px;
	color: #FFF;
	font-weight: 400;
	}

.heading-section a:hover {
	color: #ED9;
	}

.list ul {
	font-family: 'Open', sans-serif;
	padding: 10px;
	margin: 0px 0px 0px 40px;
	}

.list ul li{
	font-family: 'Open', sans-serif;
	font-size: 15px;
	color: #000;
	font-weight: 300;
	padding: 0px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	}

*, *:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 	}

.logo {
	margin: 5px auto;
	}

.logo img{
	max-width: 100%;
	margin: 0px;
	}

.dark {
	background: rgba(255,255,255,0.3);
	box-shadow:  0px 0px 8px rgba(0,0,0,0.4);
	margin-bottom: 15px;
}

.light {
	background: rgba(255,255,255,0.5);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.8);
	padding: 15px;
	border: 0px solid #600;
}

.light ul { 
	padding: 0px;
	list-style: disc;
	margin: 5px 5px 5px 30px;
	color: #333;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.2em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5)
	}

.light ul li { 
	padding: 0px;
	list-style: disc;
	margin: 5px 5px 5px 30px;
	color: #333;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.2em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5)
	}

.fb-page {
	width: 100%;
	height: 970px;
	margin: 15px auto 0px auto;
	padding: 0px;
	background: transparent;
	text-align: center;
}

.toppic {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: transparent;
	text-align: center;
	color: #fea;
	font-weight: normal;
}

.bottompic {
	width: 100%;
	height: auto;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	background: transparent;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.8);
	text-align: center;
}

.contenttype {
	width: 100%;
	background: none;
	padding: 0px;
	margin: 10px 0px 5px 0px;
	border-radius: 5px;
}

.contenttype:hover {
	background: rgba(90,0,0,0.5);
}

.framing {
	text-align: center;
	border-radius: 5px;
	background: rgba(64,12,10,0.6);
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #234;
	border-right: 1px solid #234;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
	padding: 5px 20px 5px 20px;
	margin: 15px 0px 5px 0px;
	}

.buttonred { 
	display: block;
	padding: 5px 0px 5px 0px; 
	margin: 5px auto 5px auto; 
	text-align: center; 
	border: 0; 
	font-family: 'Open Sans', sans-serif;
	background: -webkit-linear-gradient(#A40017, #63000D); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#A40017, #63000D); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#A40017, #63000D); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#A40017, #63000D); /* Standard syntax */
	background-size: auto 100%;
	color: #ffffff; 
	width: 100%; 
	font-size: 14px;
	font-weight: 500;
	border-radius: 5px;
	text-decoration: none;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5) ;
	}
.buttonred:hover, .buttonred:visited  { 
	color: #ffffff; 
	text-decoration: none;
	background: rgba(0,0,0,0.7); 
	}

.product {
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);
	margin: 8px 0px 10px 0px;
	background: rgba(30,80,120,0.7);
	padding: 10px;
}

.spacer {
	margin: 0px;
	padding: 7px 20px 7px 20px;
	background: #63000D;
	background: -webkit-linear-gradient(#A40017, #63000D); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#A40017, #63000D); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#A40017, #63000D); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#A40017, #63000D); /* Standard syntax */
	box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	border: 0;
	}

.spacer h2 {
	font-family: 'Open', sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #FEA;
	font-weight: 300;
	text-shadow: -1px -1px 1px #000;
	text-align: center;
	}

.linkpic {
	-webkit-transition:0.5s ease-in-out;
	-moz-transition:0.5s ease-in-out;
	transition:0.5s ease-in-out;
	width: 100%;
	height: auto;
	margin: 0px auto 5px auto;
	padding: 0px;
	border-radius: 1px;
}

.linkpic:hover {
	border-radius: 50%;
}

.divider {
	max-width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	border: 0;
}
	
.linkpix {
	max-width: 100%;
	height: auto;
	margin: 15px auto 0px auto;
	padding: 0px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	border: 0;
}
	
.pix {
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	border: 0;
}
	
.pics {
	width: 100%;
	height: auto;
	margin: 15px auto;
	padding: 0px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	border: 0;
}

.piccenter {
	width: 100%;
	height: auto;
	margin: 15px auto;
	padding: 0px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	border: 10px solid rgba(15,62,34,0.6);
	border-radius: 40px 0px 40px 0px;
}
	
.piccenter:hover {
	border: 10px solid #cb6;
}
.rotateLeft {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
}

.rotateRight {
    -webkit-transform: rotate3d(0, 0, 1, 10deg);
    transform: rotate3d(0, 0, 1, 10deg);
}

.typo, .typo:visited {
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	font-variant: small-caps;
	font-weight:normal;
	font-style: normal;
	line-height: 40px;
	width: 100%;
	font-size: 18px;
	color: #FFF;
	border: 0;
	border-radius: 6px;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
	background: #63000D;
	background: -webkit-linear-gradient(#A40017, #63000D); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#A40017, #63000D); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#A40017, #63000D); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#A40017, #63000D); /* Standard syntax */
}

.typo:hover {
	background: -webkit-linear-gradient(#040, #020); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#040, #020); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#040, #020); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#040, #020); /* Standard syntax */
	border: 0px;
}

.typos, .typos:visited {
	display: block;
	margin: 5px 0px 0px 0px;
	text-align: center;
	font-variant: small-caps;
	font-weight:normal;
	font-style: normal;
	line-height: 40px;
	width: 100%;
	font-size: 18px;
	color: #FFF;
	border: 0;
	border-radius: 6px;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
	background: #63000D;
	background: -webkit-linear-gradient(#A40017, #63000D); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#A40017, #63000D); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#A40017, #63000D); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#A40017, #63000D); /* Standard syntax */
}

.typos:hover {
	background: -webkit-linear-gradient(#040, #020); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#040, #020); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#040, #020); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#040, #020); /* Standard syntax */
	border: 0px;
}

.typoson, .typoson:visited {
	display: block;
	margin: 5px 0px 0px 0px;
	text-align: center;
	font-variant: small-caps;
	font-weight:normal;
	font-style: normal;
	line-height: 40px;
	width: 100%;
	font-size: 18px;
	color: #FFF;
	border-radius: 6px;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
	background: -webkit-linear-gradient(#040, #020); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#040, #020); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#040, #020); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#040, #020); /* Standard syntax */
	border: 0px;
}
.pay {
	display: block;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	border: 0;
}

.pay:hover {
	background: -webkit-linear-gradient(#040, #020); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#040, #020); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#040, #020); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#040, #020); /* Standard syntax */
	border: 0px;
}

.head {
	max-width: 100%;
}

.productpic img { 
	max-width: 100%;
	height: auto;
	margin: 15px auto;
	padding: 0px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	border: 0;
	background: transparent;
}

.productbuy { 
	width: 100%;
	font-size: 13px;
	line-height: 20px;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	color: #DDD;
	border: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	
.producttable { 
	width: 100%;
	}
	
.map {
	width: 100%;
	height: 350px;
	margin: 0px;
	padding: 0px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	border-top: 10px solid rgba(50,0,0,0.6);
	border-bottom: 10px solid rgba(50,0,0,0.6);
}
	
.totalheight{
	height: 100%;
}

.pulldown{
	width: 100%;
	color: #222;
	padding: 2px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
/*-- Heading --*/

.heading-content {
	text-align: center;
	margin-top: 35px;
	}

.heading-content a {
	font-weight: 700;
	color: #FE3F00;
	}

.heading-content a:hover {
	color: #FFF;
	}


/*-- End Heading --*/


.margin0 {
	margin: 0px;
}

.margin-0 {
	margin: 0px auto;
}

.margin-top-0 {
	margin-top: 0px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-15 {
	margin-top: 15px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-50 {
	margin-top: 50px;
}

.padding-left-40 {
	padding-left: 40px;
}

/*-- Products --*/

.nopadding {
	padding: 0px;
	}

.info p {
	padding-bottom: 20px;
	}

.info ul {
	margin: 0;
	padding: 0;
	}

.info li {
	list-style: none;
	margin: 10px 0;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #666;
	}

.info i {
	color: #FE3F00;
	margin-right: 10px;
	font-size: 18px;
	}

/*-- End Contact Us--*/

.redbutton, .redbutton:visited {
	display: block;
	width: 100%;
	border: 0;
	color: #FFF;
	font-size: 15px;
	font-weight: 300;
	text-align: center;
	text-decoration:none;
	background: #63000D;
	background: -webkit-linear-gradient(#A40017, #63000D); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#A40017, #63000D); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#A40017, #63000D); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#A40017, #63000D); /* Standard syntax */
	margin: 0px 0px 20px 0px;
	padding: 5px;
	}

.redbutton:hover, .redbutton.selected {
	color: #FFF;
	background: #040;
	background: -webkit-linear-gradient(#040, #020); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#040, #020); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#040, #020); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#040, #020); /* Standard syntax */
	}

.minheight {
	min-height: 150px;
}

.paypalcards {
	width: 160px;
	border: 0px;
	text-decoration:none;
	background: transparent;
	margin: 0px;
	margin-left: 30%;
	padding: 0px;
	}

.text-center {
	text-align: center;
}
	
/*--Footer--*/

footer {
	background: rgba(50,0,0,0.9);
	background: -webkit-linear-gradient(rgba(30,0,0,0.8), rgba(120,0,0,0.8)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(30,0,0,0.8), rgba(120,0,0,0.8)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(30,0,0,0.8), rgba(120,0,0,0.8)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(30,0,0,0.8), rgba(120,0,0,0.8)); /* Standard syntax */
	margin: 0px;
	padding: 0px;
	}

.social-bottom {
	margin-top: 5px;
	margin-left: 10px;
	}

.social-bottom span {
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #FEA;
	text-transform: uppercase;
	float: left;
	margin-right: 26px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
	}

.social-bottom ul {
	margin: 0;
	padding: 0;
	}

.social-bottom li {
	list-style: none;
	display: inline-block;
	}

.social-bottom a {
	background-color: #333;
	font-size: 18px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #bbb;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	}

.social-bottom a:hover {
	background-color: #FE3F00;
	color: #fff;
	}

.subscribe-form {
	margin-top: 40px;
	padding-bottom: 40px;
	}

.footer-title {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
	}

.shop-list ul {
	margin: 0;
	padding: 0;
	}

.shop-list li {
	list-style: none;
	font-weight: 400;
	margin: 10px 0;
	color: #EEE;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	}

.shop-list i {
	font-size: 16px;
	margin-right: 5px;
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	}

.shop-list a {
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	}

.shop-list a:hover {
	color: #FE3F00;
	}

.more-info p {
	padding-bottom: 20px;
	}

.more-info ul {
	margin: 0;
	padding: 0;
	}

.more-info li {
	list-style: none;
	margin: 10px 0;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	color: #fff;
	}

.more-info i {
	color: #FE3F00;
	margin-right: 10px;
	font-size: 18px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	}

.bottom-footer {
	text-align: center;
	padding: 15px 0 15px 0;
	}

.bottom-footer p {
	font-family: 'Oswald', sans-serif;
	color: #ccc;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
	}

.bottom-footer b {
	color: #ED9;
	font-size: 13px;
	font-weight: 400;
	}

.bottom-footer a {
	color: #aaa;
	font-size: 12px;
	font-weight: 300;
	}

.bottom-footer a:hover {
	color: #ED9;
	font-size: 12px;
	font-weight: 300;
	}

/*-- End Footer --*/

/*--- RESPONSIVE ---*/

@media screen and (max-width: 1000px) {

	}
	
@media screen and (max-width: 990px) {

	.logo {
		text-align: center;
		margin: 0px;
		}

	.heading-section p {
		text-align: center;
		margin-bottom: 15px;
		}

	.footer-title {
		margin-top: 60px;
		}

	.bottom-footer {
		text-align: center;
		}
	}


@media screen and (min-width: 995px) {

	body {
		overflow-x: hidden;
		}
	}
	
@media screen and (max-width: 600px) {
	h1 {
		font-size: 24px;
	}
	h3 {
		font-size: 18px;
	}
	.heading-section img {
		text-align: center;
		}

	.heading-section p {
		text-align: center;
		}

	body {
		overflow-x: hidden;
		}
	}

@media screen and (max-width: 568px) {

	.logo {
		text-align: center;
		margin: 0px;
		}

	.bottom-footer {
		text-align: center;
		}

	.heading-section p {
		text-align: center;
		}

	.logo {
		text-align: center;
		margin: 0px;
		}
	}

@media screen and (max-width: 500px) {

	.logo {
		text-align: center;
		margin: 0px;
		}

	.bottom-footer {
		text-align: center;
		}

	.heading-section p {
		text-align: center;
		}

	}


@media screen and (max-width: 480px) {

	.logo {
		text-align: center;
		margin: 0px;
		}

	.bottom-footer {
		text-align: center;
		}

	.heading-section p {
		text-align: center;
		}

	}


/*--- END RESPONSIVE ---*/