.main
{
	background-color: white;
	border-radius: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.search_box
{
	background-color: white;
	padding-bottom: 5px;
	padding-top: 10px;
}

.border_line
{
	border-top: 1px solid lightgrey;
}

.social_icon
{
	background-color: darkorange;
	border-radius: 30px;
	color: black;
	padding: 10px 10px 10px 10px;
	font-size: 20px;
	text-decoration: none;
}

.social_icon:hover
{
	background-color: red;
	color: #fff;
	text-decoration: none;
}

.link_btn
{
	background:none!important;
    color:inherit;
    border:none; 
    padding:0!important;
    font: inherit;
    cursor: pointer;
    text-decoration: none;
}

/*.download_btn {}*/

.download_btn:hover
{
	color: white;
	text-decoration: none;
}


.faq_link
{
	text-decoration: none; 
	color: black;
}

.footer a{
	color: white;
}


/*
	Header for add project page
*/
header.hero-img {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

header.hero-img hr {
	margin-top: 30px;
	margin-bottom: 30px;
}

header.hero-img h1 {
	font-size: 1.2rem;
}

header.hero-img p {
	font-weight: 220;
}

@media (min-width: 768px) {
	header.hero-img p {
		font-size: 1.3rem;
	}
}

@media (min-width: 992px) {
	header.hero-img {
		height: auto;
		min-height: 500px;
		padding-top: 0;
		padding-bottom: 0;
	}
	header.hero-img h1 {
		font-size: 2.3rem;
	}
}

@media (min-width: 1200px) {
	header.hero-img h1 {
		font-size: 3.3rem;
	}
}

label
{
	cursor: text;
}


.nextline
{
	white-space: pre-wrap;
}

.product_img
{
	height: 120px;
}

.lectures_list
{
	height:400px;
	overflow-y: scroll;
}


.contribute_icons
{
	font-size: 72px;
}