Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
body {
font-size: 16px; /* Set a base font size */
line-height: 1.5; /* Set a base line height */
margin: 0;
padding: 0px;
font-family: 'Arial', sans-serif; /* Choose a font family */
height: 100vh;
background: linear-gradient(45deg, #C1AE7C, #5C5552, #433633, #C1AE7C);
background-size: 300% 300%;
animation: color 12s ease-in-out infinite;
}
@font-face {
font-family: sora;
src: url(fonts/Sora-Bold.ttf);
}
.button-tekst{
font-family: 'sora';
}
.title h1{
margin: 0;
}
.container{
height: 100%;
width: 100%;
}
.content{
}
@keyframes color{
0%{
background-position: 0 50%
}
50%{
background-position: 100% 50%
}
100%{
background-position: 0 50%
}
}
.gastenboek{
font-size: 50px;
text-align: center;
padding: 0px;
margin: 20px;
}
.navigationbar {
list-style-type: none;
margin: 0;
padding: 0;
font-family: 'sora';
}
.navigationbar > ul {
list-style-type: none;
margin: 0;
padding: 0;
/* width: 200px; */
background-color: #C1AE7C;
display: flex;
flex-direction: row;
}
.navigationbar > li {
display: flex;
/* width: ; */
}
.navigationbar >a {
display: block;
padding: 8px;
background-color: #C1AE7C;
}
.navigationbar >ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #C1AE7C;
}
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
.reviews-container {
display: flex;
justify-content: space-between;
padding: 20px;
margin-top: 100px;
}
#reviews-container-form{
margin-top: 50px;
}
.review {
width: 30%;
background-color: rgba(193, 174, 124,);
padding: 15px;
margin: 10px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 1.0);
}
.review h3 {
margin-bottom: 10px;
}
li a {
display: block;
color: rgb(255, 248, 248);
text-align: center;
padding: 18px 16px;
text-decoration: none;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
/* Change the link color to #111 (black) on hover */
li a:hover {
background-color: #433633;
transition: 0.5s;
}
.feedback-input {
color: #222;
font-family: Helvetica, Arial, sans-serif;
font-weight: 500;
font-size: 18px;
border-radius: 5px;
line-height: 22px;
background-color: white;
border: 2px solid #2c2b2b;
transition: all 0.3s;
padding: 13px;
margin-top: 10px;
margin-bottom: 15px;
width: 100%;
box-sizing: border-box;
outline: 0;
}
.feedback-input:focus {
border: 2px solid #291980;
}
textarea {
height: 150px;
line-height: 150%;
resize: vertical;
}
[type="submit"] {
font-family: "Montserrat", Arial, Helvetica, sans-serif;
width: 100%;
background: #2c2b2b;
border-radius: 5px;
border: 0;
cursor: pointer;
color: white;
font-size: 24px;
padding-top: 10px;
padding-bottom: 10px;
transition: all 0.3s;
margin-top: -4px;
font-weight: 700;
}
.form{
margin-left: 20px;
margin-right: 20px;
}
[type="submit"]:hover {
background: #291980;
}
.overlay-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
color: #fff;
}
.textarea{
display: flex;
justify-content: center;
margin-left: auto;
margin-right: auto;
top: px; /* Adjust the distance from the top */
left: 570px; /* Adjust the distance from the left */
border: 10px solid #686565;
padding: 20px;
border-radius: 30px;
background-color: #817c7c;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#tekstmessages{
margin-left: 200px;
}
.video-container {
position: relative;
width: 100%;
overflow: hidden;
justify-content: center; /* Center horizontally */
align-items: center; /* Center vertically */
display: flex;
}
.video-container video {
position: relative;
width: 130%; /* Adjust the width as needed */
height: 50vh; /* Adjust the height as needed */
}
.black-filter {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: black;
opacity: 0.9; /* Adjust opacity as needed */
}
.middenstuk{
text-align: center; /* Aligns content center horizontally */
margin-top: 50px; /* Adjust margin top as needed */
}
.middenbutton{
display: block;
outline: 0;
border: 0;
margin: 0 auto; /* Centers the button horizontally */
cursor: pointer;
will-change: box-shadow,transform;
background: radial-gradient( 100% 100% at 100% 0%, #C1AE7C 0%, #5C5552 100% );
box-shadow: 0px 2px 4px rgba(193, 174, 124, 0.4), 0px 7px 13px -3px rgba(193, 174, 124, 0.3), inset 0px -3px 0px rgba(193, 174, 124, 0.5);
padding: 0 200px;
border-radius: 6px;
color: #fff;
height: 78px;
width: 100px;
font-size: 18px;
font-family: 'sora';
text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
transition: box-shadow 0.15s ease,transform 0.15s ease;
:hover {
box-shadow: 0px 4px 8px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgba(204, 202, 75, 0.3), inset 0px -3px 0px #000000;
transform: translateY(-2px);
}
:active{
box-shadow: inset 0px 3px 7px #3c4fe0;
transform: translateY(2px);
}
}
#formbutton{
margin: 2px;
}
.button-tekst {
display: flex;
justify-content: center; /* Center items horizontally */
margin: auto; /* Center the whole container horizontally */
margin-top: 200px;
color: #c29f40;
font-size: larger;
text-shadow: 2px 2px 4px rgba(104, 92, 64, 0.5);
}
.upload-container {
position: relative;
width: 200px;
margin: 20px auto;
}
.upload-label {
display: block;
width: 100%;
height: 40px;
line-height: 40px;
text-align: center;
background-color: #3498db;
color: #fff;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s ease;
}
.upload-label:hover {
background-color: #2980b9;
}
#imageUpload {
display: none;
}
.image-preview {
margin-top: 10px;
width: 100%;
height: 200px;
border: 1px solid #ccc;
border-radius: 5px;
background-size: cover;
background-position: center;
}