body, html {
    height: 100%;
    margin: 0;
    font-family: Arial, San-Serif;
}

h1 {
    font-size: 3em;
    margin: 0;
}

h2 {
    margin: 0;
}

p {
    font-size: 125%;
}

li {
    font-size: 125%;
}
a {
    color: white;
}

a:hover {
    color: rgb(200,200,200);
}

.bg {
    background-image: url("../images/ken2cats640.jpg");
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg1 {
    background-image: url("../images/pokerchips.jpg");
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.menu {
    background-color: white;
    height: 40px;
    background-color: black;
    color: white;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.5em;
    
}

.aboutbox {
    position: absolute;
    top: 10%;
    right: 1%;
    width: 330px;
    background-color: rgba(50,50,50,.6);
    color: rgb(240,240,240);
    z-index: 1;
    padding: 5px 5px 10px 5px;
    text-align: center;
}

.aboutbox2 {
    position: absolute;
    bottom: 5%;
    left: 10%;
    width: 80%;
    z-index: 1;
    text-align: center;
}

.bigtext {
    font-size: 7em;
    color: white;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 900;
    text-shadow: 5px 5px black;
    z-index: 2;
}

.chip {
    width: 25%;
}

/*
.name {
    font-size: 3em;
    font-weight: bold;
    background-image: url(../images/42chipSmall.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
*/

.sociallogo {
    height: 50px;
    width: 50px;
}

.appointment {
    font-weight: bold;
    text-align: center;
    width: 330px;
    vertical-align: middle;
    
}

.appointment a:link {
    text-decoration: none;
}

.qrcode {
    width: 50px;
    float: left;
}

.meeting {
    text-align: center;
}
.meeting a {
    color: black;
}

.running {
    width: 50%;
    border: 5px solid red;
}

.runneranimation
{
    width: 25%;
    height: 25%;
}

@media only screen and (max-width: 640px)
{
    .bg {
        background-image: url("../images/ken2cats320.jpg");
        border-bottom: 5px solid red;
    }
    .aboutbox {
        top: 25%;
        left: 0;
        right: 0;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
    p
    {
        font-size: 100%;
    }

    .bigtext {
        font-size: 250%;
    }

}
