/*
font-family: 'Baloo Bhaina', cursive;
font-family: 'Josefin Sans', sans-serif;
font-family: 'Abril Fatface', cursive;
font-family: 'Lobster', cursive;

Palette generated by Material Palette - materialpalette.com/grey/blue-grey */

.dark-primary-color    { background: #616161; }
.default-primary-color { background: #9E9E9E; }
.light-primary-color   { background: #F5F5F5; }
.text-primary-color    { color: #212121; }
.accent-color          { background: #607D8B; }
.primary-text-color    { color: #212121; }
.secondary-text-color  { color: #757575; }
.divider-color         { border-color: #BDBDBD; }

html, body {
  background-image: url("http://janaus.com/images/patshot_1.jpg");
  background-color: #000;
  color: #000;
  width: 100%;
  background-attachment: top;
  background-position: 50% -200px;
}

/************************************************************/
#banner {
	width: 100%;
	height: 800px;
	overflow: hidden;
}

#nav_bar {
	border: 0;
	background-color: #607D8B;
	border-radius: 0px;
	margin-bottom: 0;
  height: 50px;
  font-family: 'Abril Fatface', cursive;
}

.nav_links {
    margin: 0;
}

.nav_links li {
	display: inline-block;
    margin-top: 10px
}
.nav_links li a {
	padding: 0 10px;
	color: #212121;
	text-decoration: none;
  font-size: 20px;
}

.navbar-fixed {
    top: 0;
    z-index: 100;
  position: fixed;
    width: 100%;
}

.fa1{
  font-size : 28px !important;
}

/************************************************************/
.top-header-top{
  background-color: #000;
  color: #d3d3d3;
  font-size: 50px;
  font-family: 'Lobster', cursive;
}


.top-header-bot{
  background-color: #000;
  color: #d3d3d3;
  font-size: 20px;
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
}


/************************************************************/

#body_div_edu {
  background-color: #F5F5F5;
  padding: 15px 0px;
  
}

.well{
  border-radius: 0 !important;
  border: 0 !important;
}

.edu-header{
  background-color: #F5F5F5;
  font-family: 'Abril Fatface', cursive;
}

.edu-title-left{
  font-size: 30px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
}

.edu-title-right{
  text-align: right;
  font-size: 26px;
  font-family: 'Josefin Sans', sans-serif;
}

.edu-relevant-title{
  font-size: 24px;
  font-family: 'Josefin Sans', sans-serif;
}

.edu-relevant-list{
  font-size: 20px;
  font-family: 'Josefin Sans', sans-serif;
}

/************************************************************/

.exp-header{
  background-color: #9E9E9E;
  color: #212121;
  font-family: 'Abril Fatface', cursive;
}

#body_div_exp{
  background-color: #9E9E9E;
  padding: 15px 0px;
  color: #212121;
}

.exp-title-left{
  font-size: 30px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
}

.exp-job-description{
  font-size: 20px;
  font-family: 'Josefin Sans', sans-serif;
}

.exp-title-right{
  text-align: right;
  font-size: 26px;
  font-family: 'Josefin Sans', sans-serif;
}
/************************************************************/

.skills-header{
  background-color: #616161;
  color: #d3d3d3;
  font-family: 'Abril Fatface', cursive;
}

.skills_div{
  background-color: #616161;
}

.skills-title{
  font-size: 24px;
  font-family: 'Josefin Sans', sans-serif;
  color: #d3d3d3;
}

.skill-list{
  font-size: 20px;
  font-family: 'Josefin Sans', sans-serif;
  color: #d3d3d3;
}

/************************************************************/

.port{
  background-color: #9E9E9E;
  padding: 15px 0px;
  color: #F5F5F5;
}

.port-header{
  color: #212121;
  font-family: 'Abril Fatface', cursive;
}

.port-title{
  font-size: 24px;
  font-family: 'Josefin Sans', sans-serif;
  color: #212121;
}

.port-subtitle{
  font-size: 20px;
  font-family: 'Josefin Sans', sans-serif;
  color: #212121;
}