bpb-website/style.css
2025-01-13 09:29:58 -05:00

52 lines
843 B
CSS

:root {
--bulma-primary-h: 197deg;
--bulma-primary-l: 47%;
--bulma-info-h: 175deg;
--bulma-info-s: 88%;
--bulma-info-l: 42%;
--bulma-navbar-item-img-max-height: 200px;
}
html {
background-color: rgb(231, 230, 221);
font-family: "Autour One", serif; /* font-family: "Playwrite AU SA", serif; */
height: 100%;
}
body {
font-family: "Autour One", serif;
}
nav {
font-family: "Autour One", serif;
}
header {
position: relative;
text-align: center;
color: antiquewhite;
}
.centerimg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 4em;
}
#heroImg {
position: absolute; /* height: 600px; */
}
.navbar-item img, .navbar-item svg {
max-height: 1.30em;
}
.is-overlay {
margin: auto;
}
.padding{
padding: 1.2rem;
}