

body,p,div,img,figure,ul,li,h1,h2,section{
margin:0;
padding:0;
font-size:1em;
}
body{
width:100%;
background-image:linear-gradient(#e6e5e5, #9d9999 );
-moz-box-shadow: 10px 10px 5px #656565;
-webkit-box-shadow: 10px 10px 5px #656565;
-o-box-shadow: 5px 10px 5px #656565;
box-shadow: 0px 2px 2px #acacad;
filter:progid:DXImageTransform.Microsoft.Shadow(color='#6565', Direction=135, Strength=5);
background-color:#EAEAEA;;

}
article{
border:#FFFFff 30px solid;
width:80%;
margin: 0 auto 0 auto;
background-color:#EAEAEA;;
}

.fancybox-custom .fancybox-skin {
			box-shadow: 0 0 50px #222;
		}
header{
margin:0px auto 70px auto;
background-color:#969696;
padding:10px 0 15px 0;
background-image:linear-gradient(#e6e5e5, #787676);
-moz-box-shadow: 10px 10px 5px #656565;
-webkit-box-shadow: 10px 10px 5px #656565;
-o-box-shadow: 5px 10px 5px #656565;
box-shadow: 0px 2px 2px #acacad;
filter:progid:DXImageTransform.Microsoft.Shadow(color='#6565', Direction=135, Strength=5);
}

header h1{
font-family:"Raleway",sans-serif;
color:#000;
font-size:3.1em;
text-align:center;
height:3.1;
padding-bottom:20px;
}

header h2{
text-align:center;
font-family:"Raleway",sans-serif;
color:#FFFFFF;
font-size:1.7em;
height:1.7em;
padding-bottom:20px;
padding-bottom:20px;
}


header h3{
text-align:center;
font-family:"Raleway",sans-serif;
color:#FFFFFF;
font-size:1em;
height:1em;
padding-bottom:20px;
}
header p{
text-align:center;
font-family:"Raleway",sans-serif;
color:#FFFFFF;
font-size:1em;
height:1em;
padding-bottom:20px;
}
/*----------*/

#SectionImage{
border:#FFFF00 0px solid;
width:90%;
margin:0 auto 0 auto;
text-align:center;
}
#SectionImage img {
padding:10px;
border:#bcbcbc 1px solid;
max-width:100%;
background-color:#FFFFFF;
margin:5px;
-moz-box-shadow: 10px 10px 5px #cc;
-webkit-box-shadow: 10px 10px 5px #ccc;
-o-box-shadow: 10px 10px 5px #ccc;
box-shadow: 5px 5px 5px #ccc;
filter:progid:DXImageTransform.Microsoft.Shadow(color='#6565', Direction=135, Strength=5);
background-color:#fff;
transition:all .5s  ease-in-out;
	transform:  scale(1);
	opacity:0.9;
}

#SectionImage img:hover{
background-color:#fff;
transition:all .5s  ease-in-out;
	transform:  scale(0.95);
	opacity:0.7;
}
section p{
text-align:center;
font-size:4em;
color:#D5D5D5;
padding:40px 0 40px 0;
}
section p a{
display:block;
text-decoration:none;
color:#D5D5D5;
-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
section p a:hover{
color:#818181;
background-color:#D1D1D1;
}
/*--------------*/
footer{
margin:50px auto 00px auto;
background-color:#969696;
padding:10px 0 15px 0;
background-image:linear-gradient(#e6e5e5, #6e6d6d);
-moz-box-shadow: 10px 10px 5px #656565;
-webkit-box-shadow: 10px 10px 5px #656565;
-o-box-shadow: 5px 10px 5px #656565;
box-shadow: 0px 2px 2px #acacad;
filter:progid:DXImageTransform.Microsoft.Shadow(color='#6565', Direction=135, Strength=5);
}
footer p{
text-align:center;
font-size:0.7em;
color:#000;
padding:5px 0 5px 0;
font-family:"Raleway",sans-serif;
}

footer p a{
    padding:10px;
    color:#666;
    text-decoration:none;
   
    -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    transition: all .6s ease-in;
}
footer p a:hover{
    color:#fff;
}

@media screen and (max-width: 1024px){
article{
border:#FFFFff 30px solid;
width:90%;
margin: 0 auto 0 auto;
background-color:#EAEAEA;;
}
header{
height:auto;
}
header h1{
font-family:"Raleway",sans-serif;
color:#000;
font-size:2em;
text-align:center;
padding-bottom:20px;
}

header h2{
text-align:center;
font-family:"Raleway",sans-serif;
color:#FFFFFF;
font-size:1.3em;
padding-bottom:20px;
padding-bottom:20px;
}


header h3{
text-align:center;
font-family:"Raleway",sans-serif;
color:#FFFFFF;
font-size:1em;
padding-bottom:20px;
}

}