﻿/*
MAY ALL BEINGS BE HAPPY AND HAVE A NICE LIFE WITHOUT SUFFERING!
*/
html, body {
    /* 100% ivm achtergrond */
    height: 100%;
}
    html.translated-ltr body nav.navbar {
        padding-top: 39px;
    }

body {
    background-color: #1B0301;
    min-height: 75rem;
    background-color: transparent;
}

/*    body > .container {
        padding-top: 5rem;
    }
*/
#background {
    /* achtergrond */
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url('../img/buddha.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
/*    animation: breath 500s linear infinite;*/
}

.form-control:focus {
    border-color: #FFC107;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 193, 7, 0.6);
}
.nomargin {
    margin: 0px;
}

.card {
    /* Maak de cards licht transparant */
    background-color: rgba(255,255,255,.90) !important;
}

.cardwhite {
    /* Maak de cards niet meer transparant */
    background-color: rgba(255,255,255,1) !important;
}

.navbar-toggler-icon {
    /* navbar icoon */
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' 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 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.clickable {
    cursor: pointer;
}

.img-cover {
    object-fit: cover;
}