:root {
    font-family: Inter,-apple-system,sans-serif
}
/* Gottak */
@font-face {
    font-family: Gottak;
    font-weight: 400;
    font-style: normal;
    src: url(/fonts/Gottak-Regular.woff2) format("woff2")
}
@font-face {
    font-family: Gottak;
    font-weight: 500;
    font-style: normal;
    src: url(/fonts/Gottak-SemiBold.woff2) format("woff2")
}
@font-face {
    font-family: Gottak;
    font-weight: 400;
    font-style: italic;
    src: url(/fonts/Gottak-RegularItalic.woff2) format("woff2")
}
@font-face {
    font-family: Gottak;
    font-weight: 500;
    font-style: italic;
    src: url(/fonts/Gottak-SemiBoldItalic.woff2) format("woff2")
}
body,
html {
    width: 100%;
    height: 100%
}
body {
    font-weight: 500;
    font-family: Gottak,-apple-system,sans-serif;
    letter-spacing: .02em
}
hr {
    max-width: 50px;
    border-width: 3px;
    border-color: #e8e8e8
}
hr.light {
    border-color: white
}
hr.dark {
    border-color: #777
}
a {
    color: #777;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s
}
a:focus,
a:hover {
    color: #333;
    text-decoration: none
}
a:focus i,
a:hover i {
    color: #333
}
.masthead a {
    color: #d3d3d3
}
.masthead a:hover {
    color: rgba(255,255,255,0.7);
    text-decoration: none
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gottak','Helvetica Neue',Arial,sans-serif
}
p {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 20px
}
p.attr {
    text-align: right !important;
    font-weight: 500 !important
}
.bg-primary {
    background-color: #f7f7f7 !important
}
.bg-dark {
    color: white;
    background-color: #222 !important
}
.text-faded {
    color: rgba(34, 34, 34, 0.51)
}
section {
    padding: 100px 0
}
section hr {
    max-width: 70px;
    margin-top: 2rem;
    margin-bottom: 2rem
}
.section-heading {
    margin-top: 0
}
::-moz-selection {
    color: white;
    background: #8f8f8f;
    text-shadow: none
}
::selection {
    color: white;
    background: #8f8f8f;
    text-shadow: none
}
img::selection {
    color: white;
    background: transparent
}
img::-moz-selection {
    color: white;
    background: transparent
}
body {
    -webkit-tap-highlight-color: #222
}
.text-long p,
.text-light-centre p {
    line-height: 1.7;
    font-weight: 400
}
.text-light-centre p {
    text-align: center
}
button.btn-blank {
    background: transparent;
    border: none;
    outline: 0;
    padding: 0;
    cursor: pointer
}
button.btn-blank:focus {
    outline: 0
}
.navbar button.btn-blank {
    padding: .5rem 0
}
#mainNav {
    border-color: rgba(34,34,34,0.05);
    background-color: #fff;
    font-family: 'Gottak',sans-serif;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    transition: background-color .3s ease-in-out;
    border-color: rgba(255,255,255,0.3);
    background-color: transparent
}
#mainNav .navbar-brand {
    font-weight: 500;
    color: #555;
    font-family: 'Gottak',sans-serif;
    opacity: 0.5
}
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: #e8e8e8
}
#mainNav .navbar-toggle {
    font-size: 12px;
    font-weight: 500;
    color: #222
}
#mainNav .navbar-nav>li.nav-item>a.nav-link {
    font-size: 16px;
    font-weight: 400;
    color: #222
}
#mainNav .navbar-nav>li.nav-item>a.nav-link:hover {
    color: #777
}
#mainNav .navbar-nav>li.nav-item>a.nav-link.active {
    background-color: transparent
}
#mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover {
    background-color: transparent
}
#mainNav .navbar-brand {
    color: rgba(255,255,255,0.7)
}
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: white
}
#mainNav .navbar-nav>li.nav-item>a.nav-link,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus .navbar>.btn-blank,
#mainNav .navbar>.btn-blank:focus {
    color: rgba(255,255,255,0.7)
}
#mainNav .navbar-nav>li.nav-item>a.nav-link:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus .navbar>.btn-blank:hover,
#mainNav .navbar>.btn-blank:focus:hover {
    color: white
}
#mainNav.navbar-shrink {
    border-color: rgba(34,34,34,0.05)
}
#mainNav.navbar-shrink .navbar-brand {
    color: #222
}
#mainNav.navbar-shrink .navbar-brand:focus,
#mainNav.navbar-shrink .navbar-brand:hover {
    color: #555
}
#mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link,
#mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus {
    color: #222
}
#mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:hover,
#mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus:hover {
    color: #777
}
#mainNav.navbar-black {
    background-color: #222
}
header.masthead {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: white;
    background: linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.25)),url("https://s3-eu-west-1.amazonaws.com/jamiealexandersmith/header.jpg");
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
header.masthead .header-content {
    position: relative;
    width: 100%;
    padding: 150px 15px 100px;
    text-align: center
}
header.masthead .header-content .header-content-inner h1 {
    font-size: 30px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase
}
header.masthead .header-content .header-content-inner hr {
    margin: 30px auto
}
header.masthead .header-content .header-content-inner p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 50px;
    color: rgba(255,255,255,1);
    -webkit-text-shadow: 0 0 32px #222;
    text-shadow: 0 0 32px #222
}
@media (min-width: 768px) {
    header.masthead {
        height: 100%;
        min-height: 600px
    }
    header.masthead .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    header.masthead .header-content .header-content-inner {
        max-width: 1000px;
        margin-right: auto;
        margin-left: auto
    }
    header.masthead .header-content .header-content-inner h1 {
        font-size: 50px
    }
    header.masthead .header-content .header-content-inner p {
        font-size: 20px;
        max-width: 80%;
        margin-right: auto;
        margin-left: auto
    }
}
.service-box {
    max-width: 400px;
    margin: 50px auto 0
}
@media (min-width: 992px) {
    .service-box {
        margin: 20px auto 0
    }
}
.service-box p {
    margin-bottom: 0
}
.portfolio-box {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0 auto
}
.portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: #222222;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center
}
.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: 'Gottak','Helvetica Neue',Arial,sans-serif
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px
}
.portfolio-box:hover .portfolio-box-caption {
    opacity: 1
}
.portfolio-box:focus {
    outline: none
}
@media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 17px
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px
    }
}
.call-to-action {
    padding: 50px 0
}
.call-to-action h2 {
    margin: 0 auto 20px
}
.container {
    max-width: none
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}
.text-primary {
    color: #e8e8e8 !important
}
.navbar-brand {
    font-size: 14px
}
.navbar-light .navbar-toggler {
    border: 0;
    outline: 0;
    color: white;
    cursor: pointer;
    opacity: .6
}
.navbar-light.navbar-shrink .navbar-toggler {
    color: black
}
.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0
}
.btn-default {
    color: #222;
    border-color: #fff;
    background-color: inherit
}
.btn-default.focus,
.btn-default:focus {
    color: #222;
    border-color: #bfbfbf;
    background-color: inherit
}
.btn-default:hover {
    color: #222;
    border-color: #e0e0e0;
    background-color: inherit
}
.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
    color: #222;
    border-color: #e0e0e0;
    background-color: inherit
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
    color: #222;
    border-color: #bfbfbf;
    background-color: inherit
}
.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    border-color: #fff;
    background-color: #fff
}
.btn-default .badge {
    color: #fff;
    background-color: #222
}
.btn-primary {
    color: #fff;
    border-color: #e8e8e8;
    background-color: inherit
}
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    border-color: #a8a8a8;
    background-color: inherit
}
.btn-primary:hover {
    color: #fff;
    border-color: #c9c9c9;
    background-color: inherit
}
.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    border-color: #c9c9c9;
    background-color: inherit
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    border-color: #a8a8a8;
    background-color: inherit
}
.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    border-color: #e8e8e8;
    background-color: #e8e8e8
}
.btn-primary .badge {
    color: #e8e8e8;
    background-color: #fff
}
.btn-primary:focus {
    box-shadow: none
}
i {
    transition: all .15s ease-in-out
}
.btn {
    font-weight: 500;
    border: 1px solid #777;
    border-radius: 300px;
    background: none;
    font-family: 'Gottak','Helvetica Neue',Arial,sans-serif
}
.btn:focus {
    box-shadow: none
}
.btn-xl {
    padding: 15px 30px
}
footer p:nth-last-of-type(1),
footer p:nth-last-of-type(2) {
    margin-bottom: 0
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500
}
.navbar-toggler {
    font-size: 14px
}
.portfolio-box .portfolio-box-caption,
#mainNav.navbar-shrink {
    background-color: rgba(255,255,255,0.9) !important;
    -webkit-backdrop-filter: saturate(730%) blur(30px);
    backdrop-filter: saturate(730%) blur(30px)
}
header.masthead .header-content {
    text-wrap: balance
}
.header-content-inner .btn {
    border: none
}
.btn-xl.scroll-down {
    font-size: 50px
}
@media (min-width: 768px) {
    .btn-xl.scroll-down {
        top: 100px;
        position: relative
    }
}
.bg-dark a {
    color: #ddd
}
.bg-dark a:hover,
.bg-dark a:focus,
.bg-dark a:hover i,
.bg-dark a:focus i {
    color: #00ff5a
}
h2.section-heading {
    margin-bottom: 32px;
    /* text-transform: uppercase; */
    font-weight: 500;
    font-size: 2.5rem
}
.navbar {
    padding: 1.3rem 1rem 1.3rem 1.6rem
}
.navbar.navbar-shrink {
    box-shadow: 0 6px 17px rgba(0, 0, 0, 0.06)
}
.nav-link {
    padding: .7rem 1rem
}
.navbar-light .navbar-toggler {
    padding: 1.05rem .75rem
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .9rem;
        padding-left: .9rem
    }
}
.service-logo {
    width: 55px;
    transition: opacity .15s ease-in-out
}
.service-logo:hover {
    opacity: .8
}
body {
    color: #222
}
.title {
    width: 235px;
    font-size: 19px;
    font-weight: 500
}
@media (min-width: 667px) {
    .title {
        width: 400px;
        font-size: 23px
    }
}
p a::after,
figcaption a::after {
    position: relative;
    content: "°";
    margin-left: .1em;
    /* font-size: 90%; */
    font-weight: 500;
    top: -.1em;
    color: #00ff5a;
    font-feature-settings: "caps"
}
p.attr a::after {
    margin-left: -.1em
}
.title a {
    color: #ffffff
}
.navbar-shrink .title a {
    color: #222
}
p a:focus,
p a:hover {
    color: #00ff5a !important
}
.service-logos {
    margin-bottom: 60px
}
.text-large {
    font-size: 21px !important
}
@media (min-width: 768px) {
    .text-large {
        font-size: 25px !important
    }
}
hr {
    border-width: 2px
}
p {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}
figcaption {
    max-width: 500px;
    font-weight: 400;
    font-size: 13px;
    text-align: center
}
button {
    font-weight: 500
}
a.btn {
    font-family: inherit
}
a.btn.btn-white {
    background-color: #fff;
    color: #222;
    padding: 1.1rem 1.6rem 1rem 1.6rem
}
a.btn:hover {
    background-color: #222;
    color: #fff
}
.list-inline-item:not(:last-child) {
    margin-right: 12px;
}
/* Shunt top */
.st-1 {
    position: relative;
    top: 1px
}
/* Font size increase % */
.fs-150pc {
    font-size: 150%;
    font-weight: 400;
    position: relative;
    top: 3px
}
.d-block-center {
    margin-left: auto;
    margin-right: auto;
    display: block
}
img.d-block-center {
    max-width: 100%;
    height: auto
}
.align-center {
    text-align: center
}
/*# sourceMappingURL=creative.min.css.map */
