/* CSS for mopfaProject.html(Tara Larsen Portfolio)
*/

/* Header */
a {
  font-family: raleway;
}
h1 {
  color: #000000;
  font-family: raleway;
}
.mobilewireframeimage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#header {
  margin-top: 30px;

} 


.row .expanded{  
	margin-bottom: 0px
}

.small-10 .medium-10 .columns {
	margin-top: 0px;
}
.float-right {
	margin-right: 15px;

}


.button {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 2rem;
    padding:  0.85em 1em;
    margin: 0 0rem 1rem 0;
    font-size: 0.9rem;
    background-color: #898989;
    color: #ffffff;
}

#resume {
  font-size: .40rem;
}

.button:hover {

	background-color: #f7882f;
}

.button.hollow {
   border: 1px solid #004857;
    color: #004857;

}
.button.hollow:hover {
    border: 1px solid #f7882f;
    color: #f7882f;
}


.top-bar  ul {
  background-color: transparent;
}




/* .title-bar {
    background: linear-gradient(to bottom, #59a1f1 0%, #ffffff 90%);
    color: black; */
    
}

/* #example-menu {
	background: linear-gradient(to bottom, #59a1f1 0%, #ffffff 90%);
} */



.top-bar ul {
    background-color: transparent;
    margin-right: 45px;
} 

.top-bar, .top-bar  {
    background-color: #ffffff;
}

div a {

	font-family: raleway;
	font-weight: bold;
	color: #004857;
}

.menu-icon::after {
    background: #333333;
    -webkit-box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
    box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
}

.menu-icon:hover::after {
    background: #000000;
    -webkit-box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
    box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
}

a:hover {

	font-family: raleway;
	font-weight: bold;
	color: #f7882f;

}

/*end header*/



h3.author-title {
	color: #004857;
	font-size: 28vw;
	text-align: left;
	padding: 15px 15px 15px 20px;
	font-family: raleway;
	white-space: nowrap;

}

.about-the-author .separator-left {
  text-align: left;
  color: #004857;
}

.about-the-author .separator-left::before, .about-the-author .separator-left::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.about-the-author .separator-left::after {
  clear: both;
}

.about-the-author .separator-left::after {
  position: relative;
  width: 5rem;
  border-bottom: 0.125rem solid #f7882f;
  margin: 0.3rem auto 0;
  margin-left: 0;
}



.about-the-author .author-social {
  text-align: center;
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}

.about-the-author .author-social .fa-stack {
  display: inline-block;
}


.about-the-author .author-social {
  text-align: center;
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}

.img-circle {
  border-radius: 50%;
  padding-bottom: 15px;

}




/* social icons */

.social-icons a {
  color: #004857;
}

.social-icons a:hover {
  color: #f7882f;
}
/* End social icons */


.title-bar {
      background: transparent;
      color: #004857;
}
/*  Hero section */

.marketing-site-hero {
  background-image: url("hero.png");
  height: 65vh;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 40em) {
  .marketing-site-hero {
    background-position: center center;
  }
}
.marketing-site-hero-content {
  max-width: 75rem;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;

}

.marketing-site-hero-content h1 {
  font-size: 36px;
    color: #fff;
  font-family: proxima nova;
  
}

.marketing-site-hero-content .button.round {
  border-radius: 5000px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 0;
  background: transparent;
  border-color: #fff;
  color: #fff;
  font-family: raleway;
}

.marketing-site-hero-content .button.round:hover {
  font-family: raleway;
  color: #fff;
  border-color:  #f7882f;
}

@media screen and (min-width: 40em) {
  .marketing-site-hero-content {
    padding-left: 10%;
  }
}

/* End Hero section */

/* Project section */
.marketing-site-content-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin-left: 5px;
          margin-right: 5px;
          margin-bottom: 15px;
          margin-top: 5px;
          
}

.marketing-site-content-section .button.round {
  border-radius: 5000px;
  text-transform: uppercase;
  margin-bottom: 0;
  
}

.marketing-site-content-section .marketing-site-content-section-img {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.marketing-site-content-section .marketing-site-content-section-img img {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .marketing-site-content-section .marketing-site-content-section-img {
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
           
           
  }
}

.marketing-site-content-section .marketing-site-content-section-block {
  padding: 1rem;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  background: #ffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;

}

@media screen and (min-width: 40em) {
  .marketing-site-content-section .marketing-site-content-section-block {
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    padding: 2rem;
  }
}

.marketing-site-content-section-block-header {
  font-size: 28px;
  font-family: adelle;
  color: #4c4c4c;
}

.marketing-site-content-section-block-subheader {
  font-size: 16px;
  font-family: adelle;
  color: #004857;
}

i.fi-arrow-right:hover: {
  color: #f7882f;
}

.contact {
  background: #d3d3d3;
}

.email {
  font-family; raleway;
  color: 004859;
  font-size: 1rem;
  margin-left: 25px;
}


/* MOPFA PROJECT */

.marketing-site-image {
  margin-top: 15px;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  
}

.work-feature-block {
  padding: 10px 0;
  
}

.work-feature-block-image {
  display: block;
  margin: auto;
  padding: 10px 0;
}

.work-feature-block-header {
  color: #d3d3d3;
}


.mobilewireframeimage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}


