@media ( max-width: 320px ) {
  body, .btn {
    font-size: 0.7rem;
  }
  header.masthead h1 {
    font-size: 2rem;
  }
  #mainNav .navbar-brand {
    font-size: .6rem;
  }
}
/* 412x915 */
@media ( min-width: 412px ) {
  #mainNav .navbar-brand {
    font-size: .85rem;
  }
}
@media ( min-width: 576px ) {
  .bg-paper {
    background: linear-gradient( to bottom, rgba(239, 239, 239, 0.7 ), rgba( 204, 204, 204, 0.7 ) ), url( '../assets/img/square-576.jpg' );
  }
  .cross-crown {
    width: 20px;
    height: 20px;
  }
  #mainNav .navbar-brand {
    font-size: 1rem;
  }
  #mainNav .navbar-toggler {
    /*padding: .25rem .75rem;*/
  }
}
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3) {

  #mainNav .navbar-brand {
    font-size: .75rem;
  }
}
@media (min-width: 660px ) {
  .cross-crown {
    width: 30px;
    height: 30px;
  }
  .cross-pad {
    /*margin-left: 70px;*/
    padding-left: 40px;
  }

}
@media (min-width: 768px ) {
  .cross-crown {
    width: 50px;
    height: 50px;
  }
  .cross-pad {
    /*margin-left: 70px;*/
    padding-left: 70px;
  }
  #mainNav .navbar-toggler {
    font-size: 2rem;
  }
}
@media ( min-width: 768px ) and ( min-height: 1024px ) {
  #scroll-down {
    display: block;
    visibility: visible;
  }
  .bounce-down {
    transition: ease 1s;
    -webkit-animation: bouncey 1.5s linear infinite;
    animation: bouncey 1.5s linear infinite;
  }
/*  #mainNav {
    display: block;
    visibility: visible;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #fff;
    transition: background-color 0.2s ease;
  }*/
  #mainNav .navbar-brand {
    font-size: 1.25rem;
  }
  .cross-crown {
    /*width: 50px;*/
    /*height: 50px;*/
    width: 60px;
    height: 60px;
  }
  .cross-pad {
    /*margin-left: 60px;*/
    padding-left: 70px;
  }
  /*#navbarToggler svg.text-white {
    color: var(--bs-body-color) !important;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    color: #6c757d;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 0.75rem 0;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item .nav-link:active {
    color: #f4623a;
  }
  #mainNav .navbar-nav .nav-item .nav-link.active {
    color: #f4623a !important;
  }*/
  header.masthead {
    /*padding-top: 10rem;*/
    padding-bottom: calc(10rem - 4.5rem);
  }
  header.masthead h1, header.masthead .h1 {
    text-align: left;
    font-size: 2.25rem;
  }
  header.masthead .quote {
    border-left: 3px solid #fff;
  }
  header.masthead .source {
    /*font-size: inherit;*/
  }
  section#local {
    background: linear-gradient( to right, rgba(230, 81, 67, 0.9), rgba(230, 81, 67, 0.9) ), url( '../assets/img/is4-768.jpg' ) center left;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
  }
  section#about {
    background: linear-gradient( to bottom, rgba(131, 153, 21, 0.9), rgba(131, 153, 21, 0.9) ), url( '../assets/img/desk2-768.jpg' ) 30% bottom;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
  }
  .page-section {
    padding: 8rem 0;
  }
  .page-section-lg {
    padding: 10rem 0;
  }
  .bg-paper {
    background: linear-gradient( to bottom, rgba(239, 239, 239, 0.7 ), rgba( 204, 204, 204, 0.7 ) ), url( '../assets/img/square-768.jpg' );
  }
}
@media ( min-width: 992px ) {
  body {
    font-size: 1.15rem;
    font-weight: 500;
  }
  .page-section {
    padding: 6rem 0;
  }
/*  .cross-crown {
    width: 80px;
    height: 80px;
    margin-top: 0;
  }*/
  .crown-row {
    height: 20% !important;
  }
  .cross-pad {
    /*margin-left: 90px;*/
    padding-left: 100px;
  }
  #scroll-down {
    display: block;
    visibility: visible;
  }
  .bounce-down {
    transition: ease 1s;
    -webkit-animation: bouncey 1.5s linear infinite;
    animation: bouncey 1.5s linear infinite;
  }
  section#local {
    background: linear-gradient( to right, rgba(230, 81, 67, 0.9), rgba(230, 81, 67, 0.9) ), url( '../assets/img/is4-1024.jpg' ) center left;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
  }
  #mainNav .navbar-brand {
    font-size: 1.25rem;
  }
  #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
    font-size: inherit;
  }

  header.masthead {
    height: 100vh;
    min-height: 40rem;
    /*padding-top: 4.5rem;*/
    padding-bottom: 0;
  }
  header.masthead .quote {
    /*border-left: 3px solid #fff;*/
    border-left: 3px solid rgba( 255, 255, 255, 0.4 );
  }
  header.masthead p {
    font-size: 1rem;
  }
  header.masthead h1, header.masthead .h1 {
    font-size: 2.4rem;
    /*line-height: 3.4rem;*/
    line-height: 1.1;
    text-align: left;
  }
/* NAV */
  .footer p, .footer li.nav-item {
    font-size: 0.8rem;
  }
  .bg-paper {
    background: linear-gradient( to bottom, rgba(239, 239, 239, 0.7 ), rgba( 204, 204, 204, 0.7 ) ), url( '../assets/img/square-1024.jpg' );
  }
}

@media ( min-width: 1200px ) {
  body {
    font-size: 1.15rem;
  }
  h1, .h1 {
    font-size: 2.5rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 2.7rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
  #mainNav .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0 !important;
  }
  .cross-crown {
    width: 80px;
    height: 80px;
    margin-top: 0;
  }
  .crown-row {
    height: 25% !important;
  }
  header.masthead h1, header.masthead .h1 {
    font-size: 4rem;
  }
  header.masthead p {
    font-size: 1.15rem;
  }
  .quote p {
    line-height: 2rem;
  }
  #scroll-down {
    display: block;
    visibility: visible;
  }
  .bounce-down {
    transition: ease 1s;
    -webkit-animation: bouncey 1.5s linear infinite;
    animation: bouncey 1.5s linear infinite;
  }
  .footer p, .footer li.nav-item {
    font-size: 0.9rem;
  }
  section#local {
    background: linear-gradient( to right, rgba(230, 81, 67, 0.9), rgba(230, 81, 67, 0.9) ), url( '../assets/img/is4-2048.jpg' ) left top;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
  }
  section#about {
    background: linear-gradient( to bottom, rgba(131, 153, 21, 0.9), rgba(131, 153, 21, 0.9) ), url( '../assets/img/desk2-1900.jpg' );
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
  }
  .bg-paper {
    background: linear-gradient( to bottom, rgba(239, 239, 239, 0.7 ), rgba( 204, 204, 204, 0.7 ) ), url( '../assets/img/square-1920.jpg' );
  }

}
