@font-face {
    font-family: "SydZU";
    src: url('/siteresources/Sydzu-Regular.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: "SydZU";
    src: url('/siteresources/Sydzu-Bold.ttf') format('truetype');
    font-weight:900;
}

@font-face {
    font-family: "Backup";
    src: url('/siteresources/aommv2.ttf') format('truetype');
font-weight: 300;
}

body {
    max-width: 850px;
    margin: auto;
    min-height: 100%;
    background-attachment: fixed;
}

@media screen and (max-width: 768px) {
    body {
        width: 90%;
    }
}


/*this is the menu sprite set up*/
menu {
    margin: 0;
    padding: 0, 0, 5px, 0;
}


@media screen and (min-width: 791px) {
    #nav {
        list-style: none;
        width: 785px;
        height: 125px;
        margin: 20px auto;
        overflow: hidden;
    }


    #nav li {
        float: left;
    }

    #nav a {
        float: left;
        height: 125px;
        width: 157px;
        border: 0;
        background: url(/siteresources/horizontalfoldersprite.png);
    }


    /* Default State */
    #nav #home {
        background-position: 0 0;
    }

    #nav #about {
        background-position: -157px 0;
    }

    #nav #events {
        background-position: -314px 0;
    }

    #nav #resources {
        background-position: -471px 0;
    }

    #nav #contact {
        background-position: -628px 0;
    }

    /* Hover/Focus State */
    #nav #home:hover,
    #nav #home:focus {
        background-position: 0 -125px;
    }

    #nav #about:hover,
    #nav #about:focus {
        background-position: -157px -125px;
    }

    #nav #events:hover,
    #nav #events:focus {
        background-position: -314px -125px;
    }

    #nav #resources:hover,
    #nav #resources:focus {
        background-position: -471px -125px;
    }

    #nav #contact:hover,
    #nav #contact:focus {
        background-position: -628px -125px;
    }
}

hr {
    border:0;
    height:15px;
    background:url(line.png) repeat-x
}


@media screen and (max-width: 790px) {

    #nav {
        list-style: none;
        width: 315px;
        height: 49px;
        margin: 20px auto;
        overflow: hidden;
    }

    #nav li {
        float: left;
    }

    #nav a {
        float: left;
        height: 49px;
        width: 63px;
        border: 0;
        background: url(/siteresources/horizontalfolderspritemobile.png);
    }


    /* Default State */
    #nav #home {
        background-position: 0 0;
    }

    #nav #about {
        background-position: -63px 0;
    }

    #nav #events {
        background-position: -126px 0;
    }

    #nav #resources {
        background-position: -189px 0;
    }

    #nav #contact {
        background-position: -252px 0;
    }

    /* Hover/Focus State */
    #nav #home:hover,
    #nav #home:focus {
        background-position: 0 -49px;
    }

    #nav #about:hover,
    #nav #about:focus {
        background-position: -63px -49px;
    }

    #nav #events:hover,
    #nav #events:focus {
        background-position: -126px -49px;
    }

    #nav #resources:hover,
    #nav #resources:focus {
        background-position: -189px -49px;
    }

    #nav #contact:hover,
    #nav #contact:focus {
        background-position: -252px -49px;
    }
}

/*this is where i make the backgrounds for text!*/

.dot {
    height: 15px;
    width: 15px;
    border-radius: 7.5px;
    border-style: solid;
    border-width: medium;
    border-color: black;
    display: inline-block;
    margin: 7px 7px 15px 7px;
}

.dotgreen {
    background-color: #58af6e;
}

.dotyellow {
    background-color: #ffb346;
}

.dotred {
    background-color: #d62c1f;
}


.dock {
    min-height: 350px;
    padding: 15px 10px 10px 10px;
    border-radius: 5px;
    border-style: solid;
    border-width: medium;
    border-color: black;

}

.pinkdock {
    background-color: #f8cece;
}

.mintdock {
    background-color: #D7F9DD;
}

.purpledock {
    background-color: #BAA3D3;

}

.tealdock {
    background-color: #6FCAC4;
}

.yellowinner {
    background-color: #fef3d8;
    padding: 10px 7px;
    min-height: 275px;
    border-radius: 5px;
    border-style: solid;
    border-width: medium;
    border-color: black;
}


/*this is just regular text styling*/

h1 {
    font-family: "SydZU", "Backup", sans-serif;
    font-weight: 900;
    color: #161819;
    font-size: 40px;
    line-height: 28px;
    display: inline-block;
    margin: 0px 0px 13px 0px;

}

p {
    font-family: "SydZU", "Backup", sans-serif;
    font-weight: 600;
    color: #161819;
    font-size: 20px;
}

.minmaxclose {
    float: right;
    padding: 5px;
    height: 30px;
}

/*styling for message boxes*/

.registerbox {
    background-color: #D7F9DD;
    display:block;
    position: relative;
    margin: auto;
    margin-top: 50px;
    height: 50px;
    width: 300px;
    border-radius: 5px;
    border-style: solid;
    border-width: medium;
    border-color: black;
    font-family: "SydZU", sans-serif;
    font-weight: 900;
    text-align: center;
    line-height: 50px;
    color: #161819;
    font-size: 24px;
}

.registerbox:hover,
.registerbox:focus {
    background-color: #58af6e;
}

.registerbox a {
    color: #161819;
    text-decoration: none;
}

li .a {
    text-decoration: none;
}

.registerbox a:hover {
    color: #fef3d8;
    text-decoration: none;
}

form{
    border: none;
    font-family: "SydZU", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: black
}

input[type=text] {

    width: 75%;
    padding: 5px;
    border: 1px solid #BAA3D3;
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 15px;
    resize: vertical;
}

label{
    font-family: "SydZU", sans-serif;
    font-weight:300;
    font-size: 24px;
    color: black}

input[type=select] {

    width: 75%;
    padding: 5px;
    border: 1px solid #BAA3D3;
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 15px;
    resize: vertical;
}

button {


    background-color: #D7F9DD;
    display:block;
    margin: 20px auto;
    height: 50px;
    width: 300px;
    border-radius: 5px;
    border-style: solid;
    border-width: medium;
    border-color: black;
    font-family: "SydZU", sans-serif;
    font-weight:900;
    text-align: center;
    line-height: 50px;
    color: #161819;
    font-size: 24px;
}




button:hover {
    background-color: #58af6e;
    color: #fef3d8;
    text-decoration: none;
}




.header {
    position: relative;
}

.box {
    min-height: 60px;
    width: 80%;
    margin:10px auto;
    border-radius: 15px;
    border-style: solid;
    border-width: medium;
    border-color: black;
    position: relative;
    font-size: 48px;
    font-family: "SydZU", sans-serif;
    font-weight: 900;
  line-height: 60px;
    text-align: center;
}

/*top box*/
.pink {
    background: #f8cece;

}

/*bottom box*/
.purple {

    top: -50px;
    left: 30px;
    background: #BAA3D3;
    position: relative;
    z-index: -1;
    margin-bottom: -40px;
}

.smalldock {
min-height:200px;
}