@charset "UTF-8";
/* CSS Document */

@media only screen and (min-width: 1340px) {
  #design-navbar .navbar .navbar-nav > .nav-item:first-child {
    margin-left: 0;
  }
}

@media only screen and (min-width: 992px) {

  .welcome h1 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 840px) {
  .scholarship {
    padding: 0 25px;
  }
  .student-year {
    padding-left: 25px;
  }
  .student-content {
    display:flex;
  }
  .student-left {
    margin-right: 15px;
  }
  .student-image {
    width: 400px;
    line-height: 0;
  }
  .student-name {
    font-size: 26px;
  }
  .student-answer {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1200px) {
  section.site-identity .container-fluid,
  .site-identity {
    padding-left: 5px;
  }
  #design-navbar .navbar-nav {
    font-size: .9rem;
  }
  .welcome h1 {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 675px) {
  .field--name-field-favorite-images {
    width: 100%;
  }
  h1.scholarship,
  h2.student-year,
  h3.student-name {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 609px) {
  .welcome h1 {
    font-size: 2rem;
  }
}

@media print {
  section.site-identity {
    border-bottom: 0;
  }
  h1.scholarship {
    font-size: 30px;
    padding: .5em 30px;
    background-color: #fff;
  }
  .favorite-photos,
  .print-display-button,
  .student-header .open-print-dialogue,
  .presentation-link,
  .recent-highlight,
  .student-header .benefactor-print,
  #block-benefactor-local-tasks,
  .ed11y-element,
  #design-navbar .navbar-toggler,
  h3.student-name,
  #mandatory-header-wrapper,
  #site-footer,
  .linkedin,
  .digital-works
  {
    display: none;
  }
  #design-navbar .container-fluid {
    width: auto;
  }
  .student-header h2 {
    text-align: left;
    font-size: 30px;
    border-top: 0;
  }
  .student-profile {
    width: 90%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .scholarship {
    display: block;
    min-height: 0;
    background-image: none;
    background-color: transparent;
    color: #333;
    padding: 0;
    margin-bottom: 0;
  }
  .student-year {
    background: transparent;
    padding: 0 0 10px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #7a0019;
  }
  .student-content {
    display:flex;
  }
  .student-left {
    margin-right: 15px;
  }
  .student-image {
    width: 200px;
    line-height: 0;
  }
  .student-text h4:first-child {
    margin-top: 0;
  }
  h3 a:after, h3 a:link:after {
    display:none;
  }
  .student-question {
    font-size: 1em;
  }
  .student-answer {
    line-height: 125%;
    font-size: 14px;
  }
  .hometown,
  .graduation-date,
  .linkedin,
  .digital-works,
  .digital-works .student-answer {
    margin-bottom: 18.662px;
  }
  .message-gratitude {

  }
}
