﻿@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);

body {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background: #000;
}

* {
    padding: 0;
    margin: 0;
}

img {
    border: none;
    outline: none;
}

a {
    text-decoration: none;
}

    a:hover, a:focus {
        text-decoration: none !important;
    }

#container {
    width: 100%;
    float: left;
}
/*.logo{ position:absolute; width:40%; top:40%; left:30%; z-index:111;}*/
.logo {
    position: absolute;
    top: 20px;
    /*left: 25%;*/
    z-index: 111;
    max-width: 100%;
    width: 100%;
    float: left;
    text-align: center;
}

.toplogo {
    min-height: 410px;
}

.image_responsive {
    width: 100%;
}

.relative_area {
    position: relative;
}

.button_mid {
    background: rgba(102,167,97,0.7);
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    padding: 10px 20px;
    position: absolute;
    left: 30%;
    width: 40%;
    top: 35%;
    text-align: center;
}

.club-list-container {
    background-color: #000;
    padding: 30px 15px;
    text-align: center;
}

.club-link {
    display: block;
    width: 40%; /*  same visual width */
    margin: 0 auto 14px auto; /*  spacing between boxes */
    background-color: #000;
    color: #ffffff;
    padding: 12px 0; /*  medium box height */
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    border: 2px solid #ffffff;
    border-radius: 4px;
    text-transform: uppercase;
    transition: background-color 0.2s ease;
}

    .club-link:hover {
        background-color: #ffffff;
        color: #000000;
    }


@media (min-width: 981px) and (max-width: 1170px) {
    .main_container {
        width: 98%;
    }

    .button_mid {
        font-size: 30px;
        width: 40%;
        left: 30%;
    }

    .logo img {
        max-width: 80%;
    }

    .logo {
        width: 100%;
        left: 0%;
        position: relative;
        background: rgba(0,0,0,0.8);
        padding: 10px 0;
        text-align: center;
    }

    .width100 {
        width: 100%;
    }
}


@media (min-width: 801px) and (max-width: 980px) {
    .main_container {
        width: 98%;
    }

    .button_mid {
        font-size: 30px;
        width: 40%;
        left: 30%;
    }

    .logo img {
        max-width: 80%;
    }

    .logo {
        width: 100%;
        left: 0%;
        position: relative;
        background: rgba(0,0,0,0.8);
        padding: 10px 0;
        text-align: center;
    }

    .width100 {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 800px) {
    .main_container {
        width: 98%;
    }

    .button_mid {
        font-size: 25px;
        width: 50%;
        left: 25%;
    }

    .logo img {
        max-width: 80%;
    }

    .logo {
        width: 100%;
        left: 0%;
        position: relative;
        background: rgba(0,0,0,0.8);
        padding: 10px 0;
        text-align: center;
    }

    .width100 {
        width: 100%;
    }
    /*.logo{ top:18%;}*/
}

@media (min-width: 240px) and (max-width: 767px) {
    .main_container {
        width: 98%;
    }

    .logo {
        width: 100%;
        left: 0%;
        position: relative;
        background: rgba(0,0,0,0.8);
        padding: 10px 0;
        text-align: center;
    }

        .logo img {
            max-width: 80%;
        }

    .button_mid {
        font-size: 20px;
        width: 60%;
        left: 20%;
    }
}
/* Mobile */
@media (max-width: 768px) {
    .club-link {
        width: 90%;
        font-size: 18px;
    }
}
