/*!
 * Start Bootstrap - Resume v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/resume)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
 */

 /* lincoln colors 
 dark grey= 37424a Light grey = 555e64. Lincoln red = 822433.  Lincoln Blue 116e99*/
body {
	font-family: 'Roboto', sans-serif;
	padding-top: 0px;
	color: #000000;
}

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

header {
	padding: 80px 0px 20px 0px;
}

@media (min-width: 992px) {
	header {
		padding: 130px 0px 25px 0px ;
	}
}

h1 {
	font-family: 'Merriweather', serif;
	font-weight: 300;
    font-size: 2.5rem;
    line-height: 3.5rem;
	color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 25px;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
    font-size: 1.5rem;
    line-height: 2.5rem;
	color: #000000;
}

h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 100;
	color: #37434a;
}

h4 {
	font-size: 1.5rem;
	line-height: 1rem;
	padding: 20px 0px 10px 0px;
}

.supsym {
	font-size: .4em;
	vertical-align:super;  
}

section {
	padding: 150px 0px 0px 0px;
}

section.resume-section {
	padding-top: 2rem !important;
	padding-bottom: 1rem !important;
}

section.resume-section .resume-item .resume-date {
	min-width: none;
}

@media (min-width: 768px) {
	section {
		padding: 0px 0px 0px 0px;
	}
	section.resume-section {
		min-height: 10vh;
	}
    section.resume-section .resume-item .resume-date {
		min-width: 18rem;
	}
}

@media (min-width: 992px) {
	section.resume-section {
		padding-top: 2rem !important;
		padding-bottom: 1rem !important;
	}
}

.subheading {
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.35rem;
}

.headline {
	color: #FFFFFF;
	line-height: 2rem;
}

.navbar {
	background-color: #FFFFFF;
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.3);
	-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .3);
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .3);
}

.navbar-brand {
	display: flex;
	padding: 0.05rem;
	margin-right: 2rem;
}

.navbar-brand .img-profile {
	max-width: 11rem;
}

.bg-primary {
	background-color: #FFFFFF;
}

.text-primary {
	color: #BD5D38 !important;
}

a {
	color: #37434a;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #822433;
	text-decoration: none;
 }

/* tims custom styles */

.card {
	border-radius: 0;
	border-style: none;
	background-color: transparent;
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
	line-height: 1.25rem;
}

.display-4 {
	font-size: 2.25rem;
	font-weight: 400;
	color: #ddd;
}

.warmgrey {
	background-color: #6b5c4f;
	color: white;
	padding-left: 10px;
	line-height: 1.6rem;
	height: 25px;
}

.dblue {
	background-color: #2a3845;
	color: white;
	padding-left: 10px;
	line-height: 1.6rem;
	height: 25px;
}

.dblue:hover {
	background-color: #822433;
	text-decoration: none;

}

.newdblue {
  background-color: #244f8c;
  color: white;
  padding-left: 10px;
  line-height: 1.6rem;
  height: 25px;
}

.newdblue:hover {
	background-color: #ad1f2d;
	text-decoration: none;

}

.bluegreen {
	background-color: #D5D5D5;
	color: 000000;
	padding-left: 10px;
	line-height: 1.6rem;
	height: 25px;
}

.bluegreen:hover {
	background-color: #A1A1A1;
	text-decoration: none;

}

.richblue {
	background-color: #244f8c;
	color: white;
	padding-left: 10px;
	line-height: 1.6rem;
	height: 25px;
}

.richblue:hover {
	background-color: #2591cf;
	text-decoration: none;
}

.lightblue {
	background-color: #66bfda;
	color: white;
	padding-left: 10px;
	line-height: 1.6rem;
	height: 25px;
}

.mediumblue {
	background-color: #2493d1;
	color: white;
	padding-left: 10px;
	line-height: 1.6rem;
	height: 25px;
}

.lightgreen {
	background-color: #649780;
	color: white;
	padding-left: 10px;
	line-height: 1.6rem;
	height: 25px;
}

.green {
	background-color: #627b21;
	color: white;
	padding-left: 10px;
	line-height: 1.6rem;
	height: 25px;
}

.lincolnred {
	color: #822433;
}

.background {
	background-image: linear-gradient(90deg, #640931 0% 75%, #991a29 75% 79%, #cc3321 79% 86%, #F05225 86% 100%);
}


.lightgrey {
	color: #d9dbdc;
}

.map-button {
	background-color: #640931;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
	line-height: 1.3rem;
    text-align: center;
	color: white;
	padding-left: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 40px;
}

.map-button:hover {
	background-color: #C22026;
	text-decoration: none;

}

.lighterblue {
	background-color: #e2e6ea;
}

dropdown-item.hover, .dropdown-item:hover {
	color: #4c5963;
	text-decoration: none;
	background-color: #E5E5E5;
}

dropdown-item.active, .dropdown-item:active {
	color: #4c5963;
	text-decoration: none;
	background-color: #888;
}

.ital {
	font-style: italic; 
}

.superscript {
	font-size:.7em;
	vertical-align:top;
}
.jumbotron {
	padding: ;
	margin-bottom: .5rem;
	background-color: #822433;
	border-radius: 0;
}

@media (max-width: 992px) {
	.jumbotron {
		text-align: center;
		margin-top: 1.5rem;
	}
}

.subhead {
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 2rem;
	color: #fff;
}

.subhead2 {
	font-size: 2rem;
	font-weight: 300;
	line-height: 2rem;
	color: #FFFFFF;
}

@media (max-width: 992px) {
	.subhead {
		font-size: 1rem;
		font-weight: 300;
		line-height: 2rem;
		color: #fff;
	}
}

@media (max-width: 991px) {

    .navbar-brand .img-profile {
        max-width: 10rem;
    }
}

.boxshadow {
	position: relative;
	-moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.3);
	-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .3);
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .3);
	padding: 0px;
	background: white;
}

/*reduced card size for small screen view 
@media (max-width: 556px) {
.card {
  padding:50px;
  }
}*/

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: white;
}

.line {
	border-width: 3px;
	border-top-color: black;
	display: block;
}

.no-border {
	border: none;
}


.arrow {
	height: 22px;
	width: relative;
	border: none;
	margin-left: -10px;
	margin-bottom: 4px;
	opacity: .5;
}

.line-height {
	line-height: 2.5rem;
}

.dropdown-menu {
	margin-top: 0;
}

.disclosure {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1rem;
	font-weight: 300;
    color: #FFFFFF;
}

.disclosure-link {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1rem;
	font-weight: 300;
    color: #FFFFFF;
    text-decoration: underline;
}

.disclosure-link:hover {
    color: #E2EEF9;
    text-decoration: underline;
}

#teconsent a {
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 1rem;
	font-weight: 300;
    color: #FFFFFF;
    text-decoration: underline;
}

#teconsent:hover a {
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 1rem;
	font-weight: 300;
    color: #ededee;
    text-decoration: underline;
}

.cta {
	color: #822433;
	padding-bottom: 20px;
}

.navbar-nav

/* sticky button styles */

*{ 
  font-weight: 300;
}
/* .testheight Not required - unless testing ;) */

.testheight {
	height:1200px;
	font-size:20px;
	text-align:center;
	padding:100px 20px;
}

.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px; 
}

.scroll {
	position:absolute;
	right:20px;
	bottom:20px;
	background:#b2b2b2;
	background:rgba(178,178,178,0.7);
	padding:20px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;    
}

.scroll:hover {
	background:rgba(178,178,178,1.0);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;    
}

.scroll:hover .fa {
	padding-top:-10px;
}

.scroll .fa {
	font-size:30px;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;  
}

.table td, .table th {
    border: 1px solid #FFFFFF;
}

.table{
    border: 1px solid #FFFFFF;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
	font-size: 1em;
	text-align: center;
	border-collapse: collapse;
}
