﻿.border-curve-lg {
    border-radius: 15px !important;
}

.sh-img-nav {
    height: 30px;
    width: 30px;
}

.sh-subtitle-1 {
    color: #91347C !important;
}

.social-icon {
    max-height: 25px;
    max-width: 25px;
}

/* OPEN-SOURCE Style */
@font-face {
    font-family: 'Napoleon';
    src: url('../fonts/napoleon/napoleon.woff2') format('woff2'), 
         url('../fonts/napoleon/napoleon.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.napoleon {
    font-family: 'Napoleon', Arial, sans-serif;
    font-size: xx-large;
}

/* ABOUT Style */

@font-face {
    font-family: 'Lobster-Regular';
    src: url('../fonts/Lobster-Regular.ttf') format('truetype');
}
.about-id {
    animation-name: about-header;
    animation-duration: 5s;
    animation-timing-function: ease-out;
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: 1;
    animation-fill-mode: none;
    animation-play-state: running;
}
.about-profile-tank {
    max-width: 20rem;
}
.element {
    width: 100%;
    margin: 0 auto;
    background-color: white;
    animation-name: stretchy;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: 1;
    animation-fill-mode: none;
    animation-play-state: running;
    opacity:0.7;
}

@keyframes about-header {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    50% {
        opacity: 0.50;
    }
    75% {
        opacity: 0.75;
    }

    100% {
        opacity: 1;
    }
}
@keyframes stretchy {
    0% {
        transform: scale(.3);
        background-color: red;
    }

    50% {
        transform: scale(1.5);
        background-color: orange;
    }

    100% {
        transform: scale(1);
        background-color: yellow;
    }
}

.sh-about-title {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a90329+0,8f0222+25,6d0019+62,3d0004+100 */
    background: #a90329; /* Old browsers */
    background: -moz-linear-gradient(top, #a90329 0%, #8f0222 25%, #6d0019 62%, #3d0004 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 25%,#6d0019 62%,#3d0004 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a90329 0%,#8f0222 25%,#6d0019 62%,#3d0004 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#3d0004',GradientType=0 ); /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Lobster-Regular;
}

.about-h1 {
    font-family: 'Pacifico', cursive;
    font-size: 45px;
    position: center;
}

.about-trivia {
    max-height: inherit;
    max-width: inherit;
}

/* Button Links */

.sh-link-1 {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    width: 45px;
    border: 1px solid #FFFEFD;
    color: #FFFEFD;
    background: transparent;
    height: 35px;
    margin-right: 5px;
}

.sh-link-1:hover {
    background: #576F76;
    color: white !important;
}
.sh-link-2 {
    border: 0;
    border-radius: 0;
    background: transparent;
    color: maroon;
    height: inherit;
}

.sh-link-2:hover, .sh-link-2:active {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a90329+31,8f0222+44,6d0019+79,6d0019+79,6d0019+79,440006+99 */
    background: #a90329; /* Old browsers */
    background: -moz-linear-gradient(top, #a90329 31%, #8f0222 44%, #6d0019 79%, #6d0019 79%, #6d0019 79%, #440006 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a90329 31%,#8f0222 44%,#6d0019 79%,#6d0019 79%,#6d0019 79%,#440006 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a90329 31%,#8f0222 44%,#6d0019 79%,#6d0019 79%,#6d0019 79%,#440006 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#440006',GradientType=0 ); /* IE6-9 */
    color: white;
    height: inherit;
}

.sh-link-3, .sh-link-3:hover, .sh-link-3:active {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    width: 55px;
    color: #890235 !important;
    background-color: rgba(250,218,237, 0.5);
    border: 0;
    height: auto !important;
    margin: 5px;
    outline: none;
    box-shadow: none !important;
}

.sh-link-3 > i, .sh-link-3:hover > i, .sh-link-3:active > i {
    color: #890235 !important;
}

.sh-link-4, .sh-link-4:hover, .sh-link-4:active {
    display: inline-block;
    padding: 10px;
    position: relative;
    max-width: auto;
    color: #890235 !important;
    background-color: rgba(250,218,237, 0.7);
    border: 0;
    height: auto !important;
    outline: none;
    margin-left: 5px;
    box-shadow: none !important;
}

.sh-link-4 > i, .sh-link-4:hover > i, .sh-link-4:active > i {
    color: #890235 !important;
}
.no-shadow {
    box-shadow: none !important;
}
.no-decoration {
    text-decoration: none !important;
}


/* Start: BUTTONS */
.btn-x-lg {
    width: 75px !important;
}

/* End: BUTTONS */

/* Start: BORDERS */
.no-border {
    border: 0 !important;
    border-radius: 0 !important;
}
.border-burgundy {
    border: 1px solid #68014A !important;
}
.border-thin {
    border: 2px solid !important;
}
/* End: BORDERS */

/* Start: COLORS */
.visibility-half {
    opacity: 0.3 !important;
}
.transparent {
    background: transparent;
}
.light-grey {
    background: rgba(119,119,118,0.5);
}
.light-beige {
    background: #E7E7E7;
}
.dark-beige {
    background: #C2B5B4;
}
.dark-beige-text {
    color: #A79F9A;
}
.burgundy {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a90329+31,8f0222+44,6d0019+79,6d0019+79,6d0019+79,440006+99 */
    background: #a90329; /* Old browsers */
    background: -moz-linear-gradient(top, #a90329 31%, #8f0222 44%, #6d0019 79%, #6d0019 79%, #6d0019 79%, #440006 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a90329 31%,#8f0222 44%,#6d0019 79%,#6d0019 79%,#6d0019 79%,#440006 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a90329 31%,#8f0222 44%,#6d0019 79%,#6d0019 79%,#6d0019 79%,#440006 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#440006',GradientType=0 ); /* IE6-9 */
    color: white;
}
.burgundy a {
    text-decoration: none;
    font-weight: bold;
    color: white;
}
.burgundy:hover {
    background: rgba(31,31,31,0.5) !important;
}
.text-burgundy {
    color: #440006;
    font-size: 12px;
}

/* End: COLORS */
/* Start: FORMS */
.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    background: rgba(174,231,179,0.5) !important;
}
.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    background: rgba(231,179,174,0.5) !important;
}
/* End: FORMS */
.about-profile-pic {
    height: 150px;
    width: inherit;
}
.footer-profile-pic {
    width: 100px;
}
.banner {
    margin-top: 10px;
    z-index: 999;
}
.banner-msg {
    font-family: 'Pacifico', cursive;
    font-size: 25px;
    position: relative;
    animation-name: transition-right;
    animation-duration: 4s;
    animation-timing-function: ease-in;
}
.banner-img {
    background: url('../images/banner.png') no-repeat center;
    background-size: contain;
    height: 200px;
    width: auto;
    z-index: 5;
}
.home-button-1 {
    animation-name: fade-in;
    animation-duration: 7s;
}
@keyframes transition-right {
    from {
        left: -300px;
        opacity: 0;
    }
    to {
        left: 0;
        opacity: 1;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.pacifico {
    font-family: 'Pacifico', cursive;
}
.roll-in-left {
    -webkit-animation: roll-in-left 2s ease-out both;
    animation: roll-in-left 2s ease-out both;
}

.burgundy-leaf-symbol {
    width: 50px;
    height: 50px;
}


/* ----------------------------------------------
 * Generated by Animista on 2019-10-28 0:7:16
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation roll-in-left
 * ----------------------------------------
 */
@-webkit-keyframes roll-in-left {
    0% {
        -webkit-transform: translateX(-800px) rotate(-540deg);
        transform: translateX(-800px) rotate(-540deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg);
        opacity: 1;
    }
}

@keyframes roll-in-left {
    0% {
        -webkit-transform: translateX(-800px) rotate(-540deg);
        transform: translateX(-800px) rotate(-540deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg);
        opacity: 1;
    }
}


.menu-account-1 {
    width: 500px;
}

.cookie-alert {
    position: center;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    top: 0;
    left: 0;
    z-index: 99;
    border: 0;
    border-radius: 0;
    height: auto;
    opacity: 0.75;
    margin-bottom: 5px;
}

.alert {
    margin-bottom: 0;
}


/* DASHBOARD STYLING BEGINS */
.sidenavsymbol {
    width: 50px;
    height: 50px;
    top: 5px;
}
.sidenav {
    width: 165px;
    z-index: 1;
    left: 10px;
    overflow-x: hidden;
    padding: 8px 0;
    border-radius: 15px;

}

.sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 15px;
    display: block;
    text-align:left;
}

@media (max-width: 1450px) {
    .sidenav {
        position: relative;
    }
}
@media (max-width: 975px) {

    .cookie-alert {
        top: 0;
        background: black;
        color: white;
        font-size: small;
        height: auto;
    }

    .sidenav {
        top: 35%;
    }
}
@media screen and (max-height: 450px) {
    
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 10px;
    }


}
/* DASHBOARD STYLING ENDS */

/*
	(Back to Top Attribution)
	
	Reference:
	https://www.w3schools.com/howto/howto_js_scroll_to_top.asp
*/
#back-to-top {
    display: none;
    position: fixed; 
    bottom: 20px; 
    right: 30px; 
    z-index: 99; 
    border: none;
    outline: none; 
    color: white; 
    cursor: pointer; 
    padding: 15px; 
    border-radius: 10px; 
    font-size: 18px; 
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a90329+31,8f0222+44,6d0019+79,6d0019+79,6d0019+79,440006+99 */
    background: #a90329; /* Old browsers */
    background: -moz-linear-gradient(top, #a90329 31%, #8f0222 44%, #6d0019 79%, #6d0019 79%, #6d0019 79%, #440006 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a90329 31%,#8f0222 44%,#6d0019 79%,#6d0019 79%,#6d0019 79%,#440006 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a90329 31%,#8f0222 44%,#6d0019 79%,#6d0019 79%,#6d0019 79%,#440006 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#440006',GradientType=0 ); /* IE6-9 */
}

#back-to-top:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}
/* BACK TO TOP BUTTON ENDS */


.accordionlink, .accordionlink:hover, .accordionlink:active {
    text-decoration: none;
}

.accrose {
    background-color: rgb(243, 218, 161, 0.7);
    background-image: url("../images/leaf_accordion.png");
    background-repeat: no-repeat;
    background-position: center; /* Center the image */
}

a:hover {
    text-decoration: none;
}

.nav-user {
    margin-top: 0;
}

.nav-invignoria:hover {
    animation-name: stretch;
    animation-duration: 3s;
    animation-timing-function: ease-out;
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: 5s;
    animation-fill-mode: forwards;
    animation-play-state: running;
    color: white;
}


@keyframes stretch {

    0% {
        background-color: white;
        border: 0;
        color: azure;
    }

    50% {
        background-color: #AFAFAF;
        opacity: 0.5;
        color: white;
        border: 0;
        letter-spacing: 0.2em;
    }

    100% {
        /** transform: scale(1.5); **/
        background-color: #F5BBB6;
        opacity: 1;
        letter-spacing: 0.1em;
        border: 0;
        color: #576F76;
    }
}
/* Start: NAVIGATIONS */
.sh-nav-desktop {
    background-color: gainsboro;
    width: 100%;
}

.sh-nav-desktop-authenticated {
    background: rgba(156,4,112,0.3);
    width: 100%;
    height: inherit;
    display: flex;
    z-index: 3;
}

.sh-nav-mobile {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a90329+31,8f0222+44,6d0019+79,6d0019+79,6d0019+79,440006+99 */
    background: #a90329; /* Old browsers */
    background: -moz-linear-gradient(top, #a90329 31%, #8f0222 44%, #6d0019 79%, #6d0019 79%, #6d0019 79%, #440006 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a90329 31%,#8f0222 44%,#6d0019 79%,#6d0019 79%,#6d0019 79%,#440006 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a90329 31%,#8f0222 44%,#6d0019 79%,#6d0019 79%,#6d0019 79%,#440006 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#440006',GradientType=0 ); /* IE6-9 */
    border-top-width: 3px;
    border-top-style: ridge;
    width: 100%;
    height: auto;
    z-index: 4;
}
/* End: NAVIGATIONS */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.nav-logo-1 {
    left: 0;
    width: 200px;
    height: 50px;
}

/* Start: FORMS */
input[type="search"] {
    box-shadow: none !important;
}

#softhauznav > form > div > input[class*="navsearch"] {
    width: 267px;
}

#softhauznav > form > div > input[class*="navsearch"]:hover {
    width: 415px;
}
.sh-form {
    border: 0;
    box-shadow: none !important;
}
.sh-form:hover, sh-form:active {
    background: #F7F7D9;
}
/* End: FORMS*/
.fa-sign-in-alt, .fa-pencil-alt {
    color: white;
}

nav > div > form > div > .navsearch {
    width: 267px;
}

#register > span[class*="sh-link-1"]:hover {
    background: #576F76;
    color: white;
}

.navbar-main {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 15%, rgba(9,9,121,1) 30%, rgba(0,212,255,1) 100%);
    width: 100%;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
    opacity: 0.7;
    color: #6d0019;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 350px;
}

.footer-card {
    background: transparent;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background: #CECFCF;
    height: 350px;
    margin-bottom: 0;
}

.sh-terms {
    height: 45px;
    width: 165px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-right: 10px;
    margin-top: 0;
    
}

/* MEDIA QUERIES */

@media screen and (max-width: 800px) {

    .banner-img {
        background: url('../images/sh_icon.png') no-repeat center;
        background-size: contain;
        height: 200px;
        width: auto;
    }

    .sh-terms-container {
        background-color: #DBC7D7;
    }
}


@media (max-width: 565px) {
    .row {
        margin-left: 3px;
        margin-right: 3px;
    }
}

@media (max-width: 1000px) {
    .dropdown-menu-right {
        right: 0;
        margin-right: 5%;
    }
}

@media (min-width: 675px) {

    .nav-logo-1 {
        left: 0;
        margin-left: 5%;
        width: 200px;
        height: 50px;
    }
}

@media (max-width: 975px) {
    .sh-btn-mobile-max {

    }
    .sh-nav-desktop-authenticated {
        width: auto;
        position: absolute;
        height: inherit;
    }

    .sh-link-1 {
        position: absolute;
    }
    .sh-link-2 {
        width: 65px !important;
        display: block !important;
    }

    .nav-user {
        position: relative;
        width: 150px;
        height: 50px;
    }

    .sh-terms {
        height: 45px !important;
        font-size: 12px !important;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        margin-right: 0 !important;
        margin-left: 5px !important;
    }

    .sh-terms-container {
        background-color: transparent;
    }

    .sh-terms-conditions {
        width: 125px !important;
    }

    .sh-terms-privacy {
        width: 100px !important;
    }

    #nav-search-desktop {
        display: none;
    }

    #softhauznav > form > div > input[class*="navsearch"] {
        display: none !important;
        /*width: 75% !important;
        margin-bottom: 5px !important; */
    }
}

@media (min-width: 768px) {
    html {
        font-size: 12px;
    }
}