/*Load google font*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');


/* Reset Styles */
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;
}

a {
	text-decoration: none;
	text-transform: none;
	color: #4A90E2;
}

body {
	line-height: 1;
	font-family: lato,ubuntu,-apple-system,BlinkMacSystemFont,Segoe UI,Raleway,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
	text-rendering : optimizeLegibility;
	-webkit-font-smoothing : antialiased;
	font-size: 19px;
	background-color: #FEFEFE;
	color: #04143A;
}

.wrapper {
    background:#F5F5F5
}

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;
}

p {
	color: #15171A;
	font-size: 24;
	line-height: 31px;
}

strong {
	font-weight: 600;
}

div, footer {
	box-sizing: border-box;
}
/* Reset end */


/* Navigation section */
.header {
    padding: 2px 16px;
    background-color: rgba(12,69,125,0.8);  /* Header row background */
    color: none;
}

.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 35%;
}

.sticky + .content {
    padding-top: 102px;
}

.row>div {
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    width: auto;
	height: 49px;  /* Header row height */
}

.navbar {
    padding: 5px 20px;
}

.navbar-header{
    text-align: center;
    margin: -15px;
    padding: 0 15px;
    background: #FFF;
    text-decoration: none;
    font-size: 18px; 
    line-height: 25px;
    border-radius: 4px;
}

.navbar-collapse {
    width: 100%;
}

.navbar-toggle {
    border: 0;
    border-radius: 0;
    margin: 20px 15px;
}

.navbar-toggle, .icon-bar {
    background: #333;
    height: 0px;
    border-radius: 2px;
}

.navbar-nav>li>a {
    display: block;
    margin: 12px 0;
    color: #DDDDDD;  /* Header font color */
    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
    padding: 10px 10px;
}

.navbar-nav>li>a:hover {
    background: #0C457D;  /* Header link background */
    color: #FFD700;  /* Header link color */
}

.navbar-nav>li>a:focus {
    background: none;
}

.social li a {
    padding-right: 0
}

.social li{
    display: inline-block
}
/* Navigation end */


/* Person section */
.container {
	max-width: 1100px;
	height: auto;
	margin: 60px auto;
}

.person {
	margin: 50px auto; 
	position: relative;
}

h1.name {
	font-size: 70px;
	font-weight: 300;
	display: inline-block;
}

.job-title {
	vertical-align: top;
	background-color: #D9E7F8;
	color: #4A90E2;
	font-weight: 600;
	margin-top: 5px;
	margin-left: 20px;
	border-radius: 5px;
	display: inline-block;
	padding: 15px 25px;
}

.email {
	display: block;
	font-size: 24px;
	font-weight: 300;
	color: #81899C;
	margin-top: 10px;
}

.lead {
	font-size: 44px;
	font-weight: 300;
	margin-top: 60px;
	line-height: 55px;
}
/* Person end */


/* Items */
.sections {
	vertical-align: top;
	display: block;
	width: 100%;
	height: auto;
}

.section-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}

.list-card {
	margin: 30px 0;
}

.list-card .exp, .list-card div {
	display: inline-block;
	vertical-align: top;
}

.list-card .exp {
	margin-right: 10px;
	color: #0A75AD;
	font-weight: 400;
	width: 200px;
}

.list-card div {
	width: 70%;
}

.list-card h3 {
	font-size: 20px;
	font-weight: 600;
	color: #003366;
	line-height: 17px;
	margin-bottom: 8px;
}

.list-card div span {
	font-size: 16px;
	color: #81899C;
	line-height: 22px;
}
/* Items end */


/* Skills */
.cards {
	max-width: 1120px;
	display: block;
	margin-top: 15px;
}

.card {
	width: 32%;
	height: 90px;
	background-color: #C0D6E4;
	display: inline-block;
	margin: 7px 5px;
	vertical-align: top;
	border-radius: 10px;
	text-align: center;
	padding-top: 30px
}
/*
.card-active , .card:hover{
	transform: scale(1.02);
	transition: 0.5s;
	background-color: #FFF;
	box-shadow: 0px 5px 50px -8px #DDD;
	cursor: pointer;
}
*/
.skill-level {
	display: inline-block;
	max-width: 160px;
}

.skill-level span {
	font-size: 24px;
	font-weight: 300;
	color: #003366;
	vertical-align: top;
}

.skill-level h2 {
	font-size: 32px;
	font-weight: 300;
	display: inline-block;
	vertical-align: top;
	color: #003366;
	letter-spacing: 0px;
}

.skill-meta {
	vertical-align: top;
	display: inline-block;
	max-width: 300px;
	text-align: left;
	margin-top: 5px;
	margin-left: 15px;
}

.skill-meta h3 {
	font-size: 20px;
	font-weight: 800;
	color: #003366;
	margin-bottom: 5px;
}

.skill-meta span{
	color: #81899C;
	line-height: 20px;
	font-size: 16px;
}
/* Skills end */


/* Timeline */
ol {
	position: relative;
	display: block;
	margin: 100px 0;
	height: 2px;
	background: #EEF0F7;

}

ol::before,
ol::after {
	content: "";
	position: absolute;
	top: -10px;
	display: block;
	width: 0;
	height: 0;
  	border-radius: 10px;
	border: 0px solid #31708F;
}

ol::before {
	left: -5px;
}

ol::after {
	right: -10px;
	border: 0px solid transparent;
	border-right: 0;
	border-left: 20px solid #31708F;
  	border-radius: 3px;
}


/* Timeline */
li {
	position: relative;
	display: inline-block;
	float: left;
	width: 25%;
  	height: 50px;
}

li .line {
  position: absolute;
  top: -47px;
  left: 1%;
  font-size: 20px;
  font-weight: 600;
  color: #04143A;
}

li .point {
	content: "";
	top: -7px;
	left: 0%;
	display: block;
	width: 8px;
	height: 8px;
	border: 4px solid #fff;
	border-radius: 10px;
	background: #4A90E2;
    position: absolute;
}

li .description {
    display: none;
    padding: 10px 0;
    margin-top: 20px;
    position: relative;
    font-weight: normal;
    z-index: 1;
    max-width: 95%;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #003366;
}

.description::before {
    content: '';
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #f4f4f4;
    position: absolute;
    top: -5px;
    left: 43%;
}


.timeline .date{
	font-size: 14px;
	color: #81899C;
	font-weight: 300;
}

li:hover {
  color: #48A4D2;
}

li .description {
  display: block;
}
/* Timeline end */


/* Media */
@media(max-width: 1024px){
	.container {
		padding: 15px;
		margin: 0px auto;
	}
    
	.cards {
		margin-top: 250px;
	}
}

@media(max-width: 768px){
	.container {
		padding: 15px;
		margin: 0px auto;
	}
    
	.cards {
		margin-top: 320px;
	}

	.card {
		padding: 15px;
		text-align: left;
	}
    
	.card h2 {
		font-size: 70px;
	}
		.card , .sections {
		width: 100%;
		height: auto;
		margin: 10px 0;
		float: left;
	}

	.timeline{
		border: none;
		background-color: rgba(0,0,0,0);
	}

	.timeline li{
		margin-top: 70px;
		height: 150px;
	}
}


@media(max-width: 425px) {
	h1.name {
		font-size: 40px;
	}

	.card , .sections {
		width: 100%;
		height: auto;
		margin: 10px 0;
		float: left;
	}

	.timeline{
		display: none;
	}

	.job-title {
		position: absolute;
		font-size: 15px;
		top: -40px;
		right: 20px;
		padding: 10px
	}

	.lead {
		margin-top: 15px;
		font-size: 20px;
		line-height: 28px;
	}
    
	.container {
		margin: 0px;
		padding: 0 15px;
	}
    
	footer {
		margin-top: 2050px;
	}
	}
/* Media end */

