@import url("https://fonts.googleapis.com/css?family=PT+Sans:300,300i,400,400i,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Dosis:300,300i,400,400i,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i&display=swap");

* {
	font-family: "Dosis", "google Noto", sans-serif;
}
p {
	font-family: "PT Sans", "google Noto", sans-serif
}
ul, ol{
	text-align: left;
	font-size: 1.25rem;
}
html,body {
	margin: 0px;
	padding: 0px;
}
nav img{
	height: 7vh;
}
.bg-lblue {
	background-color: #3498db;
}
.bg-blue {
	background-color: #1CA4C8;
}
.bg-dblue {
	background-color: #34495e;
}
.bg-lgrey {
	background-color: #D9D9D9;
}
.bg-dgrey {
	background-color: #545454;
}
.fc-white{
	color: #FFF;
}
input, textarea{
	width: 90%;
}

#dashboard-alert {
	position: fixed;
	top: 10vh;
	width: 100%;
	z-index: 9001;
}
#dashboard-alert .alert{
	margin: 1rem auto;
	padding: 1rem;
	border-radius: 50rem;
	width: 75vw;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
#dashboard-alert .alert.alert-info{
	background-color: #3498db;
}
#dashboard-alert .alert.alert-danger{
	background-color: #f49597;
}
#dashboard-alert .alert.alert-warning{
	background-color: #f4dd9f;
}
#dashboard-alert .alert.alert-success{
	background-color: #91e18e;
}
#dashboard-alert .alert button{
	float: right;
	background: transparent;
	border: none;
	position: relative;
	top: -1rem;
	z-index: 9002;
	font-size: 2rem;
}

input, textarea, select {
	padding: 0.5rem;
	margin: 0.5rem auto;
	border: 2px solid #545454;
	border-radius: 0.5rem;
}

nav.main-menu {
	padding: 1vh 10vw;
	position: fixed;
	width: 80vw;
	height: 7vh;
	z-index: 9001;
	top: 0px;
}
.main-menu, .main-menu ul {
	display: flex;
	flex-grow: 0.5;
}
.main-menu a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.5rem;
	color: #FFF;
}
.main-menu{
	justify-content: space-between;
}
.main-menu ul {
	justify-content: space-around;
	gap: 1rem;
	list-style: none;
	align-items: center;
}

.main-contain {
	margin-top: 9vh;
}
.jumbo-title {
	margin: 0px auto;
	width: 60vw;
	color: #FFF;
	text-align: center;
}
.jumbo-title h1 {
	font-size: 4rem;
	margin-bottom: 0px;
}
.jumbo-title h2 {
	font-size: 3rem;
}
.jumbo-title p {
	font-size: 1.5rem;
	margin-top: 0px;
}

#main-board, .fixed-background {
    background-image: url(/img/board.jpg);
    background-repeat: no-repeat;
    background-color: #00000066;
    background-blend-mode: hue;
    background-size: cover;
    background-attachment: fixed;
    height: 91vh;
}
.section,.sub-section  {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative; 
}
.sub-section {
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.timeline .sub-section{
	justify-content: center;
}
.sub-section > *{
	margin: auto; 
}
.s_timeline_content {
	margin: 0px 5vw;
	width: 30vw;
}
.timeline {
	position: relative;
	margin: 5rem auto;
}
.timeline:before{
	content: '';
	display: block !important;
	position: absolute;
	width: 1px;
	top: 0px;
	bottom: 0px;
	left: 50%;
	background-color: #343A40;
	box-sizing: border-box;
	height: auto;
}
.card{
	width: 25vw;
	padding: 0.75rem;
	margin: 1rem;
	border: 1px solid #ccc;
}
.timeline-date {
	position: absolute;
	background-color: #FFF;
	line-height: 2rem;
}
.bg-secondary {
	background-color: #34495e !important;
	color: #FFFFFF;
}
i.rounded-circle{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	border-radius: 50% !important;
}
.team-face {
	border-radius: 50em;
	overflow: hidden;
	width: 75px;
	height: 75px;
	display: block;
}

li.dropdown {
	position: relative;
}

ul.dropdown-menu {
	display: none;
	position: absolute;
	background-color: #3498db;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
li.dropdown:hover ul.dropdown-menu{
	display: block;
}
ul.dropdown-menu > li {
	margin: 0.25rem 1rem;
}
ul.dropdown-menu > li:not(:first-child) {
	border-top: 1px solid #343A40;
}
.team-face img{
	width: 75px;
}

.d-flex{
	display: flex;
	align-items: center;
}
.block{
	display: block;
	position: relative;
}

.link {
	color: #FFF;
	text-decoration: none;
}
.link:hover {
	text-decoration: revert;
}

.footer {
	width: 100%;
	min-height: 5vh;
	display: flex;
	justify-content: center;
}

@media screen and (min-width:320px) {
	/* smartphones, iPhone, portrait 480x320 phones */ 
	html {
		font-size: 10px;
	}
	i.rounded-circle {
		display: none;
	}
}
@media screen and (min-width:481px)  {
	/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
	html {
		font-size: 12px;
	}
}
@media screen and (min-width:641px)  {
	/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
	html {
		font-size: 14px;
	}
}
@media screen and (min-width:961px)  {
	/* tablet, landscape iPad, lo-res laptops ands desktops */
	html {
		font-size: 16px;
	}
	.s_timeline_content {
		margin: 0px 5vw;
		width: 40vw;
	}
}
@media screen and (min-width:1025px) {
	/* big landscape tablets, laptops, and desktops */
	html {
		font-size: 18px;
	}
	i.rounded-circle {
		display: initial;
	}
	.s_timeline_content {
		margin: 0px 5vw;
		width: 30vw;
	}
}
@media screen and (min-width:1281px) {
	/* hi-res laptops and desktops */
	html {
		font-size: 20px;
	}
	.team-face {
		width: 125px;
		height: 125px;
	}
	.team-face img{
		width: 125px;
	}
}
@media screen and (min-width: 1600px){
	/* hi-res laptops and desktops */
	html {
		font-size: 22px;
	}
	.team-face {
		width: 200px;
		height: 200px;
	}
	.team-face img{
		width: 200px;
	}
}