/*
 * Updated by PhpStorm
 * Copyright (c) 2020 linkalist.io
 * User: jameshoward
 * Project: linkalist_code
 * Date: 30/7/2020
 * Time: 30/07/20 09:57
 */

html,
body {
    -webkit-overflow-scrolling: touch;
    width: 100% !important;
    height: 100% !important;
}

/** Intro template */

.dropdown-menu .social-dropdown {
    left: unset;
    right: 0;
}

.dropdown-menu.social-dropdown > li > a {
    padding: 3px 5px;
}

.intro {
    display: table;
    width: 100%;
    height: 100%;
    padding: 100px 4px;
    text-align: center;
    color: #fff;
    background-color: #000;
    background-size: cover;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 1.0);
}

.intro.intro-article {
    height: 100%;
}

.intro.intro-article .social-footer > a > .brand-button {
    margin-bottom: 0;
}

.intro-article .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .title {
    font-size: 50px;
    line-height: 110%;
}

.intro .intro-body .subtitle {
    font-size: 24px;
    padding-bottom: 10px;
}

.intro .intro-body .text {
    font-size: 16px;
    padding-bottom: 10px;
}

.ribbon {
    display: table;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #fff;
    background-color: #000;
    background-size: cover;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
}

.ribbon .ribbon-body {
    display: table-cell;
    vertical-align: middle;
}

.ribbon .ribbon-body .title {
    font-size: 40px;
    line-height: 100%;
}

.ribbon .ribbon-body .subtitle {
    font-size: 17px;
}

footer#footer {
    visibility: hidden;
}

nav#header {
    visibility: hidden;
}

@media screen and (max-width: 767px) {
    .ribbon {
        height: 200px;
    }

    .intro {
        height: 100%;
        padding: 0;
    }

    .intro.intro-article .intro-body .text {
        padding-left: 10%;
        padding-right: 10%;
    }
}


.intro.intro-background .background-body .subtitle.article-no-header {
    font-size: 24px;
}

.intro.intro-background .background-body .title.article-no-header {
    margin-bottom: 0;
}


@media screen and (min-width: 768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .ribbon {
        height: 180px;
    }

    .intro.intro-article .intro-body .title {
        font-size: 50px;
    }

    .intro.intro-article .intro-body .text {
        font-size: 26px;
        padding-left: 10%;
        padding-right: 10%;
    }
}

.fixed {
    display: block;
    height: auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.highlight .title {
    color: white;
}

.highlight .text {
    color: white;
}

.auto-fade {
    transition-duration: 1500ms;
}


.appstore-ribbon {
    height: auto;
    background: none;
    color: black;
    text-shadow: none;
}

.btn-apple-appstore {
    background-image: url(../images/appstores/apple-appstore-badge.svg);
    color: transparent;
    max-width: 90%;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
}

.btn-apple-appstore:focus, .btn-apple-appstore:hover, .btn-apple-appstore:active {
    color: transparent;
    background-color: transparent;
    border: none;
}

.btn-google-play {
    background-image: url(../images/appstores/google-play-badge.png);
    color: transparent;
    max-width: 90%;
    font-size: 0px;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
}

.btn-google-play:focus, .btn-google-play:hover, .btn-google-play:active {
    color: transparent;
    background-color: transparent;
    border: none;
}


@media screen and (min-width: 551px) {
    .btn-apple-appstore {
        width: 523px;
        height: 200px;
    }

    .btn-google-play {
        width: 523px;
        height: 200px;
    }

}

@media screen and (max-width: 550px) {
    .btn-apple-appstore {
        width: 300px;
        height: 100px;
    }

    .btn-google-play {
        width: 300px;
        height: 100px;
    }
}