<style>

body {margin:0}

body {
	font-size: 16px;
//	font-family: 'Lato', sans-serif;
	font-weight: 400;
	background: #fff;
	padding-right: 0px;
}

html,body,h1,h2,h3,h4,h5,h6 {font-family: "Roboto", sans-serif}


#profile {
	text-align: center;
}


#profile .title h2 {
	font-size: 28px;
	font-weight: 300;
	color:  #fff;
	margin: 20px 0 10px 0;
}


#profile .title h3 {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	margin: 0px 0 10px 0;
}



hr { 
    display: block;
    border-color:  #3A6B35;
    box-shadow:2px 2px 0px #99cc66;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
///#border: 1px solid #a7ce80;
}


.sidenav {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #3A6B35;
    //#555;
    overflow-x: hidden;
    padding-top: 20px;
}

.img-circle {
  border-radius: 50%;
  padding-bottom: 20px;
}

.img-rounded
{
  padding-top: 25px;
}


.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.icon-bar {
    width: 250px;
    background-color: #3A6B35;
    //#686868;
    overflow: auto;
}

.icon-bar a {
    display: block;
    text-align: left;
    transition: all 0.3s ease;
    color: white;
    font-size: 36px;
    padding-left: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #0f300f;
    vertical-align: middle;
}

.icon-bar a:hover {
    background-color: #21401f;
    //#383737;
}

.active {
    background-color: #21401f !important;
//    #444444 !important;
    color: white !important;
}

.active2 {
	   background-color: #21401f!important;
//    #444444 !important;
    color: #4eba35 !important;
}

.fa:color{
    color: white !important;
}

.fa{
    color: #cccccc;
}

.fa:hover{
    color: #4eba35;
}


.v-separator
{
    content: "";
    display: inline-block;
    height: 50px;
    border-right: 2px solid #0f300f;
    padding: 0;
    position: relative;
    margin: 0;
    vertical-align: middle;
    left: 50px;
    float: left;
    top: -4px;
  }


.v-separator->span{
    position: relative;
}

.foo
{
    left: 80px;
    horizontal-align: left;
    float: left;
    position: absolute;
    font-size: 20px;
    padding-top: 8px
}

.foo:hover{
	color: white !important;
}

.icon2-bar {
    width: 250px;
    background-color: #3A6B35;
    overflow: auto;
}

.icon2-bar a {
    float: left;
    width: 25%;
    text-align: center;
    padding-top: 30px;
    transition: all 0.3s ease;
    color: white;
    font-size: 24px;
}

.icon2-bar a:hover {
   	color: #4eba35;
}

.social-icon {
    width: 250px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color:#686868;
    z-index = 2;
    overflow = auto;
}

.social-icon a {
    float: left;
    width: 33%;
    text-align: center;
    padding-top: 30px;
    transition: all 0.3s ease;
    color: white;
    font-size: 24px;
}

.social-icon a:hover {
   	color: #4eba35;
}






.ul-boxed li {
	padding: 7px;
	background-color: #f0fcf4;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 3px 3px -3px #ccc;
	box-shadow: 0px 3px 3px -3px #ccc;
	border-radius: 2px;
	border-left: 16px solid;
	border-left-color: #03bb7a;
}


/* ul-dates
 **************************************************/
ul.ul-dates {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.ul-dates li {
	margin-bottom: 15px; /*margin-left:  20px;
	*/
}
ul.ul-dates li:after
{
	content: '';
	display: table;
	clear: both;
}
ul.ul-dates div.dates {
	float: left;
	width: 75px;
}

ul.ul-dates div.dates span{
	background-color: #03bb7a;
	padding: 6px;
	display: block;
	text-align: center;
	color: #fff;
	position: relative;
	background-color: #03cc85;
}


ul.ul-dates div.dates span:last-child {
	background-color: #03bb7a;
}


ul.ul-dates-gray div.dates span:first-child {
	-webkit-box-shadow: 0px 2px 6px -3px rgba(68, 68, 68, 0.5);
	box-shadow: 0px 2px 6px -3px rgba(68, 68, 68, 0.5);
	z-index: 3;
	position: relative;
}

ul.ul-dates div.content {
	margin-left: 90px;
	min-height: 70px;
	padding-top: 10px;
	background-color: #f0fcf4;
}

ul.ul-dates div.content h4 {
	font-weight: 400;
	font-size: 18px;
	margin-top: 0;
}

ul.ul-dates div.content p {
	font-size: 14px;
}

 

/* ul-card
 **************************************************/
ul.ul-card {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.ul-card li {
	position: relative;
	padding: 50px 15px 20px 15px;
	background-color: #f0fcf4;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 3px 3px -3px #ccc;
	box-shadow: 7px 9px 6px -8px #ccc;
	border-radius: 3px;
	margin-left: 10px;
	color: #333;
}

ul.ul-card li .dy {
	position: absolute;
	top: 10px;
	left: -10px;
	border-radius: 0px;
	padding: 0;
	color: white;
}

ul.ul-card li .dy span {
	padding: 7px 10px;
	line-height: 30px;
	margin: 0;
}

ul.ul-card li .dy .degree {
	background-color: #03cc85;
}

ul.ul-card li .dy .year {
	background-color: #03bb7a;
	-webkit-box-shadow: -3px 0px 7px -3px rgba(68, 68, 68, 0.5);
	box-shadow: -3px 0px 7px -3px rgba(68, 68, 68, 0.5);
	margin-left: -3px !important;
}

ul.ul-card li .description p {
	font-size: 18px;
	margin: 0;
}

ul.ul-card li .description p.where {
	font-weight: 400;
	font-size: 14px;
}


/* ul-timeline
 **************************************************/
ul.timeline {
	border-left: 8px solid #03bb7a;
	list-style: none;
	padding: 1px 0;
	margin-left: 100px;
}

ul.timeline li .date {
	float: left;
	padding: 10px 15px 10px 10px;
	margin-top: 10px;
	margin-left: -115px;
	font-size: 15px;
	width: 110px;
	text-align: center;
	background: #03cc85;
	color: #fff;
}

ul.timeline li.open .data {
	background: #03bb7a;
}

ul.timeline li .circle {
	float: left;
	margin: 20px 0;
	margin-left: -14px;
	width: 20px;
	height: 20px;
	border: 4px solid #03bb7a;
	border-radius: 10px;
	background-color: #FFE77A;
}

ul.timeline li.open .circle {
	background-color: #03bb7a;
	-webkit-box-shadow: 0px 2px 6px -3px rgba(3, 204, 133, 0.8);
	box-shadow: 0px 2px 6px -3px rgba(3, 204, 133, 0.8);
}

ul.timeline li .data {
	background: #f0fcf4;
	margin: 10px 0px 10px 20px;
	border-left: 20px solid #03bb7a;
	padding: 18px 20px;
	font-size: 16px;

	-webkit-box-shadow: 0px 3px 3px -3px #ccc;
	box-shadow: 0px 3px 3px -3px #ccc;
	border-radius: 3px;
}

ul.timeline li.open .data {
	border-color: #03bb7a;
	background: #fff;
}

ul.timeline li .data .subject {
	cursor: pointer;
	color: #030303;
	font-size: 18px;
}

ul.timeline li .data .text {
	display: none;
	margin-top: 15px;
	font-size: 14px;
}




</style>
