/*************************************************************
 * styles.css
 *
 * Stylesheet for the LITW demo study.
 *
 * Author: Trevor Croxson
 *       : Nigini A. Oliveira
 * 
 * Last Modified: February 5, 2017
 * 
 * © Copyright 2017 LabintheWild.
 * For questions about this file and permission to use
 * the code, contact us at info@labinthewild.org
 *************************************************************/

.instructions-stim-container {
	text-align: center;
}

.instructions-stim-container img {
	height: 150px;
	margin-top: 35px;
	margin-bottom: 35px;
}

#trials {
	text-align: center;
}

#trials img {
	height: 200px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	cursor: pointer;
}

#break {
	text-align: center;
}

#break img {
	width: 300px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.prediction-img-container {
	text-align: center;
}

.prediction-img {
	margin-bottom: 50px;
	display: inline;
	height: 200px;
}

#progress-header {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 50px;
}

.citations {
	margin-top: 30px;
	margin-bottom: 30px;
}

.story_card > a {
  color: #000000;
}

.story_card > a:hover {
    text-decoration:none;
    color: #000000; 
    cursor:pointer;
}
div.story_card:hover {
    background-color:#DFEFFE;
}
div.story_card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}
.card_thumbnail{
   width:250px;
   height:250px;
   margin: 10px;
}

.litw-study-link-img {
	height:auto;
	width:150px;
}

 .modal-lg {
	 max-width: 80%;
 }
.modal-img-button {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

.modal-img-button:hover {opacity: 0.7;}

.img-accordian{
	display: block; margin: auto;
	height: 200px;
	width: auto;
	padding-bottom: 10px
}

.img-accordian-modal{
	display: block; margin: auto;
	height: 400px;
	width: auto;
	padding-bottom: 10px
}
/*!* Modal Content (Image) *!*/
/*.modal-content {*/
	/*margin: auto;*/
	/*display: block;*/
	/*width: 80%;*/
	/*max-width: 700px;*/
/*}*/

/*.modal-image-button {*/
	/*border-radius: 5px;*/
	/*cursor: pointer;*/
	/*transition: 0.3s;*/
/*}*/

/*.modal-image-button:hover {opacity: 0.7;}*/
