@font-face {
  font-family: 'HeraldicaScript';
  src: url('Heraldica Script.woff2') format('woff2'),
       url('Heraldica Script.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

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-image: linear-gradient(180deg, rgba(0,0,0, .5), rgba(0, 0, 0, 0), rgba(0, 0, 0, .2), rgba(0, 0, 0, .5));
padding:0em 0em 0em 0em;
margin:0;
width: 100vw;
height: 100vh;
}
#main .container {
position: relative;
display: block;
padding: 0em 2em 0em 2em;
margin-right: auto;
margin-left: auto;
max-width: 1000px;
width: 100%;
}
#main .container  h1 {
display:block;
text-align:center;
font-family: 'HeraldicaScript';
font-size: 4em;
color:rgba(255,255,255,1);
font-weight: 200;
line-height: 1.25em;
padding: 1em 0 0 0;
margin-top:0;
margin-bottom: 0;
margin-right: auto;
margin-left: auto;
}
#main .container  h2 {
display: block;
text-align: center;
font-size: 1.5em;
color:rgba(255,255,255,1);
font-weight: 500;
line-height: 1.5em;
padding: 0;
margin-top:0;
margin-bottom: 0;
margin-right: auto;
margin-left: auto;
max-width: 500px;
}
#main .container  h3 {
position: relative;
display: block;
text-align: left;
font-size: 1.25em;
color:rgba(255,255,255,1);
font-weight: 600;
line-height: 1.25em;
padding: 0;
margin-top: 1em;
margin-bottom: 0;
width: 100%;
}
#main .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: 0 0 1em 0;
margin-top: 0;
margin-right:auto;
margin-left:auto;
}
#main .container a {
display: block;
position: relative;
text-align: left;
font-size: 1em;
color: #ffffff;
background-color: rgba(0, 0, 0, .8);
border-top-right-radius: .5em;
border-bottom-right-radius: .5em;
text-decoration: none;
padding: .5em;
margin-top: .5em;
width: 250px;
}
#main .container a:visited {
color: #ffffff;
background-color: rgba(0, 0, 0, .8);
}
#main .container a:hover {
color: #e6d09c;
background-color: rgba(0, 0, 0, .8);
}
#main .container a:active {
color: #ffffff;
background-color: rgba(0, 0, 0, .8);
}
@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;
}
#main .container {
padding: 0em 2em 0em 1em;
}
.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: 1.5em;	
color: #ffffff !important;	
font-weight:900;
border: solid 0px #b09f7e;
border-radius: 1em;    
background: rgba(0,0,0, 1);       
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: .5em;
margin-right:auto;
margin-left:auto;
width: 300px;
}

.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;
}	
#main .container  h1 {
font-size: 3em;
}	
#main .container  h2 {
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: absolute;
overflow: hidden;
background: transparent;
bottom: 0;
padding: 5em 0em 5em 0em;
margin-bottom: 0em;
width: 100%;
}
#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;
}










