
/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Fjalla+One);

@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
	font-family: 'Lato', 'Calibri', Arial, sans-serif;
	font-size: 0.9em;
	color: #b3b9bf;
	background: #f9f9f9;
}

.grid_container {
	background-color: #f9f9f9;
	
	
	
}



h1 {
	font-family: 'Fjalla One', helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 29px; }

h3 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 18px;
	}


h5 {
	font-family: 'rollerscript-smooth', sans-serif;
font-size: 16px;
font-weight: 400;
font-style: normal;
margin-top: 0;
	
}




a {
	color: #000;
	text-decoration: none;


}

a:hover,
a:active {
	color: #4a4a4a;
	}

/* Header Style */

header {
	align-content: center;
	top: 0;
	color: #ffffff;
	background: #000;
	position: fixed;
	width: 120px;
	height: 120px;
	border-radius: 100px;
	z-index: 7;
	margin: 40px 0 0 40px;
	
	}
	
header img {

	display: block;
	margin: 35px auto;
}


.disciplines {
	
	padding: 2em 0 1em;

	display: inline-flex;
	
	
	
	background: #f9f9f9;
	position: fixed;
	width: 100%;
	z-index: 5;

	
	
}


.selected {
	background-color: #000 !important;
	color: #fff !important;
   
 
	
}

.selected a {
	   border-radius: 50px;
		height: 50px;
		padding: 20px 40px;
		color: #fff;
}


.disciplines ul {
  
 display: inline-block;
  list-style-type: none;
  text-align: center;
  margin: 0  15%;
  width: 70%;
 
 
 
}



.disciplines li a {
		
		display: inline-block;
		border-radius: 50px;
		height: 50px;
		padding: 20px 40px;
		
		
			-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.02);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.02);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.02);
		
	}




.disciplines li {
	
    display: inline;
    font-family: 'Cormorant Garamond', serif;
	
	    
    margin: 0 10px;
    float: none;
   
}




.disciplines li a:hover {
	background-color: #fff;
	text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.5);
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.3);
 transition: all 0.2s ease 0s;

}





.sig {
	width: 15%;
}



.contact {
	color: #4a4a4a;
	text-align: center;
	margin-top: 20px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 14px;
}

.contact span {
		font-family: 'rollerscript-smooth', sans-serif;
font-size: 16px;
font-weight: 400;
font-style: normal;
margin-top: 0;
	
}






header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
	
}

header h3 {
	float: right;
	clear: none;
	margin-right: 3%;
	
}

header h4 {
	font-family: rollerscript-smooth, sans-serif;
font-size: 30px;
font-weight: 400;
font-style: normal;
float: left;
position: relative;


}



/* To Navigation Style */
.codrops-top {
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	width: 100%;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #888;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.95);
	color: #333;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

.codrops-icon:before {
	font-family: 'codropsicons';
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

.codrops-icon-archive:before {
	content: "\e002";
}

.codrops-icon-next:before {
	content: "\e000";
}

.codrops-icon-about:before {
	content: "\e003";
}


/* Demo Buttons Style */
.codrops-demos {
	padding-top: 1em;
	font-size: 0.9em;
}

.codrops-demos a {
	display: inline-block;
	margin: 0.5em;
	padding: 0.7em 1.1em;
	border: 3px solid #b3b9bf;
	color: #b3b9bf;
	font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	border-color: #2c3f52;
	color: #2c3f52;
}

.showcell {
	display: none;
}

footer {
	padding: 2em;
	border-top: 2px solid #000;
}

@media only screen
and (max-device-width: 768px) {
	
	
	

	.codrops-icon span {
		display: none;
	}
	
	.grid_container {
		margin: 0;
	}
	
	.disciplines ul {
	display:inline-flex;
	margin: 0;
	padding: 0;
	width: 100%;

	
	}
	
	
	
	.disciplines li {
			
			width: 100%;
			margin: 0;
	}
	
	.disciplines li a {
		
		display: block;
		background-color: #fff;
		height: 80px;
		padding-top: 36px;
		
		border-radius: 0;
		
	}
	
	
	
	
	
	header {
		
	
align-content: center;
	top: 0;
	color: #ffffff;
	background: #000;
	position: fixed;
	width: 70px;
	height: 70px;
	border-radius: 70px;

	margin: 10px 0 0 10px;

	
	}
	
	header img {
		
		padding: 20px 0 0;
		width: 45px;

	display: block;
	margin: auto;

	
	
	}
	
	

	
	
	
	
	
	.disciplines {
		bottom: 0;
		padding: 0;
		height: 80px;
	}
	
	
	header h3 {
		display: none;
		
	}
	


	.showcell {
	display: block;
	margin-top: 50px;
}

}

@media only screen
and (max-device-width: 320px) {

.disciplines li a {
   
    padding: 36px 30px 20px;

	
}

}