/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29-Nov-2015, 21:51:06
    Author     : seanmcgee
*/


@import url(https://fonts.googleapis.com/css?family=Fredericka+the+Great);
@import url(https://fonts.googleapis.com/css?family=Architects+Daughter);

*
{
    padding: 0px;
    margin: 0px;
    //overflow-y: hidden;
}

html, body
{
    height: 100%; 
    width: 100%;
    min-width: 411px;
    background:  #f3f6f8;    
}

#topBanner
{
    width: 100%;
    height:45px;   
    font-family: 'Fredericka the Great', cursive;
    //background-color: rgba(100,0,0, 1);

}

#siteTilte
{
    display: block;
    position: relative;
    //width: 15%;
    float: left;
    //height: 100%;
    padding: 5px;

}

#siteTilte img
{ 
    /*    position: absolute;
        left: 10px;
        top: 10px;*/
    z-index: 30;
    display: block;
    height: 40px;
}

nav
{
    display: none;
}
.mobileMenu
{
    float: right;
    background-color: rgba(0,0,0,.5);
    width:10%;
    margin-top: 10px;
    margin-right: 10px;
    min-width: 40px;
    /* margin-left: 45%; */
    text-align: center;
}

#menuButton
{   

    display: block;
    text-decoration: none;
    color: white;
    font-size: 1.5em;
    line-height: 1em;
}
#menuButton span
{
    font-size: 2em;

}

#mobileNav
{
    width: 100%;
    display: none;
    position: relative; 
    z-index: 20;
    margin-bottom: 5px;
}


.navButton
{
    position: relative;
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 2.5em;

}

.navButton img
{
    width: 100%;
    height: 100%;

}


#indexNav
{
    display: none;
}
main h3
{
   margin-bottom: 7px;  
}

 h2
{
    margin-bottom: 7px;
}
.cover
{
    position: absolute;
    display: inline-block;
    width: 100%;
    z-index: 10;
    background-color:rgba(100,0,0, .2); 
    text-align: center;
    height: 100%;
}

.cover p
{

    display: inline-block;
    //height: 50%;
    color: white;
    font-family: 'Architects Daughter', cursive;
    font-size: 1.5em;
    vertical-align: middle;
    //margin-top: 20px;
}



aside
{
    width: 95%;
    clear: both;
    padding: 2.5%;
    margin-bottom: 15px;
    //max-width: 350px;

}

#events h2
{
 font-family: 'Fredericka the Great', cursive;
 color: #7a8114;
 

}
.fb-page
{
    //margin-left: 12%;
    display: none !important;
    text-align: center;
    width: 100%;
}


.fb-comments, .fb-comments iframe[style], .fb-comments span {
    width: 100% !important;
}

/*EVENTS STYLE*/
#events {
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif; /*event body font*/
    font-size: 13px;
}
#events h3 {
    font-size: 1.2em;
    color: #7a8114;
    /*font-family: 'Fredericka the Great', cursive;*/
    font-family: 'Architects Daughter', cursive;
}
#events article {
    margin-bottom: 15px;
    line-height: 1.38;
    color: #141823;
}
#events span{
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin: 6px 0;
    color: #9197a3;
}
/*END EVENTS STYLE*/


footer
{

    display: block;
    background-color:rgba(100,0,0, 1); 
    clear: both;
    width: 100%;
    font-family: 'Architects Daughter', cursive;
    color: white;
    height: auto;

}

#copyright
{
    width: 100%;
    clear: both;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em
}
footer img
{
    width: 50px;
}

#address, #openingTimes
{
    width: 90%;
    display: block;
    float: left;
    margin-left: 5%;
    margin-bottom: 5%;   
    clear: both;
}

#socialMedia
{
    width: 90%;
    display: block;
    float: left;
    margin-left: 5%;
    margin-bottom: 5%;   
    clear: both;
}

footer a

{
    text-decoration: none;
    color: white;
}



@media only screen and (min-width:641px)and (max-width:910px)
{

    #mobileNav
    {
        width: 100%;
        display: none;
        position: relative; 
        //z-index: 20;
        height: 45px;
        margin-bottom: 5px;
        clear: both;
    }

    .navButton
    {

        width: 30%;
        float: left;
        margin-left: 2.5%;
        border: thin solid rgba(100,0,0, 1);
    }
    .navButton:hover .cover
    {
        background-color:rgba(100,0,0, .4); 
    }
    .cover
    {
        display: block;
        background-color: rgba(100,0,0, 0)
    }

    .cover p
    {
        //margin-top: 100px;
    }  




    aside
    {
        display: block;
        width: 40%;
        float: left;
        padding: 0%;
        clear: none;
        margin-bottom: 15px;
        margin-left: 2%;
        max-width: 350px;
        padding-top: 2.5%;
    }

    #events
    {
        height: 500px;
        overflow-y: scroll;
        overflow-x: hidden;
        overflow-style: scrollbar;
    }
    .fb-page
    {
        margin-left:0px;
        text-align: center;
        display: block;
    }

    #copyright
    {
        width: 100%;
        clear: both;
        text-align: center;
        font-weight: bold;
        font-size: 1.5em
    }
    footer img
    {
        width: 50px;
    }

    #address, #openingTimes
    {
        width: 25%;
        display: block;
        float: left;
        padding: 2.5%;
        clear: none;
        margin-left: 0%;
        margin-bottom: 1%;
        // background-color: blue;

    }
    #socialMedia
    {
        //text-align: right;
        width: 10%;
        float: right;
        padding: 2.5%;
        clear: none;
        margin-left: 0%;
        margin-bottom: 1%;
    }
    #openingTimes
    {
        margin-left: 5%;
        margin-right: 5%;
    }



}


@media only screen and (min-width:911px)
{
    .wapper
    {
        //max-width: 1200px;
        margin: auto;
    }

    #topBanner
    {
        height: 2.5em;

    }
    #siteTilte
    {
        /* margin-top: .5em; */
    }
    .mobileMenu
    {
        display: none !important;
    }
    nav
    {
        position: absolute;
        right: 0;
        top: 1.25em;
        display: block;
        width: 20%;
        min-width: 220px;
        float: right;
        //background-color: green;
        z-index: 50;


    } 

    nav ul
    {
        display: block;
        list-style: none;
        width: 100%;
        white-space: nowrap;

    }
    /*CHANGED*/
    nav li
    {
        display: inline-block;
        position: relative;
        width: 3.5em;
        height: 3.5em;
        float: left;
        border: solid white 3px; /*CHANGED*/
        box-shadow: black -1px 2px 3px;/*CHANGED*/
        border-radius: 100%;
        margin-left: 3%;
        overflow: hidden;
        cursor: pointer;
        // transition: * 0.01s linear; /*CHANGED*/
    }
    /*CHANGED*/
    nav li:active  {
        box-shadow: black 0 0 0;
        width: 3.4em;
        height: 3.4em;
    }

    nav li img
    {
        display: block;
        width: 100%;
        height: 100%;
    }

    nav li:hover .navCover
    {
        display: block;
    }
    .navCover
    {
        display: None;
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        background-color: rgba(100,0,0, .5);
        color: white;
        font-family: 'Architects Daughter', cursive;
    }

    .navCover p
    {
        margin-top: 1em;
        font-weight: bold;
    }

    
    aside
    {
        display: block;
       // background-color: yellow;
        width: 30%;
        max-width: 350px;
        float: right;
        padding: 0%;
        clear: none;
        margin-bottom: 15px;
        margin-right: 2%;
        padding-top: 2.5%;
    }
    
    .fb-page
    {
        margin-left:0px;
        text-align: center;
        display: block !important;
    }

    #events
    {
        height: 500px;
        overflow-y: scroll;
        overflow-x: hidden;
        overflow-style: scrollbar;
        margin-bottom: 10px;
    }


    #copyright
    {
        width: 100%;
        clear: both;
        text-align: center;
        font-weight: bold;
        font-size: 1.5em
    }
    footer img
    {
        width: 50px;
    }

    #address, #openingTimes
    {
        width: 25%;
        display: block;
        float: left;
        padding: 2.5%;
        clear: none;
        margin-left: 0;
        margin-bottom: 1%;
        // background-color: blue;

    }
    #socialMedia
    {
        width: 10%;
        min-width: 200px;
        float: right;
        padding: 2.5%;
        clear: none;
        margin-left: 0%;
        margin-bottom: 1%;
    }
    #openingTimes
    {
        margin-left: 5%;
        margin-right: 5%;
    }




}