body {  
    margin: 0px;
    padding: 0px;
    
    background-image: url(img/background/bubbles.png);
    background-repeat: repeat;
    background-size: auto;

    font-family: Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

div#wrapper {
    width: 1200px;
    margin: 0px auto;
    min-height: 100vh;
}
div.centercolumn {
    width: 1120px;
    margin: 0px auto;
}

b {
    font-weight: 700;
}

a {
    color: #000000;
}

a img {
    border-width: 0px;
}
h1 {
    font-family: 'Bungee', cursive;
    font-size: 1.4em;
    letter-spacing: 0.05em;
}
h2 {
    font-size: 1.1em;
    letter-spacing: 0.05em;
    color: #888888;
    font-weight: 400;
}

/****************************************************************/
/*************************************************** header *****/
/****************************************************************/

header {
    background-color: #EEFFFA;
    height:130px;
    margin: 20px auto;
    font-family: 'Bungee', cursive;
}

div#logo {
    float: left;
    width: 25%;
}
header div#logo img {
    width: 100%;
}
#logo{
    font-size: 50px;

    margin-left: 20px;
    margin-right: 30px;
}
#logo a{
    display: block;
}
header nav {
    float: right;
    width: 60%;
}
header nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
header nav li {
    float: left;
    list-style: none;
    width: 30%;
    text-align: center;
    margin-top: 30px;
}
header nav a {
    text-decoration: none;
    font-size: 1.7em;
    letter-spacing: 0.05em;
}


/****************************************************************/
/*************************************************** footer *****/
/****************************************************************/


footer {
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
    background-color: #EEFFFA;
}
footer,
footer a {
    color: #000000;
}
footer a {
    
    font-weight: bold;
    text-decoration: none;
}


/****************************************************************/
/********************************************** div#content *****/
/****************************************************************/


div#content {
    background-color: #ffffff;
    min-height: 90vh;
    padding-top: 20px;
}



/****************************************************************/
/***************************************************** Home *****/
/****************************************************************/


div.home-content-latest {
    margin-top: 20px;
}
a.home-content-latest-article {
    display: block;
    text-decoration: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000000;
    overflow: auto;
    height: 300px;
    border: 1px solid #cccccc;
    margin-bottom: 30px;
}
div.home-content-latest-overlay {
    background-color: #ffffff;
    color: #000000;
    font-family: 'Bungee', cursive;
    font-size: 1.2em;
    height: 43px;
    margin-top: 257px;
}
div.home-content-latest-overlay div {
    padding: 10px 20px;
}


div.home-content-bottom {
    overflow: auto;
    margin-top: 10px;
}

div.articles{
    overflow: auto;
    margin-bottom: 30px;
    
}
div.article-box{
            float:left;
            width: 50%;

        }

a.article-slide{
    display: block;
    text-decoration: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000000;
    overflow: auto;
    height: 300px;
    border: 1px solid #cccccc;

}
div.article-overlay{
    background-color: #ffffff;
    color: #000000;
    font-family: 'Bungee', cursive;
    font-size: 1.2em;
    height: 43px;
    margin-top: 257px;
}
div.article-overlay div {
    padding: 10px 20px;
}

div.event-row{
    overflow: auto;
        }
div.event-box {
    float: left;
    width: 33.3333%;
    background-color: #eee;
        }
div.event-footer{
    padding: 20px 0px;
    width: 100%;

    text-align: center;
        }

a.event-slide{
    display: block;
    text-decoration: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000000;
    overflow: auto;
    height: 325px;
    border: 1px solid #cccccc;

}
div.event-overlay {
    background-color: #ffffff;
    color: #000000;
    font-family: 'Bungee', cursive;
    font-size: 1.2em;
    height: 43px;
    margin-top: 262px;
    padding: 10px 20px;
    text-align: center;

}
        .overlay{
             opacity: 0;
            
        }
        .event-box:hover .event-slide{
            opacity: 0.8;
        }
        .event-box:hover .overlay {
            opacity:1;
        }




/****************************************************************/
/************************************************** Article *****/
/****************************************************************/
article {
    padding-bottom: 20px;
}
div.articleImage {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000000;
    height: 300px;
}
div.articleText{
    padding-left: 10px;
}
div.mascot-article-body{
    overflow: auto;
}
div.mascot-articleText{
    float: left;
    width: 50%;
    margin-bottom: 10px;
}
div.mascot-card-box{
    float: left;
    width: 50%;
        margin-bottom: 20px;
}
div.mascot-card{

border-style: double;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 400px;
  text-align: center;
  font-family: arial;

background-color: #fff;
    margin:auto;
}
div.mascot-card h1{
     font-size: 20px;
    padding: 0px 10px;
}
div.mascot-card img{
    width: 300px;

}

/****************************************************************/
/************************************************** List *****/
/****************************************************************/


div.list-content-bottom {
        overflow: auto;
    margin-top: 10px;

}
div.list-content-bottom h1{
font-size: 3em;

}
div.list-content-features h1{
font-size: 3em;
}
div.list-content-features{
    float: left;
    width: 48%;
    margin:.5%;
        overflow: auto;
}
div.list-content-features a,
div.list-content-features h1{
    padding: 0px 20px;
}
div.list-content-features a{
    display: block;
    margin: 20px 0px;
    overflow: auto;
}

div.list-content-featureImg{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #000000;
    width: 150px;
    height: 150px;
    float: left;
    border: 1px solid #cccccc;
}
div.list-content-featuresub-Text{
    float: right;
    width: 300px;
}

div.list-content-feature-text{
    float: right;
    width: 300px;
    font-size: 1.6em;
    line-height: 1.6em;
}
/****************************************************************/
/****************************************** Mobile + @media *****/
/****************************************************************/

div#mobilebutton {
    display: none;
    position: fixed;
    text-align: right;
    padding: 4vw 0vw;
    height: 20vw;
    width: 100%;
    background-color:#EEFFFA;
    z-index: 999;
    margin-left: -5%;
}
div#mobilebutton img {
    float: right;
    margin-right: 10vw;
}
img#mobilebuttonOn {
    display: none;
}
nav#mobileNav,
nav#mobileNav ul {
    display: none;
}
@media only screen and (max-width: 740px) {
    body {
        width: 100%;
        font-size: 3.6vw;
        line-height: 6.0vw;
    }
    div#wrapper {
        width: 90%;
    }
    div.centercolumn {
        width: 98%;
    }
    #desktopheader{
        background-color:transparent;
    }
    header {
        margin-top: 0px;
    }
    header div#logo {
        position: fixed;
        z-index: 9999;
        width: 45vw;
        margin-top: 1vw;
        margin-left: 2vw;
    }
    nav#desktopNav {
        display: none;
    }
    
    nav#mobileNav {
        position: fixed;
        width: 100%;
        margin-top: 20vw;
        margin-left: -5%;
        z-index: 999;
        background-color: #EEFFFA; 
    }
    nav#mobileNav ul {
        display: block;
        margin: 0px;
        padding: 0px;
    }
    nav#mobileNav li {
        list-style: none;
        width: 100vw;
        margin: 0.3vw 0vw;
        line-height: 2.0em;
        padding: 3.4vw 0vw;
        text-align: center;

    }
    nav#mobileNav li:last-child {
        line-height: 4em;
    }
    nav#mobileNav li a {
        color: #000000;
        text-decoration: none;
        display: block;
    }
    div#mobilebutton {
        display: block;
    }
    
 
    
    /****************************************************************/
    /********************************* Mobile + @media --- HOME *****/
    /****************************************************************/
    
    a.home-content-latest-article {
        height: 70vw;
    }
    div.home-content-latest-overlay {
        height: 20vw;
        margin-top: 50vw;
    }
a.article-slide{
    overflow: hidden;
    }
div.event-box, div.article-box {
    width: 100%;
    float: none;
     padding-top: 20px;

            }
div.overlay{
     opacity: 1;
        }
    a.event-slide{
        overflow: hidden;

    }


    /****************************************************************/
    /****************************** Mobile + @media --- ARTICLE *****/
    /****************************************************************/
    
    div.articleImage {
        height: 70vw;
    }
    div.mascot-articleText{
    width: 100%;
}
    div.mascot-card-box{
    width: 100%;
}
    

        /****************************************************************/
    /****************************** Mobile + @media --- LIST *****/
    /****************************************************************/
    
    div.list-content-bottom h1{
font-size: 2em;

}
    div.list-content-bottom{
        overflow: hidden;
    }
    div.list-content-features{
         width: 100%;
    }
    div.list-content-featureImg{
        width: 16vw;
        height: 20vw;
    }
    div.list-content-feature-text{
        width: 58vw;
    }
    div.list-content-feature-text{
    width: 58vw;
}

}