/*
 * Globals
 */

@import url('https://fonts.googleapis.com/css2?family=Sen&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@800&display=swap');
body {
    overflow-x: hidden;
}

a {
    color: #5652AA;
}

.follow-us {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: white;
    padding-top: 10px;
}

body {
    background: #25253D;
}

a:hover {
    text-decoration: none;
    color: #a4b3e8;
}

.underline--magical {
    background-image: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(29, 80, 253, 1) 50%, rgba(180, 141, 255, 1) 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.2em;
    background-position: 0 88%;
}

.magical--underline--steam {
    cursor: pointer;
    background-image: linear-gradient(45deg, #627ffc 0%, #5652AA 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.1em;
    background-position: 0 95%;
    transition: background-size 0.15s linear, color 0.15s linear;
    text-decoration: none;
    padding: 2px;
}

.magical--underline--steam:hover {
    color: #fff;
    background-size: 100% 95%;
}

.main-logo {
    max-width: 50vh;
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.texty {
    max-width: 85%;
    width: auto;
    position: relative;
    top: 30%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.texty-about {
    width: auto;
    position: relative;
    top: 10%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.texty-about-text {
    width: auto;
    position: relative;
    top: 20%;
}

.team {
    width: 50%;
    margin: auto;
    display: block;
    padding-top: 60px;
}

.subheading-team {
    color: white;
}

.section1 {
    background-size: cover;
    background-repeat: no-repeat;
    transition: 3s;
}

.header-text {
    font-family: 'Inter', sans-serif;
    margin: auto;
    display: block;
    font-size: 6vh;
}

.vertical-center {
    min-height: 100%;
    /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh;
    /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

.subheading {
    color: white;
    font-size: 35px;
}

.about-text {
    color: rgb(218, 218, 218);
}

.about {
    background-color: #34ADFF;
    background-image: -webkit-linear-gradient(80deg, #1e1e33 50%, #131325 45%);
}

.about-part-2 {
    font-family: verdana;
    text-shadow: 1px 1px 1px #919191, 1px 1.25px 1px #919191, 1px 1.5px 1px #919191, 1px 1.75px 1px #919191, 1px 2.0px 1px #919191, 1px 2.25px 1px #919191, 1px 2.5px 1px #919191, 1px 2.75px 1px #919191, 1px 3px 1px #919191, 1px 3.25px 1px #919191, 1px 18px 6px rgba(16, 16, 16, 0.4), 1px 22px 10px rgba(16, 16, 16, 0.2), 1px 25px 35px rgba(16, 16, 16, 0.2), 1px 30px 60px rgba(16, 16, 16, 0.4);
}

.about-header-text {
    font-family: 'Inter', sans-serif;
    margin: auto;
    display: block;
    font-size: 5vh;
}

.about-pg-text {
    font-family: 'Inter', sans-serif;
    margin: auto;
    display: block;
    font-size: 3vh;
}

.blog-header-text {
    font-family: 'Inter', sans-serif;
    margin: auto;
    display: block;
    font-size: 30px;
    color: black;
}

.header-text2 {
    font-family: 'Inter', sans-serif;
    margin: auto;
    display: block;
    font-size: 50px;
}

#gradient {
    z-index: 2;
    height: 800px;
    background: none;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(37, 37, 61, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(80%, rgba(37, 37, 61, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(37, 37, 61, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(37, 37, 61, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(37, 37, 61, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(37, 37, 61, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.section2 {
    background-image: url('/imgs/headshot.png');
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 3s;
    height: 100vh;
}

.footer {
    width: 100%;
    height: 50%;
    background: #25253d;
}

.break {
    background: #191c30;
    padding: 5px;
}

hr[role="fancyhr"] {
    border: 0px solid;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(172, 131, 83, 0.75), rgba(0, 0, 0, 0));
    margin: 32px 0px;
    display: block;
}

[role="fancyhr"]::before {
    position: absolute;
    background-color: #25253D;
    border: 1px solid;
    border-color: #AC8353;
    border-left: 0px solid;
    border-top: 0px solid;
    padding: 10px;
    transform: rotate(45deg);
    left: 50%;
    margin: -10px 0px 0px -22px;
    content: "";
}

.section3 {
    width: 100%;
    height: 100vh;
    background: #3F3977;
}


/* navbar */

.navbar {
    background: #171828;
}

.navbar-light .navbar-nav .nav-link {
    color: #828282;
    font-family: 'Sen', sans-serif;
    font-size: 24px;
}

.navbar-brand {
    font-family: 'Sen', sans-serif;
    font-size: 40px;
    color: #828282;
}

.navbar-light .nav-item.active .nav-link,
.navbar-light .nav-item .nav-link:active,
.navbar-light .nav-item .nav-link:focus,
.navbar-light .nav-item:hover .nav-link {
    color: #5652AA;
}

.navbar-toggler {
    border: none;
}

.call-to-action {
    color: white;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 72px
}

.btn.btn-primary {
    background: #D1652C;
    border: none;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    letter-spacing: 0.1em;
    font-size: 30px;
    vertical-align: middle;
    border-radius: 10px;
}

.section2-header {
    color: #ba813d;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 40px;
}

.section2-text {
    color: white;
}

.site-footer {
    background-color: #26272b;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5
}

.site-footer hr.small {
    margin: 20px 0
}

.site-footer h6 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px
}

.site-footer a {
    color: #737373;
}

.site-footer a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
    list-style: none
}

.footer-links li {
    display: block
}

.footer-links a {
    color: #737373
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block
}

.site-footer .social-icons {
    text-align: right
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #33353d
}

.copyright-text {
    margin: 0
}

@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .site-footer {
        padding-bottom: 0
    }
    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px
}

.social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
    background-color: #29aafe
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
}

.social-icons a.youtube:hover {
    background-color: #c4302b
}

.social-icons a.twitter:hover {
    background-color: #00aced
}

.social-icons a.discord:hover {
    background-color: #7289da
}

@media (max-width:767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
}

hr[role="fancy-footer"] {
    border: 0px solid;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #efefef, rgba(0, 0, 0, 0));
    margin: 32px 0px;
    display: block;
}

hr[role="fancy-footer"]::before {
    position: absolute;
    background-color: #26282B;
    border: 1px solid;
    border-color: #efefef;
    padding: 10px;
    transform: rotate(45deg);
    left: 50%;
    margin: -10px 0px 0px -22px;
    content: "";
}

.footer-clean {
    padding: 50px 0;
    background-color: #fff;
    color: #4b4c4d;
    width: 100%;
}

.footer-clean h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
}

.footer-clean ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
}

.footer-clean ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}

.footer-clean ul a:hover {
    opacity: 1;
}

.footer-clean .item.social {
    text-align: right;
}

@media (max-width:767px) {
    .footer-clean .item {
        text-align: center;
        padding-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .footer-clean .item.social {
        text-align: center;
    }
}

.footer-clean .item.social>a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-left: 10px;
    margin-top: 22px;
    color: inherit;
    opacity: 0.75;
}

.footer-clean .item.social>a:hover {
    opacity: 0.9;
}

@media (max-width:991px) {
    .footer-clean .item.social>a {
        margin-top: 40px;
    }
}

@media (max-width:767px) {
    .footer-clean .item.social>a {
        margin-top: 10px;
    }
}

.footer-clean .copyright {
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 13px;
    opacity: 0.6;
}

.card {
    border-radius: 10px;
    border: none;
}

.card-img-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-buttons {
    color: #5652AA;
}

.card-buttons:hover {
    color: #262247;
}

.fadeIn {
    -webkit-animation: animate_show 0.8s;
    animation: animate_show 0.8s;
    visibility: visible !important;
}

.fadeOut {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

@-webkit-keyframes animate_show {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes animate_show {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.badge-primary {
    background: #7388da;
}

@media screen and (max-width: 600px) {
    .height-mobile {
        height: 100%;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .text-width-mobile {
        width: 100%;
    }
    .card-width-mobile {
        width: 90%;
    }
}

@media screen and (min-width: 800px) {
    .height-desktop {
        height: 100vh;
    }
    .text-width-desktop {
        width: 60%;
    }
    .card-width-desktop {
        width: 30%;
    }
}

.fa-color {
    color: rgb(110, 97, 223);
}