@import url('https://fonts.googleapis.com/css2?family=Castoro:ital@0;1&family=Special+Elite&display=swap');

/* font-family: 'Castoro', serif;
font-family: 'Special Elite', cursive; */

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Castoro', serif !important;
    font-weight: 400 !important;
}

body {
    font-size: 1rem;
}

.logo img {
    width: 350px !important;
    height: 70px !important;
}

#header {
    height: 11rem !important;
}

.navbar-section.logo {
    flex-basis: 100%;
    justify-content: center;
    margin-top: 1.7rem;
    font-weight: 400;
    height: 6rem !important;
}

.navbar-section.desktop-menu {
    flex-basis: 100%;
    justify-content: center !important;
    height: 3rem !important;
    margin-top: 1rem;
    font-weight: 400;
    color: lightgray;
}

.navbar-section.desktop-menu li {
    font-size: 1rem !important;

}

#body-wrapper {
    padding-top: 10rem !important;
}

.nice-gradient {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,2989d8+33,207cca+66,ffffff+100 */
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(41, 137, 216) 33%, rgb(32, 124, 202) 66%, rgb(255, 255, 255) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(41, 137, 216) 33%, rgb(32, 124, 202) 66%, rgb(255, 255, 255) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(41, 137, 216) 33%, rgb(32, 124, 202) 66%, rgb(255, 255, 255) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
}

img.bottom-align {
    vertical-align: bottom;
}

.clear-right {
    clear: right;
}

#footer {
    font-size: 0.7rem;
}

.shadow {
    box-shadow: 5px 5px 5px #888888;
}

.shoppic {
    margin-top: 2rem;
}

.nohover:link,
.nohover:hover {
    text-decoration: none;
}

