/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  /*color: #fff;*/
}

/* Custom default button */
h1 {
  font-size: 15rem;
  font-weight: 100;
  letter-spacing: -1rem;
  display: inline-block;
  background:#fff;
  margin:0;
  padding-right: 2rem;
  color:#EB3F79;
}
h2 {
  color:#999;
  display: inline-block;
  background:#fff;
  margin:0;
  padding: 1rem;
}
h4 {
  color:#1E227F;
  font-weight: 100;
  font-size: 5rem;
  margin-top: 5rem;
}
p,li {
  /*font-size: 24px;*/
  /*line-height: 1.5;*/
  /*font-weight: 300;*/
}
.client-logos {
  max-width: 100%;
  margin-top:5em;
  margin-bottom:5em;
}
.work-list {
  margin-top: 3rem;
}
.work-list a {
  color:#333;
  text-decoration: underline;
}
.work-list li {
  text-align: center;
  margin-bottom: 6rem;
}
.work-list img {
  border:5px solid #fff;
  width: 90%;
  height: auto;
  margin:0 auto 1rem auto;
  background-position: 50% 50%;
  background-size:cover;
  background-repeat: no-repeat;
  display: block;
  box-shadow: 0 1px 1px rgba(0,0,0,0.05), 
              0 2px 2px rgba(0,0,0,0.05), 
              0 4px 4px rgba(0,0,0,0.05), 
              0 8px 8px rgba(0,0,0,0.05),
              0 16px 16px rgba(0,0,0,0.05)
}

/*
 * Base structure
 */

html,
body {
  height: 100%;
  color:#333;
  background-color: #fff;
  font-family: 'Roboto',sans-serif;
}

.container {
  margin-bottom: 5em;
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  color: #334;
  text-align: center;
  /*text-shadow: 0 0 10px rgba(0,0,0,1);*/

  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
/*
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
*/
  /*background: url(/img/photo-1449157291145-7efd050a4d0e-small1.jpg) no-repeat center center fixed; */
  /*background: url(/img/imageedit_1_4099577505.jpg) no-repeat center center fixed; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
  /*background-color: rgba(64, 81, 181, 0.9);*/
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 100;
  border-bottom: 5px solid #f00;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    /*position: fixed;*/
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 700px;
  }
}
