/* MAIN */

/*
font-family: 'Open Sans', sans-serif; 400 600
font-family: 'Playfair Display', serif; 400 700
*/


body {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    background-position: top center;
  	background-image: url("../images/back.jpg");
  	background-repeat: no-repeat;
    background-size: cover;
}

.Content {
    padding-top: 150px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}


/* RANDOMNESS */

A:link {text-decoration: none; color: rgb(152,75,66);}
A:visited {text-decoration: none; color: rgb(152,75,66);}
A:active {text-decoration: none; color: rgb(152,75,66);}
A:hover {text-decoration: underline; color: rgb(152,75,66);}

.transparent {
    filter: alpha(opacity=100); /* internet explorer */
    opacity: 1;           /* fx, safari, opera, chrome */
}

.transparent:hover {
    filter: alpha(opacity=90); /* internet explorer */
    opacity: 0.9;           /* fx, safari, opera, chrome */
}

h1 {
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    color: #000;
    font-weight: 700;
    padding: 0;
    margin: 0;
    text-align: center;
}

h2 {
    font-family: 'Playfair Display', serif;
    font-size: 35px;
    color: #666;
    font-weight: 400;
    padding: 0;
    margin: 0;
    text-align: center;
}