/*!
 * Start Bootstrap - Full Width Pics (https://startbootstrap.com/template-overviews/full-width-pics)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-width-pics/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
	color: #444;
}


p {
	margin: 0;
}

a {
	color: #337ab7;
}

h1 {
	font-size:2em;
	text-align: center;
	margin: 4% auto 10%;
	color: #6770B1;
	font-weight: bold;
	border-bottom: double 4px #dedede;
	padding-bottom: 10px;
}

.lead {
    font-size: 1em;
    font-weight: normal;
	line-height: 2em;
}

table {
	border: #dedede solid 1px;
	margin: 5% auto; 
	width: 96%; 
	padding: 0;
}

table th {
	padding:1.5% 2% 1%;
	background: #00a65a;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	box-sizing: border-box;
	text-shadow: -1px 3px 0 rgba(0,0,0,0.3);
}

table td {
	padding:2.5% 2% 2%;
	box-sizing: border-box;
}

table ul , li {
	list-style: none;
	margin-bottom: 0;
}

li {
	margin: 8px auto;
	padding-left: 1em;
	text-indent: -1em;
}

.small {
	font-size: 80%;
	font-weight: normal;
	text-shadow: none;
}

.even li:nth-child(odd){ 
	margin: 8px 0 0; 
}

.even li:nth-child(even){ 
	margin: 0 0 1.8em 2em; 
}

.info {
	font-size: 90%;
	margin: 0 auto;
	border-top: solid 1px #dedede;
	padding-top: 2%;
}

.info li:nth-child(2){ 
	margin: 0; 
}

.info li:nth-child(3){ 
	margin: 0 0 0 1em; 
}

.alr {
	text-align: right;
	margin: 7% auto 4%;
}

.alc {
	text-align: center;
	margin: 0 auto;
}

.bold {
	font-weight: bold;
} 

.blue {
	color: #3c8dbc;
}

.underline {
	border-bottom: double 3px rgba(221,75,57,0.5);
}

@media (min-width:1200px) {
	.container {
		max-width:860px
	}
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }

}
	
@media (max-width: 992px) {
	
	img {
		width: 100%;
	}
		.pt-5, .py-5 {
		padding-top: 0 !important;
	}

	table ul , li  {
		padding-left: 2%;
	}
}

.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
