@import url('https://fonts.googleapis.com/css?family=Open%20Sans&display=swap');
@import url('https://www.w3schools.com/w3css/4/w3.css');

body
{
    background-color: #CCC;
    color: #000000;
    font-family: Open Sans;
    justify-content: center;
    font-size: 16px;
}

h1, h2, h3, h4
{
    color: #555;
    text-align: center;
}

.topnav
{
    background-color: #CCC;
    overflow: hidden;
    justify-content: left;
}

.topnav button
{
    float: center;
    text-align: center;
    padding: 8px;
    text-decoration: none;
}

.topnav button:hover
{
    background-color: #333;
    color: white;
}

.topnav button.active
{
    background-color: #FAFAFA;
}

.slide-but
{
    display: float;
    position: absolute;
    z-index: 99 !important;
    background-color: #CCC;
    border: 0;
    box-shadow: none;
    height: 720px;
    width: 9%;
    margin: auto 0;
    font-size: 60px;
    opacity: 0.5;
}

.slide-but-img
{
    display: float;
    position: absolute;
    z-index: 98 !important;
    width: 9%;
    margin-top: 300px;
}

.down
{
    margin-top: 30px;
}

.slides
{
    width: 100%;
    margin: auto auto;
    height: 720px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.card-img
{
    width: 100%;
    margin: auto auto;
    height: 30vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.watermark
{
    background: url("/assets/camera-watermark-white.png");
    background-repeat: space;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.pic
{
    position: relative;
    padding: 0, 50%;
}

.item
{
    display: inline-flex;
    width: 100%;
    justify-content: space-evenly;
    background-color: #CCC;
    vertical-align: middle;
}

.sub-text
{
    transform: translateY(25%);
}

.icon
{
    margin: auto 0;
    width: 50px;
    height: 50px;
}

.card
{
    flex: 1;
    flex-basis: 30%;
    padding: 1%;
}

.card-list
{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.card-link
{
    text-decoration: none;
}

/*
.watermark::after
{
    content: "/assets/camera-watermark-white.png";
    position: absolute;
    right: 9%;
    top: 0;
    width: 82%;
    height: 90.4%;
    margin: auto auto;
    background: rgba(0, 0, 0, 0.5);
}
*/

@media only screen and (min-width: 1000px)
{
    p
    {
        white-space: pre-line;
    }
    
    h1
    {
        font-size: 26px;
    }

    h2
    {
        font-size: 20px;
    }

    #thing
    {
        display: flex;
        width: 100%;
        justify-content: space-evenly;
    }

    .center
    {
        display: block;
        width: 90%;
        background-color: #FAFAFA;
        padding: 0 5%;
        position: absolute;
        left: 5%;
        padding-bottom: 5%;
    }

    .topnav button
    {
        font-size: 16px;
    }
}


@media only screen and (max-width: 1000px)
{
    p
    {
        font-size: 32px;
        white-space: pre-line;
    }

    h3 { font-size: 32px; }
    h4 { font-size: 28px; }

    #thing
    {
        display: flex;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .card
    {
        flex-basis: 100%;
    }

    .center
    {
        position: relative;
        display: static;
        background-color: #FAFAFA;
        padding: 0 5%;
        width: 100%;
        font-size: large;
        padding-bottom: 5%;
    }
    
    .item
    {
        width: 33.3333333333333%;
        font-size: 32px;
    }
    
    .big-boi
    {
        width: 33.3333333333333%;
        font-size: 32px;
    }

    .topnav button
    {
        font-size: 32px;
    }
    
    .slide-but
    {
        margin: auto;
        height: 400px;
        font-size: 40px;
    }

    .slide-but-img
    {
        margin-top: 180px;
    }
    
    .slides
    {
        width: 100%;
        height: 400px;
        margin: auto auto;
    }

    .watermark
    {
        height: 400px;
    }

    .slides img
    {
        height: 400px;
    }
}
