/*-------------------------------------
Mobile First CSS - Styles for 375 px width
---------------------------------------*/

body {
  margin:0px;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}



/* Text Styles */

h1 {
  font-size: 82px;
  font-weight: 600;
  margin-bottom: 0px;
  letter-spacing: -1px;
  line-height: 1.2;
}

h2 {
  font-family: Sanchez;
  font-size: 24px;
  font-weight: 100;
  color: #9b9b9b;
  margin-top: -5px;
  margin-bottom: 0px;
  letter-spacing: -1px;
}

h3 {
  font-size: 18px;
  font-weight: 200;
}

h4 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

h5 {
  font-size: 22px;
  font-weight: 200;
  margin: 0;
}

h6 {
  font-family: Sanchez;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.3;
  margin:0;
}

h7 {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 20px;
}

h8 {
  font-size: 16px;
  font-weight: 400;
  color: #9E9E9E;
}

h9 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

h10 {
  font-size: 26px;
  font-weight: 400;
  color: #000;
}

h11 {
  font-size: 20px;
  font-weight: 300;
  color: #9E9E9E;
}

h12 {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}

h14 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

h15 {
  font-size: 28px;
  font-weight: 300;
  color: #9b9b9b;
  line-height: 1.3;
}

h16 {
  font-size: 18px;
  font-weight: 300;
  color: #9E9E9E;
  line-height: 1.3;
}

h17 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 500;
}


h18 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

h19 {
  font-size: 30px;
  font-weight: 200;
  color: #000000;
  line-height: 1.3;
}

h20 {
  font-size: 14px;
  font-weight: 400;
  color: #3D577D;
}

h21 {
  font-size: 12px;
  font-weight: 400;
  color: 000000;
  font-style: italic;
}



/* New Text Styles */

h30 {
  font-family: Sanchez;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.5;
}

h31 {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 200;
  line-height: 1.3;
}

h32 {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

h33 {
  font-family: Poppins;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
}

.mail_link_home {
  padding-top: 10px;
  padding-bottom: 5px;
}

.text-block_title {
  padding-bottom: 10px;
}


.link {
  style="font-size: 16px;
  font-weight: 400;
  color: #000;
  text-decoration: none;"
}


.link:hover {
   font-weight: 600;
}

a {
  text-decoration: none;
}

a.next-project {
  width: 100%;
  padding-right: 40px;
  padding-bottom: 150px;
}


ul.col-2 {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 2;
  padding-left: 20px;
}

li.lis-sty {
  font-weight: 400;
  line-height: 2;
}

/* Image Styles */

img.source-image {
  position: relative;
  width: 80%;
  object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.proj-ban-img {
  position: relative;
  width: 80%;
  object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

img.proj-ban-img-new {
  position: relative;
  width: 100%;
  object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 877px;
  background-color: #CAD7F3;
  max-height: 800px;
}

img.proj-ban-img-cover {
  position: relative;
  width: 100%;
  object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

img.project-keyframe {
  position: relative;
  object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin: auto;
}

img.featured-project-keyframe {
  position: relative;
  object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 70%;
  margin: auto;
}

img.home-banner {
  position: relative;
  object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
}

img.about-image {
  position: relative;
  object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
}

img.about-image-circle {
  position: relative;
  object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  max-width: 500px;
}

img.project-image-full {
  position: relative;
  object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
/*height: 100%;*/
  margin: 0 auto;
}

img.project-image-full-feed {
  position: relative;
  object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
/*height: 100%;*/
  margin: 0 auto;
}

  img.project-image-full-feed-116 {
  position: relative;
  object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
/*height: 100%;*/
  margin: 0 auto;
  }

  img.project-image-full-hb {
  position: relative;
  object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
/*height: 100%;*/
  margin: 0 auto;
}

  img.phone-image-full {
  position: relative;
  object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 80%;
/*height: 100%;*/
  margin: 0 auto;
}

img.poster-image-full {
  position: relative;
  object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
/*height: 100%;*/
  margin: 0 auto;
}

img.project-image-cover {
  position: relative;
  object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
/*height: 100%;*/
  margin: 0 auto;
  max-height: 950px;
}

img.project-image-reduced {
  position: relative;
  display: block;
  width: 60%;
/*height: 100%;*/
  margin: 0 auto;
}

img.email-stack {
  width: 94%;
  margin-left: -40px;
  margin-top: 80px;
}



.drp-sdw {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .4);
}

video {
  width:100%;
 /* margin-top: 40px; */
 /* margin-bottom: 70px; */
  position: relative;
 /* box-shadow: 1px 1px 10px rgba(0, 0, 0, .4); */
}


/* Header Styles */

.header {
  height: 80px;
}

.header-marginalized {
  margin: 0 auto;
  padding-left: 28px;
  padding-right: 28px;
  max-width: 1320px;
  display:flex;
  position: relative;
  height: 100%
}

.header-centered {
  display:flex;
  align-items:center;
  width:100%;
}

.logo-container {

}
.logo-nav {
  height: 58px;
  width: 0px;
}



/* Nav Styles */


.menulist {
    width:300px;
    text-align: left;
    list-style-type: none;
    padding-left: 12px;
}

.projectlist{
    width:350px;
    display: flex;
    list-style-type: none;
    padding-left: 12px;
}

.hamburger-menu {
  position: fixed;
  top: 25px;
  right: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 150;
}

.line2 {
  margin-top:10px;
  background-color:#000;
  width:21px;
  float:right;
  height:2px;
  display:block;
  opacity:1.0;
  transform-origin: ;
  transition: all .3s;
}

.line3 {
  margin-top:5px;
  background-color:#000;
  width:21px;
  float:right;
  height:2px;
  display:block;
  opacity:1.0;
  transform-origin: ;
  transition: all .3s;
}

.change .line2 {
  top: 4px;
  transform: rotateZ(-45deg);
  position: absolute;
  right: 0px;
}

.change .line3 {
  top: 9px;
  transform: rotateZ(45deg);
  position: absolute;
  right: 0px;
}

.menucontainer {
  display: block;
  position: fixed;
  top: -650px;
}

.change .menucontainer {
  height: 40px;
  z-index: 150;
  display: block;
  position: fixed;
  top: -60px;
  transition: all 0.3s ease-in-out;
}

.nav-logo-container {
  top: -672px;
  position: fixed;
  transition: all 0.3s ease-in-out;
}

.change .nav-logo-container {
  top: 11px;
  position: fixed;
}

img.logo {
  height: 80%;
  margin-top: 4px;
}

.menucontents {
  margin-left: -12px;
  margin-top: 160px;
  width: 50%;
}

.projectcontents {
  margin-left: -10px;
  margin-top: 40px;
  display: block;
  width: 50%;
}

.menuitems {
    padding-top:12px;
    padding-bottom:12px;
    text-decoration: none;
    list-style:none;
    font-weight: 300;
    font-size: 36px;
    display: inline-block;
    position:relative;
    text-align:center;
    color: #000;
    opacity:;
    transition: all .2s ease-in-out;

}
.projectitems {
    padding-top:20px;
    padding-bottom:12px;
    text-decoration: none;
    list-style:none;
    font-weight: 500;
    font-size: 12px;
    line-height: .8;
    display: inline;
    position:relative;
    color: #000;
    transition: all .5s ease-in-out;
}
.projectitems-page {
    padding-top:40px;
    padding-bottom:12px;
    text-decoration: none;
    list-style:none;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: .8;
    display: inline-block;
    position:relative;
    color: #5666C1;
    transition: all .5s ease-in-out;
}

.menuitems:after {
  content:'';
  display:block;
  width: 0;
  height: 1px;
  background: #000;
  transition: width .2s;
  z-index: 100;
}

.projectitems:after {
  content:'';
  display:block;
  width: 0;
  height: 1px;
  background: #000;
  transition: width .2s;
}

.menuitems:hover::after {
    width:100%;
}

.projectitems:hover::after {
    width:100%;
    margin-top: 5px;
    font-weight: 500;
}

.projectlist li {
  padding-right: 40px;
}

.cd-tab-filter {
  position: fixed;
  height: 80px;
  background: #fff;
  top: 100px;
  z-index: 1;
  margin-right: 15px;
}


#closebtn {
    height:25px;
    width:30px;
    position: fixed;
    text-decoration:none;
    top: 31px;
    right: -26px;
    font-size: 36px !important;
    margin-right: 50px;
    z-index:100;
    color:#fff;
    cursor:pointer;
    trainsition:background-position .3s;
}

#main {
    transition: margin-top .4s;
    text-align:center;
    margin:auto;
    padding: 16px;
    font-size:30px;
}

.navigation {
  height: 50px;
  background-color: transparent;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 0.2s ease-in-out;
}

.change .navigation {
  height: 560px;
  background-color: white;
  z-index: 50;
}

.nav-backdrop {
  display: block;
  position:fixed;
  top:0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  transform-origin: top center;
  background: rgba(0,0,0,.2);
}

.overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(3,31,67,0.7); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
  transition: .3s;
}

.change .overlay {
  display: block; /* Hidden by default */
}


/* Home Page Content Styles */
.main {
  display: block;
  position: relative;
  width: 100%;
}

/* Banner Styles */
.banner {
  /*background-color: #FFF;*/
}

.banner-content {
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
  position: relative;
  padding-top: 80px;
  padding-bottom: 30px;
}

.home-header {

}

.home-subheader {
  padding-top: 10px;
  padding-bottom: 30px;
  display: flex;
}

.home-my-projects {
  padding-top: 0px;
  padding-bottom: 30px;
  display: flex;
}

.home-project-cta {
  width: 100px;
}

a.my-projects-cta {
  text-decoration: none;
  color: #000;
}

a.my-projects-icon {
  padding-top: 0px;
  color: #79D4E3;
}

i.fa.fa-chevron-down {
  margin: auto 0;
}

.home-bannerImg-container {
  position: static;
  width: 100%;
  height: 100%;
  flex: none;
}

.hero-circle-container {
  position: relative;
  width: 105vw;
  height: 105vw;
  padding-top: 0;
  top: -15%;
  max-width: 120vh;
  max-height: 120vh;
}

.hero-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -270px;
  left: 0;
  background: #cf3f74;
  border-radius: 50%;
}

.home-banner-img {
  display: block;
  height: 60%;
  width: 100%;
}

.statement {
  
}


.statement_container {
  display: flex;
}

.statement_info_container {
  display: flex;
}

.mission {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 10px 0;
}

.projects {
  height:100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 140px;
}

.projects_2022 {
  height:100%;
  padding-top: 20px;
  padding-bottom: 140px;
}

.projects-header {
  padding-bottom: 40px;
  text-align: center;
}

.projects-header-home {
  margin: 110px 30px 90px 30px;
  width: 100%;
}

.art-item {
  padding-bottom: 20px;
}


.project-item{
  padding-bottom: 30px;
}

.project-img {
  background-color: #E5E5E5;
  height: 306px;
  transition: all .2s ease-in-out;
}

.project-img_2022 {
  background-color: #E5E5E5;
  height: 306px;
  transition: all .2s ease-in-out;
}

.project-img_2022_dw {
  background-color: #F4F5F8;
  height: 306px;
  transition: all .2s ease-in-out;
}

.dsc-img_2022 {
  background-color: #E5E5E5;
  transition: all .2s ease-in-out;
}

.text-block_logo {
  background-color: #ffffff;
}

.text-block_container {
  margin: auto;
  max-width: 460px;
  transform: translateY(80%);
}

.text-block_container_gdrx_img {
  margin: auto;
  max-width: 460px;
  transform: translateY(50%);
}

.text-block_container_dsc{
  margin: auto;
  max-width: 460px;
  transform: translateY(125%);
}

.text-block_container_em_des {
  margin: auto;
  max-width: 460px;
  transform: translateY(100%);
}

.next-project_block {
  margin-top: 100px;
  width: 100%;
}

.next_project_container_2022 {
  display: flex;
  flex-wrap: wrap;
  margin: 100px auto 0px;
}

.next-project_title {
  padding-left: 20px;
}

.divider_container {
  width: 100%;
}

.container-padding-bottom {
  padding-bottom: 140px;
}

.project-img:hover {
  transform: scale(.9);
}

.featured-project-img {
  transition: all .2s ease-in-out;
  background-color: #0F0F44;
}

.cloud-project-img {
  transition: all .2s ease-in-out;
}

.featured-project-img:hover {
  transform: scale(.9);
}

.project-title {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.project-type {
  display: none;
}

.header_copy_horiz-container {
  display:flex;
}


/* Project Page Content Styles */

.project-banner {
  background-color: #fff;
}

.project-banner-img {
  display: block;
  height: 184px;
  width: 100%;
}

.hitwise-bg{
  background-color: #5666C1;
}

.dw-bg{
  background-color: #001F46;
}

.pm-bg{
  background-color: #618EE9;
}

.pm-logo-bg{
  background-color: #F5F5F9;
}

.pm-logo-bg-alt{
  background-color: #5499E0;
}

.bethbaum-bg {
  background-color: #D0A7A6;
}

.newsfeed-bg {
  background-color: #F4F4FF;
}

.newsfeed-bg-footer {
  background-color: #4356C1;
}

.gv-bg {
  background-color: #F9A63A;
}

.custom-bg {
  background-color: #CAD7F3;
}

.custom-footer-bg {
  background-color: #2C67E6;
}

.bigcloud-bg-footer {
  background-color: #fff;
  border: 25px solid;
  border-color: #000000;
}

.summerseries-bg-footer {
  background-color: #F74338;
}

.hitwise-branding-bg {
  background-color: #44519A;
}

.good_logo {
  background-color: #F1f1f1;
}

.gv_screens {
  background-color: #FE0000;
}

.dw_screens {
  background-color: #001F47;
}

.hp_screens {
  background-color: #5666C1;
}

.good_logo_alt {
  background-color: #FFFFFB;
  border: 1px solid #9d9d9d;
}

.gv_frames {
  background-color: #F0F0F0;
}

/*homepage panel bgs*/

.hw30-bg {
  background-color: #F2F2FD;
}

.hw30-bg_home {
  background-color: #5666C1;
}

.cus-bg {
  background-color: #F1F1F1;
}

.promax-bg {
  background-color: #618EE9;
}

.dig-bg {
  background-color: #F4F5F8;
}

.gw-bg {
  background-color: #FE0000;
}

.gv-bg {
  background-color: #FDDB00;
}

.hit-bg {
  background-color: #3E4A8C;
}

.logo-bg {
  background-color: #F5F5F9;
}

.std-bg {
  background-color: #031F43;
}

.feed-bg {
  background-color: #A6D0DE;
}








.content-img {
  display: block;
/*height: 240px;*/
  width: 100%;
/*background-color: #EDEDED;*/
  margin-top: 30px;
  margin-bottom: 60px;
}

.full-img {
  background-color: #F4F5F8;
  padding: 60px 0 60px;
}

.full-img-feed {
  background-color: #CAD7F3;
  max-height: 950px;
}

.full-img-30 {
  background-color: #5666C1;
}

.full-img-no-padding {
  padding: 0;
}

.website-margin {
  margin-top: 260px;
}

.grey {
  background-color: #F4F5F8;
  padding-bottom: 10px;
}

.bg-white {
  background-color: #fff;
}

.column-img {
  display: inline-block;
/*height: 223px;*/
  width: 45.8%;
/*background-color: #EDEDED;*/
  margin-top: 30px;
}

.project-subheader {
  margin-top: 6px;
}

.project-subheader-indent {
  margin-top: 6px;
}

.copy {
  margin-top: 20px;
  margin-bottom: 50px;
}

.copy-indent {
  margin-top: 20px;
  margin-bottom: 50px;
}

.columns {
  margin-bottom: 50px;
}

.column-solo {
  margin-bottom: 100px;
}

.profiler-header {
  margin-top: 180px;
  z-index: 1;
  position: absolute;
  margin-left: 20px;
}

.logos-header {
  margin-left: 4%;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

/* Poster Styles */

.columns-poster {
  display: flex;
  flex-wrap: wrap;
}

.column-poster-img {
  width: 80%;
  margin: 20px auto 70px;
}

.column-logo-inspiration-img {
  width: 80%;
  margin: 20px auto 70px;
}

.inspiration-group {
  display: none;
}

.poster-alt {
  display: none;
}

.poster-subheader {
  margin-top: 6px;
}

.copy-poster {
  margin-top: 20px;
  margin-bottom: 50px;
}

.container-dat {
  margin-bottom: 150px;
}

.sav-header {
}

.sav-subheader {
  margin-top: 6px;
}

.copy-sav {
  margin-top: 20px;
  width: 100%;
  margin-bottom: 50px;
}





.center-img {
  display: block;
  height: 240px;
  width: 100%;
  background-color: #EDEDED;
  margin-top: 30px;
  margin-bottom: 60px;
}

.left {
  margin: 0px 0px 60px;
}

.right {
  margin-left: 3.5%;
}

.top {
  margin-top: 70px;
}

.project-banner-content {
  padding-left: 30px;
  padding-right: 30px;
  height: 100%;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 1320px;
  margin: 0 auto;
}

.banner-subheader {
  margin-top: 10px;
}

.container {
  max-width: 1320px;
  margin: 0 auto 90px;
}

article {
  padding: 62px 30px 0px;
  text-align: left;
  max-width: 1320px;
  margin: 0 auto;
}

.bg {
  background-color: #F9F9F9;
}

.feed {
  margin-top: 200px;
}

.section {
  margin-bottom: 20px;
}

.margin-reduced {
  margin-bottom: 50px;
}

.intro-header {
  margin-bottom: 5px;
}

.intro-copy {
  margin: 20px 0px 60px;
}

.quote {
  margin-top: 50px;
  margin-left: 30px;
  margin-right: 30px;
  display: none;
}

.quote-words {
  margin-bottom: 30px;
}

.quote-name {
  margin-bottom: 5px;
}

hr {
  border: 0;
  border-top: 1px solid #000000;
  margin-top: 0px;
}
.empty {
  width: 100%;
  height:160px;
}


/* About Page Content Styles */

.about-banner-content {
  padding-left: 30px;
  padding-right: 30px;
  height: 100%;
  position: relative;
  padding-top: 40px;
  padding-bottom: 0px;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.ban-project {
  width: 100%;
}

.ban-heading-about {
  padding-bottom: 60px;
  width: 100%;
}

.about-banner-group {
  width: 50%;
  padding-top: 70px;
}

.about-copy {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.about-bannerImg{
  margin-top: 50px;
}

.about-imgContainer {
  width: 100%;
  height: 100%;
}

.about-section-container {
  display: flex;
  flex-wrap: wrap;
}

.about-section-copy {
  width: 43%
}

.about-section-copy-mobile {
  display: none;
}



.about-section-img {
  width: 37%;
  display:inherit;
  margin: auto;
}

.about-section-img-alt {
  width: 40%;
  margin-right: 12%;
}

.about-img {
  padding: 0 10px;
}

.about-img1 {
  display: block;
  height: 190px;
  width: 55%;
  background-color: #EDEDED;
  margin-right: 7.5%;
  margin-bottom: 7.5%;
}

.about-img2 {
  display: block;
  height: 190px;
  width: 37.5%;
  background-color: #EDEDED;
  margin-bottom: 7.5%;
}

.about-img3 {
  display: block;
  height: 190px;
  width: 100%;
  background-color: #EDEDED;
  margin-bottom: 7.5%;
}

.about-img4 {
  display: block;
  height: 190px;
  width: 28%;
  background-color: #EDEDED;
  margin-right: 7.5%;
  margin-bottom: 20px;
}

.about-img5 {
  display: block;
  height: 190px;
  width: 64.5%;
  background-color: #EDEDED;
  margin-bottom: 7.5%;
}

.about-img6 {
  display: block;
  height: 66px;
  width: 60%;
  background-color: #EDEDED;
  margin-right: 7.5%;
  margin-bottom: 7.5%;
}

.about-img7 {
  display: block;
  height: 66px;
  width: 32.5%;
  background-color: #EDEDED;
  margin-bottom: 7.5%;
}

.about-img8 {
  display: block;
  height: 190px;
  width: 64.5%;
  margin-right: 7.5%;
  margin-bottom: 7.5%;
}

.about-img9 {
  display: block;
  height: 190px;
  width: 28%;
  background-color: #EDEDED;
  margin-bottom: 7.5%;
}

.about-img10 {
  display: block;
  height: 150px;
  width: 100%;
  background-color: #EDEDED;
  margin-bottom: 7.5%;
}

.about-img11 {
  display: block;
  height: 150px;
  width: 100%;
  background-color: #EDEDED;
  margin-bottom: 20px;
}

.about-intro-quote {
  margin-bottom: 15px;
}

.about-intro-author {
  margin-bottom: 35px;
}


/* Contact Page Content Styles */

.contact-banner-content {
  padding-left: 30px;
  padding-right: 30px;
  height: 100%;
  position: relative;
  padding-top: 40px;
  padding-bottom: 0px;
  max-width: 1320px;
  margin: 0 auto;
}

.contact-header {
  margin-bottom: 20px;
}

.instructions {
  width: 75%;
}

h9:hover {
  font-weight: 600;
}

.form-container {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 50px;
}

  /* Form Styles */

.form-input {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #000000;
  margin-top: 10px;
}

.form-label {
  font-size: 11px;
  margin-top: 10px;
}

.input-style {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: 300;
}
/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 20px; /* Add a top margin */
  margin-bottom: 40px; /* Bottom margin */
  border: none;
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

input:focus::placeholder, /* Removes the blue outline when selected */
select:focus,
textarea:focus::placeholder,
button:focus {
    outline: none;
    opacity:0;
    transition: opacity .25s
}

input[type=text]:focus,
.form-label {
  opacity: 1;
}

.input-style:focus {
  outline:none;
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  color: 000;
  padding: 26px 30px;
  border: none;
  cursor: pointer;
}

.submit-btn {
  text-align: right;
  margin-top: 40px;
}

.submit-styles {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
}

/* When moving the mouse over the submit button, this change occurs */
input[type=submit]:hover {
  font-weight: 900;
}

.bg-contact {
  margin-top:  70px;
  background-color: #000;
}

.social-cta {
  margin-top: 120px;
  margin-bottom: 40px;
  text-align: center;
}

.footer-social {
  display: flex;
}

.projectlist-footer {
  display: flex;
  padding-left: 30px;
  padding-right: ;
  margin: 0 auto;
}

.socialitems a {
  text-decoration: none;
  list-style:none;
  font-weight: 100;
  font-size: 16px;
  line-height: .8;
  display: block;
  position:relative;
  color: #000;
  margin-right: 30px;
}

.socialitems a:hover {
  font-weight: 400;
}

.sociallogo {
  margin: 18px;
  text-align: center;
}

i.fa.fa-chevron-right {
  margin: auto 0;
}



/* Projects - Experiments Styles */

.logo-nav-projects {
  position: fixed;
  z-index: 10;
  height: 58px;
  width: 0px;
}

.project-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  height: 100%;
  position: relative;
  padding-top: 10px;
  max-width: 1320px;
  margin: 0 auto;
}

.portfolio-filter-wrap {
  position: fixed;
  background: #fff;
  top: 0px;
  padding-top: 100px;
  padding-bottom: 20px;
  z-index: 1;
  width: 100%;
}

.experiments-container {
  margin-top: 80px;
}

.projects-list-container {
  margin-top: 110px;
}

.projects-list-container hr{
  margin-top: -10px;
}

.project-item {
  padding-bottom: 100px;
}

.project-filters a.active {
  text-decoration: none;
  font-size: 14px;
  color: #000;
  letter-spacing: .5px;
  font-weight: 400;
  margin-right: 15px;
  line-height: 3;
}

.project-filters a {
  text-decoration: none;
  font-size: 14px;
  color: #9E9E9E;
  letter-spacing: .5px;
  font-weight: 300;
  margin-right: 15px;
}

.project-filters a:hover {
  text-decoration: none;
  font-weight: 500;
  color: #000;
}

/* These are styles for underlining the filters - could not get it working so commenting it out until i do

.filter-links:after {
  content:'';
  display:block;
  width: 0;
  height: 1px;
  background: #000;
  transition: width .2s;
  z-index: 100;
}

.filter-links:hover::after {
    width:140px;
}

*/

.project-list-container {
  margin-top: 80px;
}

.projects-title {
  margin-bottom: 40px;
}

.experiments-title {
  margin-bottom: 40px;
}

.all-projects-description {
  margin-bottom: 80px;
}

.item-thumbnail {
  display: block;
  height: 200px; /* remove this if you want to maintain the aspect ratio */
  width: 100%;
  margin-bottom: 40px;
  transition: all .2s ease-in-out;
}

.item-thumbnail:hover {
  transform: scale(.9);
}

.project-thumbnail {
  position: relative;
  object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
}

.projectlist-title {
  margin-bottom: 10px;
}

.projectlist-subtitle {
  margin-bottom: 20px;
}

.projectlist-category {
  margin-bottom: 20px;
}

.project-link a {
  text-decoration: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  letter-spacing: .5px
}

.project-link a:hover {
  font-weight: 600;
}

.project-link a:after {
  content:'';
  display:block;
  width: 0;
  height: 1px;
  background: #000;
  transition: width .2s;
  z-index: 100;
}

.project-link a:hover::after {
    width:105px;
}




/* Footer Styles */

.button {
  background-color: #fff;
  color: #000;
  border: 25px solid #000;
  padding:  16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 40px;
  font-weight: 500;
  margin: 100px 20px 40px 20px;
  transition-duration: 0.2s;
  cursor: pointer;
  width: 100%;
  height: 460px;
}

.button5:hover {
  background-color: #000;
  color: #fff;
}

footer {
  height: 400px;
  background-color: #333333;
  position: relative;
  transition: all .2s ease-in-out;
}

footer:hover {
  background-color: #000;
}

.next-project {
  position: relative;
  height: 400px;
}

.next-project span {
  color: #000000;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 40px;
  font-weight: 500;
}

.next-project span:hover {
  color: #fff;
}

.project {
  margin-top: 40px;
}

.contact {
  margin-top: 100px;
  margin-left: 30px;
  margin-right: 30px;
}

.show {
  display: block;
}

.footer-classic {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 50px;
  padding-bottom: 40px;
}

.footer-contents {
  margin-left: -10px;
  margin-top: 40px;
  display: block;
  width: 50%;
}

.footer-cta {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
}

.footer-social {
  display: flex;
  list-style-type: none;
  padding-left: 12px;
}

.footer-social li {
  padding-right: 40px;
  width: 70px;
}

i.fa.fa-dribbble {
  font-size: 28px;
  margin: 0px 13px 10px 13px;
  text-align: center;
}

i.fa.fa-behance {
  font-size: 28px;
  margin: 0px 13px 10px 14px;
  text-align: center;
}

i.fa.fa-linkedin {
  font-size: 28px;
  margin: 0px 13px 10px 14px;
  text-align: center;
}

i.fa.fa-pinterest {
  font-size: 28px;
  margin: 0px 13px 10px 20px;
  text-align: center;
}

.circle {
  position: absolute;
  top: -15%;
  right: 0; 
  padding-top: 200%;
  width: 200%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  padding-top: 0;
  width: 105vw;
  height: 105vw;
  max-width: 120vh;
  max-height: 120vh;
  z-index: -1;
}

.circle .inner {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*opacity: 0;*/
    border-radius: 50%;
    background: #FF8181;
}


 

    /* -------------------------------------------------
 A Project Page Redesign 
 ---------------------------------------------------*/

 

   .the-project_challenge-title {
    margin-bottom: 30px;
   }

   .role_involvement_container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1320px;
    margin: 0 auto;
  }
 
   .container-grey-111 {
    background-color: #F4F5F8;
    padding-top: 70px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

   .head-mar-111 {
    margin-top: 80px;
    margin-bottom: 10px;
  }

   .wireframe-111 {
    width: 30.8px;
    margin-top: 30px;
   }

  .art-item-feed {
    padding-right:48px;
  }

  .copy_container-feed {
  margin-left: 0%;
  margin-bottom: 30px;
  }

  img.project-image-full-feed {
  width: 75%;
  }

  img.project-image-full-feed-116 {
  width: 100%;
  margin-bottom: 50px;
  }

  .lef-mar-111 {
    margin-left: 0%;
    width: 100%;
  }

  .copy-horiz {
    width: 150%;
  }

  .art-item-feed {
    width: 91%;
    margin-bottom: 30px;
  }

  .feed-width-111 {
    width: 110%
  }

  .feed-padding {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  img.proj-ban-img-new {
    height: 50%;
  }

  .challenge {
    width: 100%;
    margin-top: 50px;
  }

  .copy-feed {
  margin-top: 25px;
  width: 78%;
}

  .column-poster-copy-feed {
    width: 100%;
  }

  img.project-image-full-feeda {
    width: 110%;
  }

  .header-horiz {
    width: 140%;
  }

  .header-mar-feed {
    margin-top: 0px;
  }

  .feed {
    margin-top: 40px;
  }

  .sav-header {
    margin-bottom: 10px;
  }

  .feed-mar-bot-111 {
    width: 91%;
  }

  .header_copy_horiz-container {
    flex-wrap: wrap;
  }

  .copy-margin-feed {
    margin-bottom: 50px;
  }

   .copy-cloud {
    margin-top: 25px;
    width: 100%;
    }

  .container-text-cloud-222 {
    margin-top: 80px;
    margin-bottom: 60px;
  }

  img.project-image-full-cloud-222 {
  margin-bottom: 30px;
  width: 100%;
  }

  .project-header {
  margin-bottom: 10px;
  }

  .pad-bot-cloud {
  margin-bottom: 120px;
  }

  .wireframe-container {
  display: flex;
  padding-bottom: 60px;
  flex-wrap: wrap;
  }

  .quad-container {
    display: flex;
    flex-wrap: wrap;
  }

  .email-container {
    display: flex;
    flex-wrap: wrap;
  }

  img.cloud-project-keyframe {
  width: 100%;
  padding-top: 20px;
  }

  .cen-img-container {
    text-align: center;
  }

  .bot-mar-dw {
    padding-bottom: 70px;
  }

  img.cen-img-pm {
  width: 100%;
  }

  img.project-image-full-logo-1 {
  width: 100%;
  }

  .video-sizing {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
  }

    .video-sizing-feed {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
  }

