/*!

VALID, LLC
∆ ∆ -> O O

*/

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Merriweather', Georgia, serif;
}

hr {
    max-width: 50px;
    border-color: #e9d019; /*f05f40;*/
    border-width: 3px;
}

hr.light {
    border-color: #fff;
}

a {
    /* color: #e9d019; */
    color: #d2c045;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

h5 {
  margin-top: 1px;
  margin-bottom: 2px;
}

h4 {
  margin-bottom: 16px;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.bg-primary {
    background-color: #363636; /*f05f40;*/
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    padding: 100px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    /*text-transform: uppercase;*/
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: #e9d019; /*f05f40;*/
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #363636;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #222;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #e9d019; /*f05f40;*/
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #cfb602!important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../img/valid-header-temp-v8.jpg);
    background-position: center;
    background-color: #fcdb00;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: left;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    /* text-transform: uppercase; */
    font-weight: 700;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 400;
    color: #fff ; /*rgba(255,255,255,.7);*/
}

.section-heading {
    margin-top: 0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(240,95,64,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #e9d019;
}

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

.btn {
  font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}

.image_full {
  display: block;
  width: 100%;
}

.image_mobile {
  display: none;
}

.clients {
  width: 100%;
}

.header-content {
  font-family:'Open Sans Bold', sans-serif;
  font-size:13rem;
  font-weight:600;
  line-height:10.75rem;
}

.hero-home-header h2 {
  font-size:10rem;
}

.hero-home-header h1 {
  font-size:4rem;
  margin-top:2px;
}

.hero-home-header h3 {
  font-size:4rem;
  margin-top:2px;
  margin-top:3rem
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 1024px) {

  .flex-container {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-wrap: wrap
  }

  #marketing-transformation-service {
    order: 1;
  }
  #marketing-operations-service {
    order: 2;
  }
  #cx-service {
    order: 3;
  }

  #client-image-logo-collage {
    visibility: hidden;
  }

  .header-content {
    font-family:'Open Sans', sans-serif;
    font-size:5rem;
    line-height:5.4rem;
  }

  .hero-home-header h2 {
    font-size:4rem;
  }

  .hero-home-header h1 {
    font-size:1.25rem;
    margin-top:2px;
  }

  .hero-home-header h3 {
    font-size:2rem;
    margin-top:2px;
    margin-top:3rem
  }

}

a.hero-home-header-a {text-decoration:underline;}
a.hero-home-header-a {color:#fff;}
a.hero-home-header-a:link {color:#fff;}
a.hero-home-header-a:visited {color:#fff;}
a.hero-home-header-a:focus {color:#fff;}
a.hero-home-header-a:active {color:#fff;}
a.hero-home-header-a:hover {color:#fff;}

a.blog {color:#000;}
a.blog:link {color:#000;}
a.blog:visited {color:#000;}
a.blog:focus {color:#000;}
a.blog:active {color:#000;}
a.blog:hover {color:#000;}

a.dlink {color:#464646;}
a.dlink:link {color:#464646;}
a.dlink:visited {color:#464646;}
a.dlink:focus {color:#464646;}
a.dlink:active {color:#464646;}
a.dlink:hover {color:#464646;}

.primary {
  background-color:black;
  line-height:9rem;
}

@media only screen and (max-width: 768px) {
  .primary {
    background-color:black;
    line-height:3rem;
    font-size:4rem;
  }
}
