﻿@charset "utf-8";

#toolbar {
    position: fixed;
    width: 100%;
    height: 25px;
    top: 0;
    left: 0;
    padding: 5px 10px; /* some styling, please note overall height of the object will be 35px due to 5px padding on top/bottom. */
    background: #ccc; /* some styling */
    border-bottom: 1px solid #333; /* some styling */
}

hr { display: block; height: 0px;
    border: 5; border-top: 2px solid #ddf;
    margin: 0em 0; padding: 0; }
	
.project-image {
    width: 260px;
    height: auto;
    vertical-align: center;
    padding: 0.5rem 0rem 1rem 1rem;
}	

.projects-content {
}

.project-title {
	text-align:left;
    font-weight: bold;
    cursor: pointer;
}

.project-description-with-image {
    display: flex;
    flex-direction: row;
    text-align: justify;
    align-items: center;
}

.project-description {
    display: none;
    margin: 0.25rem 0rem;
    transition: max-height 0.5s ease-out;
}

.NameStyle {
	#  font-family: "Rockwell Extra Bold", "Rockwell Bold", monospace;
	#  font-family: times, Times New Roman, times-roman, georgia, serif;
	font-family: Changa One, "Rockwell Extra Bold", �Myriad Pro�, Arial, Helvetica, Tahoma, sans-serif;
	color: #0099FF;
	margin: 0;
	padding: 0px 0px 6px 0px;
	font-size: 72px;
	line-height: 55px;
	letter-spacing: 0px;

	#font-weight: bold;
}

.surNameStyle {
	#  font-family: "Rockwell Extra Bold", "Rockwell Bold", monospace;	
	#  font-family: times, Times New Roman, times-roman, georgia, serif;
	font-family: Changa One, "Rockwell Extra Bold", �Myriad Pro�, Arial, Helvetica, Tahoma, sans-serif;
	color: #0099FF;
	margin: 0;
	padding: 0px 0px 6px 0px;
	font-size: 92px;
	line-height: 55px;
	letter-spacing: -2px;
	#font-weight: bold;
}

.HistoryStyle {
font-family: Changa One, "Rockwell Extra Bold", "Rockwell Bold", monospace;	
#  font-family: times, Times New Roman, times-roman, georgia, serif;
	color: #000000;
	margin: 0;
	padding: 0px 0px 6px 0px;
	font-size: 22px;
	line-height: 55px;
	letter-spacing: 0px;
	#font-weight: bold;
}

.currentHistoryStyle {
font-family: Changa One, "Rockwell Extra Bold", "Rockwell Bold", monospace;	
#  font-family: times, Times New Roman, times-roman, georgia, serif;
	color: #666666;
	margin: 0;
	padding: 0px 0px 6px 0px;
	font-size: 22px;
	line-height: 55px;
	letter-spacing: 0px;
	#font-weight: bold;
}

.caption{
	font-family: �Myriad Pro�, Arial, Helvetica, Tahoma, sans-serif;
	color: #666666;
	font-size: 10px;
}

.smallTitleStyle {
	font-family: �Myriad Pro�, Arial, Helvetica, Tahoma, sans-serif;
	color: #0099FF;
	margin: 0;
	padding: 0px 0px 6px 0px;
	font-size: 24px;
	line-height: 35px;
	letter-spacing: 0px;
	font-weight: bold;
	cursor: pointer;
}
.smallSubTitleStyle {
	font-family: �Myriad Pro�, Arial, Helvetica, Tahoma, sans-serif;
	color: #0099FF;
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0px;
	font-weight: bold;
	cursor: pointer;
}

.textStyle {
#font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;	  
#font-family: times, Times New Roman, times-roman, georgia, serif;

}

.briefText {
#font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;	  
#font-family: �Myriad Pro�, Arial, Helvetica, Tahoma, sans-serif;
font-family: times, Times New Roman, times-roman, georgia, serif;
font-size: 18px;
}

.gwd-img-iisv {
	 padding: 0px 0px 0px 0px;
}

.layer {

}
 
.heading {
}

.content {
	text-align: justify;
}

.heading {
}

.arrow {
	width: 19px;
	height: 19px;
	display: inline-block;
	vertical-align: middle;
}

.plus_sign {
	background-image: url('images/plus_icon.png');
}

.minus_sign{
	background-image: url('images/minus_icon.png');
}