/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
body {
    background: #FEDD00;
    color: rgba(0,0,0,0.7);
    font-family: 'Lora', serif;
    height: 100%;
    width: 100%;
}
html {width: 100%;height: 100%;}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 10px 0 15px;
}
h2 {
    border-bottom: 2px solid #D62598;
    color: #D62598;
    font-family: 'Lora', serif;
    font-size: 44px;
    /* margin: 0 0 0px 0; */
    text-align: left;
    padding: 24px 0 10px 0;
    letter-spacing: -2px;
    }
h3 {
    color: rgba(0,0,0,0.5);
    font-family: 'Lora', serif;
    font-size: 1.4em;
    margin: 0 0 24px;
    padding: 0;
    text-align: left;
}
h3 li {
    color: #D62598;
    display: inline-block;
    list-style: none;
    padding: 0 20px 6px 0;
    text-align: left;
}
p {
    font-size: 1.3em;
    line-height: 140%;
    margin: 0 0 24px;
    text-align: left;
}
@media(min-width:768px) {
    p {
        font-size: 24px;
        line-height: 150%;
        margin: 0 0 36px;
        text-align: left;
        }       
    h2 {
        margin: 4em 0 10px;
        }     
}
@media(max-width:400px) {
    h3 li {padding: 0 15px 6px 0;}
}
a {
    color: rgba(0,0,0,0.7);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover,
a:focus {
    color: #D62598;
    text-decoration: none;
}
img {
    background: #fff;
    box-sizing: border-box;
    height: auto;
    width: 100%;
}
.clients {
    display: block;
    float: left;
    margin: 4% 0 10% 0;
}
.clients img {
    background: transparent;
    float: left;
    padding: 5% 2% 15px;
    width: 16.66%;
}
#project {
    background: #000;
    color: #fff;
    font-size: 16.8px;
}
.project {
    margin: 0;
    width: 100%;
}
.project-logo img {
    background: #000;
    margin-top: 4%;
    width: auto;
}
.project-deet {
    border: 2px solid #D62598;
    box-sizing: border-box;
    color: #D62598;
    float: right;
    font-family: sans-serif;
    font-size: 14px;
    margin: 0 0 24px 24px;
    padding: 12px 24px 18px;
    text-align: left;
    text-transform: uppercase;
    width: 33%;
    min-width: 350px;
}
@media(max-width: 768px) { 
    .project-deet {
        width: 100%;
    }
}
@media(max-width: 500px) { 
    .project-deet {
        font-size: 11px;
        padding: 12px;
        min-width: auto;
    }
}
.portfolio {
    display: block;
    float: left;
    margin: 0 0 36px 0;
}
.portfolio a {
    color: #FEDD00;
}
.portfolio a:hover {
    color: #D62598
}
.portfolio img {
    background: transparent;
    box-sizing:border-box;
    float: left;
    padding: 0 0 44px;
    width: 100%;
}
.portfolio50 {
    margin: 2%;
    display: inline-flex;
    padding: 8% 4% 4%;
    flex-flow: wrap;
}
.portfolio50 img {
    width: 50%;
    padding: 2%;
    height: 100%;
}
.portfoliowords {
    margin: 0 auto 66px;
    width: 700px;
}
.portfoliowords p {
        font-size: 18px;
}
.portfolio ul {
    color: #D62598;
    font-family: sans-serif;
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 2em 0 0;
    text-align: left;
    text-transform: uppercase;
}
.tagged {
    color: rgba(255,255,255,0.3);
    font-family: sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 2em 0;
    text-align: left;
    text-transform: uppercase;
}
@media(max-width: 768px) { 
    .portfoliowords {
        width: 100%;
    }
}
@media(max-width: 500px) {
    .portfoliowords {
        width: 100%;
    }
    .tagged {
        font-size: 12px;
        line-height: 15px;
        margin: 0 0 1em 0;
        }
}
.light {font-weight: 400;}
.navbar-custom {
    background: #FEDD00;
    border-bottom: 1px solid #D62598;
    font-family: 'Lora', serif;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: lowercase;
}
.navbar-custom li {
    float: left;
    font-size: 17px;
    letter-spacing: -0.3px;
    padding-left: 15px;
}
.navbar-custom .navbar-header {
    float: right;
}
.navbar-custom .navbar-right {
    float: left !important;
}
.navbar-custom .navbar-brand {
    font-weight: 700;
}
.navbar-toggle {display: none;}
.navbar-custom .navbar-brand:focus {
    outline: 0;
}
.navbar-brand:focus, .navbar-brand:hover {
    color: #D62598;
}
.navbar-custom .navbar-brand .navbar-toggle {
    color: #fff;
    font-size: 16px;
    padding: 4px 6px;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}
.navbar-custom a {
    color: rgba(0,0,0,0.5);
}
.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    padding: 15px 30px 10px 0;
    transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover {
    background-color: transparent;
    color: #D62598;
    outline: 0;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    background-color: transparent;
    outline: 0;
}

.navbar-custom .nav li.active {
    outline: 0;
}
.navbar-custom .nav li.active a {
    color: #D62598;
}
.imac-virgin-store {
    margin: 0 auto 36px;
}
@media(min-width:768px) {
    .navbar-custom {
        background: 0 0;
        border-bottom: 0;
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .navbar-custom.top-nav-collapse {
        background: #FEDD00;
        border-bottom: 1px solid #D62598;
        padding: 0;
    }
}
.intro {
    /* background: url(../img/intro-bg.jpg) no-repeat bottom center scroll; */
    background-color: #990066;
    background-size: cover;
    color: rgba(0,0,0,0.7);
    display: table;
    height: 101%;
    letter-spacing: -0.3px;
    padding: 100px 0;
    text-align: center;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.ezuri {
    background: url(../../includes/img/2020-ezuri-back.jpg) no-repeat bottom center scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.acre {
    background: url(../../includes/img/2020-acre-cover.jpg) no-repeat bottom center scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.subslayers {
    background: url(../../includes/img/2010-subslayers-cover.jpg) no-repeat bottom center scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
    
.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}
.intro .intro-body .brand-heading {
    font-size: 60px;
    letter-spacing: -9px;
    text-align: left;
    text-transform: lowercase;
}
.intro .intro-body .intro-text {
        font-family: 'Lora', serif;
        font-size: 24px;
        line-height: 120%;
}
@media(min-width: 768px) {
    .intro {
        padding: 100px 0;
        width: 100%;
    }
    .intro .intro-body .brand-heading {
        color: #fff;
        font-size: 88px;
        font-weight: 700;
        letter-spacing: -14px;
        text-align: left;
        text-transform: lowercase;
    }
}

.btn-circle {
    background:#000;
    border: 3px solid transparent;
    border-radius: 100%!important;
    color: #D62598;
    font-size: 40px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    transition: background .3s ease-in-out;
    width: 70px;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
}
.btn-project {
    background: rgba(0,0,0,0.8);
    border: 5px solid #000;
    border-radius: 100%!important;
    color: #FEDD00;
    font-size: 70px;
    height: 120px;
    margin-top: 15px;
    transition: background .3s ease-in-out;
    width: 120px;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus,
.btn-project:hover,
.btn-project:focus {
    background: #FEDD00;
    color:#D62598;
    outline: 0;
}
.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}
.fa-pencil {
    text-align: center;
    width: 1.28571429em;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
.content-section {
    margin-bottom: 15%;
    padding-top: 88px;
}
#grid-video {
    background-size: cover;
    display: table;
    height: 100%;
    width: 100%;
}
.download-section {
    background-color: #000;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-size: cover;
    color: #fff;
    padding: 50px 0;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
#map {
    height: 200px;
    margin-top: 100px;
    width: 100%;
}
@media(min-width: 767px) {
    .content-section {
        padding-top: 88px;
    }
    .download-section {
        padding: 100px 0;
    }
    #map {
        height: 400px;
        margin-top: 250px;
    }
}
.btn {
    border-radius: 0;
    clear: both;
    font-family: 'Lora', serif;
    font-weight: 700;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}
.btn-default {
    background-color: transparent;
    border: none;
    color: rgba(0,0,0,0.2);
    float: left;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: -1px;
    padding: 5px;
}
.btn-default:hover,
.btn-default:focus {
    background-color: transparent;
    color: #D62598;
    outline: 0;
}
.caption {
    color: rgba(255,255,255,0.3);
    float: left;
    font-size: 12px;
    font-family: sans-serif;
    text-transform: uppercase;
}
footer {
    padding: 20% 0;
}
footer p {
    color: #303030;
    font-family: Arial, sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
}
::-moz-selection {
    background: rgba(255,255,255,.2);
    background: #D63598;
    color: #FEDD00;
    text-shadow: none;
}
::selection {
    background: rgba(255,255,255,.2);
    background: #D63598;
    color: #FEDD00;
    text-shadow: none;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}