@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300;400&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");


.container {
    max-width: 960px;
}

/*
 * Custom translucent site header
 */

.site-header {
    background-color: rgb(47, 116, 69);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
    color: #000000;
    font-weight: bold;
    transition: color .15s ease-in-out;
}
.site-header a:hover {
    color: #3b3b3b;
    text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 300px;
    height: 540px;
    background-color: #333;
    border-radius: 21px;
    transform: rotate(30deg);
}

.product-device::before {
    position: absolute;
    top: 10%;
    right: 10px;
    bottom: 10%;
    left: 10px;
    content: "";
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
}

.product-device-2 {
    top: -25%;
    right: auto;
    bottom: 0;
    left: 5%;
    background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal > * {
    flex: 1;
}
@media (min-width: 768px) {
    .flex-md-equal > * {
        flex: 1;
    }
}

body {
    font-family: 'Merriweather Sans', sans-serif;
}

.font-light{
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: lighter;
}

a {
    text-decoration: none;
}

.bgnd-warning-stripes {
    background-color: orange;
    background-image: repeating-linear-gradient(120deg, transparent, transparent 25px, rgba(0,0,0,1) 25px, rgba(0,0,0,1) 50px);
}

.bg-op-90{
    opacity: .95;
}

.modal-xxl{
    max-width: 95vw;
    margin: 4.75rem auto;
}

iframe{
    width: 100%;
    height: 100%;
}