Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
html{
scroll-behavior: smooth;
}
@font-face {
font-family: custom;
src: url(fonts/Quicksand/Quicksand-VariableFont_wght.ttf);
}
section{
height: 100vh;
border-top: solid 2px;
}
.section69{
z-index: 999;
}
.section2{
z-index: 10000;
border-top: solid 2px;
}
.section3{
border-top: solid 2px;
border-bottom: solid 2px;
margin-bottom: 100px;
}
body {
font-family: custom;
margin: 0;
padding: 0;
background-color: rgb(0, 0, 0);
transition: background-color 0.3s ease, color 0.3s ease;
color: #fff;
}
body.light-mode {
background-color: white;
color: black;
font-family: custom;
}
input,
textarea {
font-family: custom; /* Apply custom font to form elements */
}
input:focus,
textarea:focus {
font-family: custom; /* Keep custom font on focus */
}
.btn, .carousel, .morph-section, .sidenav ,.sidenav2 ,.nav {
background-color: #000000; /* Default dark mode colors */
color: #fff;
transition: background-color 0.3s ease, color 0.3s ease;
}
.prev, .next{
background-color: transparent;
color: white;
transition: background-color 0.3s ease, color 0.3s ease;
}
body.light-mode input::placeholder,
body.light-mode textarea::placeholder {
color: #000000; /* Dark grey placeholders in light mode */
}
/* Focus state styling */
input:focus,
textarea:focus {
border-color: #ccc; /* Lighter border when focused */
}
body.light-mode input:focus,
body.light-mode textarea:focus {
border-color: #ffffff; /* Darker border in light mode when focused */
}
/* Hover state styling */
input:hover,
textarea:hover {
background-color: #ffffff; /* Slightly lighter background on hover in dark mode */
}
body.light-mode input:hover,
body.light-mode textarea:hover {
background-color: #919191; /* Slightly darker background on hover in light mode */
}
body.light-mode .navbar a::after{
background-color: #000000;
}
body.light-mode .morph-section{
background-color: transparent;
color: #000000;
}
body.light-mode a,
body.light-mode .sidenav a,
body.light-mode .sidenav2 ,
body.light-mode .nav {
background-color: #fff;
color: rgb(0, 0, 0);
}
body.light-mode .prev,
body.light-mode .next{
background-color:transparent;
color: black;
}
body.light-mode .carousel{
background-color: white;
color: #000000;
}
body.light-mode #message,
body.light-mode #submit{
border: solid black 1px;
color: black;
}
body.light-mode #name,
body.light-mode #email{
border-bottom: none;
border-left: solid 1px;
border-right: solid 1px;
border-top: solid 1px;
color: #000000;
}
.container {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 0.5fr 1.3fr 1.5fr 1.4fr;
gap: 0px 0px;
grid-auto-flow: row;
grid-template-areas:
"nav nav nav"
"main main main"
"main main main"
"main main main";
height: 100vh;
}
.nav {
grid-area: nav;
background-color: #000000a8;
display: inline;
top: 1;
width: 100%;
z-index: 10000;
border-bottom: solid 2px;
position: fixed;
}
.navbar a {
text-decoration: none;
color: #fff;
font-size: 30px;
margin: 15px;
float: right;
padding-top: 20px;
margin-right: 30px;
position: relative;
transition: 0.2s;
}
.navbar a::after {
content: "";
position: absolute;
width: 100%;
height: 2px;
background: #ffffff;
left: 0;
bottom: -4px;
transform: scaleX(0);
transform-origin: 100%;
transition: transform 0.5s;
}
.navbar a:hover::after {
transform: scaleX(1);
}
.main {
grid-area: main;
}
.main h1 {
font-size: 50px;
font-weight: normal;
}
.sidenav2 {
float: left;
position: fixed;
grid-area: nav;
background-color: #000000;
display: inline;
margin-left: 0px;
position: fixed;
top: 0;
width: 100%;
}
.sidenav2 a {
text-decoration: none;
color: #fff;
font-size: 30px;
margin: 15px;
float: left;
padding-top: 20px;
margin-right: 30px;
margin-left: 30px;
transition: background-color 0.3s ease, color 0.3s ease;
background-color: #000000;
}
.sidenav a{
transition: background-color 0.3s ease, color 0.3s ease;
background-color: rgb(0, 0, 0);
}
.flex-container {
display: flex;
text-align: center;
font-size: 70px;
flex-direction: row;
bottom: 20%;
justify-content: center;
}
.flex-container2 {
display: flex;
text-align: center;
flex-direction:column;
height: 100vh;
}
.image-container {
display: flex;
justify-content: center;
align-items: center;
height: 45vh;
flex-wrap: wrap;
margin-top: 90px;
}
.image {
width: 400px;
height: 400px;
background-size: cover;
animation: fadeIn 1s ease-in-out forwards;
opacity: 0;
padding-top: 40px;
}
.image1 {
background-image: url('/img/IMG_6285.jpg');
animation-delay: 1s;
border-radius: 25px;
}
#id-card {
width: 700px;
background-color: #000000;
border: 3px solid #000000;
margin: 50px auto;
padding: 100px;
text-align: center;
border-radius: 10px;
margin-top: 0px;
}
#photo {
width: 700px;
height: 150px;
border: 3px solid #000000;
margin: 0 auto 10px;
overflow: hidden;
}
#photo2{
width: 0px;
}
.fotoID1 {
margin-right: px;
}
.button {
display: inline-block;
padding: 10px 20px;
color: #ffffff;
text-decoration: none;
border: 3px solid;
border-radius: 100px;
transition: background-color 0.3s;
}
.button:hover {
background-color: #252525;
}
.text-container {
justify-content: center;
align-items: center;
height: 10vh;
}
.delay-text {
font-size: 40px;
animation: fadeIn 0.5s ease-in-out forwards;
opacity: 0;
margin-right: 100px;
margin-top: 150px;
margin-left: 100px;
}
.delay-text2{
font-size: 40px;
animation: fadeIn 0.5s ease-in-out forwards;
opacity: 0;
margin-right: 100px;
margin-top: 230px;
margin-left: 100px;
}
.delay-text header {
font-size: 60px
}
hr {
width: 520px;
}
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400);
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #ffffff;
font-size: 0.875em;
transition: background-color 0.3s ease, color 0.3s ease;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
color: #000000;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
color: #ffffff;
font-size: 0.875em;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
color: #000000;
}
input::placeholder,
textarea::placeholder {
color: #ffffff;
font-size: 0.875em;
}
input:focus::placeholder,
textarea:focus:placeholder {
color: #000000;
}
input::-ms-placeholder,
textarea::-ms-placeholder {
color: #ffffff;
font-size: 0.875em;
}
input:focus::-ms-placeholder,
textarea:focus::-ms-placeholder {
color: #000000;
}
input:hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder {
color: #e2dedb;
font-size: 0.875em;
}
input:hover:focus::-webkit-input-placeholder,
textarea:hover:focus::-webkit-input-placeholder {
color: #cbc6c1;
}
input:hover::-moz-placeholder,
textarea:hover::-moz-placeholder {
color: #e2dedb;
font-size: 0.875em;
}
input:hover:focus::-moz-placeholder,
textarea:hover:focus::-moz-placeholder {
color: #cbc6c1;
}
input:hover::placeholder,
textarea:hover::placeholder {
color: #e2dedb;
font-size: 0.875em;
}
input:hover:focus::placeholder,
textarea:hover:focus::placeholder {
color: #cbc6c1;
}
input:hover::placeholder,
textarea:hover::placeholder {
color: #e2dedb;
font-size: 0.875em;
}
input:hover:focus::-ms-placeholder,
textarea:hover::focus:-ms-placeholder {
color: #cbc6c1;
}
body {
background: #000000;
color: #ffffff;
}
#form {
position: relative;
width: 500px;
margin: 50px auto 100px auto;
}
input {
font-size: 0.875em;
width: 470px;
height: 50px;
padding: 0px 15px 0px 15px;
background: transparent;
outline: none;
color: #ffffff;
border: solid 1px #ffffff;
border-bottom: none;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
input:hover {
background: #b3aca7;
color: #e2dedb;
}
textarea {
width: 470px;
max-width: 470px;
height: 110px;
max-height: 110px;
padding: 15px;
background: transparent;
outline: none;
color: #ffffff;
font-size: 0.875em;
border: solid 1px #ffffff;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
textarea:hover {
background: #b3aca7;
color: #ffffff;
}
#submit {
width: 502px;
padding: 0;
margin: -5px 0px 0px 0px;
font-family: 'Lato', sans-serif;
font-size: 0.875em;
color: #ffffff;
outline: none;
cursor: pointer;
border: solid 1px #ffffff;
}
#submit:hover {
color: #e2dedb;
}
@keyframes fadeIn {
to {
opacity: 1;
}
}
@keyframes fadeIn {
to {
opacity: 1;
}
}
@media (max-width:690px) {
.sidenav2 a {
font-size: 0px;
}
.flex-container2{
height: 60vh;
}
.flex-container2 h1{
font-size: 35px
}
.sidenav a {
display: inline-block;
width: 100%;
text-align: center;
margin-right: 15px;
}
.nav{
margin-left: 15px;
}
.delay-text {
font-size: 25px;
}
hr {
width: 280px;
}
#photo {
width: auto;
height: 0px;
}
.fotoID1{
height: 0px;
}
#id-card {
padding: 2px;
width: 300px;
font-size: 25px;
margin-top: 0px;
}
.image1{
border-radius: 25px;
}
.main h1 {
width: 0 auto
}
#submit{
width: 332px;
}
#name{
width: 300px;
}
#email{
width: 300px;
}
#message{
width: 300px;
}
#form{
margin-left: 20px;
width: 0px;
}
#info{
font-size: 20px;
}
}
.carousel {
transition: background-color 0.3s ease, color 0.3s ease;
position:relative;
max-width: 600px; /* Adjust based on your needs */
margin: auto;
overflow: hidden;
background: #000000; /* Optional background color */
padding: 20px; /* Optional padding */
justify-content: center;
top: 40%;
height: 150px;
font-size: 20px
}
.carousel-inner {
display: flex;
transition: transform 2s ease-in-out;
}
.carousel-item {
min-width: 100%;
box-sizing: border-box;
text-align: center; /* Center text */
}
h2 {
margin: 0; /* Remove default margin */
}
p {
margin: 10px 0; /* Space between text elements */
}
.btn {
display: inline-block;
padding: 10px 20px;
background-color: #000000; /* Button color */
color: rgb(255, 255, 255);
text-decoration: none;
border-radius: 0px; /* Rounded button */
border: solid 1px ;
top: 40px;
}
.btn:hover {
background-color: #4b4b4b; /* Darker button color on hover */
}
button {
position: absolute;
top: 50%;
transform: translateY(-50%);
background-color: rgba(0, 0, 0, 0.7);
border: none;
cursor: pointer;
font-size: 18px;
padding: 10px;
color: white;
}
.prev {
left: 10px; /* Adjust position */
background-color: transparent;
}
.next {
right: 10px; /* Adjust position */
background-color: transparent;
}
.morph-section {
width: 600px;
height: 600px;
position: relative;
left: 50%;
top: 50%;
margin-top: -200px;
margin-left: -200px;
font-family: monospace;
color: #ffffff;
background-color: transparent;
}
/* Basic styles for the toggle container */
.toggle-container {
display: flex;
align-items: center;
justify-content: center;
position: fixed; /* Keep it fixed at a corner of the screen */
top: 20px; /* Adjust the position as needed */
right: 20px; /* Adjust the position as needed */
z-index: 1000;
margin-right: 600px;
margin-top: 23px;
}
/* Hide the default checkbox */
.toggle-switch {
display: none;
}
/* Styles for the switch label */
.toggle-label {
width: 60px; /* Width of the switch */
height: 30px; /* Height of the switch */
background-color: #d1d1d1; /* Default background color */
border-radius: 30px; /* Rounded corners */
position: relative;
cursor: pointer;
transition: background-color 0.3s ease; /* Smooth transition for background */
}
/* Inner circle of the switch */
.toggle-label::before {
content: '';
position: absolute;
width: 26px; /* Diameter of the circle */
height: 26px; /* Diameter of the circle */
background-color: rgb(255, 255, 255); /* Circle color */
border-radius: 50%; /* Make it a circle */
top: 2px; /* Position it inside the label */
left: 2px; /* Position it inside the label */
transition: transform 0.3s ease; /* Smooth transition for movement */
}
/* Change the switch appearance when checked */
.toggle-switch:checked + .toggle-label {
background-color: #000000; /* Color when in light mode */
}
.toggle-switch:checked + .toggle-label::before {
transform: translateX(30px); /* Move the circle to the right */
}