/*!
 * Start Bootstrap - Freelancer v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-freelancer/blob/master/LICENSE)
 */
body {
  font-family: 'Lato'; }

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #051f5b;
    font-family: "mrs-eaves-roman-all-small-ca", sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .08em;
}

p {
    color: #051f5b;
    font-family: "mrs-eaves-roman-all-small-ca", sans-serif;
    font-style: normal;
    font-weight: 400;
}

p.lead {
    color: white;
    font-family: "mrs-eaves-roman-lining", sans-serif;
    font-style: normal;
    font-weight: 400;
}

li {
    color: #051f5b;
    font-family: "mr-eaves-modern", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16pt;
    text-decoration: none;
    display: inline;
    margin: 0 1.5rem;
}

a {
    text-decoration: none;
    color: #051f5b;
    letter-spacing: .07em;
}

.dropdown-item {
    color: #051f5b;
    letter-spacing: .07em;
}

.navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(35,173,134, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

header {
  width: 100%;
  height: 100%;
  background: url(../img/orangetile.png) repeat;
}



.navbar {
    background-color: #C7FBEB;
}

nav a img {
    max-height: 75px;
    margin: 0px 25px;
}

@media (max-width: 576px) {
    nav a img {
        max-height: 48px;
        margin: 0px 20px;
    }
}

div.container-fluid.name {
    background: rgba(192,228,218, 0.7);
    margin-top: 3rem;
    max-width: 900px;
}

@media (max-width: 576px) {
    div.container-fluid.name {
        background: rgba(192,228,218, 0.7);
        margin-top: 1.25rem;
    }
}


img.img-fluid {
    max-height: 430px;
}

@media (min-width: 576px) and (max-width: 776px) {
    img.img-fluid {
        max-height: 260px;
        margin-bottom: 0px;
    }
}

@media (max-width: 575px) {
    img.img-fluid {
        max-height: 200px;
        margin-bottom: 0px;
    }
}

@media (max-width: 2499px) {
    img.resume.img-fluid {
        max-width: 100%;
        min-height: 270px;
        max-height: 350px;
    }
}

@media (min-width: 250px) and (max-width: 339px) {
    img.resume.img-fluid {
        max-width: 100%;
        min-height: 350px;
        max-height: 420px;
    }
}

@media (min-width: 340px) and (max-width: 439px) {
    img.resume.img-fluid {
        max-width: 100%;
        min-height: 420px;
        max-height: 549px;
    }
}

@media (min-width: 440px) and (max-width: 549px) {
    img.resume.img-fluid {
        max-width: 100%;
        min-height: 550px;
        max-height: 680px;
    }
}

@media (min-width: 540px) and (max-width: 649px) {
    img.resume.img-fluid {
        max-width: 100%;
        min-height: 700px;
        max-height: 900px;
    }
}

@media (min-width: 650px) and (max-width: 775px) {
    img.resume.img-fluid {
        max-width: 100%;
        min-height: 700px;
        max-height: 900px;
    }
}

@media (min-width: 776px) and (max-width: 1019px) {
    img.resume.img-fluid {
        max-width: 100%;
        min-height: 900px;
        max-height: 1100px;
    }
}


@media (min-width: 1020px) {
    img.resume.img-fluid {
        max-width: 100%;
        min-height: 1400px;
        max-height: 1500px;
    }
}

#contact {
    background-color: #C7FBEB;
}

#sendMessageButton {
    font-family: "mr-eaves-modern", sans-serif;
    letter-spacing: .07em;
    font-size: 1.5rem;
}


hr.star-light,
hr.star-dark {
  max-width: 15rem;
  padding: 0;
  border: none;
  border-top: solid 0.25rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }

hr.star-light:after,
hr.star-dark:after {
  position: relative;
  top: -.8em;
  display: inline-block;
  padding: 0 0.25em;
  content: '\f0a3';
  font-family: FontAwesome;
  font-size: 2em; }

hr.star-light {
  border-color: #fff; }

hr.star-light:after {
  color: #fff;
 }

hr.star-dark {
  border-color: #2C3E50; }

hr.star-dark-tertiary {
  border-color: #2C3E50; }

hr.star-dark:after {
  color: #2C3E50;
  background-color: #C7FBEB; }

hr.star-dark-tertiary {
  border-color: #2C3E50; }

hr.star-dark.mb-6.text-center::after {
  color: #2C3E50;
  background-color: #E9FEF7; }


@media (max-width: 576px) {
    hr.star-light {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}
@media (max-width: 576px) {
    hr.star-light.mb-5 {
        margin-top: 2rem;
        margin-bottom: 2.5rem;
    }
}

section {
  padding: 6rem 0; }
  section h2 {
    font-size: 2.25rem;
    line-height: 2rem; }
  @media (min-width: 992px) {
    section h2 {
      font-size: 3rem;
      line-height: 2.5rem; } }

@media (max-width: 576px) {
    section{
        padding:3.5rem 0;
    }
}


.btn-xl {
  padding: .75rem 1.25rem;
  font-size: 1.5rem;
  font-family: "mr-eaves-modern", sans-serif;
}

.btn-social {
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.25rem;
  line-height: 2rem; }

.scroll-to-top {
  z-index: 1042;
  right: 1rem;
  bottom: 1rem;
  display: none; }
  .scroll-to-top a {
    width: 3.5rem;
    height: 3.5rem;
    background-color: rgba(33, 37, 41, 0.5);
    line-height: 3.1rem; }


@media (min-width: 992px) {
  #mainNav.navbar-shrink {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    #mainNav.navbar-shrink .navbar-brand {
      font-size: 1.5em; } }


header.masthead {
      padding-top: 30px;
      padding-bottom: 30px; }
      header.masthead h1 {
        font-size: 2rem;
        line-height: 3rem; }
      header.masthead h2 {
        font-size: 1.2rem;
        font-family: "mrs-eaves-roman-lining", sans-serif;
        font-style: normal;
        font-weight: 400;}

@media (min-width: 576px) and (max-width: 991px) {
    header.masthead {
      padding-top: 50px;
      padding-bottom: 50px; }
      header.masthead h1 {
        font-size: 3rem;
        line-height: 3rem; }
      header.masthead h2 {
        font-size: 1.4rem;
        font-family: "mrs-eaves-roman-lining", sans-serif;
        font-style: normal;
        font-weight: 400;}
}

@media (min-width: 992px) {
  header.masthead {
    padding-top: 70px;
    padding-bottom: 70px; }
    header.masthead h1 {
      font-size: 4.75em;
      line-height: 4rem; }
    header.masthead h2 {
      font-size: 2em; } }



.floating-label-form-group {
  position: relative;
  border-bottom: 2px solid white; }
  .floating-label-form-group input,
  .floating-label-form-group textarea {
    font-size: 1.75em;
    font-family: "mrs-eaves-roman-lining", serif;
    position: relative;
    z-index: 1;
    padding-right: 0;
    padding-left: 0;
    resize: none;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none !important; }
  .floating-label-form-group label {
    font-size: 0.85em;
    line-height: 1.764705882em;
    position: relative;
    z-index: 0;
    top: 2em;
    display: block;
    margin: 0;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    -moz-transition: top 0.3s ease, opacity 0.3s ease;
    -ms-transition: top 0.3s ease, opacity 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0; }
  .floating-label-form-group:not(:first-child) {
    padding-left: 14px;
    border-left: 2px solid white; }

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1; }

.floating-label-form-group-with-focus label {
  color: #18BC9C; }

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #e9ecef; }



.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: white;
  color: #051f5b;
  font-family: "mrs-eaves-roman-all-small-ca", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.copyright {
  background-color: white; }

.dropdown-item:hover {
    color: #345ccc;
}

a:link {
    color: #051f5b;
}

a:hover, a:active {
    text-decoration: none;
    color: #345ccc;
}

li a.nav-link:link {
    color: #051f5b;
}

ul.navbar-nav li a:hover, ul.navbar-nav li a:active {
  color: #345ccc !important;
}

li a.nav-link:visited {
    color: #051f5b;
}

.btn {
  border-width: 2px; }

.bg-primary {
  background-color: #0CBD91 !important; }

.bg-secondary {
  background-color: #C7FBEB !important; }

.bg-tertiary {
    background-color: #E9FEF7 !important;}

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

.text-secondary {
  color: #2C3E50 !important; }

.btn-primary {
  background-color: #18BC9C;
  border-color: #18BC9C; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #128f76;
    border-color: #128f76; }

.btn-secondary {
  background-color: #2C3E50;
  border-color: #2C3E50; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background-color: #1a252f;
    border-color: #1a252f; }

.btn.btn-xl.btn-outline-dark.resume {
    border-color: #70047d;
    background-color: #9c69a5;
}

hr {
    text-align: center;
    justify-content: center;
}