html, body{
    height:100%;
    width:100%;
    margin:0px;
    padding:0px;
    font-size: 100%;
    font-family:'Times New Roman',serif;
}

body {
    background-color: #fff;
}

h1 {
    font-size: 300%;
    margin:0px;
    padding:10px 10px;
    font-weight: 400;
    font-family: 'Times New Roman',serif;
    font-style: italic;
    letter-spacing: 6px;
    text-shadow: 0px 0px 3px rgba(155,155,155,1);
    color:rgba(85,85,85,1);
}

h2 {
    font-size: 250%;
    font-family: 'Times New Roman',serif;
    font-style: italic;
    text-shadow: 0px 0px 2px rgba(155,155,155,1);
    color:rgba(85,85,85,1);
    font-weight: 400;
}

h3 {
    font-size: 200%;
    font-family: 'Times New Roman',serif;
    font-style: italic;
    text-shadow: 0px 0px 2px rgba(155,155,155,1);
    color:rgba(85,85,85,1);
    font-weight: 400;
    padding:10px 0px;
    background-color: #dedede;
    padding:10px;
}

h4 {
    font-size: 150%;
    margin:0px 0px 20px 0px;
    font-family: 'Times New Roman',serif;
    font-style: italic;
    text-shadow: 0px 0px 2px rgba(155,155,155,1);
    color:rgba(85,85,85,1);
    font-weight: 400;
    text-decoration:underline;
}

h5 {
    font-size: 130%;
    margin:0px 0px 20px 10px;
    font-family: 'Times New Roman',serif;
    font-style: italic;
    text-shadow: 0px 0px 2px rgba(155,155,155,1);
    color:rgba(85,85,85,1);
    font-weight: 400;
}

#header{
    height:95px;
    padding-left:20px;
    position:fixed;
    top:0;
    left:0;
    background-color:rgba(255,255,255,0.95);
    width:100%;
    z-index:100;
}

.contact{
    float:right;
    margin:2%;
}

#header #contact{
    position:relative;
    top:-10px;
    left:10px;
}

#header #email{
    float:left;
}

#header #linkedin{
    float:left;
    margin-left:15px;
}

#header #email a, #header #linkedin a{
    color:rgba(85,85,85,1);
    padding:5px 0px;
    font-style: italic;
    text-shadow: 0px 0px 2px rgba(155,155,155,1);
    color:rgba(85,85,85,1);
    font-weight: 400;
    text-decoration:none;
}

#header #email a:hover, #header #linkedin a:hover{
    text-decoration:underline;
}

#navWrapper{
    background: #fff; /* Old browsers */
    overflow:auto;
    float:right;
    width:50%;
}

#nav{
    overflow:auto;
    margin:0px auto;
    width:100%;
}

#nav ul{
    list-style:none;
    padding:0px;
    margin:0px;
    overflow:auto;
    width:100%;
    float:right;
}

#nav ul li{
    padding:0px;
    margin:0px;
    display:inline-block;
    white-space:nowrap;
    width:23%;
}

#nav ul li a{
    margin:0px;
    display: block;
    color:rgba(85,85,85,1);
    text-decoration:none;
    overflow:hidden;
    text-align:center;
    font-family: 'Times New Roman',serif;
    font-style: italic;
    text-shadow: 0px 0px 2px rgba(155,155,155,1);
    color:rgba(85,85,85,1);
    font-weight: 400;
    font-size:120%;
    height: 90px;
    vertical-align: middle;
    line-height: 90px;
}

#nav ul li.active{
    padding:0px;
    margin:0px;
    display:inline-block;
    white-space:nowrap;
    text-decoration:none;
    overflow:hidden;
    text-align:center;
    border-bottom:1px solid rgba(85,85,85,1);
}

#nav ul li.active:hover{
    padding:0px;
    margin:0px;
    display:inline-block;
    white-space:nowrap;
    text-decoration:none;
    overflow:hidden;
    text-align:center;
    border-bottom:1px solid rgba(85,85,85,1);
}

#sub_nav {
    color:#fff;
}

#sub_nav ul{
    clear:left;
    list-style:none;
    padding:0px;
    margin:0px;
    overflow:auto;
}

#sub_nav ul li{
    padding: 10px 0px;
    margin:0px;
    display:inline-block;
    white-space:nowrap;
    width:22%;
}

#sub_nav ul li a{
    margin:0px;
    display: block;
    color:rgba(85,85,85,1);
    text-decoration:none;
    overflow:hidden;
    text-align:center;
    font-family: 'Times New Roman',serif;
    font-style: italic;
    text-shadow: 0px 0px 2px rgba(155,155,155,1);
    color:rgba(85,85,85,1);
    font-weight: 400;
    font-size:120%;
}

#sub_nav ul li a:hover{
    font-size:120%;
    text-decoration:underline;
}

#sub_nav ul li a.on{
    margin:0px;
    overflow:hidden;
    text-align:center;
    font-size:120%;
    text-decoration:underline;
}

#sub_nav ul li a.on:hover{
    font-size:120%;
    text-decoration:underline;
}


h4 a{
    
    margin:0px;
    display: block;
    color:rgba(85,85,85,1);
    text-decoration:none;
    overflow:hidden;
    text-align:center;
    font-family: 'Times New Roman',serif;
    font-style: italic;
    text-shadow: 0px 0px 2px rgba(155,155,155,1);
    color:rgba(85,85,85,1);
    font-weight: 400;
    font-size:120%;
    height: 50px;
    vertical-align: middle;
    line-height: 50px;
    padding:0px;
    margin:0px;
    display:inline-block;
    white-space:nowrap;
    text-decoration:none;
    overflow:hidden;
    text-align:center;
    border-bottom:1px solid rgba(85,85,85,1);
}

#page{
    width:100%;
    margin:0px auto;
    overflow:auto;
    background-color:rgba(255,255,255,0.95);
    margin-top:70px;
}

#contentWrapper{
    padding: 0;
    min-height:300px;
    font-family: 'Times New Roman',serif;
    margin:0px auto;
}

.article{
    text-align:left;
    padding: 2%;
    border-top: 1px solid #ccc;
}

.image-left{
    float:left; 
    margin: 0 30px 10px 0;
}

.image-right{
    float:right; 
    margin: 0 0 10px 30px;
}

.service{
	padding:0% 0% 2% 0%;
}

.service_heading{
	padding:0% 3%;
}

.service_description{
	padding:0% 5%;
}

.projects{
    float:right;
    width:44%;
    text-align:left;
    padding: 2%;
}

.projects .social_links a img{
    opacity:1;
    width:30px;
    margin:0;
    padding:0px;
}

.projects .social_links a:hover > img{
    opacity:0.75;
    width:30px;
    margin:0;
    padding:0px;
}

.section{
    border-bottom:1px solid rgb(100,100,100);
    padding: 10px 30px 43px 30px;
    clear:left;
    overflow:auto;
}

.section p, .article p{
    text-align:justify;
    line-height: 150%;
    margin: 0 0 15px 0;
}

.section div.fuckW3paragraphSpec ul{
    padding: 0 0 15px 350px;
    margin: 0 0 15px 15px;
    font-family: 'Times New Roman',serif;
    font-style: italic;
    color: rgba(85,85,85,1);
    text-shadow: 0px 0px 2px rgba(155,155,155,1);
}

.wordcloud{
    text-shadow: 0px 0px 2px rgba(155,155,155,1);
    font-size: 300%;
    font-family: 'Times New Roman',serif;
    font-style: italic;
    text-shadow: 0px 0px 2px rgba(155,155,155,1);
    color: rgba(85,85,85,1);
    font-weight: 400;
}

.biotext{
    text-shadow: 0px 0px 2px rgba(155,155,155,1);
    font-size: 150%;
    font-family: 'Times New Roman',serif;
    font-style: italic;
    text-shadow: 0px 0px 2px rgba(155,155,155,1);
    color: rgba(85,85,85,1);
    font-weight: 400;
}


.sub_section{
    clear:both;
    margin-bottom:30px;
    overflow:auto;
}

.sub_section_text{
    text-align: justify;
    line-height: 150%;
    text-shadow: 0px 0px 2px rgba(155,155,155,1);
    font-size: 125%;
    font-family: 'Times New Roman',serif;
    font-style: italic;
    text-shadow: 0px 0px 2px rgba(155,155,155,1);
    color: rgba(85,85,85,1);
    font-weight: 400;
}

#footer{
    position:relative;
    height:300px;
    text-align: center;
    background-color: #dedede;
    padding:3%;
	font-family: 'Times New Roman',serif;
    font-style: italic;
	color: rgba(85,85,85,1);
    text-shadow: 0px 0px 2px rgba(155,155,155,1);
}

.articleRow{
    padding:10px;
}

.articleCellLabel{
    display:block;
}
.articleCellText{

}

.abstract{

}

.abstractHidden{
    display:none;
}

.excerpts{

}

.excerptHidden{
    transition:all 0.5s ease-in-out;
    max-height:0px;
    overflow:hidden;
    border:0px solid #ccc;
    border-radius:0px;
    padding:5px;
}

.excerptVisible{
    transition:all 0.5s ease-in-out;
    border:1px solid #ccc;
    max-height:1000px;
    overflow:hidden;
    border-radius:5px;
    padding:5px;
}

.lightview img{  
    border-radius:3px; 
    box-shadow: 1px 1px 3px #ccc;
    background-color: #fff;
    padding:5px; 
    margin:5px; 
    border:1px solid #ccc; 
    display:block; 
    width:200px; 
    height:200px;
    line-height:200px;
    float:left;
    text-align: center; 
    vertical-align:middle;
    opacity:1;
    height:200px;
}
.lightview img:hover{
    border-color:#999; 
    opacity:0.5;
}


@media all and (max-width: 480px) {
    h1 {
        font-size: 200%;
        margin: 0px;
        padding: 10px 10px;
        font-weight: 400;
        font-family: 'Times New Roman',serif;
        font-style: italic;
        letter-spacing: 6px;
        text-shadow: 0px 0px 3px rgba(155,155,155,1);
        color: rgba(85,85,85,1);
    }
}
@media all and (max-width: 600px) {
	
	#page{
		margin-top:250px;
	}
	
	#header{
		height:250px;
	}
	
	#navWrapper{
		width: 100%;
		float:none;
		clear:both;
	}
	
	#nav ul li a{
		
	}
	
	.lightview img{
		width:276px;
		height:276px;
	}
}

@media all and (max-width: 768px) {
	
	#page{
		margin-top:170px;
	}
	
	#header{
		height:170px;
	}
	
	#navWrapper{
		width: 100%;
		float:none;
		clear:both;
	}
	
	#nav ul li{
		width: 30%;
	}
	
	#nav ul li a{
		height:60px;
	}
	
	h3{
	margin:0;
	}
}