* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    
}
html body {
    min-height: 100%;
}
img {
    width: 100%;
    height: auto;
}
#shots {
    width: 100%;
    height: auto;
}
h1 {
    position: relative;
    color: #ffffff;
    text-shadow: 1px 0px 18px rgba(255, 255, 255, 0.99);
    font-size: 1em;
    text-align: center;
    padding-top: 140px;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 9991;
}
h2 {
    position: relative;
    color: #ffffff;
    
    text-align: center;
    padding-top: 100px;
    letter-spacing: 2px;
    z-index: 9993;
}
h3 {
    color: #42610a;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 30px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #c7eb6f;
    padding: 0 0 10px 0;
}
h4 {
    position: relative;
    color: #ffffff;
    text-shadow: 1px 0px 18px rgba(255, 255, 255, 0.99);
    letter-spacing: 11px;
    padding: 0px;
    font-size: 25px;
    z-index: 999;
}
h5 {
    color: #ffffff;
    padding: 0 0 10px 0;
    text-shadow: 1px 0px 8px rgba(0, 0, 0, 0.99);
    background-color: #c7eb6f;
}
h6 {
    color: #000000;
    padding: 15px 0 0px 0;
    font-size: 16px;
}
p {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 10px 50px;
}
section.top {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background: rgb(205,238,255);
    background: radial-gradient(circle, rgba(205,238,255,1) 4%, rgba(113,204,247,1) 36%, rgba(15,134,209,1) 100%);
}
section.top:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1400px;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 85%, rgba(0,0,0,0.3) 90%, #000 100%);
    z-index: 999;
}
section.top img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
#two {
    z-index: 10;
    animation: animate calc(10s * var(--i)) linear infinite;
}
#three {
    z-index: 9;
    animation: animate calc(10s * var(--i)) linear infinite;
}
#four {
    z-index: 9;
    animation: animate2 calc(10s * var(--i)) linear infinite;
}
#text {
    position: relative;
    color: #dfb80c;
    
    font-size: 5em;
    text-align: center;
    padding-top: 250px;
    letter-spacing: 2px;
    z-index: 7;
}
@media screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape){
    #text {
        padding-top: 10px;
    }
}
#text-top {
    position: relative;
    color: #ffffff;
    z-index: 999;
    font-size: 2em;
    text-align: center;
    padding-top: 100px;
    letter-spacing: 2px;
}
.container-top {
    background-color: #000;
    min-height: 100vh;
    position: relative;
    color: #ffffff;
    z-index: 1;
    font-size: 1em;
    text-align: center;
    padding-top: 100px;
    letter-spacing: 2px;
}
.blog { 
    height: 50vh;
    padding: 50px;
    background-image: url("/images/page.png");
    background-size: cover;
    background-position: center;
}
/* animiton */

@keyframes animate {
    
    0% {
        opacity: 0;
        transform: scale(1);
    }
    20%,75% {
        opacity: 0.6;
    }
    100% {
        opacity: 0.1;
        transform: scale(3);
    }
}

@keyframes animate2 {
    
    100% {
        opacity: 0.01;
        transform: scale(1);
    }
    55% {
        opacity: 0.8;
    }
    0% {
        opacity: 0.3;
        transform: scale(0.5);
    }
}
/* animiton */


.f-screen {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0;
    
}
.blog-top {
    position: relative;
    min-height: 100vh;
    /* background-attachment: fixed; */
    /* background-position: center; */
    /* background-repeat: repeat; */
    /* background-size: cover; */
    background-color: #394d03;
    /* background-image: url("media/grass.png"); */
    z-index: 3;
    max-width: 1200px;
    margin: 0px auto;
    padding: 50px 20px;
    
}
#demo {
    text-align: center;
    font-weight: bold;
    background-color: rgb(197, 25, 25);
    padding: 5px;
    color: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #c7eb6f;
    top: 40px;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
.container::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    right: -17px;
    background: url("/media/leafs.png");
    
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.left {
    left: 0;
}

/* Place the container to the right */
.right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -16px;
}

/* The actual content */
.content-page {
    padding: 10px 10px;
    background-color: rgb(255, 255, 255);
    position: relative;
    border-radius: 6px;
    color: rgb(7, 7, 7);
}
.txt {
    color: black;
    letter-spacing: normal;
    text-align: left;
    padding: 10px 5px;
}
/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }
  
  /* Full-width containers */
  .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
    left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}
/* slideshow  */

.slideshow {
    width: 100%;
    height: 230px;
    position: relative;
    overflow: hidden;
    background: #000;
    margin: 0px 0;
}
.slideshow-item {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    animation: slideanim 40s infinite;
    pointer-events: none;
}
.slideshow-item:nth-child(1),
.slideshow-item:nth-child(1) img {
    animation-delay: 0;
}
.slideshow-item:nth-child(2),
.slideshow-item:nth-child(2) img {
    animation-delay: 10s;
}
.slideshow-item:nth-child(3),
.slideshow-item:nth-child(3) img {
    animation-delay: 20s;
}
.slideshow-item:nth-child(4),
.slideshow-item:nth-child(4) img {
    animation-delay: 30s;
}
.slideshow-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: zoom 40s infinite;
}

@keyframes slideanim {
    12.5%{
        opacity: 1;
        pointer-events: auto;
    }
    25%{
        opacity: 1;
        pointer-events: auto;
    }    
    37.5%{
        opacity: 0;
    }
}
@keyframes zoom {
    50%{
        transform: scale(1.3);
    }    
}
.footer {
    padding: 20px;
    text-align: center;
    letter-spacing: normal;
    background-color: rgb(7, 92, 5);
}
.footer a {
    
    text-align: center;
    color: rgb(255, 255, 255);
}