html {
    font-size: 62.5%;
}

body {
    /*font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1.5em;
    line-height: 1.6;
    font-weight: 400;
    color: #222;
}

body {
    background-color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: "proxima-nova", sans-serif;
}
/* Typography
––––––––––––––––––––––––––––––––––– */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 400;
}

h1 {
    font-size: 4.0rem;
    letter-spacing: -.1rem;
    line-height: 1.2;
}

h2 {
    font-size: 3.6rem;
    line-height: 1.25;
    letter-spacing: -.1rem;
}

h3 {
    font-size: 3.0rem;
    line-height: 1.3;
    letter-spacing: -.1rem;
}

h4 {
    font-size: 2.4rem;
    line-height: 1.35;
    letter-spacing: .5px;
}

h5 {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: -.05rem;
}

h6 {
    letter-spacing: 0;
    line-height: 1.6;
    font-size: 1.5rem;
}

p {
    margin-top: 0;
}

a,
a:hover {
    text-decoration: none;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: none;
    text-decoration: none;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

hr {
    border-top: 1px solid #eeeeee;
    border-left: none;
    border-right: none;
    border-bottom: none;
    height: 1px;
    margin: 2rem 0;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sm-hr {
    width: 120px;
    width: 7.5rem;
}
/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/*ul {
    padding: 0;
    list-style: none;
}

ol {
    list-style: decimal inside;
}

ol,
ul {
    padding-left: 0;
    margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%;
}

li {
    margin-bottom: 0;
    list-style-type: none;
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    list-style: none;
    padding-left: 0;
    margin-left: -5px;
}

.list-inline > li {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
*/
figure {
    margin: 0;
}

img {
    max-width: 100%;
    width: 100%;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    line-height: 1.42857143;
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

.img-circle {
    border-radius: 50%;
}
/* Branding
------------------------------ */

.logo {
    border-radius: 1px;
    width: 34px;
    vertical-align: middle;
    border-bottom: none;
    margin-left: 0;
    text-align: center;
    display: inline-block;
    line-height: 34px;
    font-family: "adelle";
    color: #FFFFFF;
    letter-spacing: -0.5px;
    background-color: rgba(54, 80, 137, 1);
    font-size: 20px;
    font-weight: 600;
    border: 1px solid rgba(142, 103, 102, 0);

}

.name {
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 10px;
    text-transform: uppercase;
}

.name:hover .logo:hover {
    text-decoration: none;
}

.ff-museo-slab {
    font-family: "museo-slab";
}

.ff-adelle {
    font-family: "adelle";
}

.ff-proxima-nova {
    font-family: "proxima-nova";
}

main {
    margin: auto;
    background-color: #272C3E;
    /*max-width: 1100px;*/
    /*background-color: #E4E4E4;*/
}

.container {
    max-width: 1100px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    /*width: 100%;*/
    
    margin: 0 auto;
    max-width: 1100px;
}

.row-fluid {
    max-width: 100%;
    margin: 0 auto;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.no-pad {
    padding: 0;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.flush[class*="block-grid-"] > li,
.no-gutter[class*="block-grid-"] > li {
    padding: 0;
    margin: -4px 0;
}

.even[class*="block-grid-"] > li {
    padding-bottom: 0.625rem;

}
.large[class*="block-grid-"] > li {
  padding: 10px;
}
section {
    position: relative;
}

.section-top {
    padding-top: 92px;
}

.section-title {
    font-size: 20px;
    padding: 40px 0 20px 0;
    text-transform: none;
    text-align: left;
    color: #373535;
}

.section-title h3 {
    display: inline-block;
    margin: 20px auto;
    letter-spacing: 0;
    font-size: 1.8rem;
    line-height: 1.4;
}

.section-title.border-bottom h3 {
    position: relative;
    display: inline-block;
    text-align: center;
    border-bottom: 2px solid rgba(231, 231, 231, 1);
}

.section-title.border-left h3 {
    border-left: 2px solid #394B67;
    padding-left: 10px;
    text-align: left;
}

.subsection {
    border-bottom: 1px solid rgba(237, 234, 234, 0);
    padding: 30px 20px;
}
/* =====================================
   Intro
   ===================================== */

.intro {
    padding-bottom: 20px;
    background-color: #272C3E;
    padding-top: 100px;
    padding: 100px 15px 20px;
}

/* medium-up, min-width 641px */
@media only screen and (min-width: 40.063em) { 
  .intro {
    padding-bottom: 140px;
    padding-top: 210px;
  }

}

.intro .header {
    margin: 0 auto;
    /*padding-left: 100px;*/
}

.intro .header-title {
    margin: 0 0 50px;
    padding-left: 0;
    max-width: 400px;
    text-align: center;
}

/* medium-up, min-width 641px */
@media only screen and (min-width: 40.063em) {.intro .header-title {
    text-align: left;
  }
}

.intro h3 {
    color: #575757;
    font-size: 21px;
    text-transform: none;
    font-weight: 300;
    font-family: "museo-slab";
}

/* medium-up, min-width 641px */
@media only screen and (min-width: 40.063em) { .intro h3 {
    font-size: 21px;
    font-weight: 300;
  }

}

.intro h4 {
    color: #FFFFFF;
    font-size: 24px;
}
/* medium-up, min-width 641px */
@media only screen and (min-width: 40.063em) { .intro h4 {
    font-size: 32px;
  }

}
.intro p {
  color: rgba(92, 97, 113, 1);
  letter-spacing: .01rem;
  font-size: 19px;
  font-weight: 400;
}
/* medium-up, min-width 641px */
@media only screen and (min-width: 40.063em) { .intro p {
      letter-spacing: .01rem;
      font-size: 21px;
      font-weight: 400;
}

}
.intro p span {
}
.intro .centered {
  /*text-align: center;*/
  font-weight: 600;
  text-align: left;
  font-size: 18px;
}

figure.effect-oscar figcaption::before,
figure.effect-oscar h2,
figure.effect-oscar p,
figure.effect-oscar svg {
    /*-webkit-transform: scale(0);*/
    position: relative;
    opacity: 0;
    transform: translate(0, 0);
    transition: opacity .35s, transform .35s;
    transition-duration: .5s;
}

figure.effect-oscar h2 {
  font-size: 32px;
  font-weight: 700;;
}

figure.effect-oscar p {
  text-transform: uppercase;
}
figure.effect-oscar .arrow-link {
  font-size: 14px;
  display: inline-block;
  font-weight: 700;
  -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
}
figure.effect-oscar:hover .arrow-link {
    -webkit-transform: translate(0, 80px);
    transform: translate(0, 80px);
}

figure.effect-oscar .arrow-link i {
  font-size: 24px;
  margin-left: 8px;
  vertical-align: middle;
}

figure.effect-oscar:hover h2,
figure.effect-oscar:hover p,
figure.effect-oscar:hover svg {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover h2,
figure.effect-oscar:hover p,
figure.effect-oscar:hover svg {
    /*-webkit-transform: scale(1);*/
    
    opacity: 1;
    transform: translate(0, 40px);
    -webkit-transform: translate(0, 40px);
    transition-duration: .5s;
    margin-bottom: 8px;
    /*transform: scale(1);*/
    
}

figure.effect-oscar:hover figcaption {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.64);
    transition: all ease .45s;
}

figure.effect-oscar:hover .img {
    opacity: 1;
}
/* =====================================
   :ABOUT Section
   ===================================== */

.about {
    background-color: #FFFFFF;
    padding: 40px 0 100px;
    border-top: 1px solid #efefef;
}

.about-intro {
  padding: 200px 0;
  background-color: #444141;
}

.list-group {
    padding-left: 0;
    padding-top: 20px;
    text-align: center;
}

.list-group .title {
    color: #465F90;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.list-group li {
    list-style: none;
    color: #1A1C20;
    font-weight: 600;
    line-height: 34px;
    font-size: 15px;
}

/* APU
--------------------------- */

.bg-image {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

#apu .bg-image {
    background-color: #FFFFFF;
    height: 500px;
    /*background-image: url('../images/apu/mockups/apu-showcase-home-2.png');*/
}

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

.bgc-dark {
    background-color: #29333D;
}
/* =====================================
   :Footer
   ===================================== */

.footer {
    line-height: 80px;
    height: 80px;
    color: #6E6767;
    background-color: #FFFFFF;
    border-top: 1px solid #efefef;
    font-weight: 600;
}

.footer .copyright {
    text-decoration: none;
    padding: 0 5px;
    color: #6E6767;
    font-weight: 600;
    font-size: 14px;
}


.desc {
    padding-top: 50px;
}

.desc p {
    color: #2f2f2f;
}

.desc t {
    color: #4A5157;
    font-weight: 700;
}

.desc imp {
    padding: 6px;
    color: white;
    background: #34495e;
}

.desc more {
    color: #95a5a6;
}
/*
sm {
    font-size: 12px;
}*/





/* =====================================
   Work Section
   ===================================== */

.work { 
  background-color: #FFFFFF;

}

/* =====================================
   Gallery
   ===================================== */

/*.no-touch #team li:hover {
box-shadow: 0 0 10px rgba(92, 75, 81, 0.3);
}
.no-touch #team li:hover .img-overlay {
opacity: 1;
}*/

/*reset*/
.grid,
.gallery,
.item-gallery {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  margin: 0;
}

.gallery {
}
.gallery li {
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  list-style: none;
  -webkit-transition: all 0.3s;
  border-radius: 0.25em;
  box-shadow: 0 0 10px rgba(95, 83, 87, 0);
  margin-bottom: 15px;
}

.gallery li:hover {
  box-shadow: none;
}

.gallery li:hover .img-overlay {
  opacity: 1;
}

@media only screen and (min-width:768px) {
  .gallery li {
    width: 48%;
    float: left;
    margin-right: 4%;
  }

  .gallery li:nth-child(2n) {
    margin-right: 0;
  }
  .gallery.column-2 li,
  .gallery.column-3 li {
    width: 48%;
    float: left;
    margin-right: 4%;
  }

  .gallery.column-2 li:nth-child(2n),
  .gallery.column-3 li:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  /*.gallery li {
  width: 31%;
  float: left;
  margin-bottom: 2.5em;
  margin-right: 3.5%;
  }
  .gallery li:nth-child(2n) {
  margin-right: 3.5%;
  }
  .gallery li:nth-child(3n) {
  margin-right: 0;
  }*/
  .gallery.column-3 li {
  width: 31%;
  float: left;
  margin-bottom: 2.5em;
  margin-right: 3.5%;
  }
  .gallery.column-3 li:nth-child(2n) {
  margin-right: 3.5%;
  }
  .gallery.column-3 li:nth-child(3n) {
  margin-right: 0;
  }
}

.gallery figure {
  background-color: #000000;
  position: relative;
  margin-bottom: 0;
}

.gallery img {
  display: block;
  border-radius: 1px;
}

.gallery .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: 1px;
  background: rgba(0, 0, 0, 0.83);
  opacity: 0;
}

.gallery .img-overlay span {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #FFF;
}

/*@media only screen and (min-width: 1170px) {
#team li {
width: 31%;
float: left;
margin-right: 3.5%;
}
#team li:nth-child(2n) {
margin-right: 3.5%;
}
#team li:nth-child(3n) {
margin-right: 0;
}
}*/

/* Cards
--------------------------- */

.desc {
  position: relative;
  border-top: 0;
  border-radius: 2px;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  padding: 5px 10px 10px;
}

.desc .title {
  margin: 0 0 7px;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
}

.desc .title {
  font-size: 15px;
}

.desc .meta {
  padding-bottom: 2px
}

.desc .card-header .meta,
.desc .title {
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.desc a {
  width: 100%;
  padding: 0;
  text-align: left;
  color: #2f353e;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.desc h3 {  /*font-family: "proxima-nova", Georgia;*/
}
.desc h3 {
  display: inline-block;
  color: #666;
  font-weight: 500;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 0;;
}
.desc p {
  margin: 0;
  padding: 0;
  /*font-weight: 300;*/
  width: 100%;
  font-size: 14px;
  color: #B5B5B5;
}
.desc {
  margin-bottom: 0px;  
}
.desc span {

  color: #353F48;
  font-size: 14px;
  font-size: 0.875rem;
  /*font-weight: 300;*/
  margin-top: .5rem;
  /*font-family: "Roboto", serif;*/
}

span.special {
  display: inline-block;
  margin: 0 2px;
  font-size: 1.1em;
  color: inherit;
}

span.special.amp {
  margin: 0;
}

span.special.bullet {
  margin-left: 10px;
  margin-right: 10px;
  color: #ccccd1;
}
.content ul > li:before {
  content: '';
  display: block;
  position: absolute;
  left: -17px;
  top: 7px;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: solid 1px #9090aa;
}


/* =====================================
   Resume
   ===================================== */
   #resume {
     padding: 200px 0 100px 0;
     position: relative;
     background-color: #FFFFFF;
     color: rgb(41, 46, 62);
     width: 95%;
    /*margin: auto;*/

   }
   /* medium-up, min-width 641px */
   @media only screen and (min-width: 40.063em) { 
    #resume {
      padding: 200px 0 100px 0;
      position: relative;
      background-color: #FFFFFF;
      color: rgb(41, 46, 62);
      width: 65%;
     /*margin: auto;*/

    }
   }

   .resume h2 {
     margin-bottom: 30px;
     text-transform: uppercase;
     font-weight: 400;
     font-size: 22px;
   }

   .resume p {
     font-size: 16px;
   }

   .resume .role {
     margin-bottom: 5px;
     font-weight: 600;
     font-size: 18px;
   }
   .resume h2 {
     font-size: 22px;
     text-transform: uppercase;
     margin-bottom: 30px;
     font-weight: 600;
   }

   .resume p {
    color: #423D3D;
    line-height: 30px;
    font-weight: 400;
    font-size: 16px;
   }

   .resume .role {
     margin-bottom: 5px;
     font-size: 19px;
     font-weight: 600;
   }

   .resume ul {
    font-size: 16px;
   }
   .resume li {
    margin: 15px 0;
   }

   .resume .company {
      
   }
   .resume .role {

   }
   .meta {
     font-size: 13px;
     color: #4d4d4d;
   }

   .meta span {
     color: #999999;
   }

   /* Section
   --------------------------- */

   .section {
     border-top: 2px solid rgba(41, 41, 41, 0);
     *zoom: 1;
     *padding: 0 20px;
   }

   .section:after {
     content: "";
     display: table;
     clear: both;
   }

    .section.section--text {
    margin-bottom: 30px;
    }

   .section .section__header {
     color: #4d4d4d;
     margin-bottom: 1.5em;
     font-size: 16px;
   }

   @media (max-width: 480px) {

       .section.section--text p,
       .section.section--text li {
           font-size: 15px;
       }

       .section.section--header {
           padding: 15px;
       }

       .section.section--success h1 {
           color: #009d12
       }
   }



  

