Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
*{
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: sans-serif;
font-family: Agency FB; font-size: 14pt;
}
.topnav {
background-color: #0000009d;
overflow: hidden;
}
.topnav a {
float: left;
color: #ffffff;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #ddd;
color: black;
}
.topnav a.active {
background-color: #00DAFF ;
color: white;
}
.container{
height: 100vh;
width: 100%;
position: relative;
background-color: rgb(31, 32, 32);
background-size: cover;
background-position: center;
display: flex;
justify-content: center;
align-items: center;
}
.container .box{
height: 60vh;
width: 60%;
padding: 0 20px;
background-color: rgba(255, 0, 0, 0.42);
z-index: 10;
border: 2px solid rgb(255, 255, 255);
display: flex;
backdrop-filter: blur(10px);
margin-bottom: 19%;
}
.container nav{
height: 7%;
width: 90%;
position: absolute;
display: flex;
align-items: center;
justify-content: space-between;
margin: 15px auto;
padding: 20px;
}
.content .section-1{
position: relative;
width: 40%;
}
.content .section h1{
margin-bottom: 200px;
font-size: 25pt;
font-weight: 700;
color: #ff0000;
font-family: Agency FB;
}
.content .section h2{
margin-left: 36%;
font-size: 40pt;
font-family: Agency FB;
color: #ffffff;
align-content: center;
margin-bottom: 50px;
}
.content .section h3{
font-size: 24px;
color: #ff0000;
margin-bottom: 10px;
font-family: Agency FB;
}
.content .section p{
font-size: 24pt;
color: #a6a6ad;
margin-bottom: 50px;
font-family: Agency FB;
align-items: center;
}
@media screen and (max-width: 600px){
.container .box{
width: 100%;
}
.content .section-1{
width: 100%;
}
.content .section h1{
font-size: 20pt;
}
.content .section h2{
font-size: 30pt;
}
.content .section h3{
font-size: 20px;
}
.content .section p{
font-size: 20pt;
align-items: center;
}
}