/**
 * @file
 * Main body CSS
 * AT-Legolas Barrio Subtheme for Drupal 10
 */

body
{
	background-color: #f6f6f6;
	color: #222222;
	font-family:"Roboto", sans-serif;
	font-size: 18px;
	line-height: 150%;
	font-weight: 400;
}

#page
{
	background-color: #f6f6f6;
}

#page main a
{
	color:#006800;
	text-decoration-thickness:2px;
}

#page main a:hover
{
	color:#000;
}

#content
{
	/*margin-bottom: 80px;*/
	max-width: 95ch;
	margin: 0 auto;
	padding-bottom: 3em;
}

#main
{
	padding-top: 1.5em;
}

.call-to-action
{
	color: #ffffff;
	background-color: rgb(39 100 54);
	text-align: center;
	display: inline-block;
	border-radius: 8px;
	cursor: pointer;
	text-decoration: none;
	position: relative;
	transition: .25s;
	padding: 1em 3em;
}

#main-wrapper
{
	background-color: #f6f6f6;
	color: #222222;
	font-family:"Roboto", sans-serif;
	font-size: 18px;
	line-height: 150%;
	font-weight: 400;
}

#main-wrapper .call-to-action
{
	font-weight: 700;
	font-size: 12pt;
	text-align: center;
	margin: 0;
	border-radius: 4px;
	padding: 0.5em 2em;
	text-transform: uppercase;
}

.call-to-action:hover
{
	background-color: #000000;
}

.call-to-action.disabled
{
	background-color: #444444;
}

.button-green
{
	background-color: #00853e;
	color: #ffffff;
}

.button-green:hover
{
	color: #ffffff;
}

.button-gray
{
	background-color: #666666;
	color: #ffffff;
}

.button-gray:hover
{
	color: #ffffff;
	background-color: #777777;
}

.field--name-field-story-photo img
{
	height: auto;
}

/* QuickEdit helper styles */
.simpler_quickedit_click:hover
{
	border: 1px dotted blue;
}

#quickedit-entity-toolbar
{
	max-width: 784px !important;
	/*top: 180px !important;*/
}

/* content fieldset container styles */

legend
{
	display: block;
	font-weight: bold;
	font-size: 1.5rem;
	color: #333333;
	background-color: #f5f5f5;
	border-color: #dddddd;
	padding: 10px 0px;
}

.fieldset-legend 
{
	color: inherit;
	display: block;
	
	padding: 10px 15px;
}

fieldset.field-group-fieldset
{
	margin-bottom: 1rem;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.fieldset-wrapper
{
	padding: 15px;
}
