﻿@font-face {
    font-family: 'Merriweather';
    src: url("fonts/Merriweather-Black.ttf");
}


p {
    font-family: 'Merriweather';
}

h1, h2, h3, h4, h5, h6 {
    text-align: center;
    font-family: 'Merriweather';
}
.gallery {
    margin: 0% 0%;
}
.gallery img {
    transition: 1s;
    padding: 1%;
    width: 20%;
}
.gallery img:hover {
    filter: grayscale(100%);
    transform: scale(1.1);
}
* {
    box-sizing: border-box
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}






html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Merriweather';
}


.logo {
    flex: 1 1 auto;
    margin-left: 10%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 35px;
}

img {
    width: 40%;
    padding: 5px;
}


#Videobg {
    object-fit: contain;
    width: 40%;
    height: 10%;
    position: center;
    right: 0;
    bottom: 0;
    min-width: 60%;
    min-height: 20%;
    margin: 4px;
}


