Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
@font-face {
font-family: Saira;
src: url(Saira-Regular.ttf);
}
html {
font-size: 10px;
}
body {
margin: 0;
font-family: Saira;
height: 100vh;
width: 100vw;
overflow-x: hidden;
/* position: relative; */
background-color: #121212;
}
.header {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
background-color: #161618;
height: 9.5rem;
position: fixed;
top: 0;
left: 0;
}
.header img {
height: 7rem;
width: auto;
margin-left: 1rem;
}
.navbar {
font-size: 2rem;
text-align: right;
}
.navbar a {
text-decoration: none;
color: white;
margin: 0 4rem;
transition: all 0.15s linear;
}
.navbar a[href="index.html"] {
color: #dc133b;
}
.navbar a:hover {
color: #dc133b;
border-bottom: #ffffff solid 0.1rem;
}
.foto {
margin-top: 10rem;
margin-left: 2rem;
display: flex;
justify-content: center;
align-items: flex-start;
}
#home-foto {
width: 90%;
height: auto;
display: block;
}
.intro-div-line {
width: 100%;
border: solid 0.2rem white;
margin-top: 1rem;
margin-bottom: 0.8rem;
}
.text-intro {
margin-top: 10rem;
margin-right: 2rem;
margin-left: 2rem;
}
h1 {
color: white;
font-size: 4rem;
font-family: Saira, system-ui;
}
.bullet-list {
color: white;
margin-left: 3rem;
font-size: 2.5rem;
font-family: Saira, system-ui;
}
.footer {
grid-area: footer;
width: 100%;
height: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.footer h2 {
font-size: 1.7rem;
color: #ffffff;
padding: 0 1rem;
}
.contact {
display: flex;
align-items: center;
padding-right: 0.5rem;
}
.icon {
color: #dc133b;
background-color: #121212;
font-size: 3.5rem;
padding: 0 0.5rem;
}
.content {
flex: 1;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr 4rem;
gap: 0px 0px;
grid-auto-flow: row;
grid-template-areas:
"context"
"footer";
height: 100%;
width: 100%;
overflow-y: hidden;
}
.context {
grid-area: context;
display: flex;
margin-top: 9rem;
justify-content: space-around;
}
.content::-webkit-scrollbar {
display: none;
}
.clr-accent {
color: #dc133b;
}
.container-mb {
display: none;
}
.menu {
display: flex;
flex-direction: row;
list-style-type: none;
margin: 0;
padding: 0;
}
.menu>li {
margin: 0.5em 0;
overflow: hidden;
}
.menu-button-container {
display: none;
height: 100%;
width: 100%;
cursor: pointer;
flex-direction: column;
justify-content: center;
align-items: flex-end;
}
#menu-toggle {
display: none;
}
.menu-button,
.menu-button::before,
.menu-button::after {
display: block;
background-color: #ffffff;
position: absolute;
height: 0.4rem;
width: 3rem;
border-radius: 0.1rem;
}
.menu-button::before {
content: '';
margin-top: -8px;
}
.menu-button::after {
content: '';
margin-top: 8px;
}
#menu-toggle:checked+.menu-button-container .menu-button::before {
margin-top: 0px;
transform: rotate(405deg);
}
#menu-toggle:checked+.menu-button-container .menu-button {
background: rgba(255, 255, 255, 0);
}
#menu-toggle:checked+.menu-button-container .menu-button::after {
margin-top: 0px;
transform: rotate(-405deg);
}
.mb {
display: none;
}
.container-pc {
width: 100%;
height: 100%;
background-image: url("hex-pattern.png");
background-repeat: no-repeat;
background-position: bottom right;
background-size: 30%;
overflow-y: hidden;
}
@media (max-width: 1108px) {
h1 {
color: white;
font-size: 3.2rem;
font-family: Saira, system-ui;
}
.bullet-list {
color: white;
margin-left: 3rem;
font-size: 2.3rem;
font-family: Saira, system-ui;
}
}
@media (max-width: 1023px) {
.container-pc {
display: none;
}
.container-mb {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 9rem 1fr 3rem;
gap: 0px 0px;
grid-auto-flow: row;
grid-template-areas:
"header-mb"
"content-mb"
"footer-mb";
height: 100vh;
width: 100vw;
overflow-y: scroll;
/* background-image: url("hex-pattern.png");
background-repeat: no-repeat;
background-position: bottom right;
background-size: 90%; */
}
.hamburger-menu {
height: 100%;
width: 0;
float: right;
margin-right: 5%;
}
.header-mb {
grid-area: header-mb;
display: flex;
justify-content: space-between;
position: fixed;
width: 100%;
height: 9rem;
background-color: #161618;
}
.header-mb img {
margin: 1rem 0 1rem 1rem;
width: 20rem;
height: auto;
}
.content-mb {
grid-area: content-mb;
display: flex;
flex-direction: column;
}
.footer-mb {
grid-area: footer-mb;
width: 100%;
height: 3rem;
display: flex;
justify-content: space-between;
align-items: center;
}
.footer-mb h2 {
font-size: 0.9rem;
color: #ffffff;
padding-left: 1rem;
padding-right: 1rem;
}
.contact-mb {
display: flex;
align-items: center;
padding-right: 1rem;
}
.icon-mb {
color: #dc133b;
background-color: #121212;
font-size: 2.5rem;
padding: 0rem;
}
.navbar-mb {
width: 50%;
background-color: #161618;
margin-right: 1rem;
}
.menu-button-container {
float: right;
justify-self: center;
}
.menu-button-container {
display: flex;
}
.menu {
position: absolute;
top: 9rem;
right: 0;
flex-direction: column;
width: 100%;
justify-content: center;
align-items: center;
}
#menu-toggle~.menu li {
height: 0;
margin: 0;
padding: 0;
border: 0;
transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
#menu-toggle:checked~.menu li {
height: 10rem;
transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
border-top: #ffffff solid 0.1rem;
}
#menu-toggle:checked~.menu .cv-mb {
height: 10rem;
transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
border-bottom: #ffffff solid 0.1rem;
}
.menu>li {
display: flex;
justify-content: center;
width: 100%;
height: 100%;
color: #ffffff;
background-color: #161618;
font-size: 2rem;
text-decoration: none;
z-index: 778;
}
.menu a {
color: #ffffff;
height: 100%;
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
}
.menu a[href="index.html"] {
color: #dc133b;
width: 100%;
text-align: center;
}
.intro-mb {
display: flex;
width: 100%;
justify-content: center;
}
.intro-div-line-mb {
width: 100%;
border: solid 0.1rem white;
margin-top: 1%;
margin-bottom: 0.6%;
}
h1 {
color: white;
font-size: 6.5vw;
font-family: Saira, system-ui;
}
.bullet-list-mb {
color: white;
margin-left: 3rem;
font-size: 4.5vw;
font-family: Saira, system-ui;
}
.text-intro-mb {
margin-top: 2.9%;
}
.foto-mb {
display: flex;
justify-content: center;
}
#home-foto-mb {
width: 80%;
height: auto;
margin-top: 15%;
}
}