@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap');

.alambic-title {
font-family: 'Roboto', sans-serif;
font-weight: 900;
}

.jumbotron {
background-color: #b5462a;
color: #ffffff;
min-width: 75vw;
}

.alambic-logo {
line-height: 0.80em;
font-weight: 900;
}

.vertical-center {
min-height: 75%;
/* Fallback for browsers do NOT support vh unit */
min-height: 75vh;
/* These two lines are counted as one :-)       */

display: flex;
align-items: center;
}

body {
font-family: 'Roboto', sans-serif;
font-weight: 400;
color: #505050;
}

.navbar {
background-color: #b5462a;
color: #ffffff;
border-radius: 5px;
line-height: 1em;
font-weight: bold;
}

.distillerie-name {
padding-top: 35px;
padding-bottom: 15px;
text-transform: uppercase;
font-weight: bold;
text-align: center;
}

.distillerie-widgets {
padding-top: 25px;
padding-bottom: 15px;
}

.distillerie-alambics, .distillerie-sms {
background-color: #ffffff;
color: #505050;
}

.distillerie-alambics h6, .distillerie-sms h6 {
background-color: #b5462a;
color: #ffffff;
border-radius: 5px;
text-transform: uppercase;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
}