a:focus {
    outline: 0px solid
}

a:hover {
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 100px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
	font-style: oblique; 
	color: gray;
}

html,
body {
	background-image: url("../images/half-opened.jpg");
	background-repeat: no-repeat;
	background-color: #000;
	
}

p {
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
	color:	gray;
}
