body {
    font-family: Garamond, serif;
    /*font: 20px Montserrat, sans-serif;*/
    line-height: 1.8;
    /*color: #f5f6f7;*/
}
p {font-size: 16px;}
.margin {margin-bottom: 45px;}

button {
    border-radius: 10em;
    border: 0;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scroll::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scroll {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.bg-1 {
    background-image: url("img/Cover 9-16.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 0;
    width: 100%;
    overflow: hidden;
}
.img-g{
    /*background-image: linear-gradient(to bottom, rgb(0 0 0 / 23%) 70%, #fcf8e357 100%);*/
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 9%) 80%, #ffffff 100%);
    height: 105vh;
    position: absolute;
    /*color: black;*/
}

.bg-2 {
    background-color: white; !important;
    color: black;
}

.bg-3 {
    background-color: #ffffff; !important;
    color: white;
    background-image: url("img/hand on neck.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.c-3{
    background-image: linear-gradient(to top, rgb(0 0 0 / 3%) 60%, #ffffff 98%);
    /*background-image: linear-gradient(to top, rgb(255 255 255 / 9%) 80%, #ffffff 100%);*/
    height: 75rem;
    color: black;
}

.bg-4 {
    background-color: black; !important;
    color: white;
}
.bg-5{
    background-color: black; !important;
    color: white;
    background-image: url("img/clock tower.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.c-5{
    /*background-image: linear-gradient(to bottom, rgb(0 0 0 / 3%) 60%, #ffffff 98%);*/
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 9%) 80%, #ffffff 100%);
    height: 75vh;
    color: black;
}

.bg-7{
     background-color: black; !important;
     color: white;
     background-image: url("img/full body.jpeg");
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     background-attachment: fixed;
     position: relative;
 }
.c-7{
    /*background-image: linear-gradient(to top, rgb(0 0 0 / 3%) 60%, #ffffff 98%);*/
    background-image: linear-gradient(to top, rgb(255 255 255 / 9%) 80%, #ffffff 100%);
    height: 60vh;
    color: black;

}

.bg-8{
    background-color: black; !important;
    color: white;
    background-image: url("img/Cover 9-16.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.c-8{
    /*background-image: linear-gradient(to top, rgb(0 0 0 / 3%) 60%, #ffffff 98%);*/
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 9%) 80%, #ffffff 100%);
    height: 60vh;
    color: black;

}

input[type=text], select {
    width: 100%;
    height: 3em;
    padding: 25px;
    /*margin: 10px 0;*/
    display: inline-block;
    border: 1px solid #494949;
    border-radius: 10em;
    box-sizing: border-box;
}

input[type=tel], select {
    width: 100%;
    height: 3em;
    padding: 25px;
    /*margin: 10px 0;*/
    display: inline-block;
    border: 1px solid #494949;
    border-radius: 10em;
    box-sizing: border-box;
}
input[type=text]:focus {
    color: #212529;
    background-color: #fff; !important;
    border-color: black;
    outline: 0;
    box-shadow: 0 0 15px .25rem rgb(0 0 0 / 35%);
}
input[type=tel]:focus {
    color: #212529;
    background-color: #fff; !important;
    border-color: black;
    outline: 0;
    box-shadow: 0 0 15px .25rem rgb(0 0 0 / 35%);
}

.container-fluid {
    padding-top: 70px;
    padding-bottom: 70px;
}
.navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 5px;
}
.navbar-nav  li a:hover {
    color: #1abc9c !important;
}
footer{
    background-color: black; !important;
}

/* DARK MODE FIX */
:root {
    /* this has to be set to switch between light or dark */
    color-scheme: light;

    --light-bg: #ffffff;
    --light-color: #000000;

    --dark-bg: #000000;
    --dark-color: #ffffff;
}
#lightDark {
    background-color: light-dark(var(--light-bg), var(--dark-bg));
    color: light-dark(var(--light-color), var(--dark-color));
}

.light {
    /* forces light color-scheme */
    color-scheme: light;
}
.dark {
    /* forces dark color-scheme */
    color-scheme: dark;
}


#section07 { background: url(https://www.nxworld.net/example/css-scroll-down-button/bg07.jpg) center center / cover no-repeat;}
#section08 { background: url(https://www.nxworld.net/example/css-scroll-down-button/bg08.jpg) center center / cover no-repeat;}

#section07 a {
    padding-top: 80px;
}
#section07 a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}
#section07 a span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
#section07 a span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}
#section07 a span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

#section08 a {
    padding-top: 60px;
}
#section08 a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}
#section08 a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    box-sizing: border-box;
}


