/* When the browser is at least 600px and above */
@media screen and (min-width: 600px) {

    section .content{
        padding: 2vw;
        width: 60vw;
        margin-left: auto;
        margin-right: auto;
    }
    .spacer {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 600px){
    section .content{
        padding-bottom: 2vw;
        width: 95vw;
        margin-left: auto;
        margin-right: auto;
    }
    .spacer {
        padding-top: 0;
    }
}

.alternate-color {
    color: #ea6433;
}

.button {
    display: inline-block;
    background-color: #f4511e;
    border: none;
    color: #FFFFFF;
    text-align: center;
    width: 400px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    font-family: "gesta", sans-serif;
    font-weight: 300;
    font-style: normal;
    padding: 0.3em 1.2em;
    border-radius: 30px;
    font-size: 1.2rem;
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button:hover span {
    padding-right: 25px;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}

.padding {
    padding: 5px;
}
a:link {
    color: grey;
    text-decoration: none;
}
a:visited {
    color: grey;
    background-color: transparent;
    text-decoration: none;
}
a:hover {
    color: darkgreen;
    background-color: transparent;
    text-decoration: underline;
}
a:active {
    color: darkgreen;
    background-color: transparent;
    text-decoration: underline;
}
.bg-mppurple {
    background-color: #48388a;
    padding: 5px;
    color: whitesmoke;
}
.sc-icons {
    height: 30px;
}

.dialog-screen {
    background-color: lightgrey;
    margin-right: auto;
    margin-left: auto;
    z-index: 1;
    background-color: rgba(0, 0, 0, .2);
    overflow-y: hidden;
    transition: 1s;
    width: 95vw;
    padding: 10vw;
}
.dialog-screen-content {
    text-decoration-color: white;
    opacity: 1;
}

.flex-item {
    background: tomato;
    width: 350px;
    height: 50px;
    line-height: 50px;
    color: white;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    border-radius: 500px;
    display:inline-block;
}
.flexmark-container {
    display: flex;
    height: auto;
    justify-content: center;
}
span + span {
    margin-left: 50%;
}
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
    /* Styles */
    span + span {
        margin-left: 0;
    }
}
.vertical-center {
    justify-content: center;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.margin-left {
    margin-left: 20vw;
}
.full-screen-width {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    width: 100vw;
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button:hover span {
    padding-right: 25px;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}

.sc-icons {
    height: 30px;
    margin-left: 5px;
}
footer {
    position:relative;
    bottom:0;
}
footer > .divider {
    display: inline-block;
    vertical-align: middle;
}

section .content:nth-child(even) {
    background: #ede4d2;
}
section .content:nth-child(odd) {
    background: #f4eee2;
}
/* When the browser is at least 600px and above */
@media screen and (min-width: 600px) {
    section {

    }
    section .content{
        padding: 2vw;
        width: 60vw;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 600px){
    section .content{
        padding-bottom: 2vw;
        width: 95vw;
        margin-left: auto;
        margin-right: auto;
    }
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button:hover span {
    padding-right: 25px;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}


.dialog-screen {
    background-color: lightgrey;
    margin-right: auto;
    margin-left: auto;
    z-index: 1;
    background-color: rgba(0, 0, 0, .2);
    overflow-y: hidden;
    transition: 1s;
    width: 95vw;
    padding: 10vw;
}

h1 {
    font-family: "gesta", sans-serif;
    font-weight: 700;
    font-style: normal;
}

label{
    color: white;
}