.myButton {
	background-color:#d1e5ff;
	border-radius:2px;
	border:1px solid #3866a3;
	display:inline-block;
	cursor:pointer;
	color:#14396a;	
	padding:8px 24px;
	text-decoration:none;
}

.myButton:hover {
	background-color:#468ccf;
}

.myButton:active {
	position:relative;
	top:1px;
}

/*@font-face {
    font-family: 'jann_scriptregular';
    src: url('Font/jannscript-webfont.woff2') format('woff2'),
         url('Font/jannscript-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'chiller';
    src: url('chiller-webfont.woff2') format('woff2'),
         url('chiller-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
	box-sizing: border-box;
}

html,body {
	font-size:10px;
	height:100%;padding:0;margin:0;
}

.page {
	position:				relative;
	display:				table;
	table-layout:			fixed;
	width:					100%;
	height:					100%;
	line-height:			normal;
	text-align:				center;
	font-family:			arial, sans-serif;	
	color:					#FFFFFF;
	background-size:		cover;
	background-position:	50% 50%;
	background-repeat:		no-repeat;
	background-attachment:	fixed
}

img#gnome {
	width:		80%;
	max-width:	900px;
}

nav.container {
	margin:			0 auto;
	width:			700px;
	border-bottom: 	1px #ffffff solid;
	padding-bottom:	10px;
	padding-top:	10px;
}

nav a, nav a:hover {
	color:				#FFFFFF;
	text-decoration:	none;
	font-size:			1.2em;
}

nav a:hover {
	text-decoration:	underline;
}

nav a {
	padding:	0.6em;
}

.background-blue {
    background-color: 		#2577E6;
}

.background-white {
    background-color: 		#FFFFFF;
}
	
h1,h2,h3,h4,h5 {
	line-height:	1.3;
	font-weight:	normal;
}

.content-top {
	/*max-width:	900px;*/
	margin:		0 auto;
}

.content-page {
	max-width:	1000px;
	margin:		0 auto;
}

h1 {
	margin-top:		0;
	margin-bottom:	0;
	font-size:		10em;
	font-family:	chiller, arial;
	padding-top:	30px;
	line-height:	1em;
}

h2 {
	font-family:	chiller, arial;
	font-size:		5.5em;
	color:			#2577E6;
	text-align:		left;
	margin:			0em;
	padding:		0em;
}

.column-info h3 {
	text-align:		left;
	font-familly:	arial;
	font-size:		4em;
	margin-bottom:	0.1em;
}

.column-img {
 
}

.punchline {
	font-family:	chiller, arial;
	font-size:		3.1em;
	margin:			0;
}

.work-type {
	color:			#C4C8FF;
	font-style:		italic;
}

p.info-work {
	font-size:	1.5em;
	text-align:	left;
}

.row-realisation img {
	height:285px;
}

.row-realisation {
	margin-bottom:	1.5em;
}

#contact_zone {
	//background-color:#6D99FA;
 }

#about-and-contact {
    border: 		#2577E6 solid 25px;
    margin-top: 	2em;
	margin-bottom:	4em;
}

#about-and-contact #block-title {
	float:			left;
	width: 			26%;
    padding-left:	2%;
	padding-top:	2%;
}

#about-and-contact h2 {
	line-height:	1em;
}

#about-content {
	width:	65%;
	float:	right;
}

#about-content #more{
	display:none;
}

#contact-block {
	text-align:		left;
	font-size:		1.2em;
	float:			left;
}

#contact-block span {
	color:		#304B8C;
}

#contact-block a {
	color:				#2577E6;
	text-decoration:	none;
}

#about-and-contact p, #about-and-contact li, .work-page p {
	color : 	#2577E6;
	font-size:	2em;
	text-align:	left;
}

#about-and-contact li a {
	color : 	#2577E6;
}

#more-button {
	background-color : 	#2577E6;
	float:				right;
	padding: 10px;
    margin-top: -10px;
    margin-bottom: 5px;
    margin-right: 5px;
}

#more-button a {
	color:	#FFFFFF;
}

#about-and-contact p#skill {
	background-color:	#2577E6;
	color:				#FFFFFF;
}
 
/* Create two equal columns that floats next to each other */
.column {
	float: 		left;
	width: 		50%;
	padding: 	0px;
	height: 	300px; /* Should be removed. Only for demonstration */
}

.column-info {
	padding-left:	1em;
	padding-top:	7em;
	cursor: pointer;
}

.column p{
	margin: 0;
}

.column h2{
	margin: 0;
}

.column img{
	margin: 	5px;
}

/* Clear floats after the columns */
.row:after {
	content: 	"";
	display: 	table;
	clear: 		both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 820px) {
	h2 {
		font-size:	4.5em;	
	}
}

@media screen and (max-width: 730px) {
	h2 {
		font-size:	4em;	
	}
	
	.punchline {
		font-size:		2.1em;
	}
	
  #about-and-contact #block-title {
	float:	none;
	width:	auto;
  }
  
  #about-content {
	float:		none;
	width:		auto;
	padding:	1em;
  }
  
  nav.container {
		margin:		0 auto;
		width:		auto;
  }
}

@media screen and (max-width: 600px) {
  .column {
		width: 100%;
  }
  
  .column-info {
		padding-top:	0em;
		height:			auto;
		padding-left:	0em;
  }

  .column-info h3 {
		margin :		0;
		padding-left:	0.4em;
  }
  
  .work-type {
		color:	#FFFFFF;
  }
  
  .row-realisation img {
		height:		auto;
		width:		95%;
	}
  
  #more-button {
		margin-top:		1em;
		float:			none;
		clear:			both;
  }
  
  #contact-block {
		clear:		both;
		font-size: 	1.5em;
		float: 		none;
	}
	
	#about-content {
		padding-bottom:		0.5em;
	}
	
	p.info-work {
		padding-left:		1.3em;
		background-color:	#95AEE9
	}
}

.center {
	text-align:		center;
}

.work-page p {	
	font-size:	1.5em;
}

.work-page p a {
	color:	#2577E6;
}

.work-page img {
	width:	100%;
	max-width:	640px;
}

.work-description {
	margin-top:	0.8em;
}

.work-page img {
	border:	1px solid #CCCCCC;
}

h2.center {
	margin-top:		0.5em;
}

.info-banner {
	background-color:	#95AEE9;
	text-align:			left;
	font-size:			1.1em;
	padding:			0.2em;
}	

.type-work {
	font-style: italic;
}

.max-width-640 {
	max-width:	640px;
	margin:0 auto;
}

@media screen and (max-width: 640px) {
	.video-responsive { 
		overflow:			hidden; 
		padding-bottom:		56.25%; 
		position:			relative;
		height:				0;
	}

	.video-responsive iframe {
		left:		0; 
		top:		0; 
		height:		100%;
		width:		100%;
		position:	absolute;
	}
}
