﻿@import url('https://fonts.googleapis.com/css?family=Hahmlet&display=swap');
/*
    NavBar: 0173c7 > 726a38
    NavBar hover: 2a8ad4 > 5e5938
    Home H1 fecc73 > 79dbff

*/

* {
    font-family: 'Hahmlet', cursive;
}

h1 {
}

.bg-pastel1 {
    background-color: #60c2ae;
    color: white;
}

.bg-pastel2 {
    background-color: #ef7673;
    color: white;
}

.bg-pastel3 {
    background-color: #c575ce;
    color: white;
}

.related-designs {
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.8rem;
    background-color: #5e5938;
    color: white;
}


body {
}



a {
    color: #726a38;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #726a38;
        text-decoration: underline;
        background-color: transparent;
    }

.bg-dark {
    background-color: #5e5938 !important;
}

.bg-dark1 {
    background-color: #726a38 !important;
}

.navbar i {
    font-size: 1rem;
}

.navbar {
    font-weight: 600;
    font-size: 0.8rem;
    padding: 0rem;
    text-transform: uppercase;
    background-color: #726a38;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.nav-item {
    margin-right: 1px;
    padding: 0.2rem;
    border-left: 1px solid #fff;
}

    .nav-item:hover {
        background-color: #5e5938;
    }

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: white;
}

.dropdown-menu {
    background-color: #726a38;
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 0rem;
    margin: 0rem;
    padding: 0rem;
}

.dropdown-item {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
}

    .dropdown-item:active,
    .dropdown-item:focus,
    .dropdown-item:hover {
        background-color: #5e5938;
        color: #ffffff;
    }

    .dropdown-item:hover {
        background-color: #5e5938;
    }

.home-carousel .carousel-item video {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.home-carousel .carousel-item img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.home-carousel .carousel-item {
    height: 300px;
}

@media screen and (min-width: 992px) {
    .home-carousel .carousel-item {
        height: 80vh;
    }
}

.btn {
    border-radius: 0px;
}

.form-control {
    border-radius: 0px;
}

.btn-outline-primary {
    border-color: #726a38;
    color: #726a38;
}

    .btn-outline-primary:hover {
        background-color:#726a38;
        border-color: #726a38;
        color: #fff;
    }


.btn-primary {
    color: #ffffff !important;
    background-color: #726a38;
    border-color: #726a38;
    font-weight: 600;
}

    .btn-primary:hover {
        background-color: #5e5938;
        border-color: #5e5938;
    }


footer {
    color: white;
    font-size: 0.9rem;
}

    footer .fa-ul {
        margin-left: 1rem;
        line-height: 1.5rem;
    }

        footer .fa-ul .fa-li {
            line-height: 1.5rem;
            font-size: 0.6rem;
            margin: 0;
        }

    footer p {
        margin-bottom: 5px;
        font-size: 1rem;
        font-weight: 600;
    }

    footer a {
        margin-left: 3px;
        color: white;
    }

        footer a:hover {
            color: white;
        }

    footer .social-icons {
        padding: 4px;
        font-size: 2rem;
        text-align: center;
        text-decoration: none;
        opacity: 1;
    }

        footer .social-icons:hover {
            opacity: 0.5;
        }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 6px;
        top: 1.3em;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: .1rem;
        margin-right: .1rem;
    }


.alert-info {
    color: #60180c;
    background-color: #f1d6d1;
    border-color: #ebc4be;
}

.headerlinks ul {
    list-style: none;
    margin: 0px;
}

.headerlinks li {
    padding: 14px;
    display: inline-block;
}

.headerlinks a {
    text-transform: none;
}

.headerlinks {
    border-bottom: 1px solid #dddddd;
    font-size: 14px;
    margin-bottom: 10px;
}


.card {
    border-radius: 0px;
}

.card-body {
    padding: 0.5rem;
}

.card-body {
    padding: 0.5rem;
}

.card-footer {
    text-align: center;
    padding: 0.5rem;
    background-color: transparent;
    border-top: none;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0a649e;
    border-color: #0a649e;
}

.modal a {
    text-decoration: underline;
}

.bg-primary {
}

h1 {
    color: white;
    margin: 0px;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0.5rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    background-color: #9c935a;
}


.container-pages {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.container-midis {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.container-account {
    margin-top: 1rem;
    margin-bottom: 1rem;
}


.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #726a38;
    border-color: #726a38;
}

.container-midis img {
}

.pagination {
    border-radius: 0rem;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #726a38;
    border-color: #726a38;
}

.page-link {
    border-radius: 0rem;
    color: #726a38;
}

.page-item:last-child .page-link {
    border-radius: 0rem;
}

.page-item:first-child .page-link {
    border-radius: 0rem;
}

.bg-success {
    background-color: red !important;
}

.underline {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.price {
    font-size: 2rem;
    font-weight: bold;
}

.paymentselection label {
    font-weight: bold;
}


.card-footer {
    font-size: 1.2rem;
    font-weight: bold;
}

.card-title {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.25rem;
}


.mailinglist p {
    margin-bottom: 0.5rem;
}

.alert-link {
    text-decoration: underline;
}

h3 {
    font-weight: 800;
}

h5 {
    font-weight: bold;
    margin: 0;
}

.date-added {
    font-size: 12px;
    font-weight: bold;
    color: #f20c62;
}

.fotorama__wrap {
    margin: 0 auto;
}

.row > .gutter-small-col {
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-bottom: 15px;
}

.gutter-small {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.available-sizes {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.dropdown-menu {
    min-width: 200px;
}

    .dropdown-menu.columns-2 {
        min-width: 400px;
    }

    .dropdown-menu.columns-3 {
        min-width: 600px;
    }

    .dropdown-menu li a {
        padding: 5px 15px;
    }

.multi-column-dropdown {
    list-style: none;
    margin: 0rem;
    padding: 0rem;
    margin-top: 1px;
}

    .multi-column-dropdown li a {
    }

        .multi-column-dropdown li a:hover {
        }

@media (max-width: 767px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }
}

.table-midis th
{
    font-size: 0.8rem;
}
.topdownloads {
    background-color: #5e5938;
    margin: 0px;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.8rem;
    border-radius: 0.2rem;
    color: white;
}
.midi-list {
    
}
.midi-list p
{
    margin: 0px;
}
.midi-list p.link a 
{
    font-weight: bold;
    font-size: 14px;
}
.midi-list p.info{
    font-size: 10px;
    margin-bottom: 10px;
}
.h3-search
{
font-size: 1.2rem;
font-weight: 700;
padding: 0.8rem;
background-color: #5e5938;
color: white;
}