body {
    overflow-x: hidden;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 400;
    background-color: #173e50;
}
.text-muted {
    color: #777
}
.text-primary {
    color: #e2ff5c
}
p {
    font-size: 18px;
    line-height: 28px;
    font-family: "Raleway-Semi", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 400px;
}

@media (min-width: 990px) {
    p{
        font-size: 18px;
    }
}

p.large {
    font-size: 16px
}
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0
}
a {
    color: #e2ff5c
}
a:hover,
a:focus,
a:active,
a.active {
    color: #e2ff5c
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Campton, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700
}
.img-centered {
    margin: 0 auto
}
.bg-light-gray {
    background-color: #f7f7f7
}
.bg-darkest-gray {
    background-color: #222
}
.btn-primary {
    color: #fff;
    background-color: #fed136;
    border-color: #fed136;
    font-family: Campton, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #fec503;
    border-color: #f6bf01
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #fed136;
    border-color: #fed136
}
.btn-primary .badge {
    color: #fed136;
    background-color: #fff
}
.btn-xl {
    color: #fff;
    background-color: #fed136;
    border-color: #fed136;
    font-family: Campton, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #fec503;
    border-color: #f6bf01
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    background-color: #fed136;
    border-color: #fed136
}
.btn-xl .badge {
    color: #fed136;
    background-color: #fff
}
header {
    position: relative;
    background-color: #c6f1f4;
    border-top: 10px solid #c6f1f4;
}
li {
    list-style-image: url(../img/bullet.png);
}

.remove-padding {
    padding:0px !important;
}
    
header #light {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 35%;
    max-width: 200px;
    height: auto;
    top: -40px;
}


@media (min-width: 990px) {
    header #light {
        z-index: 9998;
        top: 0px;
        left:auto;
        right: -55px;
        width: auto;
        height: auto;
    }
}

header #arrow-left {
    position: absolute;
    z-index: 9998;
    top: 220px;
    left: 0px;
    width: 85px;
    height: 168px;
    background-image: url(../img/arrow.png);
    background-color: transparent;
    opacity: 0.3;
}

header .header-image {
    background-color: #eff8f7;
    background-image: url(../img/header-mobile.jpg);
    height: 629px;
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: white;
    font-size: 24px;
}

#mobile-header{
    max-width: 780px;
    width: 100%;
    overflow: hidden;
    height: auto;
}

header .intro-text {
    background-image: url(../img/intro-bg.png);
    border-top: 10px solid #fddef8;
    background-color: #123647;
    height: auto;
    background-repeat: repeat;
    color: white;
    font-size: 24px;
}
header .win-tag {
    position: absolute;
    z-index: 9999;
    bottom: -23px;
    right: 0px;
}

.winbar{
    background-color: #edff00;
    width: 100%;
    height: auto;
        position: relative;
    z-index: 9999;
    padding: 20px 0px;

}

.mobile-win-tag{
    height: auto;
    margin: 0 auto;
}

.hillarysbar{
    
}

@media (min-width: 990px) {
    header .header-image {
        background-image: url(../img/header-image.jpg);
    }
    
    header .intro-text {
            height: 200px;
    }
}

.slider {
    background-color: #dcdcdc;
    height: auto;
}
#owl-demo .item {
    margin: 0px;
}
#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.checkered-pattern {
    background-image: url(../img/checkered-bg.png);
    background-color: #ffffff;
    height: 78px;
    background-repeat: repeat;
    color: white;
    font-size: 24px;
}


section#description {
    padding: 50px 40px;
        color: white;

}

section#about-will {
        padding: 50px 40px;
    background-color: #00b5bb;
    color: white;
    border-top: 10px solid #dfff60;
}

@media (min-width: 990px) {
section#about-will {
    padding: 90px 0;
}
}


header h1.intro-header {
    padding: 20px 10px;
    font-family: "Campton-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 30px;
}

@media (min-width: 990px) {
    
    header h1.intro-header {
    padding: 24px 0px;
    font-size: 32px;
    line-height: 42px;
    }
}

.mobile-profile{
    width: 190px;
    height: auto;
    padding-bottom: 35px;
    z-index: 9999;
    position: relative;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
.gridpadding {
    padding: 50px 40px;}

@media (min-width: 990px) {
.gridpadding {
    padding: 70px 50px;
}
}

.mobile-padding {
    padding: 0px !important;
}

h2{
    line-height: 32px;
    letter-spacing: 1px;
}
header h2.intro-header b {
    font-family: "Campton", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
section h2.section-heading {
    font-family: "Campton", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin: 10px 0px;
    max-width: 100%;
    line-height: 28px;
}

.fullwidth {
    width: 100%;
    padding: 0 !important;
    margin: 0;
}
.row {
    margin: 0px !important;
}
section h2.number {
    font-family: "Campton", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 34px;
    background-color: white;
    width: 49px;
    height: 49px;
    border-radius: 25px;
    padding: 12px 16px;
    position: absolute;
    top: 38px;
    left: 7%;
}

@media (min-width: 990px) {
    section h2.number {
    font-weight: 600;
    font-size: 34px;
    background-color: white;
    width: 49px;
    height: 49px;
    border-radius: 25px;
    padding: 12px 15px;
    position: absolute;
    top: 6px;
    left: 8%;
    }
}


section#about-will .section-heading {
    font-family: "Yellowtail", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    padding-bottom: 20px;
    font-weight: 100;
    font-size: 48px;
    letter-spacing: 1px;
    margin: 10px 0px;
}
.img-text {
    display: inline;
    padding-left: 10px;
}
section h2.entry-heading {
    font-size: 20px;
    font-family: "Campton", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-weight: 400;
    padding: 10px 20px;
    color: #d4f7f5;
    text-transform: uppercase;
}

#collab{
    background-color: white;
}
.cutoff{
    width: 100%;
    height: 10px;
    background-color: white;    
    background-image: url(../img/cutoff.png);
    background-repeat:repeat-x;
}
.service-heading {
    margin: 15px 0;
    text-transform: none
}
#about-will {
    position: relative;
    height: auto;
}
.will-profile {
    position: absolute;
    z-index: 3;
    right: -110px;
    top: 110px;
    
}

@media (min-width: 990px) {
        position: absolute;
    z-index: 3;
    right: -110px;
    top: 110px;
    
    width: 190px;
    height: auto;
    padding-bottom: 35px;

}

.will-bg {
    background-image: url(../img/will-bg.png);
    background-color: #75c8cb;
    height: 20%;
    width: 100%;
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

@media (min-width: 990px) {

.will-bg {
    height: 100%;
    width: 20%;
    top: 0;
    left: 0;
}
}

.box {
    padding-left: 15px;
    padding-right: 15px;
    height: 160px;
}

section h2.box-heading {
    font-family: "Campton", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    max-width: 80%;
    padding: 28px;
    left: 20%;
    position: absolute;
}

@media (min-width: 990px) {
.box {
    padding-left: 15px;
    padding-right: 15px;
    height: 250px;
}
    
section h2.box-heading {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    margin: 10px 0px;
    max-width: 90%;
    position: absolute;
    bottom: 0;
    left: 0;
}
}

/* Social Icons */
.social-wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: transparent;
  padding: 10px 0px;
}

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

.portfolio-modal{
    max-width: 800px;
    margin: 0 auto;
        margin-top: 30px;
    margin-bottom: 30px;
}


.modal-body p{
    font-size: 16px;
    line-height: 24px;
}

.modal-body a{
    color:#f85d5b;
}

.social-wrapper a {
  text-decoration: none;
}

.logo-top{
    position:absolute;
    z-index: 9999;
}

.social-button {
  position: relative;
  width: 50px;
  height:  50px;
  display: inline-block;
  background-color: transparent;
  padding: 5px;
  margin: 12px 5px;
  border-radius: 50px;
  opacity: 0.9;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
  transition: all .2s ease-in-out;
}

.social-button:hover {
  transform: translate3d(0px, -5px, 0px);
  box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.4);
  opacity: 1;
  cursor: pointer;
}

.svg {
    fill: white;
    position: absolute;
    max-height: 30px !important;
    padding: 0px;
    width: 25px;
    height: auto;
    top: 12px;
    right: 12px;
}

.social-button img {
  padding: 0px;
  margin: 0 auto;
}

#fb-icon {
  background-color: #3a989e;
}

#tw-icon {
  background-color: #3a989e;
}

#gp-icon {
  background-color: #3a989e;
}

#su-icon {
  background-color: #3a989e;
}

#email-icon {
  background-color: #3a989e;
}

/* Bespoke Id */

.coverimg {
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#image1 {
    background-color: #eff8f7;
    background-image: url(../img/image1.jpg);
    height: 400px;
}
#image2 {
    background-color: #eff8f7;
    background-image: url(../img/image2.jpg);
    height: 400px;
}
#image3 {
    background-color: #eff8f7;
    background-image: url(../img/image3.jpg);
    height: 400px;
}
#box1 {
    background-color: #f13f22;
}
#box2 {
    background-color: #ffaaaa;
}
#box3 {
    background-color: #e6f400;
}
section#contact {
    background-color: #5aaaae;
}

.entry-iframe {
    background-color: #44a2a8;
    width:100%;
    min-height: 550px;
}
section#contact .section-heading {
    color: #fff
}
section#contact .form-group {
    margin-bottom: 25px
}
section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px
}
section#contact .form-group input.form-control {
    height: auto
}
section#contact .form-group textarea.form-control {
    height: 236px
}
section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none
}
section#contact::-webkit-input-placeholder {
    font-family: Campton, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb
}
section#contact:-moz-placeholder {
    font-family: Campton, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb
}
section#contact::-moz-placeholder {
    font-family: Campton, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb
}
section#contact:-ms-input-placeholder {
    font-family: Campton, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb
}
section#contact .text-danger {
    color: #e74c3c
}

footer {
    padding: 30px 10px;
    color: #337174;
    background-color: #03383b !important;
}

footer p{
    font-size: 15px;
    line-height: 21px;
}

.modal-content {
    padding: 10px 20px;
}

@media (min-width: 768px){
.modal-content {
    padding: 20px 30px;
}
}

@media (min-width: 768px){
.modal-dialog {
    width: 800px;
    margin: 30px auto;
}
}

h2.section-heading {
    font-family: "Campton", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin: 10px 0px;
    max-width: 100%;
    line-height: 28px;
}

@media (min-width: 990px) {
    footer {
    padding: 25px 0;
    }
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0
}
.portfolio-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    min-height: 100%;
    padding: 10px 0;
    text-align: center
}
.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em
}
.portfolio-modal .modal-content p {
    margin-bottom: 30px
}
.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 16px
}
.portfolio-modal .modal-content ul.list-inline {
    margin-bottom: 30px;
    margin-top: 0
}
.portfolio-modal .modal-content img {
    margin-bottom: 30px
}
.portfolio-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer
}
.portfolio-modal .close-modal:hover {
    opacity: .3
}
.portfolio-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #222;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051
}
.portfolio-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #222;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052
}
.portfolio-modal .modal-backdrop {
    opacity: 0;
    display: none
}
::-moz-selection {
    text-shadow: none;
    background: #fed136
}
::selection {
    text-shadow: none;
    background: #fed136
}
img::selection {
    background: 0 0
}
img::-moz-selection {
    background: 0 0
}
body {
    webkit-tap-highlight-color: #fed136
}
