* {
    margin: 0;
    padding: 0;
    }

html {
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
    
}

body {
    background-color:rgb(90, 96, 99);
    background-image: url('barfborder.png');
}

img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.spant {
    text-decoration: none;
    margin: 0 auto;
    display: table;
}

a {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: white;
}
.siteitem {
    border: 1em solid black;
    /* border-image: url('barfborder.png') 100;
    border-image-repeat: repeat; */
    border-radius: .5em;
    background-color:rgb(90, 96, 99);
    z-index: 1;

    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 2em;
    color: white;
    height: 80%;
    width: 80%;
    position: relative;
    /*
    background-image: url("tile2.png");
    background-repeat: repeat-x; */
    top: 50%;
    transform: translate(0, -50%);
}

.menuitem {
    border: 1em solid white;
    position: fixed;
    z-index: 1;
    border-radius: .5em;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 2em;
    color: white;
    height: 75%;
    width: 25%;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.pagecontent {
    
    z-index: -1;
    height: 100%;
    width: 100%;
}
.sitecontainer {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    width: 100%;
    height: 100svh;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.flexcontainer {
    justify-content: center;
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;

    flex-wrap: wrap;
    box-sizing: border-box;
    gap: 1rem;
}

.paircontainer {
    justify-content: center;
    width: 80%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    gap: 1rem;
    border: solid 3px black;
}

.flexitem {

    border: 1em solid black;
    background-color:rgb(90, 96, 99);
    
    border-radius: .5em;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 2em;
    color: white;
    height: 25%;
    flex-grow: 1;
    /* min-width: 0; */
    flex: 1;
    top: 0;
    box-sizing: border-box;
}

.spflex {
    
    border: 1em solid black;
    background-color:rgb(90, 96, 99);

    border-radius: .5em;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 2em;
    color: white;
    height: 25%;
    flex-grow: 1;
    /* min-width: 0; */
    flex: 1;
    top: 0;
    box-sizing: border-box;
    background-image: url("spotifylogo.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ytflex {
    
    border: 1em solid black;
  
    background-color:rgb(90, 96, 99);

    border-radius: .5em;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 2em;
    color: white;
    height: 25%;
    flex-grow: 1;
    /* min-width: 0; */
    flex: 1;
    top: 0;
    box-sizing: border-box;
    background-image: url("youtube.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.logoitem {

    background-image: url("sbtight.png");
    background-color:rgb(90, 96, 99);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;

    background-position: center;
    position: relative;
    box-sizing: border-box;
    padding: 1em;
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.sbmedia {
    background-image: linear-gradient(rgba(4, 165, 74, 0.5), rgba(151, 218, 186, 0.5)), url("spotifylogo.png");
    background-repeat: no-repeat;
    background-size: cover;

    height: 100%;
    width: 100%;
    background-position: center;
    position: relative;
}

.sbgames {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(240, 240, 245, 0.5)), url("cfbigsite.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: center;
    position: relative;
}

.diva {
    padding: 1em;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing:border-box;
    text-decoration: none;


}
@media only screen and (orientation: landscape) {
    /* For mobile phones: */


    .flexcontainer {
        width: 100%;
        height: 100%;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        box-sizing: border-box;
        justify-content: space-evenly;
    }

    .flexitem {
        
        align-items: flex-start;
        height: 70%;

        min-width: 0;

    }

    .spflex {
        align-items: flex-start;
        height: 70%;

        min-width: 0;

    }
    .ytflex {
        align-items: flex-start;
        height: 70%;

        min-width: 0;

    }
    .paircontainer {
        flex-direction: row;
    }
  }