@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,600,600italic");

/* ------------------------------- */
/* Responsive sizing 
/* ------------------------------- */

@media (max-width 471.98px){
br.on-wide {
	display: none; 
}}

@media (max-width: 575.98px) { 
.main-container {
    max-width: 500px;
}
.top-container {
	max-width: 475px;
}
.alert-container{
    max-width: 440px;
}
.main-container h6{
	font-size: 105%; 
}
br.on-wide {
	display: none; 
}}

@media (min-width: 767.98px) {
.main-container {
    max-width: 600px;
}
.top-container {
	max-width: 575px;
}
.alert-container{
    max-width: 540px;
}
.navbar{
	display: flex;
	justify-content: center;
}
br.on-narrow {
	display: none; 
}}

@media (min-width: 991.98px) {
.main-container {
    max-width: 800px;
}
.top-container {
	max-width: 775px;
}
.alert-container{
    max-width: 740px;
}
.navbar{
	display: flex;
	justify-content: center;
}
br.on-narrow {
	display: none; 
}}

@media (min-width: 1199.98px) {
.main-container {
    max-width: 900px;
}
.top-container {
	max-width: 875px;
}
.alert-container{
    max-width: 840px;
}
.navbar{
	display: flex;
	justify-content: center;
}
br.on-narrow {
	display: none; 
}}

/* ------------------------------- */
/* Containers 
/* ------------------------------- */

.navbar-brand{
	position:relative;
	margin-top: -6px;
}

.top-container, .main-container{
	padding-top: 0.75em;
	padding-bottom: 1.0em;
	padding-left: 1.0em;
	padding-right: 1.0em;
	margin-bottom: 1.0em;	
}

.top-container{
	background: /*#1b293f*/ #1F273f;
	color: #ffffff;
	line-height: 1.4em;
	box-shadow:0 5px 10px rgba(0,0,0,0.19), 0 1px 1px rgba(0,0,0,0.23);
	border-radius: 5.0px;
}

.main-container{
	background: /*#3F4955*/;
	color: /*#515151;*/ #2E3436;
	line-height: 1.275em;
}

.main-container .row{
	margin-bottom: 1.5%;
}

.alert-container{
	padding-top: 0.65em;
	padding-bottom: 0.65em;
	padding-left: 1.0em;
	padding-right: 1.0em;
	margin-top: 1.4em;
	margin-bottom: 1.0em;	
	background: /*#EFEEF4*/ #E4EED9;
	color: #2E3436;
	font-size: 102.5%;
	font-weight: 400;
	text-align: justify;
	line-height: 1.2em;
	box-shadow:0 5px 10px rgba(0,0,0,0.18), 0 1px 1px rgba(0,0,0,0.23);
	border: solid #000;
	border-width: 0.5px;
	border-color: /*#A12C35*/ #919294;
	border-radius: 0.0px;
}

/* ------------------------------- */
/* Formatting 
/* ------------------------------- */

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fa, .ai{
	-moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	border-bottom: none;
	text-decoration: none;
}
	.fa:hover, .ai:hover {
		color: #ffffff;
	}
	.fa:active, .ai:active {
		text-decoration: underline;
	}

.badge{
	border-radius: 4.0px;
}

/*.badge-conf-link{
	background-color: #9F2E38;
	box-shadow:0 0.1px 2px rgba(0,0,0,0.19), 0 1px 1px rgba(0,0,0,0.23);
	-moz-transition: background-color 0.2s ease-in-out, border-bottom-color 0.1s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, border-bottom-color 0.1s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, border-bottom-color 0.1s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-bottom-color 0.1s ease-in-out;
	border-bottom: none;
	text-decoration: none;
}
	.badge-conf-link:hover {
		color: #5592cf;
		background-color: #5592cf;
	}
	.badge-conf-link:active {
		text-decoration: underline;
	}
*/

.badge-conf-link{
	background-color: transparent;
	color: /*#4AB4D0*/ #5592cf;
	border: 1.5px solid /*#4AB4D0*/ #5592cf;
	box-shadow:0 2.1px 4px rgba(0,0,0,0.19), 0 0.5px 0.5px rgba(0,0,0,0.23);
}
	.badge-conf-link:hover{
		color: /*#4AB4D0*/ #5592cf;
		background-color: /*#4AB4D0*/ #5592cf;
	}
	.badge-conf-link:active {
		text-decoration: underline;
	}

.badge-info{
	background-color: transparent;
	color: /*#4AB4D0*/ #5592cf;
	border: 1.5px solid /*#4AB4D0*/ #5592cf;
	box-shadow:0 2.1px 4px rgba(0,0,0,0.19), 0 0.5px 0.5px rgba(0,0,0,0.23);
}
	.badge-info:hover{
		color: /*#4AB4D0*/ #5592cf;
		background-color: /*#4AB4D0*/ #5592cf;
	}
	.badge-info:active {
		text-decoration: underline;
	}

.navbar{
	background-color: /*#1b293f*/ #1F273f; 
	border-radius: 0.0px;
	box-shadow:0 5px 10px rgba(0,0,0,0.19), 0 1px 1px rgba(0,0,0,0.23);
	font-size: 95%;
}
.navbar a{
	color: /*#515151;*/ #2E3436;
}
.navbar .navbar-nav > .active{
    color: /*#1b293f*/ #1F273f;
    background: #d65c14;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
    color: #ffffff;
    background: /*#1b293f*/ #1F273f;
}

/* ------------------------------- */
/* Special images 
/* ------------------------------- */

img.button {
    -webkit-filter: brightness(100%);
}
	img.button:hover {
		-moz-transition: all 0.2s ease-in-out;
	    -webkit-filter: brightness(50%);
	    -webkit-transition: all 0.2s ease-in-out;
	   	-ms-transition: all 0.2s ease-in-out;
	    transition: all 0.2s ease-in-out;
	}

img.rounded {
  object-fit: cover;
  border-radius: 50%;
  height: 150px;
  width: 150px;
}

img.profilepic{
	margin-top:10%; 
	margin-bottom: 3%;
	/*object-fit: cover;
	object-position: 0px -18px;*/
	width:100%; height:100%;
	max-height: 240px;
	max-width: 200px;
	box-shadow:0 2px 2px rgba(0,0,0,0.18), 0 1px 1px rgba(0,0,0,0.23);
	border-radius: 8px 8px 8px 8px;

}

img.profilepiccircle{
	object-fit: cover;
	object-position: 0px -7px;
	box-shadow:0 2px 4px rgba(0,0,0,0.18), 0 1px 1px rgba(0,0,0,0.23);
}

/* ------------------------------- */
/* More formatting 
/* ------------------------------- */

html, body, div, h1, h3, h5, h6, p, a, img, b, i, ul, li, table, tbody, tr, td, footer, header {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*font-family: "PT Sans", Helvetica, Arial, sans-serif;*/
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	letter-spacing: 0.01em;
}

body{
	background: /*#DEE2E6 #efeef4*/ #ffffff;
	font-size: 165%;
	font-weight: 400;
}

b {
	vertical-align: center;
}

a {
	color: /*4AB4D0 2AA0D0*/ #5592cf;
	font-weight: 500;
	-moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	border-bottom: none;
	text-decoration: none;
}
	a:hover {
		border-bottom-color: transparent;
		text-decoration: underline;
	}
	a:active {
		text-decoration: underline;
	}

p {
	text-align: ;
	display: inline-block;
}

ul {
	margin-left: 1.0em;
}

li {
	line-height: 1.1em;
}
	li:not(:last-child){
		margin-bottom: 0.4em;
	}

h1 {
	font-size: 220%;
	font-weight: 600;
	margin-bottom: 0.25em;
}

h3 {
	margin-bottom: 0.5em;
	font-weight: 600;
	color: /*#515151*/ #2E3436;
}

h4 {
	line-height: 1.3em;
	font-weight: 400;
}

h5 {
	margin-top: 0.10em;
	margin-bottom: 0.20em;
	font-size: .925em;
	font-weight: 400;
	letter-spacing: 0.055em;
}

h6 {
	margin-top: 0.25em;
	font-size: 80%;
	font-weight: 400;	
}

h6 abbr{
	margin-bottom: 0.25em;
}

/* ------------------------------- */
/* Tables 
/* ------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 0 0;
	width: 100%;
}

table td {
	padding: 0.3em 0.05em;
}
