
.instagramgradient {
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
background-size: 300% 300%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-animation: instagramgradient 10s ease infinite;
-moz-animation: instagramgradient 10s ease infinite;
animation: instagramgradient 10s ease infinite;

}

@-webkit-keyframes instagramgradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes instagramgradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes instagramgradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* All Browser Dimensions */

.bodyfull {
  background-color: #F2F2F2;

}

a {
    text-decoration:none !important;
}

::selection {
    background-color: #000000;
    color: #638DFF;
}

.scale {
  width: 200px;
  height: 200px;
}


.social {
  position: relative;
  padding: 20px;
}

.socialbottom {
  padding: 0px;
}

.vcenter {
   display: flex;
   align-items: center;
}

.left {
  margin-left: -145px;
}



.links a {
color: #C6BFBF;
-webkit-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
-moz-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
-o-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
}

.links a:hover {
color: #638DFF;
-webkit-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
-moz-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
-o-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
}

.buttonform {
text-align: center;
background-color: #000000;
border: 3px solid #E2DEDE;
border-radius: 100px;
padding: 16px;
color: #F2F2F2;
width: 160px;
margin: auto;
color: #638DFF
-webkit-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
-moz-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
-o-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
text-align: center;
margin-bottom: 50px;
}



.buttonform:hover {
background-color: #2D2D2D;
color: #FFFFFF;
border: 3px solid #E2DEDE;
-webkit-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
-moz-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
-o-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */



}

.buttoncopy {
 text-align: center;
 font-family: 'Work Sans', sans-serif;
 font-weight: 600;
 font-size: 13px;
 margin: auto;
 letter-spacing: 1.2px;
}

.rowpadding {
  margin-top: 100px;
  margin-bottom: 100px;
}

.insatgramBG {
  background-color: #1ED760;
  color: #FFFFFF;
}

.instagramicon {
width: 200px;
height: 200px;
padding-top: 120px;
padding-bottom: 120px;


}

.stationsBG {
    background-color: #1F3264;
    color: #FFFFFF;
}


.threadsbg {
    background-color: #FCF9F9;
    color: #000000;
}


.cameraBG {
  background-color: #000000;
  color: #FFFFFF;
}


.spotifyBG {
  background-color: #161616;
  color: #FFFFFF;
}

.ourmixBG {
  background-color: #9556cd;
  color: #FFFFFF;
}

.whiteBG {
  background-color: #FFFFFF;

}

.tedBG {
  background-color: #e62b1e;
  color: #FFFFFF;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.louBG {
  background-color: #000000;
  color: #FFFFFF;
}

.lowesBG {
   background-color: #26a7e0;
   color: #FFFFFF;

}

.hboBG {
   background-color: #000000;
   color: #FFFFFF;
}

.nameBG {
   background-color: #000000;
   color: #FFFFFF;
   padding-top: 10px;
   padding-bottom: 60px;
}

.lowesIMG {
  margin-top: -90px;
}

.footerBG {
   background-color: #F2F2F2;
   color: #FFFFFF;
}



.line {
  text-align: center;
  opacity: .5;
}

hr {
  width: 60px;
}



.projectlinkblack {
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
   letter-spacing: 1.2px;
 }

.projectlinkblack  a {

  color: #000000;
  -webkit-transition: all 350ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  -moz-transition: all 350ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  -o-transition: all 350ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition: all 350ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */

}


.projectlinkblack  a:hover {
  text-decoration: none;
  color: #736060;
  -webkit-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  -moz-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  -o-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
}


.projectlinkwhite {

  text-align: center;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
   letter-spacing: 1.2px;

  }

.projectlinkwhite  a {
  color: #FFFFFF;
  -webkit-transition: all 350ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  -moz-transition: all 350ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  -o-transition: all 350ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition: all 350ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */

}


.projectlinkwhite  a:hover {
  text-decoration: none;
   color: #EAE9E9;
  -webkit-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  -moz-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  -o-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
}




/* Large desktops and laptops */
@media (min-width: 501px) {

.scalediv {
   text-align: center;
   margin: 50px;
   display: block;
}

.scale {
  width: 200px;
  height: 200px;
}

.name {
  text-align: left;
  font-family: 'Poppins', serif;
  font-weight: 400;
  font-size: 140px;
  color: #FFFFFF;
  line-height: 154px;
  padding: 10px;
  margin-top: 124px;
  margin-bottom: 24px;
}

.statement {
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 56px;
  padding: 20px;
  margin-top: 32px;
  margin-bottom: 64px;
}

.statement a {
  color: #FFFFFF;
  border-bottom: 0.08em solid #fff;
  -webkit-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
-moz-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
-o-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */


}

.statement a:hover {
  color: #FFFFFF;
  border-bottom: 0.08em #fff;
  -webkit-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
-moz-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
-o-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */


}

.upper {
  margin-top: 0px;
  float: center;
}

.links {
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  font-weight: 100;
  font-size: 16px;
  letter-spacing: .3;
  padding: 15px;
  margin-top: 20px;
  color: #A29999;
}

.social {
    margin-bottom: 120px;
}



}

@media (max-width: 500px) {

.scalediv {
   text-align: center;
   margin: 10px;
   display: block;
   padding-bottom: 20px;
}

.scale {
  width: 115px;
  height: 115px;
}

.name {
  text-align: left;
  font-family: 'Poppins', serif;
  font-weight: 400;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 70px;
  padding: 10px;
  margin-top: 60px;
  margin-bottom: 16px;
}

.statement {
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
  padding: 18px;
  margin-top: 16px;
}

.statement a {
  color: #FFFFFF;
  border-bottom: 0.08em solid #fff;

}

.statement a:hover {
  color: #FFFFFF;
  border-bottom: 0.08em dashed #fff;

}


.upper {
  margin-top: 0px;
}

.links {
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  margin-top: 20px;
 margin-bottom: 40px;
}

}




.footerstatement {
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  font-size: 30px;
  color: #524E53;
  margin-top: 40px;




}


.socialicons {
 width:32px;
 height: 32px;
 padding: 0px;
 margin: 12px;
 opacity: .3;
 -webkit-transition: all 250ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
 -moz-transition: all 250ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
 -o-transition: all 250ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
 transition: all 250ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */

}



.socialicons:hover {
  opacity: 1;
  -webkit-transition: all 250ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  -moz-transition: all 250ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  -o-transition: all 250ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition: all 250ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
}

.redacted {
  position: relative;
  white-space: pre;
  &:after {
    background: white;
    border-radius: 0.1em;
    box-shadow: 0 0 1px rgba(0,0,0,0.35);
    content: " ";
    width: 100%;
    height: 1.2em;
    left: 0;
    position: absolute;
    transform: skewY(-5deg) rotate(5deg);
  }
