@charset "UTF-8";
/* CSS Document */

#container {
   min-height:100%;
   position:relative;
}

html, body{
	background-color: #ffffff;
}

#home {
	margin-top: 45px;
	width:100%;
	clear: both;
}

h1{
	font-family: 'Jura', sans-serif;
	font-weight: 100;
	font-size: 50px;
	padding:40px;
	padding-bottom:0px;
	margin-top:40px;
	text-align: center;
	margin-bottom: 0;
	z-index: -2;
}

h3 {
	margin-left: 35px;
	padding-left: 5px;
}
h3{
	font-family: 'Playfair Display', serif;
	text-align:center;
	font-weight: light;
	font-size:25px;
	margin-top:0;
	margin-left: 50%;
	margin-bottom: 20px;
	
}
.red{
	color: #ff0000;
	font-weight: 300;
	font-family: 'Lobster', cursive;
}

#navbar{
	width:100%;
	position: fixed; 
    top: 0; 
	clear:both;
	z-index: 1;
	 
}

.nav {
	background-color:#cdd0d7;
	margin-right: 10px;
	width: 60%;
	position: fixed; /* Set the navbar to fixed position */
    top: 0px; /* Position the navbar at the top of the page */
	float:left;
	clear:both;
}
.nav2 {
	background-color:#ffffff;
	margin-left: 65%;
	width: 38%;
 	position: fixed; 
    top: -20; /* Position the navbar at the top of the page */
    float:right;
	clear:both;
	
}



ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
	
}

li{
	display: inline;
	float: left;
}

a{
	display: block;
    padding: 4px;
    background-color: #dddddd;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
}

li a:hover {
    background-color: #111;
}
.active {
    background-color: #fecdcd;
}

.fa {
 
  padding: 5px;
  font-size: 25px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  margin-top: 0;
 
}

.fa:first-child{
	margin-left:60px;
	
}
.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #cdd0d7;
  color: white;
}

.fa-twitter {
  background: #cdd0d7;
  color: white;
}

.fa-google {
  background: #cdd0d7;
  color: white;
}

.fa-linkedin {
  background: #cdd0d7;
  color: white;
}
.fa-pinterest {
  background: #cdd0d7;
  color: white;
}
.fa-instagram {
  background:#cdd0d7;
  color: white;
}

.fa-pinterest {
  background: #cdd0d7;
  color: white;
}

.fa-tumblr {
  background: #cdd0d7;
  color: white;
}
.animate{
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
.row{
	width: 100%;
	display: inline-block;
	margin-left: 20px;
	border: 0px solid;
	font-size: 16px;
	clear: left;
	margin-bottom: 10px;
	height: 400px;
}
.col-sm-4 {
	border-right: 2px solid yellow;
	width: 33%;
	text-align: center;
}

.col-sm-8{
	width: 66%;
	text-align: center;
}

hr { 
  padding: 0;
  border: none; 
  border-top: medium double #8c8c8c; 
  color: #8c8c8c; 
  text-align: center; 
} 
hr:after { 
  content: "§"; 
  display: inline-block; 
  position: relative; 
  top: -0.7em; 
  font-size: 1.5em; 
  padding: 0 0.25em; 
  background: #fff; 
}

.bl{
	width: 200px;
}

#blog{
width: 100%;
padding-bottom: 5px;
margin-bottom: 10px;
clear:both;
height: 400px;
	
}

#contact{
	width: 100%;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom:10px;
	text-align: left;
	font-size:20px;
	clear:both;
	height: 200px;
}

.lp{
	
	width: 200px;
	border-radius: 50%;
	margin-left: auto;
	
}
#call{
	border-left: 2px solid #cdd0d7;
	border-right:2px solid #cdd0d7;
}
#me{
	width: 200px;
	border-radius: 50%;
	border-style:inset;
	
}
#info{
	border-right:1px solid #cdd0d7;
	margin-right:5px;
}
#bio{
	text-align: justify;
	margin-right: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.see{
	width:150px;
	
}

#footer{
  bottom: 0;
   position:absolute;
   width:100%;
   height:60px;  
   background:#cdd0d7;
   text-align: center;
}