
/************************************************** RESET ***********************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/************************************************** GEN ***********************************************/
a:link{
	Font-Family: 'Rubik', Sans-Serif;
	Font-Size: 14px;
	color: #2e2e2e;
	text-decoration: none;
}

a:visited{
	Font-Family: 'Rubik', Sans-Serif;
	Font-Size: 14px;
	color: #808080;
	text-decoration: none;
}

a:hover{
	color: #606060;
	text-decoration: none;
}

em{font-style: italic;}


/************************************************** INDEX ***********************************************/

div.main {
  min-height: 100vh;
  background-image: url(../img/bg/backHome1.jpg);
  background-size: cover;
}

div.title{
	padding: 10% 0 0 10%;
}

div.title h1{
	Font-Family: 'Montagu Slab', Serif;
	font-weight: 600;
	Font-Size: 48px;
	color: #2e2e2e;
	text-transform: uppercase;
}

div.title h2{
	Font-Family: 'Rubik', Sans-Serif;
	Font-Size: 18px;
	color: #2e2e2e;
}

div.title h3{
	Font-Family: 'Rubik', Sans-Serif;
	Font-Size: 14px;
	color: #2e2e2e;
}

div.nav{
	margin: 5% 0 0 10%;
}

div.nav ul {
  	list-style-type: none;
 	margin: 0;
 	padding: 0;
 	Font-Family: 'Rubik', Sans-Serif;
	Font-Size: 14px;
}

div.nav ul li {
	line-height: 40px;
}

div.nav ul hr{
	width:500px;
	height:1px;
	margin:0;
	border-width:0;
	color:#707070;
	background-color:#707070;
	width:300px;
}

.footer {
  	position: fixed;
  	left: 0;
  	bottom: 0;
  	width: 100%;
  	background-color: #ffffff;
  	color: #2e2e2e;
  	text-align: center;
 	Font-Family: 'Rubik', Sans-Serif;
	Font-Size: 14px;
	height: 35px;
}

.footer p{
	line-height: 35px;
}

.footer a{
	text-decoration: underline;
}

/************************************************** Works ***********************************************/

.worksContent{
	margin-left: 33%;
	margin-top: 16vh;
	margin-bottom: 70px;
}

.worksElement{
	width: 33vw;
 	Font-Family: 'Rubik', Sans-Serif;
	Font-Size: 14px;
  	color: #2e2e2e;
  	text-align: justify;
}

.worksElement h4{
	Font-Family: 'Montagu Slab', Serif;
	Font-Size: 20px;
  	font-weight:600;
  	text-align: justify;
}

.worksElement h4.date{
	text-indent: -100px;
	display: inline-block;
	margin-top: 70px;
}

.worksElement h4.first{
	margin-top: 0px;
}

.worksElement p.chapo{
	Font-Family: 'Montagu Slab', Serif;
	margin-top: 17px;
  	font-weight:300;
	margin-bottom: 0;
}

.worksElement p.resume{
	margin-top: 17px;
  	font-weight:600;
	margin-bottom: 0;
	margin-bottom: 0;
}

.worksElement em{
	font-style: italic;
}

.worksElement p.text{
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 10px;
}

.worksElement p.link{
  	font-weight:600;
  	text-align: justify;
  	width: 100%;
}

.worksElement p.link a{
  	text-decoration: underline;
}

/************************************************** Arts ***********************************************/

.landing{
	background-image: url(../img/bg/backExpo.jpg);
  	background-size: cover;
    background-attachment: fixed;
  	background-position: center center;
}

/*.landing .boxTitle{
  	height: 50vh;
}*/

.landing h1 {
	Font-Family: 'Montagu Slab', Serif;
	Font-Size: 48px;
	color: #e0e0e0;
	text-align: center;
	padding-top: 20%;
	padding-bottom: 10px;
}

.header {
  	position: sticky;
  	top: 0;
  	padding: 10px 16px;
  	background: #ffffff;
  	color: #2e2e2e;
  	/*box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);*/
  	z-index: 99;
}

.header .artsNav{
}

.header .artsNav ul{
  	list-style-type: none;
 	margin: 0;
 	padding: 0;
 	display: flex;
 	/*justify-content: space-around;*/
 	align-items: baseline;
}

.header .artsNav ul li{
	flex: 1;
  	display: flex;
  	justify-content: center;
}

.header .artsNav ul li a{
  	font-weight:600;
}

.header .artsNav ul li a.active{
	text-decoration: underline;
}

.header .artsNav ul h2 a{
	Font-Family: 'Montagu Slab', Serif;
	Font-Size: 40px;
	font-weight: 600;
	color: #2e2e2e;
}
body {
	background: radial-gradient(circle, rgba(224,224,224,1) 0%, rgba(255,255,255,1) 60%);
}

section.artsSection{
	margin-bottom: 70px;
}

.artsSection h3{
 	Font-Family: 'Rubik', Sans-Serif;
	Font-Size: 28px;
	color: #2e2e2e;
	text-align: center;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
  	margin-top: 3%;
}

.artsContent {
  	/*background-color: #ffffff;*/
  	padding: 5% 0 1% 0;
  	display: flex;
	justify-content: space-evenly;
}

.artsContent .card {
  	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  	transition: 0.3s;
  	border-radius: 5px;
  	width: 20%;
  	background-color: #ffffff;
 	Font-Family: 'Rubik', Sans-Serif;
	Font-Size: 14px;
  	overflow: hidden;
}

/* On mouse-over, add a deeper shadow */
.artsContent .card:hover {
  	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.artsContent .card a:visited{
	Font-Family: 'Rubik', Sans-Serif;
	Font-Size: 14px;
	color: #2e2e2e;
	text-decoration: none;
}

.artsContent .card .imgContainer {
  	overflow: hidden;
}

/* Add rounded corners to the top left and the top right corner of the image */
.artsContent .card img {
  	border-radius: 5px 5px 0 0;
  	transition: transform .5s ease;
}

/* Zoom on hover */
.artsContent .card:hover img {
  transform: scale(1.1);
}

.artsContent .card .container h4 {
  	font-weight:700;
  	font-size: 18px;
  	text-align: center;
}

.artsContent .card .container p {
  	text-align: justify;
  	padding-top: 7%;
}

.artsContent .card .container p.artsSuite {
  	text-align: right;
  	padding-top: 7%;
}

/* Add some padding inside the card container */
.artsContent .container {
  	padding: 2% 7%;
}

/************************************************** Cadres ***********************************************/

.cadresLanding{
    background-image: url(../img/expo/cad/bg_small.jpg);
    background-size: contain;
    background-attachment: fixed;
    background-repeat: no-repeat;	
}

.cadresLanding h1 {
	Font-Family: 'Montagu Slab', Serif;
	Font-Size: 48px;
	color: #e0e0e0;
	text-align: center;
	padding-top: 20%;
	padding-bottom: 10px;
}

.cadres--desc{
    text-align: justify;
    margin-top: 70px;
    margin-bottom: 35px;
 	Font-Family: 'Rubik', Sans-Serif;
	Font-Size: 14px;
	color: #2e2e2e;
	width: 33vw;
	margin-left: 33%;
	line-height: 20px;
}

.cadres--date{
    text-align: left;
    margin-top: 30px;
    padding-bottom: 70px;
 	Font-Family: 'Rubik', Sans-Serif;
	Font-Size: 14px;
	color: #2e2e2e;
	width: 49vw;
	margin-left: 33%;
	font-weight: 400;
	line-height: 20px;
}

.scope{
    margin-top: 70px;
    width: 300px;
    height: 300px;
    border-radius: 150px;
    margin: auto;
    background-image: url(../img/expo/cad/visuel_03_kimsunga_.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 70px;
}

div.gal{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-bottom: 70px;
}

div.gal div{
	height: 30vh;
	width: 19vw;
	background-size: cover;
	background-position: 50%;
	margin-bottom: 5px;
}

div.gal div.img1{
	background-image: url("../img/expo/cad/ccc2012/2012_01.jpg");
    background-size: 100%;
    background-position: right 50% bottom 80%;
    background-repeat: no-repeat;
}

div.gal div.img2{
	background-image: url("../img/expo/cad/ccc2012/2012_03.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

div.gal div.img3{
	background-image: url("../img/expo/cad/ccc2012/2012_08.jpg");
    background-size: cover;
    background-position: right 20% bottom 50%;
    background-repeat: no-repeat;
}

div.gal div.img4{
	background-image: url("../img/expo/cad/ccc2012/2012_10.jpg");
    background-size: 100%;
    background-position: right 50% bottom 70%;
    background-repeat: no-repeat;
}

div.gal div.img5{
	background-image: url("../img/expo/cad/ccc2012/2012_11.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

div.gal div.img6{
	background-image: url("../img/expo/cad/gc2011/exposition_image_01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

div.gal div.img7{
	background-image: url("../img/expo/cad/gc2011/exposition_image_02.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

div.gal div.img8{
	background-image: url("../img/expo/cad/gc2011/exposition_image_03.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

div.gal div.img9{
	background-image: url("../img/expo/cad/ccc2010/cadre_ccc_03.jpg");
    background-size: cover;
    background-position: right 90% bottom 50%;
    background-repeat: no-repeat;
}

div.gal div.img10{
	background-image: url("../img/expo/cad/ccc2010/cadre_ccc_12.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

/*
.gallery{
	width: 33%;
	margin-left: 33%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 35px;
	margin-bottom: 35px;

}

.gallery a img{
	margin: 0 3px;
}
*/

.artsSection h3.title{
	width: 100%;
	text-align: center;
}

/************************************************** Hors de la marionette ***********************************************/

.marioLanding{
    background-image: url(../img/expo/hm/affiche.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 35%;
}

.marioLanding h1 {
	Font-Family: 'Montagu Slab', Serif;
	Font-Size: 48px;
	color: #e0e0e0;
	text-align: center;
	padding-top: 20%;
	padding-bottom: 10px;
}

.mario--desc{
    text-align: justify;
    margin-top: 70px;
    margin-bottom: 35px;
 	Font-Family: 'Rubik', Sans-Serif;
	Font-Size: 14px;
	color: #2e2e2e;
	width: 33vw;
	margin-left: 40.5%;
}

.mario--date{
    text-align: left;
    margin-top: 30px;
    padding-bottom: 70px;
 	Font-Family: 'Rubik', Sans-Serif;
	Font-Size: 14px;
	color: #2e2e2e;
	width: 49vw;
	margin-left: 40.5%;
	font-weight: 400;
	line-height: 20px;
}

div.marioGal{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-bottom: 70px;
}

div.marioGal div{
	height: 30vh;
	width: 19vw;
	background-size: cover;
	background-position: 50%;
	margin-bottom: 5px;
}

div.marioGal div.img1{
	background-image: url("../img/expo/hm/H_marionnettes_02.jpg");
    background-size: 100%;
    background-position: right 50% bottom 80%;
}

div.marioGal div.img2{
	background-image: url("../img/expo/hm/H_marionnettes_03.jpg");
    background-size: cover;
    background-position: right 10% bottom 50%;
}

div.marioGal div.img3{
	background-image: url("../img/expo/hm/H_marionnettes_07.jpg");
}

div.marioGal div.img4{
	background-image: url("../img/expo/hm/H_marionnettes_08.jpg");
}

div.marioGal div.img5{
	background-image: url("../img/expo/hm/H_marionnettes_09.jpg");
    background-size: 100%;
    background-position: right 50% bottom 100%;
}

div.marioGal div.img6{
	background-image: url("../img/expo/hm/H_marionnettes_11.jpg");
}

div.marioGal div.img7{
	background-image: url("../img/expo/hm/H_marionnettes_14.jpg");
    background-size: 100%;
    background-position: right 50% bottom 60%;
}

div.marioGal div.img8{
	background-image: url("../img/expo/hm/H_marionnettes_16.jpg");
    background-size: cover;
    background-position: right 0% bottom 30%;
}

div.marioGal div.img9{
	background-image: url("../img/expo/hm/H_marionnettes_24.jpg");
    background-size: 100%;
    background-position: right 50% bottom 80%;
}

div.marioGal div.img10{
	background-image: url("../img/expo/hm/H_marionnettes_30.jpg");
}

/************************************************** Puppet Manual ***********************************************/

.puppetLanding{
    background-image: url(../img/expo/pup/pup15.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 15%;
}

.puppetLanding h1 {
	Font-Family: 'Montagu Slab', Serif;
	Font-Size: 48px;
	color: #e0e0e0;
	text-align: center;
	padding-top: 20%;
	padding-bottom: 10px;
}

div.puppetGal{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-bottom: 70px;
}

div.puppetGal div{
	height: 30vh;
	width: 19vw;
	background-size: cover;
	background-position: 50%;
	margin-bottom: 5px;
}

div.puppetGal div.img1{
	background-image: url("../img/expo/pup/pup01.jpg");
    background-size: cover;
    background-position: right 0% bottom 30%;
}

div.puppetGal div.img2{
	background-image: url("../img/expo/pup/pup03.jpg");
}

div.puppetGal div.img3{
	background-image: url("../img/expo/pup/pup04.jpg");
}

div.puppetGal div.img4{
	background-image: url("../img/expo/pup/pup07.jpg");
}

div.puppetGal div.img5{
	background-image: url("../img/expo/pup/pup09.jpg");
}

div.puppetGal div.img6{
	background-image: url("../img/expo/pup/pup11.jpg");
}

div.puppetGal div.img7{
	background-image: url("../img/expo/pup/pup13.jpg");
}

div.puppetGal div.img8{
	background-image: url("../img/expo/pup/pup15.jpg");
    background-size: cover;
    background-position: right 0% bottom 100%;
}

div.puppetGal div.img9{
	background-image: url("../img/expo/pup/pup17.jpg");
    background-size: cover;
    background-position: right 50% bottom 50%;
}

div.puppetGal div.img10{
	background-image: url("../img/expo/pup/pup19.jpg");
}

/************************************************** BIRDS ***********************************************/

.birdsLanding{
    background-image: url(../img/expo/ois/IMG_6866.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 65%;
}

.birdsLanding h1 {
	Font-Family: 'Montagu Slab', Serif;
	Font-Size: 48px;
	color: #e0e0e0;
	text-align: center;
	padding-top: 20%;
	padding-bottom: 10px;
}

.bubbles{
	width: 33%;
	margin-left: 33%;
    margin-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.bub{
  	flex: 1 0 21%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    width: 160px;
    height: 160px;
    border-radius: 80px;
    transition: 0.5s;
}

.bub:hover{
    border-radius: 0;
    transition: 0.5s;
}

#bub1{background-image: url(../img/expo/ois/bub/bub1.jpg);}
#bub2{background-image: url(../img/expo/ois/bub/bub2.jpg);}
#bub3{background-image: url(../img/expo/ois/bub/bub3.jpg);}
#bub4{background-image: url(../img/expo/ois/bub/bub4.jpg);}
#bub5{background-image: url(../img/expo/ois/bub/bub5.jpg);}
#bub6{background-image: url(../img/expo/ois/bub/bub6.jpg);}
#bub7{background-image: url(../img/expo/ois/bub/bub7.jpg);}
#bub8{background-image: url(../img/expo/ois/bub/bub8.jpg);}

div.birdsGal{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-bottom: 70px;
}

div.birdsGal div{
	height: 30vh;
	width: 19vw;
	background-size: cover;
	background-position: 50%;
	margin-bottom: 5px;
}

div.birdsGal div.img1{
	background-image: url("../img/expo/ois/gal/ois01.jpg");
}

div.birdsGal div.img2{
	background-image: url("../img/expo/ois/gal/ois02.jpg");
}

div.birdsGal div.img3{
	background-image: url("../img/expo/ois/gal/ois05.jpg");
}

div.birdsGal div.img4{
	background-image: url("../img/expo/ois/gal/ois07.jpg");
}

div.birdsGal div.img5{
	background-image: url("../img/expo/ois/gal/ois12.jpg");
}

div.birdsGal div.img6{
	background-image: url("../img/expo/ois/gal/ois15.jpg");
}

div.birdsGal div.img7{
	background-image: url("../img/expo/ois/gal/ois16.jpg");
}

div.birdsGal div.img8{
	background-image: url("../img/expo/ois/gal/ois17.jpg");
}

div.birdsGal div.img9{
	background-image: url("../img/expo/ois/gal/ois18.jpg");
}

div.birdsGal div.img10{
	background-image: url("../img/expo/ois/gal/ois19.jpg");
}

/************************************************** Cosmo *****************************************************/
.cosmoLanding{
    background-image: url(../img/mario/cos/cover2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}

.cosmoLanding h1 {
	Font-Family: 'Montagu Slab', Serif;
	Font-Size: 48px;
	color: #e0e0e0;
	text-align: center;
	padding-top: 20%;
	padding-bottom: 10px;
}

.artsSection h5{
    text-align: left;
	Font-Family: 'Montagu Slab', Serif;
	Font-Size: 16px;
	color: #2e2e2e;
	width: 33vw;
	margin-left: 33%;
	font-weight: 400;
	margin-top: 35px;
	margin-bottom: -35px;
}

.cosmoImg{
	width: 40vw;
	margin: 35px 4vw;
	display: inline-block;
}

div.cosmoGal{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

div.cosmoGal div{
	height: 30vh;
	width: 24vw;
	background-size: cover;
	background-position: 50%;
	margin-bottom: 5px;
}

div.cosmoGal div.img1{
	background-image: url("../img/mario/cos/cos01.jpg");
    background-size: cover;
    background-position: right 50% bottom 75%;
    background-repeat: no-repeat;
}

div.cosmoGal div.img2{
	background-image: url("../img/mario/cos/cos02.jpg");
    background-size: cover;
    background-position: right 50% bottom 50%;
    background-repeat: no-repeat;
}

div.cosmoGal div.img3{
	background-image: url("../img/mario/cos/cos03.jpg");
    background-size: cover;
    background-position: right 50% bottom 90%;
    background-repeat: no-repeat;
}

div.cosmoGal div.img4{
	background-image: url("../img/mario/cos/cos04.jpg");
}

div.cosmoGal div.img5{
	background-image: url("../img/mario/cos/cos05.jpg");
}

div.cosmoGal div.img6{
	background-image: url("../img/mario/cos/cos06.jpg");
}

div.cosmoGal div.img7{
	background-image: url("../img/mario/cos/cos07.jpg");
}

div.cosmoGal div.img8{
	background-image: url("../img/mario/cos/cos000.jpg");
    background-size: cover;
    background-position: right 50% bottom 100%;
    background-repeat: no-repeat;
}

/************************************************** Hamlet *****************************************************/
.hamletLanding{
    background-image: url(../img/mario/ham/cover.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}

.hamletLanding h1 {
	Font-Family: 'Montagu Slab', Serif;
	Font-Size: 48px;
	color: #e0e0e0;
	text-align: center;
	padding-top: 20%;
	padding-bottom: 10px;
}

.artsSection h5{
    text-align: center;
	Font-Family: 'Montagu Slab', Serif;
	Font-Size: 16px;
	color: #2e2e2e;
	width: 33vw;
	margin-left: 33%;
	font-weight: 300;
}

.wrapper{
    width: 50%;
    margin: auto;
    margin-bottom: 35px;
    background: #CCC;
}

.h_iframe{
    position: relative;
}

.h_iframe .ratio{
    display: block;
    width: 100%;
    height: auto;
}

.h_iframe iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hamletImg{
	width: 50vw;
	margin: 70px 25vw;
}

div.hamletGal{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

div.hamletGal div{
	height: 30vh;
	width: 19vw;
	background-size: cover;
	background-position: 50%;
	margin-bottom: 5px;
}

div.hamletGal div.img1{
	background-image: url("../img/mario/ham/ham01.jpg");
}

div.hamletGal div.img2{
	background-image: url("../img/mario/ham/ham04.jpg");
}

div.hamletGal div.img3{
	background-image: url("../img/mario/ham/ham05.jpg");
}

div.hamletGal div.img4{
	background-image: url("../img/mario/ham/ham06.jpg");
}

div.hamletGal div.img5{
	background-image: url("../img/mario/ham/ham07.jpg");
}

div.hamletGal div.img6{
	background-image: url("../img/mario/ham/ham08.jpg");
}

div.hamletGal div.img7{
	background-image: url("../img/mario/ham/ham09.jpg");
}

div.hamletGal div.img8{
	background-image: url("../img/mario/ham/ham11.jpg");
}

div.hamletGal div.img9{
	background-image: url("../img/mario/ham/ham12.jpg");
}

div.hamletGal div.img10{
	background-image: url("../img/mario/ham/ham13.jpg");
}

/************************************************** Railroad *****************************************************/
.railLanding{
    background-image: url(../img/mario/rail/rail13.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}

.railLanding h1 {
	Font-Family: 'Montagu Slab', Serif;
	Font-Size: 48px;
	color: #e0e0e0;
	text-align: center;
	padding-top: 20%;
	padding-bottom: 10px;
}

.artsSection h5{
    text-align: center;
	Font-Family: 'Montagu Slab', Serif;
	Font-Size: 16px;
	color: #2e2e2e;
	width: 33vw;
	margin-left: 33%;
	font-weight: 300;
}

.railImg{
	width: 50vw;
	margin: 70px 25vw;
}

.railImg2{
	width: 33vw;
	margin: 0px 32vw;
}

div.railGal{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

div.railGal div{
	height: 30vh;
	width: 19vw;
	background-size: cover;
	background-position: 50%;
	margin-bottom: 5px;
}

div.railGal div.img1{
	background-image: url("../img/mario/rail/rail26.jpg");
    background-size: cover;
    background-position: right 50% bottom 100%;
    background-repeat: no-repeat;
}

div.railGal div.img2{
	background-image: url("../img/mario/rail/rail11.jpg");
    background-size: cover;
    background-position: right 50% bottom 100%;
}

div.railGal div.img3{
	background-image: url("../img/mario/rail/rail12.jpg");
}

div.railGal div.img4{
	background-image: url("../img/mario/rail/rail13.jpg");
}

div.railGal div.img5{
	background-image: url("../img/mario/rail/rail14.jpg");
}

div.railGal div.img6{
	background-image: url("../img/mario/rail/rail15.jpg");
}

div.railGal div.img7{
	background-image: url("../img/mario/rail/rail16.jpg");
}

div.railGal div.img8{
	background-image: url("../img/mario/rail/rail17.jpg");
}

div.railGal div.img9{
	background-image: url("../img/mario/rail/rail19.jpg");
}

div.railGal div.img10{
	background-image: url("../img/mario/rail/rail21.jpg");
}

/************************************************** Kokdu *****************************************************/
.kokduLanding{
    background-image: url(../img/mario/kok/cover.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 120%;
}

.kokduLanding h1 {
	Font-Family: 'Montagu Slab', Serif;
	Font-Size: 48px;
	color: #e0e0e0;
	text-align: center;
	padding-top: 20%;
	padding-bottom: 10px;
}

.artsSection h5{
    text-align: center;
	Font-Family: 'Montagu Slab', Serif;
	Font-Size: 16px;
	color: #2e2e2e;
	width: 33vw;
	margin-left: 33%;
	font-weight: 300;
}

.kokduImg{
	width: 50vw;
	margin: 0px 25vw;
}

.kokduImg2{
	width: 25vw;
	margin: 70px auto 0 37vw;
}

.kokduImg3{
	width: 50vw;
	margin: 70px 25vw;
}

div.kokduGal{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

div.kokduGal div{
	height: 30vh;
	width: 19vw;
	background-size: cover;
	background-position: 50%;
	margin-bottom: 5px;
}

div.kokduGal div.img1{
	background-image: url("../img/mario/kok/kok01.jpg");
}

div.kokduGal div.img2{
	background-image: url("../img/mario/kok/kok02.jpg");
}

div.kokduGal div.img3{
	background-image: url("../img/mario/kok/kok03.jpg");
}

div.kokduGal div.img4{
	background-image: url("../img/mario/kok/kok05.jpg");
}

div.kokduGal div.img5{
	background-image: url("../img/mario/kok/kok06.jpg");
}

div.kokduGal div.img6{
	background-image: url("../img/mario/kok/kok07.jpg");
}

div.kokduGal div.img7{
	background-image: url("../img/mario/kok/kok08.jpg");
}

div.kokduGal div.img8{
	background-image: url("../img/mario/kok/kok09.jpg");
    background-size: cover;
    background-position: right 50% bottom 100%;
    background-repeat: no-repeat;
}

div.kokduGal div.img9{
	background-image: url("../img/mario/kok/kok10.jpg");
    background-size: cover;
    background-position: right 50% bottom 100%;
    background-repeat: no-repeat;
}

div.kokduGal div.img10{
	background-image: url("../img/mario/kok/kok11.jpg");
    background-size: cover;
    background-position: right 50% bottom 100%;
    background-repeat: no-repeat;
}

/************************************************** Sceno ***********************************************/

.scenoLanding{
    background-image: url(../img/sceno/cover.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 200%;
}

.scenoLanding h1 {
	Font-Family: 'Montagu Slab', Serif;
	Font-Size: 48px;
	color: #e0e0e0;
	text-align: center;
	padding-top: 20%;
	padding-bottom: 10px;
}

.sceno--desc{
    text-align: justify;
    margin-top: 70px;
    margin-bottom: 35px;
 	Font-Family: 'Rubik', Sans-Serif;
	Font-Size: 14px;
	color: #2e2e2e;
	width: 33vw;
	margin-left: 40.5%;
}

.sceno--date{
    text-align: left;
    margin-top: 30px;
    padding-bottom: 70px;
 	Font-Family: 'Rubik', Sans-Serif;
	Font-Size: 14px;
	color: #2e2e2e;
	width: 49vw;
	margin-left: 40.5%;
	font-weight: 400;
	line-height: 20px;
}

div.scenoGal{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-top: 70px;
	margin-bottom: 70px;
}

div.scenoGal div{
	height: 30vh;
	width: 19vw;
	background-size: cover;
	background-position: 50%;
	margin-bottom: 5px;
}

div.scenoGal div.img2{
	background-image: url("../img/sceno/bs1.jpg");
    background-size: cover;
    background-position: right 10% bottom 50%;
}

div.scenoGal div.img4{
	background-image: url("../img/sceno/bs2.jpg");
}

div.scenoGal div.img6{
	background-image: url("../img/sceno/bs3.jpg");
}

div.scenoGal div.img8{
	background-image: url("../img/sceno/bs4.jpg");
    background-size: cover;
    background-position: right 0% bottom 30%;
}

div.scenoGal div.img10{
	background-image: url("../img/sceno/bs5.jpg");
}


div.scenoGal2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-top: 70px;
	margin-bottom: 70px;
}

div.scenoGal2 div{
	height: 30vh;
	width: 16vw;
	background-size: cover;
	background-position: 50%;
	margin-bottom: 5px;
}

div.scenoGal2 div.img1{
	background-image: url("../img/sceno/qq1.jpg");
    background-size: cover;
    background-position: right 10% bottom 50%;
}

div.scenoGal2 div.img2{
	background-image: url("../img/sceno/qq2.jpg");
}

div.scenoGal2 div.img3{
	background-image: url("../img/sceno/qq3.jpg");
}

div.scenoGal2 div.img4{
	background-image: url("../img/sceno/qq4.jpg");
    background-size: cover;
    background-position: right 0% bottom 30%;
}

div.scenoGal2 div.img5{
	background-image: url("../img/sceno/qq5.jpg");
}

div.scenoGal2 div.img6{
	background-image: url("../img/sceno/qq6.jpg");
}


div.scenoGal3{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-top: 70px;
	margin-bottom: 70px;
}

div.scenoGal3 div{
	height: 30vh;
	width: 19vw;
	background-size: cover;
	background-position: 50%;
	margin-bottom: 5px;
}

div.scenoGal3 div.img1{
	background-image: url("../img/sceno/rj1.jpg");
    background-size: cover;
    background-position: right 100% bottom 50%;
}

div.scenoGal3 div.img2{
	background-image: url("../img/sceno/rj2.jpg");
    background-size: cover;
    background-position: right 50% bottom 95%;
}

div.scenoGal3 div.img3{
	background-image: url("../img/sceno/rj3.jpg");
    background-size: cover;
    background-position: right 0% bottom 50%;
}

div.scenoGal3 div.img4{
	background-image: url("../img/sceno/rj4.jpg");
    background-size: cover;
    background-position: right 0% bottom 53%;
}

div.scenoGal3 div.img5{
	background-image: url("../img/sceno/rj5.jpg");
    background-size: cover;
    background-position: right 0% bottom 50%;
}

/************************************************** BLog ***********************************************/


.entry-content p{
	text-align: justify;
}

.entry-content p.blogP{
	text-align: justify;
}

.entry-header h2{
	Font-Family: 'Montagu Slab', Serif;
	Font-Size: 24px;
}

/************************************************** CV ***********************************************************/


div.CV{
	margin-left: 25vw;
}

div.CV h4{
	Font-Family: 'Montagu Slab', Serif;
	margin-top: 25px;
	font-size: 25px;
  	font-weight:300;
	margin-bottom: 25px;
}

div.CV h5.cvTitle{
 	Font-Family: 'Rubik', Sans-Serif;
	Font-Size: 18px;
	font-weight: 600;
  	padding-top: 10px;
  	margin-bottom: -10px;
  	margin-top: 10px;
  	text-align: left;
  	margin-left: 0;
}

div.CV p{
	width: 50vw;
 	Font-Family: 'Rubik', Sans-Serif;
	Font-Size: 14px;
  	color: #2e2e2e;
  	text-align: justify;
  	padding-left: 20px;
}

div.CV p.cvDate{
 	Font-Family: 'Rubik', Sans-Serif;
	Font-Size: 16px;
	font-weight: 600;
  	color: #2e2e2e;
  	padding-top: 10px;
  	padding-left: 0px;

}

div.CV p em{
 	font-style: italic;

}

div.CV p.last{
	margin-bottom: 70px;
}


