:root {
    --theme-primary: #205c7f;
    --theme-primary-dark: #1D5372;
    --theme-secondary: #41A4F5;
}

.bg-theme-primary {
    background-color:var(--theme-primary) !important
}

.bg-theme-primary-dark {
    background-color:var(--theme-primary-dark) !important
}

.no-background {
    background:none;
}

.circle {
    border-radius: 50%;
}

.text-primary {
    color: var(--theme-primary) !important;
}

.bg-discord {
    background-color: #7289DA;
}

.text-discord {
    color: #7289DA;
}

.bg-paypal {
    background-color: #0070BA;
}

.skills-icon-holder {
    background-color: var(--theme-primary) !important;
}

.link-on-bg, a.link-on-bg {
    color: var(--theme-secondary) !important;
}

.bg-primary {
    background-color: var(--theme-primary) !important;
}

.theme-bg-primary {
    background-color: var(--theme-primary) !important;
}

.theme-bg-primary-darken {
    background-color: var(--theme-primary-dark) !important;
}

.btn-primary {
    background-color: var(--theme-primary) !important;
    border-color: var(--theme-primary) !important;
}

.btn-primary:hover {
    background-color: var(--theme-primary-dark) !important;
    border-color: var(--theme-primary-dark) !important;
}

.btn-primary:active {
    background-color: var(--theme-primary-dark) !important;
    border-color: var(--theme-secondary) !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--theme-primary) !important;
}

.blockquote-custom {
    position: relative;
    font-size: 1.1rem;
}

.blockquote-custom-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -25px;
    left: 50px;
}

/* don't add outline to navbar toggler when focussed */
.navbar-toggler:focus {
    outline: none;
}

@media (min-width: 992px) {
    .py-lg-6 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
}

.social-list a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
