* {
  margin: 0;
  padding: 0;
  border: 0;
}

*,
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a {
  text-decoration: none;
}

html,
body {
  width: 100%;
  height: 100vh;
  display: flex;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  background-color: rgba(240, 240, 240, 1) !important;
  /* background-color: rgba(0, 0, 0, .8) !important; */
}

body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

a.mask {
  text-decoration: none;
  border: none !important;
}

.brand-rwu {
  font-size: 1rem;
  padding: .5rem 0 0 1rem;
  line-height: 1;
}

.first-paragraph {
  font-size: 3rem;
  font-weight: 400;
  font-family: "Caveat Brush", cursive;
  color: #000;
  line-height: 1.25;
  padding: 0rem 5rem 2rem;
  text-align: center;
  /* border: 5px solid gold; */
}

.rwu-img {
  width: 18%;
  height: auto;
  opacity: 1;
  padding: 2rem 0 3rem;
}

.social-img {
  width: 25%;
  height: auto;
  opacity: 1;
  padding: 1rem 0 1rem;
}

footer .main-footer-2 {
  padding: 2% 0;
  padding: 3rem 4rem;
  margin: 0;
  color: #555;
  justify-content: space-between;
  background-color: rgba(240, 240, 240, 1);
  /* border: 3px solid lime; */
}

@media screen and (max-width: 1399.98px) {
  .first-paragraph {
    font-size: 2.5rem;
    padding: 1rem 0 1rem;
  }

  .rwu-img {
    width: 20%;
    height: auto;
    padding: 0 0 1rem;
  }

  .social-img {
    width: 20%;
    padding: 0;
  }
}

@media screen and (max-width: 1098.98px) {
  .first-paragraph {
    font-size: 2rem;
    padding: 2% 15%;
  }

  .rwu-img {
    width: 15%;
    height: auto;
    padding: 0;
  }


  .social-img {
    width: 20%;
    padding: 0;
  }

}

@media screen and (max-width: 991.98px) {
  .first-paragraph {
    font-size: 1.75rem;
    padding: 2% 12% 1%;
  }
}

@media screen and (max-width: 767.98px) {
  .first-paragraph {
    font-size: 1.5rem;
    padding: 2% 10% 1%;
  }
}

@media screen and (max-width: 479.98px) {
  .first-paragraph {
    font-size: 1.25rem;
    padding: 0 10% 0;
  }

  .rwu-img {
    display: none;
  }

  .social-img {
    display: none;
  }
}

.sponsor a {
  text-decoration: none !important;
}

.photo-container {
  margin: 0 auto !important;
  padding: 0 5%;
  text-align: center;
}

#photo-center {
  margin-top: 1rem;
  padding: 2rem 0 5rem;
}

.polaroid ul {
  margin: 0 auto;
  padding: 0;
}

.polaroid img {
  border-radius: 0;
}

.polaroid li {
  text-align: center;
  display: inline-block;
  list-style: none;
  position: relative;
  border: solid 1rem #fff;
  background: #fff;
  box-shadow: 0 0 15px 0px #555;
  border-radius: 0;
  transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  top: 25px;
}

.polaroid li:hover {
  top: 0px;
  opacity: 1;
}

.polaroid li:nth-child(1) {
  transform: rotate(10deg);
  z-index: 4;
}

.polaroid li:nth-child(2) {
  transform: rotate(-5deg);
  z-index: 3;
}

.polaroid li:nth-child(3) {
  transform: rotate(10deg);
  z-index: 2;
}

.polaroid li:nth-child(4) {
  transform: rotate(-8deg);
  z-index: 1;
}

.polaroid li:nth-child(5) {
  transform: rotate(10deg);
  z-index: 4;
}

.polaroid li:nth-child(6) {
  transform: rotate(-5deg);
  z-index: 5;
}

li:nth-child(7) {
  transform: rotate(10deg);
  z-index: 2;
}

li:nth-child(8) {
  transform: rotate(-8deg);
  z-index: -1;
}

.polaroid p {
  margin: 5px 0 0 0;
  font-family: 'Caveat', cursive;
  font-size: 1.25rem;
  font-weight: 500;
}

/* ============ DROPDOWN MWNU - desktop view ============ */
@media all and (min-width: 992px) {
  .dropdown-menu li {
    position: relative;
  }

  .dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }

  .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }

  .dropdown-menu>li:hover {
    background-color: transparent;
  }

  .dropdown-menu>li:hover>.submenu {
    display: block;
  }
}

/* ============ menu small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: .5rem;
  }
}

/* NAVBAR  */
.navbar-brand {
  font-size: 1.25rem !important;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.2;
  padding: 0 1rem .5rem;
  margin: 4px 0;
  text-align: left;
}

.navbar-custom {
  font-family: 'Poppins', sans-serif;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.navbar-about {
  font-weight: 400;
  /* background-color: rgba(255, 255, 255, 0.9); */
  background-color: rgba(240, 240, 240, 1) !important;
}

.navbar-custom a {
  color: #fff !important;
  text-decoration: none;
  border: none;
}

.navbar-custom a:hover {
  color: #c90100 !important;
  border: none;
}

.navbar {
  margin: 0;
  padding: 0.25rem 1rem 0;
}

ul {
  padding-right: 50px;
}

.navbar li:nth-child(1) {
  transform: none !important;
}

.navbar li:nth-child(2) {
  transform: none !important;
}

.navbar li:nth-child(3) {
  transform: none !important;
}

.navbar li:nth-child(4) {
  transform: none !important;
}

.navbar li:nth-child(5) {
  transform: none !important;
}

.navbar li:nth-child(6) {
  transform: none !important;
}

.navbar li:nth-child(7) {
  transform: none !important;
}

.navbar li:nth-child(8) {
  transform: none !important;
}

.navbar li:nth-child(9) {
  transform: none !important;
}

.navbar li {
  font-size: 1rem;
}

.nav-link {
  padding: .5rem .5rem;
}

.nav-link:focus,
.nav-link:hover {
  color: #bfc1c2;
}

.navbarDropdown {
  background-color: rgba(0, 0, 0, .3) !important;
}

.nav-item active {
  background-color: rgba(0, 0, 0, .3);
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #fff;
  font-weight: 400;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #000, 0 0 1px #0e0e0e, 0 0 2px #000;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: transparent;
  border-color: transparent;
}

.nav-link:focus,
.nav-link:hover {
  color: #bfc1c2;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}

.box-shadow-menu {
  position: relative;
  padding-left: 1.25em;
  font-size: .875rem !important;
  text-transform: uppercase;
  color: #f8f8ff !important;
}

.box-shadow-menu a {
  text-decoration: none !important;
}

.box-shadow-menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 1em;
  height: 0.15em;
  background: silver;
  box-shadow:
    0 0.25em 0 0 silver,
    0 0.5em 0 0 silver;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

/* drop-down menu override */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  /* padding: .5rem 0; */
  /* margin: .125rem 0 0; */
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: rgba(0, 0, 0, .4);
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, .9) !important;
  border-radius: .25rem;
}

.dropdown-item {
  padding: .25rem 1rem;
  background-color: rgba(0, 0, 0, .4) !important;
  font-weight: 300;
  font-size: 1rem;
  text-decoration: none;
  background-color: transparent;
  border: 0;
}

.dropdown-menu a:hover {
  background-color: rgba(0, 0, 0, .4);
  color: #c0c0c0;
}

.dropdown-menu a {
  color: #fff;
}

/* PUT BACK ORIG NAV MENU TEST - 02192022 */
/* NAVBAR  */
.navbar-brand {
  font-size: 1.25rem !important;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.2;
  padding: 0 1rem .5rem;
  margin: 4px 0;
  text-align: left;
}

.navbar-custom {
  font-weight: 400;
  /* background-color: rgba(0, 0, 0, 0.4) !important; */
  /* padding-right: 3rem; */
}

.navbar-custom a {
  color: #fff;
  text-decoration: none;
}

.navbar-custom a:hover {
  color: #bfc1c2;
}

.navbar {
  margin: 0;
  padding: 0.25rem 1rem 0;
}

ul {
  padding-right: 50px;
}

.navbar li {
  font-size: 1rem;
}

.nav-link {
  padding: .5rem .5rem;
}

.nav-link:focus,
.nav-link:hover {
  color: #bfc1c2;
}

.navbarDropdown {
  background-color: rgba(0, 0, 0, .3) !important;
}

.nav-item active {
  background-color: rgba(0, 0, 0, .3);
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #fff;
  font-weight: 500;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #000, 0 0 1px #0e0e0e, 0 0 2px #000;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: transparent;
  border-color: transparent;
}

.nav-link:focus,
.nav-link:hover {
  color: #bfc1c2;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}

.box-shadow-menu {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1rem !important;
  text-transform: uppercase;
  color: #f8f8ff !important;
}

.box-shadow-menu a {
  text-decoration: none !important;
}

.box-shadow-menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.375rem;
  width: 1.125rem;
  height: 0.15rem;
  background: silver;
  box-shadow:
    0 0.25em 0 0 silver,
    0 0.5em 0 0 silver;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

/* drop-down menu override */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: rgba(0, 0, 0, .4);
  background-clip: padding-box;
  border: 1px solid rgba(172, 172, 172, .5);
  border-radius: .25rem;
}

.dropdown-item {
  padding: .25rem 1rem;
  background-color: rgba(0, 0, 0, .4) !important;
  font-weight: 400;
  font-size: .875rem;
  text-decoration: none;
  background-color: transparent;
  border: 0;
}

.dropdown-menu a:hover {
  background-color: rgba(0, 0, 0, .4);
  color: #c0c0c0;
}

.dropdown-menu a {
  color: #fff;
}

/* END ORIG NAV MENU - 02192022 */
.rwu-bottom {
  padding-top: 0;
  margin-top: 0;
}

/* Footer */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2rem;
  /* Set the fixed height of the footer here */
  line-height: 2rem;
  /* Vertically center the text there */
  /* background-color: #7f7f8c; */
}

.sponsor {
  color: #f7f7f7;
  text-decoration: none;
  border: none;
  font-size: 1rem;
  padding: 1rem 6rem;
  background-color: rgba(0, 0, 0, .8) !important;
  /* border: 5px solid green; */
}

.sponsor a {
  color: #f7f7f7;
  text-decoration: none;
  border: none;
  font-size: 1rem;
}

.sponsor a:hover {
  border-bottom: 1px solid #c90100;
  text-decoration: none;
}

.sponsor p {
  color: rgb(244, 244, 244) !important;
}

.sponsor p a {
  /* color: rgb(244, 244, 244) !important; */
  /* color: rgb(176, 201, 255) !important; */
  /* color: rgb(155, 177, 224) !important; */
  color: rgb(176, 201, 255) !important;
}

.sponsor h4 {
  color: rgba(255, 255, 255, 1) !important;
  font-weight: 800 !important;
  font-style: italic;
}

#social {
  padding-top: 1rem;
  font-size: 1rem;
}

#social a {
  text-decoration: none;
  border: none !important;
}

.bytes h2 {
  font-family: 'Playfair Display', serif;
  color: #d3d3d3;
  font-size: 1.75rem;
  letter-spacing: 1px;
  font-weight: 700;
  padding-bottom: 1rem;
}

.bytes p {
  font-family: 'Poppins', sans-serif;
  font-family: 'Barlow', sans-serif;
  color: #d3d3d3;
  font-size: 1.125rem;
  font-weight: 300;
  padding-bottom: 2rem;
}

.social-bytes {
  background-color: #5F6A7C !important;
  width: 100%;
  padding: 3% 8% 5%;
}

.logo-front {
  width: 100%;
  padding: 3% 8% 5%;
}

.clp-title-2 h3 {
  font-family: 'Merriweather', serif;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .8);
  /* color: #292B2E; */
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 900;
}

.clp-title-2 h4 {
  font-family: 'Merriweather', serif;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  text-transform: none;
  color: rgba(0, 0, 0, .8);
  line-height: 1.4;
  padding-bottom: 0;
  font-weight: 700;
}

.clp-title-2 h5 {
  font-family: 'Merriweather', serif;
  color: rgba(0, 0, 0, .6);
  font-size: 1.125rem;
  padding: 0;
  font-weight: 500;
}

.clp-title-2 p {
  font-family: 'Monserrat', sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  /* color: silver; */
  /* color: rgba(255, 255, 255, .6); */
  color: rgba(0, 0, 0, .8);
}

.clp-title-2 p a {
  font-family: 'Monserrat', sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  color: rgb(120, 136, 255);
}

.clp-title-2 p a:hover {
  color: #942d26;
  color: #a12330;
}

.clp-title-2 h6 {
  color: #525252;
  line-height: 1.4;
  font-weight: 500;
}

/* Social Media ICONS */
.social-media {
  text-align: left;
  padding: .5rem 0;
}

.social ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.social li {
  display: inline-block;
  font-family: â€œFont Awesome 5 Freeâ€œ;
  font-weight: 900;
}

.li:before {
  /* content: â€\00A3â€³; */
  font-family: â€œFont Awesome 5 Freeâ€œ;
  font-weight: 900;
}

.social li a {
  font-size: 2rem;
  padding: 0 .75rem 0 0;
  color: #A7202E;
  text-decoration: none;
  border: none;
  text-shadow: 2px 1px 2px #000;
}

.social li a:hover {
  opacity: 1;
  text-shadow: 3px 1px 3px #000, 0 0 1px #0e0e0e, 0 0 3px #000;
}

.social a {
  font-size: 1.25rem;
}

.clp-em h5 {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  text-transform: none;
  line-height: normal;
}

.clp-em a {
  color: #fefefe !important;
  text-decoration: none;
  font-weight: bold;
  text-transform: none;
  border: none;
}

.clp-em a:hover {
  text-decoration: none;
  border: none;
  color: #c90100 !important;
}

/* on homepage only */
.clp-em-h h5 {
  color: #000;
  text-decoration: none;
  font-weight: 700;
  text-transform: none;
  line-height: normal;
}

.clp-em-h h4 {
  color: rgba(0, 0, 0, 1);
  font-weight: 700;
  padding: 0;
  font-weight: 500;
}

.clp-em-h a {
  color: #333 !important;
  text-decoration: none;
  font-weight: bold;
  text-transform: none;
  border: none;
}

.clp-em-h a:hover {
  text-decoration: none;
  border: none;
  color: #c90100 !important;
  color: #942d26 !important;
}

/* end-on homepage only */

.fa-envelope {
  color: #fefefe;
  text-decoration: none;
  font-weight: bold;
  text-transform: none;
}

.fa-envelope:hover {
  color: #942d26;
}

footer .main-footer {
  padding: 5% 0 7%;
  background: #100c08;
  background: #f0f0f0;
}

footer ul {
  padding-left: 0;
  list-style: none;
}

.footer-copyright {
  padding: 1.5rem 0 2rem;
  background: rgba(0, 0, 0, 0.9);
}

.footer-copyright .logo {
  display: inherit;
}

.footer-copyright nav {
  float: right;
  margin-top: 5px;
}

.footer-copyright nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-copyright nav ul li {
  border-left: 1px solid #505050;
  display: inline-block;
  line-height: 12px;
  margin: 0;
  padding: 0 8px;
}

.footer-copyright nav ul li a {
  color: #969696;
}

.footer-copyright nav ul li:first-child {
  border: medium none;
  padding-left: 0;
}

.footer-copyright p {
  /* color: #969696; */
  color: #c4c4c4;
  margin: 2px 0 0;
}

/* Footer Top */
.footer-top {
  background: #252525;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 3px solid #222;
}

/* Footer transparent */
footer.transparent .footer-top,
footer.transparent .main-footer {
  background: transparent;
}

footer.transparent .footer-copyright {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
}

/* Footer light */
footer.light .footer-top {
  background: #f9f9f9;
}

footer.light .main-footer {
  background: #f9f9f9;
}

footer.light .footer-copyright {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
}

/* Footer 4 */
.footer- .logo {
  display: inline-block;
}

.bottom-justify {
  justify-content: space-between;
}

.clp-title h3 {
  font-family: 'Merriweather', serif;
  text-transform: uppercase;
  color: #253529;
  line-height: 1.2;
  font-weight: 900;
}

.clp-title h4 {
  margin-bottom: 0.5rem;
  text-transform: none;
  color: #708090;
  line-height: 1.2;
  padding-bottom: 0;
  font-weight: 400;
}

.clp-title h5 {
  font-family: 'Merriweather', serif;
  /* font-family: 'Playfair Display', serif; */
  text-transform: uppercase;
  color: #253529;
  line-height: 1.2;
  font-weight: 900;
}

.clp-title p {
  text-transform: none;
  line-height: 1.2;
  color: #000 !important;
  font-weight: 500;
  font-style: normal;
}

.clp-title p a {
  color: #000;
}

.clp-title p a:hover {
  color: #c90100 !important;
}

.typo-light h1,
.typo-light h2,
.typo-light h3,
.typo-light h4,
.typo-light h5,
.typo-light h6,
.typo-light p,
.typo-light div,
.typo-light span,
.typo-light small {
  color: #f8f8ff;
  color: #f2f3f4;
}

ul.social-footer2 {
  margin: 0;
  padding: 0;
  width: auto;
}

ul.social-footer2 li {
  display: inline-block;
  padding: 0;
}

ul.social-footer2 li a:hover {
  background-color: #ff8d1e;
}

ul.social-footer2 li a {
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
}

.btn {
  background-color: #ff8d1e;
  color: #fff;
}

.btn:hover,
.btn:focus,
.btn.active {
  background: #4b92dc;
  color: #fff;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 250ms ease-in-out 0s;
  -moz-transition: all 250ms ease-in-out 0s;
  -ms-transition: all 250ms ease-in-out 0s;
  -o-transition: all 250ms ease-in-out 0s;
  transition: all 250ms ease-in-out 0s;
}

#brandCustom {
  padding: 1rem 0 0 3rem;
}

.rwu-top {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rwu-top h2 {
  font-size: 1.75rem;
  font-weight: 400;
  font-style: normal;
  color: #555;
  font-style: italic;
  letter-spacing: 1px;
  text-shadow: 5px 5px 10px #000, 0 0 20px #0e0e0e, 0 0 40px #000;
}

.rwu-top h3 {
  font-family: 'Merriweather', serif;
  color: #ffcc00;
  text-transform: none;
  font-style: italic;
  /* font-style: normal; */
  padding: 2rem 0 0;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  /* text-shadow: 3px 3px 5px #000, 0 0 8px #0e0e0e, 0 0 8px #000; */
}

.rwu-top h3 a {
  color: #fff;
  text-decoration: none;
  border: none;
  /* padding-bottom: 3px;
  border-bottom: 1px solid blue; */
}

.rwu-top h3 a:hover {
  color: #c90100;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.series-info {
  padding: 3%;
}

.rwu-top-call {
  text-align: center;
  padding: 0;
}

.rwu-top-call h1 {
  color: #bf0e00;
  font-family: 'Merriweather', serif;
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: 0;
  font-style: normal;
  padding: 0;
  text-shadow: 3px 2px 0 #000, -1px -1px 0 #000, 2px -2px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.rwu-top-call h2 {
  color: #555;
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  font-style: italic;
  letter-spacing: 0;
  padding: 0;
  text-shadow: none;
}

.rwu-top-call h3 {
  color: #333;
  font-family: 'Merriweather', serif;
  /* font-family: 'Playfair Display', serif; */
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: 0;
  font-style: italic;
  margin: 0 auto;
  padding: 0.5rem 0 3rem;
  text-shadow: none;
}

.rwu-top-call h3 a {
  color: #fff;
  color: #333;
  text-decoration: none;
}

.rwu-top-call a:hover {
  color: #c90100;
  text-shadow: 2px 2px 3px #000;
}

.rwu-top-call h4 {
  color: #d30000;
  font-family: 'Merriweather', serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-style: italic;
  font-size: 3.9rem;
  padding-bottom: 10px;
  margin: 0 auto;
  text-shadow:
    2px 2px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.rwu-top-call p {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-family: 'Barlow', sans-serif;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 0;
  text-shadow: 5px 5px 8px black, 0 0 20px #0e0e0e, 0 0 25px #0e0e0e;
}

/*End TOP Hero Text*/
* {
  box-sizing: border-box;
}

.box {
  float: left;
  width: 33.33%;
  /* three boxes (use 25% for four, and 50% for two, etc) */
  padding: 50px;
  /* if you want space between the images */
}

#middle-info {
  padding: 3% 3%;
  /* border: 3px solid blue; */
}

.rwuStory {
  float: left;
  padding: 1rem 1rem;
  /* border: 5px solid red; */
}

.rwuStory p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  color: #525252;
  font-weight: 400;
  text-align: left;
}

.rwuStory a {
  font-weight: 500;
  padding-bottom: 3px;
  padding-bottom: 0;
  color: #0404B4;
  /* border-bottom: 1px solid #8d8df3; */
  border-bottom: none;
}

.rwuStory a:hover {
  color: #B40431;
  /* background-color: yellow; */
  border-bottom: 2px solid #8A0829;
}

p {
  line-height: 1.4;
}

a {
  outline: none;
  text-decoration: none;
  /* padding: 2px 1px 0; */
  color: #0000cd;
  /* border-bottom: 1px solid #0000cd; */
}

a:link {
  color: #0000cd;
}

a:hover {
  background: transparent;
}

.rwuStory h1 {
  color: #c90100;
  font-family: 'Merriweather', serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-style: italic;
  font-size: 4.1em;
  margin: 0 auto;
  text-shadow: 2px 2px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.rwuMid h2 {
  text-transform: none;
  font-size: 3rem;
  font-weight: 400;
  color: #333;
  font-style: normal;
  text-align: center;
  letter-spacing: 0;
  padding: 1rem 0 2rem;
}

.rwuStory h3 {
  color: #d30000;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-style: italic;
  font-size: 3.9vw;
  padding-bottom: 10px;
  margin: 0 auto;
}

.rwuStory h4 {
  color: #bf0e00;
  font-weight: 900;
  font-size: 2.75rem;
  letter-spacing: 2px;
  font-style: italic;
  padding-bottom: 0;
  text-shadow: 2px 2px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.rwuStory h4 a {
  color: #fff;
  letter-spacing: 2px;
  margin: 0 auto;
  /* text-decoration: none; */
  text-align: center;
}

.rwuStory h4 a:hover {
  color: #c90100;
}

.rwu-middle {
  width: 30%;
  height: auto;
  padding-top: 1rem;
}

.sample-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* fraction*/
}

/*--about-starts--*/
.about-right {
  margin-top: 70px;
}

.about-info {
  padding: 3rem 2rem;
}

.about-info h1 {
  font-size: 3em;
  padding-bottom: 20px;
  color: #bf0e00;
  font-family: 'Merriweather', serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-style: italic;
  text-shadow: none;
}

.about-info h3 {
  font-size: 32px;
  margin: 0 0 20px 0;
  color: #c40521;
  font-family: 'Merriweather', serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-style: italic;
  text-shadow: 1px 1px 0 #000,
    -2px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.about-info h4 {
  font-size: 24px;
  margin: 15px 0 15px 0;
  color: #fff;
  font-style: italic;
  text-transform: none;
}

.about-info p {
  color: #fff;
  text-align: left;
  font-size: 1.4em;
  line-height: 1.5;
  margin-bottom: 10px;
  /* between paragraphs */
}

.about-info a {
  text-decoration: none;
  color: #2e2e9b;
  font-weight: bold;
}

.about-info a:hover {
  text-decoration: none;
  color: #c90100;
  font-weight: bold;
}

/* NEW ia-container */
.ia-container {
  width: 70%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: none;
  border: none;
}

.ia-container img {
  display: block;
  width: 100%;
}

.img-responsive {
  margin-left: auto;
  margin-right: auto;
}

img.zoom-img {
  -webkit-transform: scale(1, 1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1, 1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}

img.zoom-img:hover {
  -webkit-transform: scale(1.12);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 700ms;
  -moz-transform: scale(1.12);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 700ms;
  overflow: hidden;
  cursor: pointer;
}

a.mask {
  text-decoration: none;
  overflow: hidden;
  display: block;
  text-align: center;
}

.show-bio {
  background: url(../images/bkgd-banner-reel.jpg) no-repeat 0px 0px;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.promo-bio {
  padding: 5% 0 10%;
  text-align: center;
  margin: 0;
  /* border-bottom: 2px solid #c90100;
  border-top: 2px solid #c90100; */
}

.promo-bio h2 {
  color: #bf0e00;
  font-size: 5rem;
  font-family: 'Merriweather', serif;
  text-transform: none;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 4px;
  padding-top: 4rem;
  text-shadow: 4px 3px 0 #000,
    -1px -1px 0 #000,
    2px -2px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.promo-bio h3 {
  color: #fff;
  font-size: 2rem;
  font-style: italic;
  letter-spacing: 1px;
  font-weight: 300;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.promo-bio p {
  color: #f4f4f4;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 1px;
  font-style: italic;
  line-height: 1.5;
  padding: 1rem 0 2rem;
}

/* OK 2 divs responsive Container */
.container-bio {
  text-align: center;
  padding: 1rem;
}

.left-div {
  display: inline-block;
  max-width: 700px;
  text-align: left;
  padding: 30px;
  background-color: transparent;
  border-radius: 10px;
  margin: 15px;
  vertical-align: top;
}

.left-div p {
  font-size: 1.5em;
}

.right-div {
  display: inline-block;
  max-width: 700px;
  text-align: left;
  padding: 30px;
  background-color: transparent;
  border-radius: 10px;
  margin: 15px;
  vertical-align: top;
}

.container-bio p {
  color: #d1d1d1;
  font-size: 1.25rem;
  font-style: normal;
  text-align: left;
  font-weight: 300;
  line-height: normal;
  padding: 1rem 0;
}

.container-bio h2 {
  color: #c90100;
  font-family: 'Merriweather', serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-style: italic;
  font-size: 4.1em;
  margin: 0 auto;
  text-shadow: 2px 2px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.container-bio h3 {
  color: #c90100;
  font-family: 'Merriweather', serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 10px;
  font-style: italic;
  font-size: 4.0em;
  margin: 0 auto;
  text-shadow: 2px 2px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.container-bio h4 {
  color: #c90100;
  font-family: 'Merriweather', serif;
  font-size: 1.75rem;
  text-transform: none;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 0.5rem;
  text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

/* read more style 1 */
.bio {
  color: #d1d1d1;
  font-size: 1.25rem;
  font-style: normal;
  text-align: left;
  font-weight: 300;
  text-align: left;
  cursor: pointer;
  margin-top: 1rem;
  line-height: 1.5;
}

.bio:hover {
  color: #c90100;
  text-decoration: underline;
}

a:active {
  color: #c90100;
}

/*-- NEW arrow to-top --*/
.top-link {
  transition: all .25s ease-in-out;
  position: fixed;
  bottom: 0;
  right: 0;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin: 0 3em 3em 0;
  border-radius: 50%;
  padding: .25em;
  width: 35px;
  height: 35px;
  background: url("../images/top-arrow.png") no-repeat 0px 0px;

  &.show {
    visibility: visible;
    opacity: 1;
  }

  &.hide {
    visibility: hidden;
    opacity: 0;
  }
}

/* --BEGIN media queries-- */
/* Large devices (less than 1400px)*/
@media screen and (max-width: 1399.98px) {
  .navbar-brand {
    font-size: 1.25rem !important;
    letter-spacing: 1px;
    padding: 0 1rem;
  }

  ul {
    padding-right: 25px;
  }

  .small,
  small {
    font-size: .85em;
  }

  .photo-container {
    padding: 0 15%;
  }

  .rwuStory p {
    font-size: 1.125rem;
    /* padding: 1rem 0 0 3rem; */
  }


  .clp-title-2 p a {
    font-size: 1.125rem !important;
  }

  .rwu-middle {
    width: 28%;
    height: auto;
    padding-top: 0;
  }

  .container-bio h4 {
    font-size: 2.1em;
  }

  .promo-bio {
    padding: 7% 0 10%;
  }

  .promo-bio h2 {
    padding-top: 2.25rem;
    font-size: 4rem;
    letter-spacing: 2px;
  }

  .promo-bio h3 {
    font-size: 1.75rem;
    letter-spacing: 1px;
    padding: 1.5rem;
  }

  .promo-bio p {
    font-size: 1.125rem;
    padding-bottom: 0;
    line-height: normal;
    font-style: normal;
  }

  .header {
    padding: 27px 0;
  }

  .header-right ul li a {
    font-size: 18px;
    margin: 0 2px;
  }

  .header-left img {
    margin-top: 5.5%;
  }

  .about-info h3,
  .heading h3 {
    font-size: 34px;
    margin: 0 0 30px 0;
  }

  .about-info p {
    margin: 0 0 12px 0;
    font-size: 15px;
  }

  .about-info {
    margin: 140px 0px 0 30px;
  }

  .ia-container {
    width: 95%;
  }

  .rwu-top {
    margin: 2rem;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .rwu-top h3 {
    font-weight: 600;
    font-size: 2.25rem;
    letter-spacing: 0;
    padding: 0.5rem;
  }

  .rwu-top h1 {
    font-size: 5rem;
    font-weight: 400;
    letter-spacing: 0;
  }

  .rwu-top h2 {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0.5rem 0;
  }

  .rwu-top h4 {
    letter-spacing: 2px;
    font-size: 2rem;
    padding-bottom: 10px;
  }

  .rwu-top p {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 1px;
    padding-top: 10px;
  }

  .rwuMid h2 {
    font-size: 2.25rem;
    letter-spacing: 0;
    padding: 0 0 1.5rem;
  }

  .clp-title-2 h3 {
    font-size: 1.625rem;
    font-weight: 900;
  }

  .clp-title-2 h4 {
    font-size: 1.375rem;
  }

  .clp-title-2 p {
    font-size: 1rem;
  }
}

/* Large devices (less than 1200px)*/
@media screen and (max-width: 1199.98px) {
  .navbar-brand {
    font-size: 1.125rem !important;
    letter-spacing: 1px;
  }

  .clp-title-2 h3 {
    font-size: 1.5rem;
    font-weight: 900;
  }

  .clp-title-2 h4 {
    font-size: 1.25rem;
  }

  .clp-title-2 p {
    font-size: .875rem;
  }

  .clp-title-2 p a {
    font-size: .875rem !important;
  }


  .ps-5 {
    padding-left: 0 !important;
  }

  #clp-name {
    font-size: 1.25rem;
  }

  ul {
    padding-right: 0;
  }

  .small,
  small {
    font-size: .75em;
  }

  .photo-container {
    padding: 0 15%;
  }

  .rwu-top {
    margin: 2rem;
    top: 77%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .rwu-top h3 {
    font-weight: 600;
    font-size: 2.125rem;
    letter-spacing: 0;
    padding: 0.5rem;
  }

  .rwuMid h2 {
    font-size: 2.125rem;
    letter-spacing: 0;
    padding: 0;
  }
}

/* Medium devices (less than 992px)*/
@media screen and (max-width: 991.98px) {
  .navbar-brand {
    font-size: 1.125rem !important;
    letter-spacing: 1px;
  }

  .rwuStory a {
    padding-bottom: 0;
  }

  .ia-container {
    display: none;
  }

  .series-info {
    padding: 4% 4% 8%;
  }

  .rwuStory p {
    font-size: 1rem;
  }

  .photo-container {
    padding: 0 20%;
  }

  #middle-info {
    padding: 3% 3%;
  }

  footer .main-footer-2 {
    padding: 5% 0;
  }

  .pe-5 {
    padding-right: 2rem !important;
  }

  .clp-title-2 h3 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .clp-title-2 h4 {
    font-size: 1.125rem;
    line-height: 1.2;
  }

  .clp-title-2 h5 {
    font-size: 1.125rem;
    line-height: 1.2;
    padding: 0;
  }

  .clp-title-2 p {
    font-size: .875rem;
  }

  .social-media {
    padding: 0;
  }

  .social li a {
    font-size: 1.5rem;
    padding: 0 .5rem 0 0;
    text-shadow: 2px 1px 2px #000;
  }

  #clp-name {
    font-size: 1rem;
  }

  .rwu-middle {
    width: 33%;
    height: auto;
    padding: 2rem 0 1rem;
  }

  .header-right ul li a {
    font-size: 0.9em;
  }

  .header {
    padding: 10px 0;
  }

  .header-right {
    width: 55%;
  }

  .header-left {
    width: 45%;
  }

  .header-left img {
    margin-top: 3px;
    width: 73%;
  }

  .header-right ul {
    margin-top: 2.6%;
  }

  .header-right ul li a {
    font-size: 14px;
  }

  .left-div,
  .right-div {
    max-width: 100%;
    padding: 10px;
  }

  .about {
    padding-top: 2.5em;
  }

  .about-info {
    margin: 0px 0px 0 20px;
  }

  .about-info p {
    margin: 0 0 5px 0;
    font-size: 1.4rem;
  }

  .about-info h3,
  .heading h3 {
    font-size: 24px;
    margin: 0 0 8px 0;
  }

  .flexslider {
    padding: 0em 0px !important;
  }

  .flex-control-nav {
    left: 3.2%;
  }

  .about {
    padding-top: 2em;
  }

  .about-info {
    margin: 0px 0px 0 0px;
  }

  .about-info p {
    font-size: 1.2rem;
  }

  .about-info h1 {
    font-size: 3.0rem;
  }

  .rwu-top {
    margin: 1.5rem;
  }

  .rwu-top {
    margin: 1rem;
    top: 77%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .rwu-top h3 {
    font-weight: 600;
    font-size: 1.75rem;
    letter-spacing: 0;
    padding: 0.5rem;
  }

  .rwu-top h1 {
    font-size: 4.5rem;
    letter-spacing: 1px;
    font-weight: 400;
  }

  .rwu-top h2 {
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 0;
  }

  .rwu-top h4 {
    font-size: 1.5rem;
    letter-spacing: 2px;
    padding-bottom: 10px;
  }

  .rwu-top p {
    font-size: 1.25rem;
    letter-spacing: 1px;
    padding-top: 10px;
  }

  .container-bio p {
    font-size: 1.25em;
  }

  .container-bio h2 {
    font-size: 3.1em;
  }

  .container-rwu h3 {
    font-size: 3.0em;
  }

  .container-bio h4 {
    font-size: 2.0rem;
  }

  .bio {
    font-size: 1.4rem;
  }

  .promo-bio {
    padding: 5% 0 10%;
  }

  .promo-bio h2 {
    font-size: 4rem;
    letter-spacing: 2px;
    padding-top: 2.25rem;
  }

  .promo-bio h3 {
    font-size: 1.25rem;
    letter-spacing: 1px;
    padding: 0.5rem 0 1.5rem;
  }

  .promo-bio p {
    font-size: 1.125rem;
    padding-bottom: 0;
  }

  .ia-container {
    width: 90%;
  }

  .rwuStory h4 {
    font-weight: 900;
    font-size: 2.5rem;
    letter-spacing: 2px;
    text-shadow: 2px 2px 0 #000,
      -1px -1px 0 #000,
      1px -1px 0 #000,
      -1px 1px 0 #000,
      1px 1px 0 #000;
  }

  .top-link {
    display: none;
  }

  .rwuMid h2 {
    font-size: 1.75rem;
    letter-spacing: 0;
    padding: 0 0 1rem;
  }
}

/* Small devices (less than 768px)*/
@media screen and (max-width: 767.98px) {
  .navbar-brand {
    font-size: 1.125rem !important;
    letter-spacing: 1px;
  }

  .rwuStory a {
    padding-bottom: 0;
  }

  .series-info {
    padding: 4% 4% 8%;
  }

  .rwuStory h4 {
    font-size: 2.25rem;
    letter-spacing: 2px;
  }

  .rwu-middle {
    width: 45%;
    height: auto;
    padding: 2rem 0 1rem;
  }

  .clp-title h5 {
    padding-top: 3rem;
  }

  .clp-title h6 {
    padding-bottom: 0.5rem;
    padding-bottom: 0;
  }

  .clp-title p {
    line-height: 1.2;
  }

  .rwuStory p {
    font-size: 1rem;
  }

  .container-bio p {
    font-size: 1.0125em;
  }

  .container-bio h2 {
    font-size: 3.1em;
  }

  .container-bio h3 {
    font-size: 3.0em;
  }

  .container-bio h4 {
    font-size: 1.8rem;
  }

  .top-link {
    display: none;
  }

  .bio {
    font-size: 1.4rem;
  }

  .promo-bio {
    padding: 5% 0 10%;
  }

  .promo-bio h2 {
    font-size: 3.5rem;
    letter-spacing: 2px;
    padding-top: 2.25rem;
  }

  .promo-bio h3 {
    font-size: 1.25rem;
    letter-spacing: 1px;
    padding: 0.5rem 0 1.5rem;
  }

  .promo-bio p {
    font-size: 1rem;
    padding-bottom: 0;
  }

  #brandCustom {
    padding-left: 0;
  }

  #brandCustom img {
    width: 8%;
    height: auto;
  }

  .rwu-top {
    margin: .5rem;
    top: 77%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .rwu-top h3 {
    font-weight: 600;
    font-size: 1.75rem;
    letter-spacing: 0;
    padding: 0.5rem;
  }

  .rwu-top h1 {
    font-size: 2.75rem;
    letter-spacing: 2px;
    font-weight: 400;
    padding: 0;
    text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  }

  .rwu-top h2 {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 0;
  }

  .rwu-top h4 {
    font-size: 1.25rem;
    letter-spacing: 2px;
    padding: 0;
  }

  .rwu-top p {
    font-size: 1.25rem;
    padding: 0;
    letter-spacing: 1px;
  }

  .header {
    padding: 16px 0;
  }

  .header-left img {
    margin-top: 3px;
    width: 73%;
  }

  .header-right ul {
    margin-top: 2.6%;
  }

  .header-right ul li a {
    font-size: 1.1em;
  }

  .about-info h3,
  .heading h3 {
    font-size: 24px;
    margin: 0 0 8px 0;
  }

  .about-info p {
    margin: 0 0 5px 0;
    font-size: 1.4rem;
  }

  .about-info {
    margin: 0px 0px 0 20px;
  }

  .about {
    padding-top: 2.5em;
  }

  .about-info p:nth-child(3) {
    margin: 0 0 20px 0;
  }

  /* .ia-container {
    width: 85%;
  } */
  .ia-container {
    display: none;
  }

  .flexslider {
    padding: 0em 0px !important;
  }

  .flex-control-nav {
    left: 3.2%;
  }

  .clp-contact p {
    font-size: 1.25rem;
    padding-top: 1rem;
  }

  .clp-copyright p {
    font-size: 1rem;
  }

  #middle-info {
    padding: 3% 3%;
  }

  .rwuMid h2 {
    font-size: 1.25rem;
    letter-spacing: 0;
    padding: 0;
  }

  .rwuStory p {
    font-size: 1rem;
  }

  .clp-title-2 h3 {
    font-size: 1.25rem;
    line-height: 1.2;
  }

  .clp-title-2 h4 {
    font-size: 1.125rem;
    line-height: 1.2;
  }

  .clp-title-2 p {
    font-size: .875rem;
  }
}

/* Small devices (less than 576px)*/
@media screen and (max-width: 575.98px) {
  .navbar-brand {
    font-size: 1.125rem !important;
    letter-spacing: 1px;
    padding-left: 0;
  }

  .bottom-justify {
    justify-content: center;
  }

  .pe-5 {
    padding-right: 0 !important;
  }

  .ps-5 {
    padding-left: .75rem !important;
  }

  .clp-title-2 h5 {
    font-size: 1rem;
  }

  .social li a {
    font-size: 1.75rem;
    padding: 0 .5rem 0 0;
    text-shadow: 2px 1px 2px #000;
  }

  .clp-bottom {
    padding: 1rem 3rem;
  }

  .rwu-top h3 {
    font-weight: 400;
    font-size: 1.25rem;
    letter-spacing: 0;
    padding: 0 0 .5rem;
  }

  #middle-info {
    padding: 3% 3%%;
  }

  .ia-container {
    display: none;
  }

  .series-info {
    padding: 3% 3% 10%;
  }

  .rwuStory p {
    font-size: 1rem;
  }

  .rwuStory a {
    padding-bottom: 0;

    .rwuStory p {
      font-size: 1rem;
    }

    .rwu-middle {
      width: 35%;
      height: auto;
      padding: 1rem 0 0;
    }

    .rwu-top {
      margin: 0.5rem;
      top: 77%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .rwu-top h1 {
      font-size: 2.75rem;
      letter-spacing: 2px;
      font-weight: 400;
      padding: 0;
      text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

    .rwu-top h2 {
      font-size: 1rem;
      font-weight: 300;
      letter-spacing: 1px;
      padding: 0;
    }

    .rwu-top h4 {
      font-size: 1.125rem;
      letter-spacing: 2px;
      padding: 0;
    }

    .rwu-top p {
      font-size: 1.125rem;
      padding: 0;
      letter-spacing: 1px;
    }

    .rwuMid h2 {
      font-size: 1.25rem;
      padding: 0;
    }
  }

  /* portrait e-readers (Nook/Kindle), smaller tablets @ 480 */
  @media screen and (max-width: 479.98px) {
    .polaroid li {
      border: solid 0.75rem #fff;
      box-shadow: 0 0 10px 0px #555;
    }

    .polaroid p {
      font-size: 1.125rem;
    }

    .ia-container {
      display: none;
    }

    .navbar-brand {
      font-size: 1rem !important;
      letter-spacing: 0;
      padding-left: 0;
    }

    .top-link {
      display: none;
    }

    .rwuStory h4 {
      font-size: 1.75rem;
      letter-spacing: 2px;
    }

    /* .series-info {
    padding: 2% 2% 9%;
  } */
    .series-info {
      padding: 3% 2% 20%;
    }

    .rwu-middle {
      width: 38%;
      height: auto;
      padding: 1rem 0 0.5rem;
    }

    .clp-contact p {
      font-size: 1rem;
      padding-top: 0.5rem;
    }

    .clp-copyright p {
      font-size: 0.75rem;
    }

    .promo-bio {
      padding: 5% 0 10%;
    }

    .promo-bio h2 {
      font-size: 2.75rem;
      letter-spacing: 2px;
      padding-top: 2.25rem;
    }

    .promo-bio h3 {
      font-size: 1rem;
      letter-spacing: 1px;
      padding: 0 0 0.5rem;
    }

    .promo-bio p {
      font-size: 1rem;
      padding-bottom: 0;
    }

    .bio {
      font-size: 1rem;
      margin-top: 0.5rem;
    }

    .container-bio h4 {
      font-size: 1.5rem;
      padding: 1.75rem 0 0;
    }

    .rwuStory p {
      font-size: 0.875rem;
    }

    .px-5 {
      padding: 1.5rem !important;
    }

    .rwu-top {
      margin: 0;
      top: 77%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .rwu-top h3 {
      font-weight: 400;
      font-size: 1.125rem;
      letter-spacing: 0;
      padding: 0;
    }

    .rwu-top h1 {
      font-size: 2rem;
      letter-spacing: 1px;
      font-weight: 400;
      line-height: normal;
      padding: 0;
      margin: 0;
      text-shadow: 2px 2px 4px #000, 0 0 3px #000, 0 0 3px #000;
    }

    .rwu-top h2 {
      font-size: 1rem;
      font-weight: 300;
      letter-spacing: 0;
      padding: 0;
    }

    .rwu-top h4 {
      font-size: 1rem;
      letter-spacing: 2px;
      padding: 0;
    }

    .rwu-top p {
      font-size: 1rem;
      padding: 0;
    }

    .rwuMid h2 {
      font-size: 1.125rem;
      padding: 0;
    }

    #middle-info {
      padding: 3% 3%;
    }
  }

  /* smartphones, iPhone, portrait 480x320 phones */
  @media screen and (min-width: 0px) and (max-width:320px) {

    /* .ia-container {
    display: none;
  } */
    /* .polaroid li {
    border: solid 1rem #fff;
  }

  .polaroid p {
    margin: 5px 0 0 0;
    font-size: 1.25rem;
    font-weight: 500;
  } */
    .navbar-brand {
      font-size: 1rem !important;
      margin: .25rem;
    }

    .rwuStory p {
      font-size: 0.875rem;
    }

    .rwuStory h4 {
      font-size: 1.5rem;
      letter-spacing: 1px;
    }

    .rwu-middle {
      width: 40%;
      height: auto;
      padding: 1.25rem 0 0.5rem;
    }

    .rwu-top {
      margin: 0;
      top: 77%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .rwu-top h3 {
      font-weight: 600;
      font-size: 1rem;
      letter-spacing: 0;
      padding: 0;
    }

    .rwu-top h1 {
      font-size: 1.5rem;
      font-weight: 400;
      line-height: normal;
      letter-spacing: 1px;
      padding: 0;
      margin: 0;
      text-shadow: 1px 1px 2px #000, 0 0 2px #000, 0 0 2px #000;
    }

    .rwu-top h2 {
      font-size: 0.75rem;
      font-weight: 300;
      letter-spacing: 0;
      padding: 0;
      margin: 0;
    }

    .rwu-top h4 {
      font-size: 1rem;
      letter-spacing: 2px;
      padding: 0;
    }

    .rwu-top p {
      font-size: 1rem;
      padding: 0;
    }

    .promo-bio {
      padding: 5% 0 10%;
    }

    .promo-bio h2 {
      font-size: 2rem;
      letter-spacing: 2px;
      padding-top: 2.25rem;
    }

    .promo-bio h3 {
      font-size: 1rem;
      letter-spacing: 0;
      padding: 0;
    }

    .promo-bio p {
      font-size: 1rem;
      padding-bottom: 0;
    }

    .rwuMid h2 {
      font-size: .875rem;
      padding: 0;
    }