.war{
     font-weight: bold;
 }
body{
	background: #fff;
	 color: #fff; 
}
.header-prof-name img {
    height: 250px;
    width: 250px;
    border-radius: 50%;
}

.navbar{
	border-bottom: #FF4500 3px solid;
	opacity: 0.8;
}

#home-section {
background: url(../img/home.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
min-height: 700px;
}

h1 {
font-size: 400%;
}

#home-section .dark-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
min-height: 700px;
background: rgba(0, 0, 0, 0.7);
}

#home-section .home-inner {
padding-top: 150px;
}

#home-section .card-form {
opacity:0.8;
}

#home-section .fas,#create-section .fas{
color: #008ed6;
background: #fff;
padding: 5px;
border-radius: 5px;
}

#explore-section .fas, #share-section .fas {
background:#333;
color:#fff;
padding:5px;
border-radius:5px;
}

.icon-box {
	color: #555;
	font-size: 500%;
	display: block;
	margin-bottom: 10px;
	border-radius: 25%;
}
.icon-box:link,
.icon-box:visited
{
	text-decoration: none;
    	transition: background-color 0.2s,color 0.2s;
}

.icon-box:active,
.icon-box:hover
{
	color: #fff;
	background-color: #FF4500;
	text-decoration: none;
}

.question {
border: #FF4500;
}

.blog_point ul {
  list-style: none;
}

