/* navbar */
.shiftLeft{
	margin-right:5vmax;
 
}
.navbar-custom {
    background-color:#8DE4AF;
   
}
.navbar-custom .navbar-brand {
    color:black;
}
.navbar-custom .navbar-nav > li > a {
    color:black;
}
/* cover photo */
.myjumbotron {
  background-image:url('../images/cover.png');
  height:600px;
  background-repeat: no-repeat;
  background-size:cover;
  border:1px solid black;
}
.container{
	position:relative;

	
}
/* Profile photo and profile name */


@media only screen and (max-device-width : 1824px) {
   .profile{
	position: absolute; 
	top: 425px; 
	left: 25px;
	
}
.myjumbotron .name{
    position: absolute; 
	top: 525px; 
	left: 230px;
    color:white;

	}
}
@media only screen  and (min-width : 1824px) {
	.profile{
	position: absolute; 
	top: 425px; 
	left: 25px;
	
}
.myjumbotron .name{
    position: absolute; 
	top: 525px; 
	left: 230px;
	color:white;


	}
}
/* About section*/
.panel .navbar-brand{
	margin-left:-20px;
	color:black !important;
}
.about{
	margin-top:80px;
}
.vertical-line{
	border-left:1px solid #C8C8C8;
	height:250px;
}
@media only screen and (min-width : 768px) {
.adjust-menu-content{
	margin-left:-50px;
}
}
.red .active a,
.red .active a:hover {
    background-color: #389583 !important;
}
.information .title p{
	color:#389583 ;
	font-weight:bold;
}
/*work & education*/
#heading{
	color:#389583 ;
	font-size:15px;

}
.work-education{
	margin-top:3vmin;
    
}
.dropdown{
	cursor:pointer;
}
.panel-body .navbar-collapse{
	margin-bottom:30px;
}
/*Books*/
@media only screen and (min-width : 1197px) {
.list-column{
	margin-left:77px;
	padding:20px 0px 10px 0px;
}
}
@media only screen and (min-width : 990px) and (max-width : 1197px){
.list-column{
	margin-left:100px;
	padding:20px 0px 10px 0px;
}
}
#heading2{
	color:#389583 ;
	background-color:#8DE4AF;
    font-size:14px;
}
/*FEED PAGE*/
#news1{
	margin-top:25px;
}
.feeds-bg{
	background-color:#E8E8E8;
}
.post-info{
	padding-left:15px;
	padding-top:15px;
}
.post-info .feed-head{
	color:#389583;
	font-size:3.3vmin;
	
}
/*In posts my profile image size*/
.my-profile{
	width:25px;
	height:25px;
	
}
.feed-adjust{
	margin-left:50px;
}
.feed-adjust .name{
	color:#389583;
}
.posts .fa-pulse{
 
 margin-top:100px;
font-size:70px;
}
@media only screen and (max-width : 415px) {
		p{
     font-size:3.3vmin;
	}
}
.profile-spin{
    margin-top:15vmin;
   
}
@media only screen and (max-width : 917px) {
  .posts{
  	margin-left:;
  }

	}*/
	