/*
    Document   : base.css
    Created on : 2017-02-06
    Author     : matto
    Description: SDAlog website stylesheet
*/

@import url('template/sdalog_template/fonts/Work_Sans/stylesheet.css');
@import url('template/sdalog_template/fonts/Heebo/stylesheet.css');

body
{
  min-height: 100%;
  padding: 70px 10% 0 10%;;
  
  font-family: 'sdalog_text';
}

h1
{
	font-family: 'sdalog_title';
	padding-bottom: 15px;
}
h2
{
	font-family: 'sdalog_title';
}
h3
{
	font-family: 'sdalog_title';
}
h4
{
	font-family: 'sdalog_title';	
}

.sdalog_jumbotron
{
	background-color: #ec6408;
	color: white;
	width: 100%;
}

.sdalog_jumbotron h1
{
	margin: 0;
}

.sdalog_rounded
{
	border-radius: 24px;
}

.sdalog_jumbotron a, .sdalog_jumbotron a:visited, .sdalog_jumbotron a:active, .sdalog_jumbotron a:hover
{
	color: white;
	text-decoration: underline;
	background-color: transparent;
}

.sdalog_toggler_logo
{

}

.sdalog_toggler_button
{
	border: 0;
}

.sdalog_brand
{
	font-family: 'work_sansbold';
	color: #ec6408;
	text-decoration: none;
}

h1
{
	margin-top: 1em;
	margin-bottom: 0;
}

.container
{
	margin-bottom: 1em;
}

.pagefooter
{
	font-size: .8em;
	background-color: #f7f7f7;
	color: #ec6408;
	text-align: center;
	padding: 10px 0 10px 0;
	margin-top: 70px;
	margin-bottom: 20px;
}
.footer_separator
{
	margin: 0 20px 0 20px;
}
.footer_element
{
	white-space: nowrap;
}

body a, body a:active, body a:visited
{
	text-decoration: underline;
	color: #ec6408;
}
body a:hover
{
	background-color: #f7f7f7;
}

nav a.nav-item
{
	text-decoration: none;
	
}

.sllink, .sllink:active, .sllink:visited
{
	background-color: #ec6408;
	color: white;
	padding: 5px;
	height: 100%;
	text-decoration: none;
}
.sllink:hover
{
	background-color: white;
	color: #ec6408;
	text-decoration: none;
	border: 1px solid #ec6408;
}

/* replacement for the bootstrap grid row class which won't work in safari */
.hack_row, .hack_row .col, .hack_row p
{
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
.container
{
	padding-left: 0;
	padding-right: 0;
}