body {
  margin: 0 auto;
}
@media only screen and (min-width: 1601px) {
  body {
    max-width: 1600px;
  }
}

.page-hero {
  display: flex;
  width: 100%;
  padding: 0 32px;
  position: relative;
}

.page-hero__arch {
  display: flex;
  width: 100%;
  padding: 0 32px;
  position: relative;
}

.page-hero__media {
  width: 40%;
  float: left;
  /*margin-top: -72px;*/
  margin-top: -102px;
}
.page-hero__archmedia {
  width: 40%;
  float: left;
  /*margin-top: -72px;*/
  margin-top: -102px;
}
.page-hero__image {
  display: block;
  width: 100%;
}
.page-hero__text {
  position: relative;;
  float: left;
  width: 60%;
  padding-top: 48px;
  padding-left: 96px;
}
.page-hero__archtext {
  position: relative;;
  float: left;
  width: 60%;
  padding-top: 48px;
  padding-left: 96px;
}
.page-hero__contact {
  font-weight: 600; 
  text-transform: uppercase;
  font-size: 12px; 
  letter-spacing: .075em;
}

.page-hero__title {
  font-size: 48px;
  font-weight: 300;
  line-height: 1.25;
  padding-top: 30px;
}

.page-hero__contactheading {
  margin-top:25vh;
}

p.ventures-title {
  font-size:50px; 
  font-weight: 300; 
  padding-top: 50px;"
}

p a.architecturetitle {
  font-size: 50px;
}

.each-event{
  border-bottom: 1px solid #ccc;
  /*white-space: nowrap;*/
  white-space: normal;
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
  padding: 50px 25px 50px 25px;
}

@media only screen and (min-width: 960px) {
  .container.archindex.academic-index {
    width: 60%!important;
    margin-left: 150px;
    margin-top: 70px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 960px) {
  .page-hero__arch {
    transform: scaleY(-1);
    padding-top: 32px;
    flex-wrap: wrap;
  }

  .page-hero__title {
    font-size: 36px;
    margin-top: 150px;
  }
  .page-hero__media {
    width: 100%;
    margin-top: 32px;
  }
  .page-hero__archmedia {
    width: 100%;
    margin-top: 32px;

    transform: scaleY(-1);
    padding-top: 10vh;
  }

/*  .page-hero__image {
    width: calc(100vw - 80px);
  }*/
  .page-hero__text {
    position: absolute;

    padding: 0px;
    width: 100%;

    /*width: calc(100% - 64px);*/
    padding-left: 48px;
    /*padding-right: 48px;*/
    padding-right:100px;
  }
  .page-hero__archtext {
    /* position: absolute; */

    position: relative;
    padding: 0px;
    width: 100%;

    /*width: calc(100% - 64px);*/
    padding-left: 48px;
    padding-right: 48px;

    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    margin-bottom: 92px;
  }
  .page-hero__contactheading {
    margin-top:70vh;
    color: white;
  }
  a.page-hero__email-social {
    color: white;
    font-weight: 500;
    border-bottom: 3px solid #F44336;
  }
  p a.page-hero__email-social:hover {
    border-bottom-color: #F44336;
  }
  p a.page-hero__email-social:after {
    background: transparent;
    border-bottom-color: #F44336;
  }


  .biohide {
    display: none;
  }

}


@media only screen and (max-width: 774px){
  p.ventures-title {
    font-size: 42px;
  }
  p.page-events__title {
    width: 100%;
  }
  .each-event-link {
    width: 100%;
    padding-top: 10px;
  }
  .each-event-entry {
    width: 100%!important;
  }
  p a.architecturetitle {
    font-size: 42px;
  }

}

@media only screen and (max-width: 750px) {
  ul.nav-desktop__list {
    display: none;
  }
  /* .nav-desktop {
    padding-left: 30px!important;
  } */
  
  .layout-header {
    padding-top: 60px!important;
  }
  .page-hero {
    flex-wrap: wrap;
  }
  .page-hero__text {
    position: relative;
    padding: 0px;
    width: 100%;
  }
  .page-hero__archtext {
    position: relative;
    padding: 0px;
    width: 100%;
  }
  .page-hero__title {
    font-size: 22px;
    margin-top: 0px;
  }
  .page-hero__contactheading {
    margin-top: 50px;
    color: black;
  }
  a.page-hero__email-social {
    color: black;
    font-weight: 300;
    border-bottom: 3px solid #F44336;
    font-size: 18px;
  }
  p.ventures-title {
    font-size: 36px;
  }
  p a.architecturetitle {
    font-size: 36px;
  }
  .each-event {
    padding: 50px 0px;
  }
}

@media only screen and (min-width: 961px) {
  .page-hero__title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1281px) {
  .page-hero__title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1601px) {
  .page-hero__title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 1075px) {
  .column.half.bio-picture {
    width:100%;
  }
  .column.half.bio-text {
    width:100%;
    padding-top: 50px;
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  .each-event-date {
    width: 100%!important
    ;
  }
}

@media only screen and (max-width: 961px) {
  section#ventures {
    max-width: calc(100% - 64px);
  }
  section#bio {
    max-width: calc(100% - 64px);
  }
  section#events {
    max-width: calc(100% - 64px);
  }
  section#services {
    max-width: calc(100% - 64px);
  }
}

@media only screen and (max-width: 500px) {
  section#ventures {
    max-width: calc(100% - 64px);
  }
  section#bio {
    max-width: calc(100% - 64px);
  }
  section#events {
    max-width: calc(100% - 64px);
  }
  section#services {
    max-width: calc(100% - 64px);
  }
  .column.half.ventures-desc {
    width: 100%;
  }
  .column.half.ventures-link {
    width: auto;
    padding-top: 10px;
  }
  p.page-events__title {
    font-size: 24px;
  }
  .each-event-date {
    width: 100%!important;
  }
}



p a {
  color: #000;
  font-weight: 300;
  font-size: 22px; 
}

p a:hover {
  border-bottom-color: #000;
/*  color: #d7696d;*/
  cursor: default;
}

p a:hover::after,
    .p a:hover::before {
  width: 100%;
  left: 0;
}

p a::after,
  .p a::before {
  content: '';
  display: flex;
  position: relative;
/*  top: calc(100% + 5px);*/
  top: 1px;
  width: 0;
  right: 0;
  height: 3px;
}

/*p a::before {
  -webkit-transition: width .4s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
          transition: width .4s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
  background: #2196f3;
}*/

p a::after {
  -webkit-transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
          transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  background: #F44336;
}

p .123::after {
  background:none;
}





.nav-desktop__link:hover {
  border-bottom-color: #000;
  color: #d7696d;
}

.nav-desktop__link:hover::after,
.nav-desktop__link:hover::before {
  width: 100%;
  left: 0;
}

.nav-desktop__link::after,
.nav-desktop__link::before {
  content: '';
  display: flex;
  position: relative;
/*  top: calc(100% + 5px);*/
  top: 1px;
  width: 0;
  right: 0;
  height: 3px;
}

/*.nav-desktop__link::before {
  -webkit-transition: width .4s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
          transition: width .4s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
  background: #2196f3;
}*/

.nav-desktop__link::after {
  -webkit-transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
          transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  background: #F44336;
}





section.ventures{
  /*border-top: 2px solid #ccc;*/
  margin: 0 auto;
  max-width: 66.66666%;
  margin-top: 100px;
}

.ventures{
  padding-top: 50px;
  padding-left: 0px;
  padding-right: 0px;
  /*padding-bottom: 100px;*/
  margin-left: 0px;
  margin-right: 0px;
  max-width: 100%;
  font-size: 16px;
}

section.bio{
  margin: 0 auto;
  max-width: 66.66666%;
  margin-top: 100px;
  position: relative;
  z-index: 1;
}

.bio{
  padding-top: 50px;
  padding-left: 0px;
  padding-right: 0px;
  /*padding-bottom: 100px;*/
  margin-left: 0px;
  margin-right: 0px;
  max-width: 100%;
  font-size: 16px;
}

section.events{
  margin: 0 auto;
  max-width: 66.66666%;
  margin-top: 100px;
  position: relative;
  z-index: 1;
}

.events{
  padding-top: 50px;
  padding-left: 0px;
  padding-right: 0px;
  /*padding-bottom: 100px;*/
  margin-left: 0px;
  margin-right: 0px;
  max-width: 100%;
  font-size: 16px;
}



.each-event:hover {
    background: #f6f6f6;
}

.each-event-date{
  width: 15%;
  float: left;
  color: #F44336;
}

.each-event-entry{
  float: left;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  white-space: normal;
  font-weight: 300;
}

.each-event-entry_des {
  font-size:16px;
  float:left; 
  color: black; 
  cursor: default;
}

.page-events__title {
  font-size:36px; 
  font-weight: 300; 
  padding-top: 50px; 
  width: 70%;
}

section.services{
  margin: 0 auto;
  max-width: 66.66666%;
  margin-top: 100px;
  position: relative;
  z-index: 1;
}

.services {
  padding-top: 50px;
  padding-left: 0px;
  padding-right: 0px;
  /*padding-bottom: 100px;*/
  margin-left: 0px;
  margin-right: 0px;
  max-width: 100%;
  font-size: 16px;
}





.column {
  float: left;
}
.column.thirdOne {
  width: 33.3%;
}
.column.thirdTwo {
  width: 66.6%;
}
.column.full {
  width: 100%;
}
.column.half {
  width: 50%;
}


.email-button {
  background-color:#000000;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;

  padding:16px 31px;
  text-decoration:none;
  /*text-shadow:0px 1px 0px #ffffff;*/

  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-weight: 600;

  margin-bottom: 100px;

  -webkit-box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.3);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 40px 80px 0px
}

.email-button:hover {
  background-color:#f44236;
}

.email-button:active {
  position:relative;
  top:1px;
}


.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    width: 100%;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.archindex {
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
    min-height: 1px;
    flex-wrap: wrap;
}
.archcat {
    margin: 0;
    font-size: calc(10px + (14 - 10) * (100vw - 320px) / (1440 - 320));
    line-height: 1;
    color: #a5a8a8;
    font-size: 14px;
    margin-bottom: 5px;
    margin: 1px;
}

a img {
  border: 0;
  width: 100%;
  height: auto;
  transition: .2s ease-out;

/*  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;*/
}

.archindex a img {
    /*margin-top: -16px;*/
    transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;

}

.archindex a img:hover {
    /*margin-top: -16px;*/
    transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    opacity: 0.35;
}

@media only screen and (max-width: 1300px) {
  .archindex {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 960px) {
  .container.archindex {
    width: 100% !important;
    padding: 3vw !important;
    transform: none !important;
/*    margin-top: 20vw !important; */    
    margin-bottom: auto;
  }
  section.archindexall{
    max-height: none !important;
    padding-top: 25vw;
  }

}

@media only screen and (max-width: 1670px){
  section.archindexall{
    max-height: calc(100vw * 3.25);
  } 
}

@media only screen and (max-width: 1300px){
  section.archindexall{
    max-height: calc(100vw * 3.60);
  } 
}
@media only screen and (min-width: 1671px){
  section.archindexall{
    max-height: calc(100vw * 3.15);
  } 
}
@media only screen and (min-width: 1780px){
  section.archindexall{
    max-height: calc(100vw * 3.00);
  } 
}
@media only screen and (min-width: 1850px){
  section.archindexall{
/*    max-height: calc(100vw * 2.7);
*/    max-height: 5450px;
  } 
}
@media only screen and (max-width: 690px){
  .column.half.ventures-link.homesectioncut {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 500px){
  .column.half.homearchitecture {
    float: none;
  }
}
