body {
    font-family: 'Roboto', sans-serif;
}

::-moz-selection {
    background: #00549f;
    color: #ffffff;
}

::selection {
    background: #00549f;
    color: #ffffff;
}

p {
    color: #000000;
}

h2 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 40px;
    width: 100%;
}

.standard-button {
    font-size: 24px;
    font-weight: 600;
    padding: 15px 20px;
    border: none;
    background-color: #00549f;
    border-radius: 3px;
}

.naked-button {
    font-size: 24px;
    font-weight: 600;
    padding: 15px 20px;
    border: 2px solid #00549f;
    color: #00549f;
    background-color: #FFFFFF;
    border-radius: 3px;
    display: inline-block;
    transition: all .2s ease-in-out;
}

.naked-button:hover {
    background-color: #00549f;
    color: #ffffff;
    transform: scale(0.96);
}

a.uk-btn {
    color: #ffffff;
}

.alternative-button {
    font-family: Roboto, Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    padding: 15px 20px;
    border: none;
    background-color: #b00d23;
    border-radius: 3px;
}

.round-button {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.28);
    transition: all .2s ease-in-out;
}

.round-button:hover {
    transform: scale(0.8);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.4);
}

.btn-mail {
    background: #b00d23 url("../../resources/images/global/mail-icon.png") center center no-repeat;
    position: fixed;
    z-index: 9999;
    bottom: 30px;
    right: 50px;
}

.btn-play {
    background: #b00d23 url("../../resources/images/global/play-icon.png") center center no-repeat;
}

.modal-body {
    font-size: 12px;
    line-height: 1.2;
}

.modal-body h5 {
    font-size: 16px;
    font-weight: 700;
}

/* Medium devices (tablets, 768px and down) The navbar toggle appears at this breakpoint */
/* Small devices (landscape phones, 544px and down) */
@media (max-width: 544px) {
    h2 {
        font-size: 24px;
    }

    .btn-mail {
        width: 60px;
        height: 60px;
        bottom: 10px;
        right: 20px;
    }
}

header {
    background: #f5f2ed;
}

header p {
    line-height: 40px;
}

.hero h1 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    color: #8bdc72;
}

.hero p {
    color: #000;
    font-size: 18px;
}

.hero p a {
    color: #fff;
    text-decoration: underline;
}

.hero img {
    margin: 40px 0 20px 0;
}

.hero-technology {
    /*background: #101529 url("../../resources/images/hero-bg-image.png") right center no-repeat; */
    background: #35338a url("../../resources/images/UN-Climate-Change-Conference-UK2020-by-Johnson-Banks-g.jpg") right center no-repeat;
    padding: 20px 0;
    color: #101529;
    background-size: contain;
}

/* Small devices (landscape phones, 544px and down) */
@media (max-width: 544px) {
    .hero h1 {
        text-transform: uppercase;
        font-size: 30px;
        font-weight: 700;
    }

    .hero p {
        font-size: 16px;
    }

    .hero img {
        margin: 40px 0 20px 0;
    }

    .hero-technology {
        /* background: #101529 url("../../resources/images/hero-bg-image-mobile.png") center center no-repeat; */
        background: #35338a url("../../resources/images/UN-Climate-Change-Conference-UK2020-by-Johnson-Banks-g.jpg") center center no-repeat;
        background-size: cover;
    }
}

.card-section {
    padding: 40px 0;
}

.card {
    margin: 10px;
}

.card-content {
    padding: 20px;
}

.card-content p {
    margin-bottom: 20px;
}

.card-content a:hover {
    text-decoration: none;
}

/* Small devices (landscape phones, 544px and up) */
@media (max-width: 544px) {
    .card {
        margin: 10px 0;
    }
}

.content-slider {
    background: #1e1348;
    color: #ffffff;
}

.slide-content {
    max-width: 460px;
    padding: 120px 0;
}

.slide-logo {
    margin-bottom: 40px;
}

.slide-image-container {
    background: #101529 url("../../resources/images/Glasgow_2.jpg") center top no-repeat;
    background-size: cover;
}

a.slide-link-right {
    background: #101529 url("../../resources/images/slide-btn-image-right.jpg") center center no-repeat;
    width: 100%;
    text-align: center;
    position: relative;
}

a.slide-link-right:hover img.arrow-slide-image {
    transform: translateX(10px);
    opacity: 1;
}

a.slide-link-right:hover img {
    transform: translateX(-30px);
}

a.slide-link-right img {
    height: 100px;
    transition: all .4s ease-in-out;
}

a.slide-link-right img.arrow-slide-image {
    width: 64px;
    height: 64px;
    opacity: 0;
    transform: translateX(-30px);
}

a.slide-link-left {
    background: #101529 url("../../resources/images/slide-btn-image-left.jpg") center center no-repeat;
    width: 100%;
    text-align: center;
    position: relative;
}

a.slide-link-left:hover img.arrow-slide-image {
    transform: translateX(10px);
    opacity: 1;
}

a.slide-link-left:hover img {
    transform: translateX(-30px);
}

a.slide-link-left img {
    height: 100px;
    transition: all .4s ease-in-out;
}

a.slide-link-left img.arrow-slide-image {
    width: 64px;
    height: 64px;
    opacity: 0;
    transform: translateX(-30px);
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 1200px) {
    .content-slider h3 {
        font-size: 1.25rem;
    }
}

/* Medium devices (tablets, 768px and down) The navbar toggle appears at this breakpoint */
@media (max-width: 768px) {
    .slide-content {
        padding: 40px 0;
    }

    .slide-image-container {
        min-height: 340px;
    }
}

/* Small devices (landscape phones, 544px and down) */
.content-left {
    background: #f5f2ed;
}

.content-left h2 {
    color: #1e1348;
}

.inner-content {
    max-width: 70%;
    padding: 100px 0 !important;
}

.media-container {
    min-height: 246px;
}

.media-content {
    text-align: center;
    max-width: 300px;
}

.media-content p {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.28);
}

.video-placeholder-right-01 {
    background: url(../../resources/images/PCDX-1.png) center center no-repeat;
    background-size: contain;
}

.video-placeholder-right-02 {
    background: url(../../resources/images/video-placeholder-right-02.jpg) center center no-repeat;
    background-size: cover;
}

.video-placeholder-right-03 {
    background: url(../../resources/images/video-placeholder-right-03.jpg) center center no-repeat;
    background-size: cover;
}

/* Medium devices (tablets, 768px and down) The navbar toggle appears at this breakpoint */
@media (max-width: 768px) {
    .media-container {
        padding: 40px 0;
    }
}

/* Small devices (landscape phones, 544px and down) */
@media (max-width: 544px) {
    .inner-content {
        min-width: 100%;
        padding: 10px !important;
    }

    h2 {
        padding-top: 40px;
    }
}

.content-right {
    background: #f5f2ed;
}

.content-right h2 {
    color: #1e1348;
}

.content-right h2 span {
    font-weight: 400;
    text-transform: initial;
    display: block;
}

.inner-content {
    max-width: 70%;
    padding: 100px 0 !important;
}

.media-content {
    text-align: center;
    max-width: 300px;
}

.media-content p {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.28);
}

.conference-programme-link {
    text-decoration: underline;
}

.british-companies-link {
    color: black;
    text-decoration: underline;
}

.placeholder-contest-mini {
    background: url(../../resources/images/placeholder-contest-mini.jpg) center center no-repeat;
    background-size: cover;
}

.placeholder-conference {
    background: url(../../resources/images/placeholder-conference.jpg) center center no-repeat;
    background-size: cover;
}

.video-placeholder-left-01 {
    background: url(../../resources/images/david-attenborough.jpg) center center no-repeat;
    background-size: cover;
}

.video-placeholder-left-02 {
    background: url(../../resources/images/video-placeholder-left-02.jpg) center center no-repeat;
    background-size: cover;
}

.video-placeholder-left-03 {
    background: url(../../resources/images/video-placeholder-left-03.jpg) center center no-repeat;
    background-size: cover;
}

/* Medium devices (tablets, 768px and down) The navbar toggle appears at this breakpoint */
@media (max-width: 768px) {
    .media-container {
        padding: 40px 0;
    }

    .inner-content {
        padding: 40px 0 !important;
    }
}

/* Small devices (landscape phones, 544px and down) */
@media (max-width: 544px) {
    .inner-content {
        min-width: 100%;
        padding: 10px !important;
    }

    h2 {
        padding-top: 40px;
    }
}

.global-campaign-description {
    background: #dfd5c5;
    padding: 80px 0;
}

.global-campaign-description h2 {
    text-align: center;
    color: #000000;
}

.global-campaign-description p {
    font-size: 24px;
    line-height: 1.4;
}

/* Medium devices (tablets, 768px and down) The navbar toggle appears at this breakpoint */
@media (max-width: 768px) {
    .global-campaign-description img {
        width: 200px;
    }

    .global-campaign-description p {
        font-size: 16px;
        line-height: 1.4;
        margin-top: 40px;
    }
}

/* Small devices (landscape phones, 544px and down) */
footer {
    padding: 40px 0;
}

footer h4 {
    margin: 40px 0;
}

footer a {
    color: #000000;
    text-decoration: underline;
}

footer a:hover {
    color: #000000;
}

.footer-logo {
    margin-bottom: 50px;
}

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

a.footer-social:hover {
    text-decoration: underline;
}

a.footer-social p {
    line-height: 40px;
    margin: auto 0;
}

.legal {
    background: #f5f2ed;
    padding: 20px 0;
    text-align: center;
}

.legal p {
    margin-bottom: 0;
}

.legal a {
    color: #000000;
    font-size: 12px;
}

.legal a:hover {
    text-decoration: underline;
}

.ukcop26-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 115%;
    height: 115%;
}

/*# sourceMappingURL=styles.css.map */
