@charset "UTF-8";
/* CSS Document */


body { font-family: "soleil", sans-serif; font-style: normal;  color: #ffffff; font-weight: 400; font-size: 1em;}
h1 { font-family: "old-standard", serif; font-style: normal; color: #ffffff; font-weight: 400; font-size: 3em; line-height: 1em;}
h6 { font-family: "old-standard", serif; font-style: normal; color: #ffffff; font-weight: 400; font-size: 6em; line-height: 1.5em;}
h2 { font-family: "old-standard", serif; font-style: normal; color: #ffffff; font-weight: 400; font-size: 1.6em;}
h3 { font-family: "soleil", sans-serif; font-style: normal; color: #ffffff; font-weight: 400; font-size: 1.6em;}
h5 {font-family: "soleil", sans-serif; font-style: normal; color: #ffffff; font-weight: 400; font-size: 1.1em;}

a:hover { color:"#CA7A49";}


.logo{
	position: relative;
	padding-top: 30px;
	width: 15%;
	float:right;
	z-index: 1;
}

html{
    width: 100%;
    position: absolute;
    z-index: 0;
    background: url("../images/background.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.text{
	position: relative;
	padding: 380px 20px 200px 800px;
}

.button {
    background-color: #0069A0; 
    border: none;
    border-radius: 50px; 
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.06em;
}
