/* fonts */

@charset "UTF-8";

@font-face {
  font-family: "social-media";
  src:url("../fonts/social-media.eot");
  src:url("../fonts/social-media.eot?#iefix") format("embedded-opentype"),
    url("../fonts/social-media.woff") format("woff"),
    url("../fonts/social-media.ttf") format("truetype"),
    url("../fonts/social-media.svg#social-media") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "social-media" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "social-media" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-android:before {
  content: "\e000";
}
.icon-apple:before {
  content: "\e001";
}
.icon-dribbble:before {
  content: "\e00a";
}
.icon-email-circle:before {
  content: "\e00b";
}
.icon-evernote:before {
  content: "\e00c";
}
.icon-facebook:before {
  content: "\e00d";
}
.icon-flickr:before {
  content: "\e00e";
}
.icon-foursquare:before {
  content: "\e010";
}
.icon-github:before {
  content: "\e011";
}
.icon-google:before {
  content: "\e012";
}
.icon-instagram:before {
  content: "\e013";
}
.icon-linkedin:before {
  content: "\e015";
}
.icon-pinterest:before {
  content: "\e019";
}
.icon-rss-2:before {
  content: "\e01b";
}
.icon-sharethis:before {
  content: "\e01c";
}
.icon-tumblr:before {
  content: "\e020";
}
.icon-twitter:before {
  content: "\e021";
}
.icon-vimeo:before {
  content: "\e022";
}
.icon-wordpress:before {
  content: "\e025";
}
.icon-yelp:before {
  content: "\e026";
}
.icon-youtube:before {
  content: "\e027";
}

.sun-bullet:before {
  content: "\2600";
  color: #F79256;
  margin-right: 12px;
}

.cloud-bullet:before {
  content: "\2601";
  color: #7FBEEB;
  margin-right: 12px;
}


/* body */

body {
  font-family: 'Lato', sans-serif;
  color: #220C10;
  font-size: 32px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

a {
  color: inherit;
  font-weight: 400;
}

a:hover,a:focus {
  color: inherit;
  text-decoration: underline;
}

.spacer-20{
  height: 20px;
  width: 100%;
}

.spacer-50{
  height: 50px;
  width: 100%;
}

.spacer-90{
  height: 90px;
  width: 100%;
}

.spacer-180{
  height: 180px;
  width: 100%;
}

.spacer-300{
  height: 300px;
  width: 100%;
}

.spacer-400{
  height: 400px;
  width: 100%;
}





/* main page */

.model-background{
  background:
    linear-gradient(
      rgba(0,0,0,0.2),
      rgba(0,0,0,0.1)),
    url(../../images/sky-clouds-bg.jpg)
    no-repeat
    center
    center;
  background-size: cover;
  background-attachment: fixed;
}

.hello{ 
  font-family: 'Pacifico';
  font-size: 280%;
  font-weight: 100;
  color: #fff;
  letter-spacing: 6px;
  text-align: center;
}

.hello2{
  font-size: 50%;
  font-weight: 300;
  color: #fff;
  letter-spacing: 10px;
  text-align: center;
  text-transform: uppercase;
}

.lets-coffee{
  font-family: 'Pacifico';
  font-size: 200%;
  font-weight: 100;
  color: #16BAC5;
  letter-spacing: 2px;
  text-align: left;
  white-space: nowrap;
}

.bio {
  background: linear-gradient(180deg, transparent 15%, #7FBEEB 15%, #7FBEEB 85%, transparent 85%);
  padding: 16px 20px;
  font-size: 90%;
  font-weight: 300;
  color: #220C10;
  letter-spacing: 0.3px;
  line-height: 2.4;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.bio a {
  color: #220C10;
  text-decoration: none;
}

.bio a:hover {
  color: #1a0a0c;
  text-decoration: none;
}

.default-background{
  background-color: #F7F4EA;
  position: relative;
  flex: 1;
}

.personal a{
  color: #16BAC5;
  font-weight: 700;
  text-decoration: none;
}

.personal a:hover{
  text-decoration: none;
  background-color: #FFFACD;
  padding: 2px 4px;
  border-radius: 3px;
}

.project-title{
  font-size: 90%;
  font-weight: 100;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.project-description{
  color: #999;
  font-size: 60%;
  margin-right: 10%;
  margin-bottom: 4%;
  line-height: 36px;
}

.project-description a{
  color: #16BAC5;
  font-weight: 700;
}

.break{
  background:
    url('../images/ice-cream-icon.svg')
    no-repeat
    center
    center;
  height: 120px;
  width: 120px;
}

.personal{
  font-weight: 300;
  font-size: 60%;
}

.footer-background{
  background-color: #F79256;
  position: relative;
  margin-top: auto;
}

.social-buttons-container{
  text-align: center;
  font-size: 140%;
}

.social-buttons-container a{
  color: #F7F4EA;
}

.social-buttons-container a:hover{
  color: #16BAC5;
  text-decoration: none;
}

.medium-container{
  background:
    url('../../fonts/icon-medium-w.svg')
    no-repeat
    center
    center;
  height: 38px;
  margin-top: 10px;
}

.medium-container:hover{
  background:
    url('../../fonts/icon-medium-b.svg')
    no-repeat
    center
    center;
  height: 38px;
  margin-top: 10px;
}


.proj-container{
  margin: 0 auto;
  width: 960px;
}

.proj1{
  background:
    url(../../images/proj-quad.png)
    no-repeat
    center
    center;
/*  width: 960px;*/
}

.proj-image{
  height: 376px;
  margin-bottom: 40px;  
}

.proj-image:hover{
  opacity: 0.7;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.proj-blurb, .proj-blurb a, .proj-blurb a:hover{
  text-transform: uppercase;
  text-decoration: none;
  font-size: 120%;
  font-weight: 300;
  color: #fff;
  text-align: center;
}

.proj2{
  background:
    url(../images/proj-eecs-peeps.png)
    no-repeat
    center
    center;
  position: relative;
  height: 376px;
/*  width: 620px;*/
  margin-bottom: 40px;
}

.proj3{
  background:
    url(../images/proj-sobrr2.png)
    no-repeat
    center
    center;
  position: relative;
  height: 376px;
/*  width: 300px;*/
  margin-bottom: 40px;
}

.proj4{
  background:
    url(../images/proj-watershed.png)
    no-repeat
    center
    center;
  position: relative;
  height: 376px;
/*  width: 300px;*/
  margin-bottom: 40px;
}

.proj5{
  background:
    url(../images/proj-protest.png)
    no-repeat
    center
    center;
  position: relative;
  height: 180px;
/*  width: 620px;*/
  margin-bottom: 40px;
}

.proj6{
  background:
    url(../images/proj-international.png)
    no-repeat
    center
    center;
  position: relative;
  height: 180px;
/*  width: 300px;*/
  margin-bottom: 40px;
}

.proj7{
  background:
    url(../images/proj-blueprint.png)
    no-repeat
    center
    center;
  position: relative;
  height: 376px;
/*  width: 620px;*/
  margin-bottom: 40px;
}

.proj8{
  background:
    url(../images/proj-lexity2.png)
    no-repeat
    center
    center;
  position: relative;
  height: 180px;
/*  width: 620px;*/
  margin-bottom: 40px;
}

.proj9{
  background:
    url(../images/proj-hkmag.png)
    no-repeat
    center
    center;
  position: relative;
  height: 376px;
/*  width: 300px;*/
  margin-bottom: 40px;
}

.proj10{
  background:
    url(../images/proj-justice.png)
    no-repeat
    center
    center;
  position: relative;
  height: 376px;
/*  width: 620px;*/
  margin-bottom: 40px;
}

.proj11{
  background:
    url(../images/proj-basketball.png)
    no-repeat
    center
    center;
  position: relative;
  height: 180px;
/*  width: 300px;*/
  margin-bottom: 40px;
}

.proj12{
  background:
    url(../images/proj-animation.png)
    no-repeat
    center
    center;
  position: relative;
  height: 180px;
/*  width: 960px;*/
}

.credits{
  text-transform: uppercase;
  font-size: 30%;
  letter-spacing: 4px;
  text-align: center;
}

.coffee-form {
  padding: 0px 200px 0px 200px;
}

.form {
  font-family: 'Lato', sans-serif;
  color: #220C10;
  font-size: 32px;
}

input[type="text"],
input[type="email"],
select,
textarea {
  border: none;
  font-size: 16px;
  height: auto;
  background-color: white !important;
  color: #220C10 !important;
  border-radius: 8px;
  padding: 12px 16px;
  border: 1px solid #E0E0E0;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316BAC5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  cursor: pointer;
}

select:focus {
  outline: none;
  border-color: #16BAC5;
  background-color: white !important;
  box-shadow: 0 0 5px rgba(22, 186, 197, 0.3);
}

select:hover {
  border-color: #16BAC5;
  background-color: white !important;
}

textarea {
  resize: vertical;
}

.custom-dropdown {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
}

.dropdown-selected {
  border: none;
  font-size: 16px;
  height: auto;
  background-color: white !important;
  color: #220C10 !important;
  border-radius: 8px;
  padding: 12px 16px;
  border: 1px solid #E0E0E0;
  margin: 0;
  outline: 0;
  width: 100%;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316BAC5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}

.dropdown-selected:hover {
  border-color: #16BAC5;
}

.dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  margin-top: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  box-sizing: border-box;
}

.dropdown-option {
  padding: 12px 16px;
  cursor: pointer;
  color: #220C10;
  font-size: 16px;
  line-height: 1.4;
}

.dropdown-option:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.dropdown-option:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.dropdown-option:hover {
  background-color: #FFFACD;
}
  margin: 0;
  outline: 0;
  padding: 15px;
  width: 100%;
  background-color: #e8eeef;
  color: #8a97a0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  margin-bottom: 20px;
}

label {
  display: block;
  margin-bottom: 8px;
}

label input,
label select,
label textarea {
  margin-top: 16px;
}

button[type="submit"] {
  background-color: #16BAC5;
  border-radius: 8px;
  border: none;
  padding: 12px 24px;
}


/* screen sizes */

/* tablet */

@media only screen and (min-width:40.0625em) and (max-width:64em){

  .spacer-20{
    height: 18px;
    width: 100%;
  }
  .spacer-50{
    height: 45px;
    width: 100%;
  }
  .spacer-90{
    height: 70px;
    width: 100%;
  }
  .spacer-180{
    height: 160px;
    width: 100%;
  }
  .spacer-300{
    height: 180px;
    width: 100%;
  }
  .spacer-400{
    height: 100px;
    width: 100%;
  }  
  .model-background{
    background:
      linear-gradient(
        rgba(0,0,0,0.2),
        rgba(0,0,0,0.1)),
      url(../../images/sky-clouds-bg.jpg)
      no-repeat
      center
      center;
    background-size: cover;
    background-attachment: scroll;
    min-height: 100vh;
  }
  .model-background-small{
    background: none;
    position: relative;
  }
  .hello{
    font-size: 260%;
    letter-spacing: 5px;
  }
  .hello2{
    letter-spacing: 8px;
  }
  .project-title, .project-company, .project-description, .personal{
    padding-left: 9px;
  }
  .proj-container{
    width: 600px;
  }
  .coffee-form {
    padding: 0px 20px 0px 20px;
  }
}

/* Hide mobile bio on desktop */
.mobile-bio {
  display: none;
}

/* phone and tablet */

@media only screen and (max-width: 64em) {

  /* Enable smooth scrolling */
  html, body {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    transform: translate3d(0, 0, 0);
  }

  .model-background {
    background-attachment: scroll !important;
    background-image: url(../../images/sky-clouds-bg.jpg) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    overflow: visible !important;
    position: relative !important;
    will-change: scroll-position;
  }

  /* Hide original bio text from background section on mobile */
  .bio {
    display: none !important;
  }

  /* Fix spacing issues */
  .spacer-400 {
    height: 0px !important;
  }

  .default-background {
    margin-top: 0px !important;
    padding-top: 60px !important;
  }

  /* Show mobile bio with proper spacing */
  .mobile-bio {
    display: block !important;
    margin-bottom: 80px !important;
    padding: 0 20px;
  }

  .bio-mobile {
    background: linear-gradient(180deg, transparent 15%, #7FBEEB 15%, #7FBEEB 85%, transparent 85%);
    padding: 16px 20px;
    font-size: 70%;
    font-weight: 300;
    color: #220C10;
    letter-spacing: 0.3px;
    line-height: 2.0;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }

  .bio-mobile a {
    color: #220C10;
    text-decoration: none;
  }

  /* Add space before ice cream icon */
  .break {
    margin-top: 60px !important;
  }

  .spacer-20{
    height: 15px;
    width: 100%;
  }
  .spacer-50{
    height: 40px;
    width: 100%;
  }
  .spacer-90{
    height: 60px;
    width: 100%;
  }
  .spacer-180{
    height: 140px;
    width: 100%;
  }
  .spacer-300{
    height: 120px;
    width: 100%;
  }
  .spacer-400{
    height: 70px;
    width: 100%;
  }
  .model-background-small{
    background: none;
    position: relative;
  }
  .hello{
    font-size: 200%;
    letter-spacing: 4px;
  }
  .hello2{
    font-size: 40%;
    letter-spacing: 4px;
  }
  .project-title, .project-company, .project-description, .personal{
    padding-left: 12px;
  }
  .proj-container{
    width: 300px;
  }
  .medium-container{
    margin-top: 9px;
    margin-bottom: 18px;
    margin-right: 2px;
  }
  .medium-container:hover{
    margin-top: 9px;
    margin-bottom: 18px;
    margin-right: 2px;
  }
  .coffee-form {
    padding: 0px 20px 0px 20px;
  }
}





/* sobrr page */

.project-page-icon {
  width: 80px;
  height: 80px;
  margin-top: 2%;
  margin-left: 2%;
}

.project-page-title {
  font-family: 'Lato', sans-serif;
  font-size: 150%;
  color: #000;
  margin-top: 4%;
  margin-bottom: 4%;
}

.project-page-subtitle {
  font-family: 'Libre Baskerville', 'Georgia', serif;
  font-size: 62%;
  color: #000;
  margin-top: 0%;
  margin-bottom: 2%;
}

.project-page-text {
  font-family: 'Libre Basketville', 'Georgia', serif;
  font-size: 52%;
  color: #000;
  margin-top: 0%;
  margin-bottom: 4%;
  list-style-type: disc;
}

.project-page-text a {
  color: #2384d1;
  text-decoration: none;
}

.project-page-text a:hover, a:focus {
  text-decoration: underline;
}

ul.project-page-text li {
  width: auto;
  float: left;
  margin-left: 5%;
}
