
html {
    height: 100%;
    padding-bottom: 0px;
}
    body { 
        background-image: url('../imgs/BG.jpg'); 
            -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
  font-family: 'Open Sans', sans-serif;
overflow-x: hidden;
overflow-y: hidden;
height: 100%;
width: auto;
z-index: -999;
min-height: 100%;
min-width: 100%;
position: fixed;
top: 0;
left: 0;
}

h1, img, p, ul, li, blockquote {
    margin: 0px;
    padding: 0px;
	font-family: 'Open Sans', sans-serif;
}

#wrapper {
    position: relative;
    top: 3%;
    margin: auto;
    width: auto;
	font-family: 'Open Sans', sans-serif;
	margin-top :150px
}

h1, p {
    text-shadow: 0px 0px 0px #fff;
	font-family: 'Open Sans', sans-serif;

}

h1 {
    font-size: 42px;
    text-align: center;
	font-family: 'Open Sans', sans-serif;

	
}

p {
    max-width: 1000px;
    margin: 20px auto;
    text-align: center;
    line-height: normal;
    color: #f8c512;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.535;
    text-shadow: 0px 0px 0px rgb( 255, 255, 255 );


    
}



img {
    border-radius: 100px;
    border: 0px solid white;
    display: block;
    margin: 20px auto;
    margin-bottom: 45px;
  -webkit-filter: grayscale(100%);
  -webkit-transition: .4s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .4s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .4s ease-in-out;
}

img:hover {

  -webkit-filter: grayscale(1%);
  -webkit-transition: .3s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .3s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .3s ease-in-out;
    opacity: 1;
}

#social {
    display: block
    position: absolute;
    top: 0px;
    list-style-type: none;
    text-align: center;
}



#social a {
    font-size: 1.35em;
    text-decoration: none;
    margin: 0px 0px;
    color: #989898;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

#social a:hover {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.26;
    color: #f77474;
}

#social li {
    display: inline-block;
    padding-bottom: 0px;
}

.hidden {
    display: inline-block;
    text-indent: -9999px;
}


a.link:link {
            color: #d39111;
        text-decoration: none;
    font-weight: bold;
}

/* visited link */
a.link:visited {
        color: #d39111;
}

/* mouse over link */
a.link:hover {
        color: #d39111;
    border-bottom: 1px #f47373 dotted;
}

/* selected link */
a.link:active {
        color: #d39111;
}