body {
    font-family: 'Arial', sans-serif;    
    margin: 0;
}

.enter {
    font-size: 32px;
    text-decoration: none;
    color: #3b3b3b;
    text-align: center;
}

.enter:visited {
    color: #3b3b3b;
}

#swiffycontainer {
    position: absolute;
    top: 35%;
    left: 50%;
    margin-top: 90px;
    margin-left: -152px;
    width: 304px;
    height: 287px;
}

#entercontainer {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 100;
    
    font-size: 1.3em;
    text-decoration: none;
    color: #222;
    position: absolute;
    top: 65%;
    left: 50%;
    margin-top: 400px;
    margin-left: -50px;
    width: 100px;
    height: 50px;
    text-align: center;
}

#entercontainer a {
    text-decoration: none;
    color: black;
    font-family: sans-serif;
}





.logoHome {
    width: 200px;
}

.wrapperHome {
    margin-top: 15%;
}

.menu {
    width: 40%;
    left: 30%;
    position: absolute;
    text-align: center;
    align-content: center;
    top: 100%;
}

.menuList {
    list-style: none;
    display: inline-block;
    padding-left: 0px;
}

.menuItem {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    font-size: 0.8em;
    

    display: inline-block;
    
    background-color: #fff;
    border: 1px solid #414f58;
    color: #222;
    
    width: 120px;
    height: 30px;
    padding-top: 10px;
}

.menuItem_active {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    font-size: 0.8em;
    
    display: inline-block;
    
    background-color: #1f6d9f ;
    border: 1px solid #414f58;
    color: #fff;
    
    width: 120px;
    height: 30px;
    padding-top: 10px;
}

.menuItem:hover {
    background-color: #8ac2dd;
}

.menuItem a {
    color: #222;
    text-decoration: none;
}

.menuItem_active a {
    color: #fff;
    text-decoration: none;
}

.imgHomeDiv {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 50px;
}


.boldTxt {
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.boldTxt a {
    text-decoration: none;
    font-weight: 100;
    color: #4e76b7;
}

.plainTxt {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;  
}

.plainTxtLink {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;  
    color: #1f6d9f;
}

.smallTxt {
    font-family: 'Lato', sans-serif;
    font-size: 0.7em;
    font-weight: 100;
    width: 40%;
    color: #888;
    text-align: center;
    margin-top: 10%;
    margin-left: 30%;
}

.centercontentHome {
    position: relative;
    width: 60%;
    top: 45%;
    left: 20%;
    text-align: center;
}

.serviceTable {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;
    font-size: 0.8em;
    
    margin-left: 20%;
    text-align: left;
    width: 60%;
}


.pagetitle {
    font-family: 'Lato', sans-serif;
    text-align: center;
    align-content: center;
    text-transform: uppercase;
    letter-spacing: 9px;
    font-weight: 700;
    margin-top: 80px;
}

.sponsortext {
    text-align: center
}

#volleyimg {
    width: 60%;
    padding-bottom: 8px;
}

.centercontent {
    position: relative;
    width: 60%;
    top: 45%;
    left: 20%;
    text-align: center;
}

.contactdiv {
    padding-bottom: 103px;
}

@media screen and (max-width: 48em) {
    #volleyimg {
        width: 100%;
    }
    
    .menuItem {
        margin-top: 5px;
    }
    
    #sponsortitle {
        margin-left: -10px;
    }
}

@media screen and (max-width: 60em) {
    #sponsortitle {
        margin-left: -15px;
    }
}


@media screen and (max-width: 70em) {
    .menuItem {
        margin-top: 5px;
    }
    
    #sponsortitle {
        margin-left: -20px;
    }
}



