.fa-stack { height:1.2em !important; }

.logo-verify {
    height: 200px;
    margin: -50px;
}
.panel-box-wrapper {
    background: rgba(0, 0, 0, 0.30);
    padding: 20px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}
.steps {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Bebas Neue', cursive;
    font-size: 36px;
}
.sub-steps {
    color: #e1e5eb;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Bebas Neue', cursive;
    font-size: 1.4em;
}
.instructions {
    color: #fff;
    text-align: left;
}
.important {
    font-weight: 600;
}
.comment-box {
    overflow: auto;
    resize: vertical;
    height: 200px !important;
    background-color: transparent !important;
    color: #fff;
}
.generator-button {
    font-size: 1.5em;
    color: #fff;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 3px;
    cursor: pointer;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    width: 300px;
}
.btn-yt {
    color: #fff;
    background-color: #343a40;
}

.fn-logo {
font-family: 'BurbankBigCondensed-Bold';
color: #fff;
margin: 0 0 15px 0;
font-size: 4em;
text-transform: uppercase;
line-height: 0.55em;
text-shadow: -3px 1px 0px rgba(0,0,0,0.3);
}
/* latin-ext */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  src: local('Bebas Neue Regular'), local('BebasNeue-Regular'), url(https://fonts.gstatic.com/s/bebasneue/v1/JTUSjIg69CK48gW7PXoo9Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  src: local('Bebas Neue Regular'), local('BebasNeue-Regular'), url(https://fonts.gstatic.com/s/bebasneue/v1/JTUSjIg69CK48gW7PXoo9Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.btn-copy {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    border:none;
}
.btn-copy:hover{
    background-color: #6a727a;
}
.sub-text {
    text-shadow: -3px 1px 0px rgba(0,0,0,0.3);
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fa {
    padding: 15px;
    font-size: 30px;
    width: 50px;
	height: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
    text-decoration: none;
    color: #fff;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

body {
    /* background-image: linear-gradient(0deg, #292E49 0%, #536976 100%); */
    font-family: Helvetica;
    color: white;
}

header {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content>p {
    text-align: center;
    font-size: 25px;
    color: rgb(255, 255, 255, 0.5);
    font-weight: 300;
    letter-spacing: 0.9px;
    line-height: 30px;
}

.content>p>span {
    color: rgb(255, 255, 255, 1);
    font-weight: 600;
}

.button {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 15px 20px;
    font-size: 20px;
    border: none;
    color: white;
    font-weight: 500;
    letter-spacing: 0.72px;
    text-align: center;
    border-radius: 15px;
    background-color: rgb(255, 255, 255, 0.1);
    text-decoration: none;
    font-family: Helvetica;
    -webkit-transition: .8s cubic-bezier(.2, 1, .2, 1);
    -o-transition: .8s cubic-bezier(.2, 1, .2, 1);
    transition: .8s cubic-bezier(.2, 1, .2, 1);
}

.logo {
    max-width: 270px;
    margin-top: 20px;
}

.devices {
    max-width: 480px;
    width: 100%;
    height: auto;
    padding: 20px;
}

.p2 {
    opacity: 0.5;
    opacity: 0.5;
    font-size: 20px !important;
    letter-spacing: 1px !important;
}

.changelog {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 420px) {
    .devices {
        max-width: 70%;
    }
    .logo {
        max-width: 50%;
    }
    header {}
    .content>p {
        text-align: center;
        font-size: 18px;
        color: rgb(255, 255, 255, 0.5);
        font-weight: 300;
        letter-spacing: 1px;
        line-height: 25px;
    }
    .button {
        font-size: 18px;
    }
    .p2 {
        font-size: 18px !important;
        letter-spacing: 1px !important;
    }
}

.tab {
    padding-left: 40px;
}

li {
    margin-top: 14px;
    font-size: 16px;
    line-height: 20px;
}

hr {
    border-color: rgba(150, 162, 178, 1);
}

h4 {
    font-weight: normal;
    font-size: 25pt;
}

a {
    color: rgba(150, 162, 178, 1);
}

iframe .patreon-widget {
    width: 180px !important;
}