/*
 * Custom CSS for application
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.article {
	margin-top: 20px;
}

.article-title {
	margin-bottom: 5px;
	font-size: 24px;
}

.article-date {
	margin-bottom: 10px;
	color: #8E8E8E;
	font-weight: bold;
	font-size: 12px;
}

.article-thumb-sm {
	float: left;
	width: 220px;
	height: auto;
	margin-right: 20px;
	margin-bottom: 20px;
}

.article-thumb-lg {
	float: left;
	width: 100%;
	height: auto;
	margin-right: 20px;
	margin-bottom: 20px;
}

.article-desc {
	font-size: 16px;
	/*margin-left: 220px;*/
}

.article-spacer {
	clear: both;
}

.source-link {
	font-size: 12px;
	
}

.round-corners {
    border-radius: 25px;
    border: 2px solid;
    padding: 20px;
}

.inline-ad {
	margin-top: 20px;
	text-align: center;
}

#news_feed{
	min-height: 300px;
}

.job {
	margin-top: 5px;
}

.job-title {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 15px;
}

.job-desc {
	font-size: 12px;
}

.job-date {
	margin: 5px 0 5px 0;
	color: #8E8E8E;
	font-size: 12px;
}

.company-location {
	margin-bottom: 5px;
	color: #000;
	font-size: 13px;
}

.company-name {
	color: #007f00;
	font-weight: bold;
}

.job-spacer {
	clear: both;
}

.job-spacer hr {
	margin: 10px 0 10px 0;
}

.job-button {
	margin-top: 25px;
}

#scrollToTop {
    width: 110px; 
    height: 30px;
    padding: 5px;
    left: 0;
    right: 0;
    top: 60px;
    margin: auto;
    text-align: center; 
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
	z-index: 999;
    display: none;
    border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

@media (min-width: 768px) {
  #backToTopButton {
    display: none;
  }
}

@media screen and (max-width: 767px) {
	.job-button {
		margin-top: 0;
	}
	
	#quick-search {
		display: none;
	}
}

@media screen and (max-width: 900px) {
	#right-column {
		display: none;
	}
}
