/* ==========================================================================
   Author's custom styles
========================================================================== */

body { background: black; overflow: hidden; }
   
.relative { position: relative; }
.absolute {  position:absolute; }
.layer { width: 100%;}
   
.bg { top: 0; left: 0; }
.fond { display: block; width: 100%; z-index: -1; }

.middle { margin: 0 auto; display: block; }
.right { text-align: right; }

.fourty { width: 40%; }
.half { width: 50%; }
.main {	margin-top: 10%; width: 80%; z-index: 999; overflow: hidden; }


.logo { padding-top: 6%; }
.wrapSub { margin-top: -6%; }
.subtitle { text-align: center; font-weight: normal; font-size: 20px; margin-top: 20%; }
.line { display: inline-block; padding: 1.5%; font-family: "caflisch-script-pro", "Myriad Pro", serif; background: white; color: black; margin-top: 1%;}













/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}