p, html, body{
	padding: 0;
	margin: 0;
}
body, .content{
	min-width: 450px;
}
ul{
	list-style-type: none;
}

/* MENU *************************************************/
#topbar {
	width:100%;
	overflow:auto;
	background-color: #fff;
	border-bottom-style:solid;
	border-width:1px;
	border-color:#444;
	padding: 0;
	margin: 0;
}
#topbar_left {
	float:left;
	padding: 0;
	margin: 0;
}
#topbar_right{
	float:right;
	padding: 0;
	margin: 0;
}
.menu{
	cursor: pointer;
}
.menu div{
	margin-top:5px;
	margin-bottom:5px;
	padding: 10px 15px 10px 15px;
}
#m00.menu {
	margin-right:20px;
}
.menu div:hover, .menu div:active{
	background-color:#eee;
	text-shadow: 1px 0px 10px #449;
}
#nav_icon{
	height:40px;
	width:40px;
	padding:5px;
}
#msg{
	padding-top:15px;
	padding-left:10px;
	color:#c5ccbc;
}
.tb_left{
	float:left;
}
.tb_right{
	float:right;
}

/* COVER ********************************************/
#c00media{
	min-height:600px;
	position:relative;
	width:100%;
	height:Calc(100vh - 50px - 51px);
	background-image:url("/media/jb_bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
}
#liens{
	position:absolute;
		bottom:40px;
	width:100%;
	text-align:center;
}
#liens p:hover{
	color:#e28c22;
}
#liens2 {
    background-color: rgba(250,250,250,0.8);
}
#nom{
	/*font-family: "Arial", Gadget, sans-serif;*/
	font-family: "Times New Roman";
	font-weight:bold;
	font-size:4em;
	padding-top: 50px;
	padding-left: 40px;
	color:rgba(0,0,0,0.75);
	text-shadow: 0px 0px 20px #dddddd;
	cursor:pointer;
}
#nom:hover{
	color:rgba(0,0,0,0.95);
	text-shadow: 0px 0px 20px #e28c22;
}
#blurb{
	font-size:1.5em;
	padding-left: 45px;
	margin-top: 20px;
	color:rgba(0,0,0,0.8);
	text-shadow: 0px 0px 15px #dddddd;
}
#location_jb{
	font-size:1.5em;
	padding-left: 50px;
	padding-top: 40px;
	color:rgba(0,0,0,0.8);
	text-shadow: 1px 0px 15px #dddddd;
	cursor:pointer;
}
#location_jb a{
	font-family: serif;
	color: inherit;
	text-decoration: none;;
}
#location_jb a:visited{
	color:inherit;
	color:#503000;
}
.c_contact_info:hover{
	text-shadow: 1px 0px 20px #e28c22;
}
#contact{
	position:absolute;
		left:0;
		bottom:0;
	color:rgba(0,0,0,0.8);
	text-shadow: 0px 0px 10px #dddddd;
}
#photo_info{
	position:absolute;
		right:0;
		bottom:0;
	color:rgba(0,0,0,0.8);
	text-shadow: 0px 0px 10px #dddddd;
}
.c_icon{
	border-radius: 30%;
	height:80px;
	margin:30px;
	padding:0;
	background-color:rgba(200,200,200,0.3);
	cursor:pointer;
}
.c_icon:hover{
	background-color:rgba(226,140,34,0.65);
}

/* ARROWS *************************************************************/
.content_down img{
	cursor:pointer;
	height:15px;
	width:20px;
	padding: 5px 5px 0 5px;
	position:absolute;
		bottom:0;
		right:50vw;
	background-color:rgba(0,0,0,0);
}
.content_down img:hover{
	background-color:rgba(0,0,0,0.1);
}
.content_up img{
	cursor:pointer;
	height:15px;
	width:20px;
	margin:0 auto;
	padding: 0px 5px 5px 5px;
	position:absolute;
		top:-40px;
		right:50vw;
}
.content_up img:hover{
	background-color: rgba(0,0,0,0.1);
}

/* SECTIONS *************************************************************/
.content{
	position:relative;
	padding-bottom:50px;
	border-bottom-style:solid;
	border-width:1px;
	border-color:#900;
}
.content_title{
	font-size:3em;
	margin-left:40px;
	margin-top:40px;
	color:rgba(0,0,0,0.7);
}
.content_blurb{
	font-size:1.2em;
	margin-left:40px;
	margin-top:20px;
	margin-bottom:40px;
	color:rgba(0,0,0,0.4);
}
.responsive {
	padding:0;
    margin: 1vw 0 0 1vw;
    width: 15vw;
	  height:15vw;
}
@media only screen and (max-width: 1500px){
    .responsive {
        width: 21vw;
				height:21vw;
        margin: 2.5vw 0 0 2.5vw;
				padding:0;
    }
		.c_icon{
			width:70px;
			height:70px;
			margin:20px;
		}
}
@media only screen and (max-width: 800px){
    .responsive {
      width: 43vw;
      margin: 4vw 0 0 4vw;
			height:43vw;
			padding:0;
    }
		.c_icon{
			width:55px;
			height:55px;
			margin:13px;
		}
}
@media only screen and (max-width: 500px){
    .responsive {
			margin:5vw 0 0 5vw;
      width: 90vw;
			height: 90vw;
			padding:0;
    }
		.c_icon{
			width:50px;
			height:50px;
			margin:10px;
		}
}
.hidden{
	display:none;
}

#menu2{
	position:fixed;
		top:0;
		right:0;
}

#c_login{
	position:fixed;
		top:0;
		bottom:0;
	height:100vh;
	width:100vw;
	background-color: rgba(250,250,250,0.7);
}
#c_login form table{
	position:relative;
	margin:80 auto;
	padding:20px 40px;
	background-color:rgba(255,255,255,0.5);
	border: 1px solid #7a1a7f;
	z-index:1;
}
#c_login .text_input{
	background-color:rgba(255,255,255,0.1);
	border:1px;
	border-radius: 1px;
	border-style:solid;
	border-color:rgba(100,100,100,.5);
	color:#503000;
}
#go_login{
	cursor: pointer;
	width:60%;
	border:1px;
	border-radius: 1px;
	border-style:solid;
	border-color:rgba(100,100,100,.5);
	color:#aaa;
	background-color:rgba(0,0,0,0.1);
}
#go_login:hover{
	border-color:rgba(0,0,0,.2);
	color:#7a1a7f;
	background-color:rgba(0,0,0,.2);
}
#liens2 .c_icon{
	height:40px;
	width:40px;
	margin:5px;
}

/* BIO *************************************************/
#blocks{
	background-image:url("media/bio_bg.png");
	background-repeat: repeat-y;
	background-position: calc(45vw + 10px) 50px;
}
.bio_block{
	padding:0.5em 0;
	margin:1em 10px;
	min-height:100px;
	overflow:auto;
	background-color: rgba(0,0,0,0.03);
}
.bio_info{
	padding:0 5px;
	margin:0;
	min-height:100px;
	overflow:auto;
	float:left;
}
.bio_even .bio_left{
	width:calc(45vw - 60px);
	min-width: 150px;
}
.bio_even .bio_right{
	width:calc(45vw - 60px);
	min-width: 150px;
}
.bio_odd .bio_left{
	width:calc(45vw - 60px);
	min-width: 150px;
}
.bio_odd .bio_right{
	width:calc(45vw - 60px);
	min-width: 150px;
}
.bio_left p{
	text-align:right;
}
.bio_right p{
	text-align:left;
}
.bio_info p{
	font-family: sans-serif;
	margin-top: 0.4em;
}
.bio_title{
	font-size:1.1em;
	font-weight: bold;
	color: #7a1a7f;
}
.bio_comp{
	font-size:1.1em;
	font-style: italic;
	color: #c45b00;
}
.bio_date{
	font-size:1em;
	color: #c45b00;
}
.bio_loc{
	font-size:0.9em;
	color: #c45b00;
	font-style: italic;
}
.bio_text{
	font-size:1em;
	color: #514841;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
.bio_image {
	height:100px;
	width:100px;
	margin:0;
	padding:0;
	float:left;

}
.bio_image img{
	height:100px;
	width:100px;
	border-radius: 60%;
	border: 1px solid #7a1a7f;
}

/* PROJECTS ********************************************/
.project_tile{
	display:inline-block;
	position:relative;
	border-radius:10px;
	background-color:#ccc;
}
.project_tile:hover{
	background-color:rgba(0,0,0,0.8);
}
.project_info{
	position:absolute;
		bottom:0px;
	margin:0;
	width:Calc(100% - 20px);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding:10px;
	background:rgba(255,255,255,0.6);
}
.project_title{
	font-size:1.5em;
	color:rgba(0,0,0,0.7);
}
.project_desc{
	font-size:1em;
	color:rgba(0,0,0,0.7);
}
.project_date{
	font-size:0.8em;
	color:rgba(0,0,0,0.5);
}

/* PHOTOS ********************************************/
.photo_tile{
	display:inline-block;
	position:relative;
	border-radius:10px;
	background-color:#000;
}
.photo_tile:hover{
	background-color:#7a1a7f;
}
.photo_info{
	position:absolute;
		bottom:0px;
	margin:0;
	width:Calc(100% - 20px);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding:10px;
	background:rgba(0,0,0,0.6);
}
.photo_title{
	font-size:1.5em;
	color:rgba(255,255,255,0.7);
}
.photo_desc{
	font-size:1em;
	color:rgba(255,255,255,0.7);
}
.photo_date, .photo_loc{
	font-size:0.8em;
	color:rgba(255,255,255,0.5);
}
