* {
  box-sizing: border-box;
}
html, body {
    height: 100%;
}
body {
    background: pink;
    color: #000;
    display: flex;
    flex-direction: column;
    font-family: 'League Spartan', sans-serif;
    font-weight: 400;
    line-height: 1;
}
.page-header {
    border-bottom: 5px solid yellow;
    display: flex;
    flex-direction: row;
    justify-content: start;
    top: 0;
    width: 100%;
}
.page-header h1 {
    border-right: 5px solid red;
    color: #000;
    font-weight: 800;
    line-height: 1;
    /* padding: 1.5rem; */
}
.page-header nav {
    border-right: 5px solid red;
    color: black;
    display: block;
    font-weight: 800;
    line-height: 1;
}
.toggle-container {
    display: flex;
    margin: 1.5rem;
    overflow: visible;
    position: relative;
}
.page-header h1,
.page-header nav,
.toggle-container {
    font-size: 2rem;
    width: min-content;
    margin: 0;
    padding: 1.5rem;
}
@media only screen and (min-width: 600px) {
    .page-header h1,
    .page-header nav,
    .toggle-container {
        width: fit-content;
    }
}
@media only screen and (min-width: 768px) {
    .page-header h1,
    .page-header nav,
    .toggle-container {
        font-size:3rem;
        padding:2rem;
        width: min-content;
    }
}
@media only screen and (min-width: 992px) {
    .page-header h1,
    .page-header nav,
    .toggle-container {
        font-size:3rem;
        padding:3rem;
        width: fit-content;
    }
}
@media only screen and (min-width: 1170px) {
    .page-header h1,
    .page-header nav {
        font-size: 3rem;
        padding: 3.5rem 3rem 3rem 3rem;
    }
    .toggle-container {    
        padding: 3rem 3rem 3rem 3rem;
    }
}
.toggle-switch {
    position: absolute;
    width: 200px;
    height: 100px;
    display: inline-block;
}
.art .toggle-switch,
.design .toggle-switch {
    scale: .25;
    transform: translate(-300px, -140px);
}
.home .toggle-switch {
    scale: .5;
    transform: translate(-100px, -50px);
}
@media only screen and (min-width:768px) {
    .art .toggle-switch, 
    .design .toggle-switch {
        scale: .375;
        transform: translate(-170px, -80px);
    }
}
@media only screen and (min-width: 992px) {
    .art .toggle-switch, 
    .design .toggle-switch {
        transform: translate(-180px, -80px);
    }
}
@media only screen and (min-width:1170px) {
    .art .toggle-switch,
    .design .toggle-switch {
        transform: translate(-200px, -60px);
        scale: 0.34;
    }
}
.toggle-switch label {
    position: absolute;
    width: 100%;
    height: 100px;
    border-radius: 50px;
    cursor: pointer;
}
.toggle-switch input {
    position: absolute;
    display: none;
}
.toggle-switch .slider {
    background-color: #0070E0;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    transition: 0.3s;
}
.toggle-switch input:checked ~ .slider {
    background-color: #000;
}
.toggle-switch .slider::before {
    content: "";
    position: absolute;
    top: 13px;
    right: 16px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    box-shadow: none;
    background-color: yellow;
    transition: 0.3s;
}
.toggle-switch input:checked ~ .slider::before {
    transform: translateX(-95px);
    box-shadow: inset 28px -4px 0px 0px #daa520;
    background-color: #000;
}
.page-header h1 a,
.page-header h1 a:visited {
    color: black;
    text-decoration: none;
}
.page-header h1 a:focus,
.page-header h1 a:hover {
    color: black;
    text-decoration: underline;
    text-decoration-color: #0070E0;
    text-decoration-thickness: 6px;
}
.page-header nav a {
    color: black;
    text-decoration: none;
}
.page-header nav a.art:focus,
.page-header nav a.art:hover {
    text-decoration: underline;
    text-decoration-style: wavy;
    text-decoration-color: #0070E0;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 6px;
}
.page-header nav a.design:focus,
.page-header nav a.design:hover {
    text-decoration: underline;
    text-decoration-color: #0070E0;
    text-decoration-thickness: 6px;
}
/* Home  */

.home .page-header {
    flex-direction: column;
    position: static;
}
.home .page-header h1,
.home .page-header nav {
    border-right: none;
    font-size: 6rem;
    width: auto;
}
.home .page-header h1 {
    border-right: none;
    border-bottom: 5px solid red;
}
.home .page-header nav {
    border-right: none;
    border-bottom: 5px solid red;
}
.home .toggle-container {
    height: 115px;
}
.home .page-header h1,
.home .page-header nav,
.home .toggle-container {
    padding: 2rem;
}
@media only screen and (min-width: 480px) {
    .home .page-header h1,
    .home .page-header nav,
    .home .toggle-container {
        padding: 2rem;
    }
}
@media only screen and (min-width: 768px) {
    .home .page-header h1,
    .home .page-header nav,
    .home .toggle-container {
        padding: 3rem;
    }
   .home .toggle-container {
        height: 145px;
    }
}
/* page content */
.page-content {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    flex: 1 0 auto;
}
@media only screen and (min-width: 480px) {
    .page-content {
        padding: 2rem;
    }
}
@media only screen and (min-width: 992px) {
    .page-content {
        padding: 3rem;
    }
}
#category-filter {
    margin-top: 2rem;
}

.btn {
    background: none;
    padding: 0 0 .5rem;
    font-size: 1.6rem;
    color: black;
    cursor: pointer;
    outline: none;
    font-family: 'League Spartan';
    border: none;
    font-weight: 700;
    margin-right: 20px;
    letter-spacing: 1px;
    text-decoration:line-through;
    text-decoration-color: #0070E0;
}
.btn.active {
    text-decoration: none;
}
.btn:focus,
.btn:hover {
    text-decoration: underline;
    text-decoration-color: #0070E0;
}
.project-thumbnails {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}
@media only screen and (min-width: 992px) {
    .project-thumbnails {
        margin-top: 40px;
    }
}
.thumbnail {
    height: 140px;
    width: 140px;
    border: 15px solid salmon;
    border-radius: 10px;
}
.project-story {
    display:none;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgb(58 1 1 / 40%);
    top: 0;
    z-index: 10;
    overflow: auto;
}
.story-content { width: 100%; }

/* TEXT 
.wf-loading h1 {
    visibility: hidden;
}
 
.wf-active h1 {
    visibility: visible;
}
*/
h2 {
    color: black;
    font-size: 3rem;
    font-weight: 600;
    font-weight: 800;
}

h3 {
color:rgba(0,0,0,.9);
font-size:16px;
font-weight:500;
line-height:24px;
margin:10px 20px 0px 20px;
}
h4 {
color:#fff;
font-size:16px;
font-weight:500;
line-height:24px;
margin:0px 20px 0px 20px;
}
p {
color:rgba(0,0,0,.9);
font-size:16px;
line-height:25px;
margin:10px 10px 0px 10px;
}
ul {
list-style:none;
margin:0;
padding:0;
}
a, a:link, a:hover, a:active, a:focus, a:visited{
border:0;
outline:0;
text-decoration: none;
}

/* THUMBNAIL CAPTION */
.thumbnail a {
    color:rgba(0,0,0,.9);
    display: block;
    width: 110px;
    height: 110px;
    position: relative;
    line-height:20px;
    opacity:0;
    transition: background-color 0.25s ease, opacity 0.25s ease;
}
.thumbnail a:hover, 
.thumbnail a:focus {
    background: salmon;
    opacity:1;
    color: #000;
}
.thumbnail.more a:focus h3 {
    color:rgba(0,0,0,.9);
}
.thumbnail a .caption {
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    padding:0px;
    width: 110px;
    text-align:center;
}
.caption h3 {
    margin:0;
    padding:0;
    font-size: 1rem;
    line-height: 1.2;
    color: black;
}
/*ART*/
.art .thumbnail {
  position: relative;
    height: 150px;
    width: auto;
}

.art .thumbnail img {
  display: block;
  width: auto;
  height: 120px;
  margin-bottom: 0;
}
.art .caption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: salmon;
  cursor: pointer;
}
.art .thumbnail:hover .caption {
  opacity: 1;
}
.art .caption h3 {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
/* MODAL */
.story-content {
    background: salmon;
    height:90%;
    margin:0 auto;
    max-width:1000px;
    padding: 0px;
    overflow: auto;
    text-align: center;
    width:100%;
}
.story-content .text-block { 
    margin: 0px;
    padding: 30px;
    text-align: left;
}
.art .story-content .text-block { 
    text-align: center;
}
.story-content .text-block h3 {
    color: black;
    margin: 10px 0 20px 0px;
    font-weight: 600;
    font-size: 1.5rem;
}
.story-content .text-block h4 {
    color: black;
    margin: 10px 0 20px 0px;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 600;
}
.story-content .text-block p {
    color: black;
    font-size: 1.2rem;
    margin: 0 0 10px 0;
    max-width: 100%;
    line-height: 1.5;
}
.design .fullWidth { 
    max-width: 100%;
}
.art .fullWidth {
    max-height: 78vh;
    max-width: 100%;
}
.closebtn {
    font-size: 2rem;
    background: red;
    color: #fff;
    border-radius: 20px;
    height: 40px;
    width: 40px;
    display: block;
    line-height: 20px;
    padding: 10px;
    text-align: center;
    position: relative;
    left: calc(50% - 20px);
    cursor: pointer;
    top: 20px;
}
.closebtn:focus,
.closebtn:hover {
    background: orangered;
}
.more a { opacity:1; }
.more a h3 { color:#000; }
.more a:hover h3 { color:#000; }/* width */

.footer {
    display: flex;
    flex-shrink: 0;
    border-top: 5px solid yellow;
    justify-content: end;
}
.footer p {
    border-left: 5px solid red;
    color: black;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    padding: 2rem;
    margin: 0;
}
.footer .email {
    border-left: none;
}
.footer .email a {
    color: black;
    text-decoration: underline;
    /* text-decoration-color: blue; */
}
.footer .email a:focus,
.footer .email a:hover {
    color: black;
    text-decoration: underline;
    text-decoration-color: #0070E0;
}
.home .footer {
    border: none;
    justify-content: start;
}
.home .footer p {
    border: none;
    padding: 2rem;
}
@media only screen and (min-width: 992px) {
    .home .footer p {
        padding: 3rem;
    }
}
/* NIGHT MODE */
.night-mode {
    background: hsl(200 80% 10% / 1);
}
.night-mode .page-header,
.night-mode .footer {
    border-color:#b8860b;
}
.night-mode .page-header h1,
.night-mode .page-header h1 a,
.night-mode .page-header h1 a:focus,
.night-mode .page-header h1 a:hover,
.night-mode .page-header nav,
.night-mode .page-header nav a,
.night-mode .page-header nav a:focus,
.night-mode .page-header nav a:hover,
.night-mode h2,
.night-mode .thumbnail a:hover, 
.night-mode .thumbnail a:focus,
.night-mode .caption h3,
.night-mode .story-content .text-block h3,
.night-mode .story-content .text-block h4 {
    color: salmon;
}
.night-mode .btn {
    color: salmon;
}
.night-mode .thumbnail {
    border-color: black;
}
.night-mode .thumbnail a:hover,
.art.night-mode .caption {
    background: black;
}
.night-mode .story-content {
    background:black; 
}
.night-mode .story-content .text-block {
    background: black;
}
.night-mode .story-content .text-block p {
    color: white;
}
.night-mode .footer p,
.night-mode .footer .email a,
.night-mode .footer .email a:focus,
.night-mode .footer .email a:hover {
    color: salmon;
}
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #000;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ff0000;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ff4500;
}
/* Track */



/* THUMBNAILS */
.SU-HC-22 {
    overflow: hidden;
    background: #fff url('../images/projects/22/SU-HC-22-thumb.png') no-repeat center 0px;
    background-size: cover; 
}
.SU-VB-22 {
    overflow: hidden;
    background: #fff url('../images/projects/22/SU-VB-22-thumb.gif') no-repeat center;
    background-size: 120%; 
}
.SU-PR-22 {
    overflow: hidden;
    background: #fff url('../images/projects/22/SU-PR-22-thumb.gif') no-repeat center 0px;
    background-size: cover; 
}
.SU-FS-21 {
    overflow: hidden;
    background: #fff url('../images/projects/21/SU-FS-21.png') no-repeat center 0px;
    background-size: cover; 
}
.SU-FS-21 video {
    position: absolute;
    top: 0;
    left:0;
    z-index: 1;
    min-height: 50vh;
    min-width: 100%;
    height: 500px;
    width: 500px;
    object-fit: cover;
    overflow: hidden;
}
.thumbnail.SU-FS-21 a {
  z-index: 10;
}
/* SU OSP 22 */
.SU-OSP-22 {
background: #fff url('../images/projects/22/SU-OSP-22.jpg') no-repeat left center;
background-size: cover; 
}
/* SU OSP */
.SU-OSP {
background: #fff url('../images/projects/21/SU-OSP-21-thumb.jpg') no-repeat center 0px;
background-size: cover; 
}
.SU-PR {
background: #fff url('../images/projects/21/SU-editorial.jpg') no-repeat center 0px;
background-size: cover; 
}
/* SU VB */
.SU-VB {
background: #fff url('../images/projects/20/Digital-Viewbook_02.jpg') no-repeat center 0px;
background-size: cover; 
}
/* SU News */
.SU-News {
background: #fff url('../images/projects/19/SU-News-1218.jpg') no-repeat center 0px;
background-size: cover; 
}

/* SU WW */
.SU-WW {
background: #fff url('../images/projects/18/SU-WW-1400x1400.jpg') no-repeat center 0px;
background-size: cover; 
}
/* SU RTR */
.SU-RTR {
background: #fff url('../images/projects/18/SU-RTR-thumb.jpg') no-repeat center 0px;
background-size: cover; 
}
/* SU UGVB */
.SU-UGVB {
background: #fff url('../images/projects/18/SU-UGVB-thumb.png') no-repeat center 0px;
background-size: cover; 
}
/* SU CSI */
.SU-CSI {
background: #fff url('../images/projects/18/SU-CSI-1400x1400.jpg') no-repeat center 0px;
background-size: cover; 
}

/* SU FS 125 */
.SU-FS-125 {
background: #fff url('../images/projects/17/SU-FS-Program-125th-1200x972.jpg') no-repeat center 0px;
background-size: cover; 
}
/* SU CS */
.SU-CS {
background: #fff url('../images/projects/17/2017-SU-Banners-Bellarmine.jpg') no-repeat center 0px;
background-size: cover; 
}
/* SU GVB */
.SU-GVB {
background: #fff url('../images/projects/17/SU-BG-GradViewBook-1000x1000.jpg') no-repeat center 0px;
background-size: cover; 
}
/* SU The Ones */
.SU-TheOnes {
background: #fff url('../images/projects/17/SU-TheOnes-thumb.jpg') no-repeat center 0px;
background-size: cover; 
}
/* SU Impact */
.SU-Impact {
background: #fff url('../images/projects/17/SU-Impact-thumb.jpg') no-repeat center 0px;
background-size: cover; 
}
/* SU 125th Rain */
.SU-FB-Rain {
background: #fff url('../images/projects/16/SU-FB-Rain-Blue-1000x1000.jpg') no-repeat center 0px;
background-size: cover; 
}
/* OV */
.OV-Sign-4-Glow {
    background: #7F00FF url(../images/ov/Sign-4-Transparent.png) no-repeat center;
    background-size: cover;
    -webkit-animation: logo-bg 5s ease-in-out infinite;
    -moz-animation: logo-bg 5s ease-in-out infinite;
    -o-animation: logo-bg 5s ease-in-out infinite;
    animation: logo-bg 5s ease-in-out infinite;
}

/* KEXP */
.KEXP {
background: #fff url('../images/projects/15/KEXP-Poster-1.jpg') no-repeat center 0px;
background-size: cover; 
}

/* ABBEY */
.FAA-GT {
background: #FFE url('../images/projects/15/FAA-GT-2000x1667.jpg') no-repeat center 0px;
background-size: cover;
}
.FAA-UE {
background: #fff url('../images/projects/15/UpcomingEvents.jpg') no-repeat center 0px;
background-size: cover;
}
.FAA-GA {
background: #FFE url('../images/projects/15/FAA-GA-1000x1123.jpg') no-repeat center -60px;
background-size: cover;
}
/* MARTHA */

.FBA-MS {
background: #fff url('../images/projects/15/MarthaScanlan.jpg') no-repeat center 0px;
background-size: cover;
}
/* SH */
.SH {
background: #fff url('../images/projects/14/SH-HP-3.jpg') no-repeat center center;
background-size: 100%;
}
/* WY */

.WY {
background: #fff url('../images/projects/15/WY-BG-Brand-Guidelines.jpg') no-repeat center;
background-size: cover;
}
.WY-RC {
background: #fff url('../images/projects/15/WY-Recruit-Card-2.jpg') no-repeat center left;
background-size: cover;
}
/* BLUJ */

.BJ {
background: #fff url('../images/projects/15/BJ-Leave-Behinds.jpg') no-repeat center 0px;
background-size: 110%;
}

/* DEV PROJECTS */

/* 12-14 */
.SA {
background: #fff url('../images/projects/14/SA-1100x2097.png') no-repeat center top;
background-size: cover;
} 
.DW {
background: #fff url('../images/projects/14/DW-1280x2005.png') no-repeat center top;
background-size: cover;
} 
.SD {
background: #fff url('../images/projects/14/SD-1000x1500.png') no-repeat center top;
background-size: cover;
} 
.TFI {
background: #fff url('../images/projects/14/TFI-HP-1276x1616.png') no-repeat center top;
background-size: cover;
}
.EG {
background: #fff url('../images/projects/14/EmG-HP-1276x1284.png') no-repeat center top;
background-size: cover;
} 
.UA {
background: #fff url('../images/projects/13/UA-HP-1276x750.png') no-repeat center top;
background-size: 100%;
}
.IOI {
background: #fff url('../images/projects/13/IOI-1000x3333.jpg') no-repeat center top;
background-size: cover;
}
.EF {
background: #fff url('../images/projects/13/EF-1280x16661.png') no-repeat center top;
background-size: cover;
}
.FBA-LB {
background: #fff url('../images/screenshots/FBA-LB-500x773.png') no-repeat center 0px;
background-size: cover;
}
.FCA {
background: #fff url('../images/screenshots/FCA-Biz-1000x1000.jpg') no-repeat center center;
background-size: 100%;
}

/* 10-12 */

.GC-GT {
background: #fff url('../images/projects/12/GC-GT-3.jpg') no-repeat center 0px;
background-size: 100%;
}
.GC-CSP {
background: #fff url('../images/projects/12/GC-CSP-500x500.jpg') no-repeat center;
background-size: 100%;
}
.GC-HP {
background: #fff url('../images/projects/11/GC-HP-500x500.jpg') no-repeat center;
background-size: 100%;
} 
.GC-T {
background: #fff url('../images/projects/11/GC-T-500x703.jpg') no-repeat center 0px;
background-size: 100%;
}
.GC-BM {
background: #fff url('../images/projects/11/GC-Beta-Map-1000x700.png') no-repeat 0px 0px;
background-size: 148%;
}

/* 08-10 */

.BU {
background: #fff url('../images/projects/10/BU-1000x1000.jpg') no-repeat center center;
background-size: 100%;
} 
.WLM {
background: #fff url('../images/projects/10/WLM-1000x1000.jpg') no-repeat center 0px;
background-size: 100%;
}
.PBCS {
background: #fff url('../images/projects/10/PBCS-1-1000x1000.jpg') no-repeat center center;
background-size: 100%;
}
.AA {
background: #fff url('../images/projects/10/AA-1000x1000.jpg') no-repeat center center;
background-size: 100%;
} 
.DG {
background: #fff url('../images/projects/09/DG-500x500.jpg') no-repeat center 0px;
background-size: 100%;
}
.AT {
background: #fff url('../images/projects/09/AT-1060x1060.jpg') no-repeat center 0px;
background-size: 100%;
}
.McD {
background: #FFF url('../images/projects/08/McD-Email-1000x800.png') no-repeat center -28px
background-size: 166%;
background: #c2640d url('../images/projects/08/McD-2-1000x800.png') no-repeat center 0px;
background-size: 100%;
}
.Nord {
background: #fff url('../images/projects/08/Nord-Kenzo-500x500.jpg') no-repeat center 0px;
background-size: 100%;
}