/**************** ELEMENT TAG SELECTORS *************/

body {
	background-color: #eafbea;
	text-align: center;
	font-family: 'Roboto', sans-serif
}
h1 {
	color: #1f6650;
	margin-bottom: 0;
  	font-family: "Poppins", sans-serif;
  	font-size: 5rem;
}
h2 {
	color: #1f6650;
	font-family: 'Cedarville Cursive', cursive;
    font-size: 2.5rem;
}
h3 {
	color: #1f6650;
	font-family: 'Neucha', cursive;
}
h4 {
	color: #1f6650;
	font-family: 'Roboto Slab', serif;
}
h6 {
}

table {
  background-color: white;
}

hr {
    border-top-width: 2.5px;
}

img {
	width: 100%;
	height: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

button {
  font-size: 2rem;
  background-color: #6f9a8d;
  font-family: font-family: 'Roboto', sans-serif;
  border-radius: 5px;
  border-width: 1px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  color: #eafbea;
  padding: 10px;
  margin: 30px;
}

button:hover {
  background-color: #6f9a8d; /* Green */
  color: black;
}

p {
    margin-top: 5px;
    margin-bottom: 5px;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  margin-left:1em;
  padding-left: 0;
}

li li span {
  display: block;
  float: left;
  margin-left: -2em;
}

li li li span { margin-left: -3em; }

/**************** CLASS SELECTORS *************/
.small-h1 {
	font-size: 3rem;
    margin: 25px;
}

.vertical_inline_div {
	display: inline-block;
	vertical-align: middle;
}

.profile-picture {
	height: 120px;
	width: 120px;
	border-style: solid;
	border-width: 10px;
	border-color: #6f9a8d;
	border-radius: 100%;
	margin-right: 10px;
}


.display-none {
	display: none;
}

.box {
	height: 200px;
	width: 200px;
}

.top-container {
	border-style: solid;
	border-width: 10px;
	border-color: #6f9a8d;
	padding: 20px;
	margin-bottom: 25px;
	background-color: #CEDCD8
}

.middle-container {
	width: 70%;
	margin: auto;
}

.content-section {
	padding-top: 20px;
	padding-bottom: 20px;
}

.bottom-container {
	background-color: #6f9a8d;
	padding: 10px
}

.centre-align {
	align-items: center;
	text-align: center;
}

.left-align {
	text-align: left;
}

.picture-container {
	width: 65%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.text-container {
	color: #1f6650;
	margin: 20px;
}


.container {
  text-align: left;
}

.red-container {
	background-color: #ea5e5e;
}

.padding-top {
	padding-top: 8px;
}

.green-container {
	background-color: #1f6650;
}

.mini-picture {
	height: 10px;
	width: 10px;
}

.custom-picture-left {
    height: 25%;
    max-height: 200px;
    width: 25%;
    max-width: 175px;
	display: block;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}

.custom-picture-right {
    height: 25%;
    max-height: 200px;
    width: 25%;
    max-width: 175px;
	display: block;
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
}

.custom-right {
	display: block;
	float: right;
	margin-left: 30px;
}

.main-graphic-right {
	display: block;
	float: right;
	vertical-align: middle;
}



.marging-right {
	padding-right: 20px;
}

.cursive {
	font-family: 'Cedarville Cursive', cursive;
	font-size: 150%;
	margin-top: 0;
}

.item-row {
	width: 90%;
	margin: 40px auto 80px auto;
	text-align: left;
	line-height: 2;
}

.copyright {
	color: #eafbea;
	font-size: 0.75rem;
}

.icon_acknowledge {
	color: #eafbea;
	font-size: 0.75rem;
	float: right;
}

.bottom-container a {
	color: #3A4A3F;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-envelope-o {
  background: #dd4b39;
  color: white;
  width: auto;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}
.content-card-id {
	color: #1f6650;
  	font-family: "Poppins", sans-serif;
  	font-size: min(1.75vw, 21px);
  	text-align: center;
  	margin-bottom: 8px;
}
.content-card-title {
	color: #1f6650;
  	font-family: "Poppins", sans-serif;
    font-size: min(2.5vw, 30px);
    text-align: center;
  	margin-bottom: 7px;
}
.content-card-year {
    text-align: center;
  	margin-bottom: 20px;
  	display: block;
}
.content-card-score{
    text-align: center;
  	display: block;
}
.content-card-button {
	margin: 10px;
}
.content-card {
	text-align: center;
}
.card-conatiner {
	display: flex;
	flex-wrap: wrap;
}
.card {
    display: inline-flex;
}
.content-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  min-width: 400px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.content-table thead tr {
  background-color: #009879;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
}

.content-table th,
.content-table td {
  padding: 12px 15px;
}

.content-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.content-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.content-table tbody tr:last-of-type {
  border-bottom: 2px solid #009879;
}

.content-table tbody tr.active-row {
  font-weight: bold;
  color: #009879;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
	.fade.in {
		opacity: 1;
	}

.seasonHeader h1 {
	font-size: 3rem;
	margin-bottom: 1rem;
}

a.seasonHeader:hover {
	text-decoration: none;
	text-shadow: 2px 2px 4px #d8d8d8;
}

a.seasonHeader.collapsed svg {
	transform: rotate(0.5turn);
}

/**************** DATA TABLE THING *************/

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
bottom: .5em;
}