/*!
 * 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 = ad1f2d.  Lincoln Blue 116e99*/
body {
	
}

h1 {
	font-family: 'Playfair Display', serif;
      font-weight: 400;
      color: #AD1F2D;
      font-size: 2rem;
      line-height: 2.5rem;
      padding-bottom: .8rem;
}

h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #5a5a5a; 
} 

p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 1.1rem;
    line-height: 1.6rem; 
}

p.cta {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 1.2rem;
    line-height: 1.7rem;
    text-decoration: none;
}
a.cta:link {
    color: #AD1F2D;
}

/* visited link */
a.cta:visited {
    color: #AD1F2D;
}

/* mouse over link */
a.cta:hover, a.cta:active {
    color: #ff232a;
}

.cta img {
    opacity: 1;
}

.cta img:hover {
    opacity: .90;
}

.table-cta {
     background: -webkit-linear-gradient(left, #762135 0% 95%, #762135, #ff232a 95% 98%, #ff232a, #AD1F2D 98% 100%, #AD1F2D );
}

.table-cta:hover {
     background: -webkit-linear-gradient(left, #AD1F2D 0% 95%, #AD1F2D, #ff232a 95% 98%, #ff232a, #762135 98% 100%, #762135 );
}

.disclosure {
    font-size: .88rem;
    line-height: 1.2rem;
    text-align: left;
}

a.disclosure, a.disclosure:hover, a.disclosure:visited, a.disclosure:focus {
    color: #000000;
    text-decoration: underline;
}

.disclosure-bold {
    font-weight: 500;
    font-size: .94rem;
    line-height: 1.2rem;
    text-align: left;
}

#teconsent a {
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: underline;
    color: #000000 !important;
}

#teconsent a:hover {
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: underline;
    color: #4C4C4C !important;
}
