﻿* {
    font-family: 'Poppins', sans-serif;
}

body {
    background: linear-gradient(to bottom, rgba(255,255,255, .40), rgba(0, 0, 0, 0) 115%), url('background.png') no-repeat;
    background-size: cover;
    height:100%;
    min-height:100vh;
}

.audio {
    background: linear-gradient(to bottom, rgba(255,255,255, .40), rgba(0, 0, 0, 0) 115%), url('background2.png') no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 100vh;
}

.video {
    background: linear-gradient(to bottom, rgba(255,255,255, .40), rgba(0, 0, 0, 0) 115%), url('background3.png') no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 100vh;
}

.affirmation {
    max-width: 75vw;
    max-height:50vh;
    height: auto;
    border-radius: 35px;
    margin-left: auto;
    margin-right: auto;
}

.video-affirmation {
    max-height: 65vh;
    max-width: 75vw;
    height: auto;
    border-radius: 35px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    color: #000000;
    text-align: center;
    padding-top:50px;
    margin: 20px 10vw;
}

p {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    text-align: center;
    line-height: 35px;
}

a {
    font-weight:bold;
}

.card {
    perspective: 1000px;
    position: relative;
    transition: transform 1s;
    transform-style: preserve-3d;
    transform: rotateY(360deg);
}

.card-inner {
    perspective: 1000px;
    cursor: pointer;
    position: relative;
    transition-delay:0.5s;
    transition: transform 1s;
    transform-style: preserve-3d;
    transform: rotateY(360deg);
}


button {
    display: block;
    background-color: darkblue;
    border: solid;
    border-color: white;
    padding: 5px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    padding: 12px 20px;
    margin: 0 auto;
    border-radius: 5px;
    cursor: pointer;
}

.link {
    background-color: white;
    color: blue;
    margin: 15px auto;
    max-width: 60vw;
}

a {
        text-decoration: none;
    }

/* @media (prefers-color-scheme: dark) {
    * {background-color:black;}
    h1 {color:white;}
    p {color: white;}
}
*/
@media screen and (min-width:900px) {
    .video-affirmation {
        max-height: 65vh
    }
    h1 {margin:50px;}
}


/* Counter styling */

iframe {
    min-width:100%;
    border:none;
    overflow-y:hidden;
    background-color:none;
}

.count-body {
    overflow-y:hidden;
    background:none;
    color: rebeccapurple;
    font-size: 24px;
}

.count-me {
    display: inline-block;
    padding: 10px 10px 6px;
    border-radius: 6px;
    background: white;
    margin: 5px 5px;
    font-size: 2rem;
    overflow-y: hidden;
}

.counter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow-y: hidden;
}

.message {
    color: black;
    text-align: center;
    margin-top: 10px;
    overflow-y: hidden;
    font-weight:600;
}
