/* Reset */

html {
display:block;
border: 0;
font-size: 100%;
padding:0;
margin: 0;
}

body {
font-family: 'Open Sans', sans-serif;
background-attachment:fixed;
background-image:url('background.jpg');
background-repeat:no-repeat;
Background-position:center;
background-size:cover;
padding:0;
margin:0;
width: 100%;
}
*, *:before, *:after {
box-sizing: border-box;
}
ol, ul {
list-style: none;
}
a {
transition: border-bottom-color 0.2s ease, color 0.2s ease;
text-decoration: none;
}
a:link {
color:#f1e4bf;
text-shadow:0px 2px 3px rgba(0,0,0,0);
letter-spacing:1px;
text-decoration:none;
}
a:visited {
color:#f1e4bf;
}
a:hover {
color: rgba(255,255,255,.4);
}
a:active {
color:rgba(255,255,255,.4);
}
strong, b {
font-weight: 600;
}

/******************* Main *****************************/
#main {
position:relative;
display:block;
text-align:center;
background: rgba(0,0,0, .5);
padding:0em 0em 10em 0em;
margin:0;
width:100%;
}
#main .container {
position:relative;
display:block;
margin-right:auto;
margin-left:auto;
padding:0em 1em 10em 1em;
max-width:900px;
width:100%;
}
.container h1 {
display:block;
text-align:center;
font-size:4em;
color:rgba(255,255,255,1);
font-weight:600;
padding:3em 0 0 0;
margin-top:0;
margin-right:auto;
margin-left:auto;
}
.container p {
display:block;
text-align:justify;
font-size:1.25em;
color:rgba(255,255,255,.8);
font-weight:400;
line-height:1.5em;
padding:15em 0em 1em 0em;
margin-right:auto;
margin-left:auto;
}
@media screen and (max-width: 980px) {
.container h1 {
font-size:3em;
padding:3em 0 0 0;
}
.container p {
font-size:1em;
max-width:550px;
}
}
@media screen and (max-width: 550px) {
#main {
padding:0em 0em 5em 0em;
}
.container h1 {
font-size:2.5em;
padding:1.5em 0 0 0;
}
.container p {
font-size:.75em;
}
}
/************* Button special **********************/

.button.special { 
text-align:center;
display:block;
font-size:1em;	
color: #ffffff !important;	
font-weight:900;
border: solid 0px #b09f7e;
border-radius: 8px;    
background: rgba(0,0,0,.3);       
letter-spacing:1px;
outline:0;
cursor:pointer;
appearance: none;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
text-decoration: none;
text-transform: none;
line-height:2em;
padding: .25em  0em  0em  0em;
margin-right:auto;
margin-left:auto;
width:200px;
}

.button.special:hover {
background-color: #000000; 
}
.button.special:active {
background-color: #000000; 
}
.button.special:focus {
background-color: #f0c3fa;
outline: 3px dotted #a307fc;
}
@media screen and (max-width: 736px) {		
.button.special {
font-size:1em;
}			
}						
@media screen and (max-width: 480px) {	
.button.special {
font-size:.8em;	
}	
}
@media screen and (max-width: 360px) {

.button.special {
font-size:.8em;
}	
}


/****************** Footer *********************************/
#footer {
position: relative;
overflow: hidden;
background:#000000;
padding: 5em 0em 5em 0em;
margin-bottom: 0em;
}
#footer .pbc {
text-align:center;
position:relative;
display:block;
font-size:1.25em;
color:#ffffff;
width:100%;
}

@media screen and (max-width: 736px) {
#footer {
}
}
@media screen and (max-width: 480px) {
#footer p {
font-size:.85em;
}










