@import url("http://fonts.googleapis.com/css?family=PT+sans+narrow:700,300");
@import url("http://netdna.bootstrapcdn.com/font-awesome/3.1.1/css/font-awesome.css");
@import url(http://fonts.googleapis.com/css?family=Loved+by+the+King);

* {
padding: 0px;
margin: 0px;
border: 0px;
outline: 0px;
}

body {
font-family: 'PT sans narrow',  sans-serif;
font-size: 16px ;
text-align: justify;
background: url(http://www.lacor.info/film/spartacus_et_cassandra/img/assets/beige_weft.png);
}

em{
font-style:italic;
}

a, a:hover {
text-decoration: none;
color: ivory;
position: relative;
z-index: 300;
}

img {
box-shadow:1px 1px 20px #555;
}

li {
list-style: none;
}

.footer {
display: block;
position: absolute;
bottom: -2%;
left: 0;
margin-left: 6%;
}

.container {
margin: 0px 20% 0px 20%;
}

#head {
margin-top: 20px;
}

/* menu (background-image)*/
#menu .box {
position: fixed;
text-align: center;
overflow: hidden;
z-index: -1;
opacity: 0;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
background: url("http://www.lacor.info/film/spartacus_et_cassandra/img/galerie/large/spartacus_et_cassandra_10.jpg");
background-repeat: no-repeat;
background-position: 70% top;
background-size: cover;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

#menu ul {
position: relative;
top: 40%;
-webkit-transform: scale(2);
-moz-transform: scale(2);
transform: scale(2);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

#menu li {
display: inline-block;
margin: 20px;
}

#menu li a {
border-radius: 3px;
padding: 15px;
border: 1px solid transparent;
text-decoration: none;
font-size: 1.1rem;
color: #5C8D67;
text-shadow: 1px 1px 1px #111;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

#menu li a i {
margin-right: 5px;
font-size: 1.1vw;
}

#menu h1 {
margin-top:-40px;
color: #5C8D67;
text-shadow: 1px 0px 0px #111;
font-weight: 700;
text-align: right;
margin-right: 4em;
font-size: .9em;
}


/* hamburger menu */
#toggle-nav-label {
color: rgba(0, 0, 0, 0.5);
background: rgba(0, 0, 0, 0.2);
text-align: center;
line-height: 30px;
font-size: 1vmax;
display: block;
cursor: pointer;
position: fixed;
right: 1em;
z-index: 500;
width: 30px;
height: 30px;
border-radius: 5px;
}

#toggle-nav {
display: none;
}

#toggle-nav:checked ~ .box {
opacity: 1;
z-index: 400;
}

#toggle-nav:checked ~ .box ul {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
}

#toggle-nav:checked ~ #toggle-nav-label {
background: #5C8D67;
color: rgba(0, 0, 0, 0.8);
}


/*content */
#content {
margin: 20px 0px 20px 0px;
}

#content h1 {
margin-bottom: 1vw;
font-size: 3vw;
text-align: center;
font-weight:700;
color:#5C8D67;
font-family: 'Loved by the King', cursive;
}

#content h2 {
margin-bottom: 5vw;
font-size: 2vw;
text-align: center;
color:#5C8D67;
}

#content h3 {
margin-bottom: 2vw;
font-size: 1.5vw;
text-align: center;
color:ivory;
text-shadow:1px 1px 1px #555;
}

#content h4 {
margin-bottom: 1vw;
font-size: 1.2vw;
text-align: center;
color:#666;
}


#content p {
font-size: 1.3vw;
line-height: 140%;
margin-bottom: 1.2vw;
color: #555;
}

#content.contacts{
display:block;
text-align:center !important;
}

#content p.subtitle {
font-size: 1.4vw;
font-weight: 700;
line-height: 200%;
margin: 3em 0 1em;
color:#5C8D67;
}

#content p.subtitle span {
font-size: 1.2vw;
font-weight: 100;
color:#5C8D67;
}

#content p.subsubtitle {
font-size: 1.3vw;
font-weight: 700;
line-height: 20%;
color:black;
}

#content p.contact {
font-size: 1vw;
font-weight: 100;
line-height: 100%;
}

#content p.FT {
font-size: .9vw;
line-height: 100%;
color:rgba(102, 102, 102, .8);
text-align:justify;
}

#content p.FT span {
color:rgba(102, 102, 102, .8);
font-size:.7em;
}

#content p.FT span.title {
color:rgba(102, 102, 102, .8);
font-size: .9vw;
}

#content p.signature {
text-align: right;
margin: 3em 0 1em;
}

#content p.suite {
text-align: right;
font-size:.8em;
font-style:italic;
margin: 3em 0 5em;
}

#content p.footer a {
font-size: .5em;
color: gray;
}

#content p.site a {
font-size: 1.1vw;
color: ivory;
line-height:200%;
}

/* iframe */
#iframe_galerie {
position: absolute;
top: 0;
margin-top:25%;
width: 900px;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

#iframe_trailers {
position: absolute;
top:50%;
margin-top:30%;
width: 900px;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.content iframe {
width: 900px;
box-shadow: 1px 6px 40px 0px #000;
}

/* weft */
#paper {
position: absolute;
z-index: -1;
display: block;
height: 100%;
width: 100%;
margin: 0;
}

/* scroll % */
#scrollPercentLabel{
color:ivory;
font-size:.8em;
text-shadow:1px 1px 1px #999;
}
