#name {
	font-family: "kepler-std",serif;
	font-size: 28px;
	font-weight: 700;
}

#excerpt {
	font-family: "kepler-std",serif;
	font-size: 20px;
	font-weight: 500;
	font-style: italic;
}

.dem-header {
	font-family: "adelle-sans",sans-serif;
	font-weight: 800;
	font-size: 12px;
	letter-spacing: 0.07em;
}

.more-story {
	height: 120px;
	width: 100%;
	/* add following */
    background-size:cover;
    background-position:50% 50%;
}

.more-story img {

}

.explore-more-story {
	height: 200px;
	width: 100%;
	/* add following */
    background-size:cover;
    background-position:50% 50%;
}

.fdp-browse-random-title {
	display:block;
	font-family: "adelle-sans",sans-serif;
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 0.07em;
	text-align: center;
}

.fdp-browse-random-title:link {text-decoration: none; color: black;}
.fdp-browse-random-title:hover {text-decoration: none; color: black;}
.fdp-browse-random-title:visited {text-decoration: none; color: black;}

.fdp-browse-random-icon {
	display: block;
	background: transparent url('https://firstdaysproject.s3.amazonaws.com/static/images/random.png') center top no-repeat;
	background-size: contain;
	height: 112px;
}

.fdp-browse-random-icon:hover {
	background-image: url('https://firstdaysproject.s3.amazonaws.com/static/images/randomHover.png');
}

#fdp-story-search .form-item-keys-1
{
	display: inline;
}

#fdp-story-search .form-control
{
	display: inline;
	width: 67%;
	font-size: 12px;
	border-radius: 20px;
}

#fdp-story-search #edit-submit-1
{
	width: 30%;
	border-radius: 20px;
}


.fa-circle {color: #333333;}

i.fa-slack {
    -ms-transform: rotate(19deg);
    -webkit-transform: rotate(19deg);
    transform: rotate(19deg);
}

.facebook-share .fa-thumbs-up,
.facebook-share:hover .fa-facebook {
    display: none;
}
.facebook-share:hover .fa-thumbs-up {
    display: inline;
}

.twitter-share .fa-slack,
.twitter-share:hover .fa-twitter {
    display: none;
}
.twitter-share:hover .fa-slack {
    display: inline;
}



/*** MULTIMEDIA ***/


.video-embed-container {
	width: 100%;
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.video-embed-container iframe,
.video-embed-container object,
.video-embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.photo
{
	text-align: center;
}

.photo img
{
	max-height: 300px;
	width: auto;
}


/*** SUBMIT FORM ***/

.upload-area {
	padding: 20px;
	border-bottom: #ccc solid 1px;
}


/*** REPORTERS ***/

section {
	padding-top:70px;
	margin-top:-70px;
}


@media (max-width: 768px) {

#fdp-story-search .form-control
{
	width: 89%;
}

#fdp-story-search #edit-submit-1
{
	width: 10%;
}


