﻿

p {
    margin-top:0;
    margin-bottom: 1rem;
    margin-right:20px;
}

a {
    cursor:pointer;
    text-decoration:none;
   color:inherit;
}

    a[href^="mailto:"] {
       
        text-decoration: underline;
        color: blue;
    }

    a[href^="mailto:"]:hover {
        text-decoration: underline;
        color: blue;
    }

    a:hover {
        text-decoration: none;
        color:antiquewhite;
    }

    a:visited {
        text-decoration: none;
      
    }

.webcontainer a {
    cursor: pointer;
    text-decoration: underline;
    color: blue;
}

.photocarousel {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.webcontainer a:hover {
    text-decoration: underline;
    color: blue;
}

.headertext a {
    cursor: pointer;
    text-decoration: underline;
    color: blue;
}

    .headertext a:hover {
        text-decoration: underline;
        color: blue;
    }




.uparrow {
    display:none;
    position:fixed;
    left:50px;
    top:50px;
    width: 50px;
    height: 50px;
    background-image: url("Site_Images/uparrow.svg");
    background-size: cover;
    z-index:5000;
    cursor:pointer;
}

.backarrow {
    display: block;
    position: fixed;
    left: 50px;
    top: 25px;
    width: 50px;
    height: 50px;
    background-image: url("Site_Images/backarrow.svg");
    background-size: cover;
    z-index: 5000;
    cursor: pointer;
}

/* Carousel */



/* -------------- end of Crousel ----------------*/

/************ Desktop Layout ******************/

@media only screen and (min-width: 917px) {

    .uparrowcontainer {
        display: none;
    }

    .backarrowcontainer {
        display: none;
    }

    /** MAIN PAGE */

    .slider {
        width: 100%;
        height: 450px;
       
    }

    .embedded1 {
        width: 100%;
        height: 450px;
        background-size: cover;
        background-position: center;
        background-image: url("Site_Images/Carousel/carousel1-L.jpg");
    }

    .embedded2 {
        width: 100%;
        height: 450px;
        background-size: cover;
        background-position: center;
        background-image: url("Site_Images/Carousel/carousel2-L.jpg");
    }

    .embedded3 {
        width: 100%;
        height: 450px;
        background-size: cover;
        background-position: center;
        background-image: url("Site_Images/Carousel/carousel3-L.jpg");
    }

    .embedded4 {
        width: 100%;
        height: 450px;
        background-size: cover;
        background-image: url("Site_Images/Carousel/carousel4-L.jpg");
    }

    .embedded5 {
        width: 100%;
        height: 450px;
        background-size: cover;
        background-position: center;
        background-image: url("Site_Images/Carousel/carousel5-L.jpg");
    }

    .embedded6 {
        width: 100%;
        height: 450px;
        background-size: cover;
        background-position: center;
        background-image: url("Site_Images/Carousel/carousel6-L.jpg");
    }

    .embedded7 {
        width: 100%;
        height: 450px;
        background-size: cover;
        background-position: center;
        background-image: url("Site_Images/Carousel/carousel7-L.jpg");
    }

    .embedded8 {
        width: 100%;
        height: 450px;
        background-size: cover;
        background-position: center;
        background-image: url("Site_Images/Carousel/carousel8-L.jpg");
    }

    .embedded9 {
        width: 100%;
        height: 450px;
        background-size: cover;
        background-position: center;
        background-image: url("Site_Images/Carousel/carousel9-L.jpg");
    }

    .embedded10 {
        width: 100%;
        height: 450px;
        background-size: cover;
        background-position: center;
        background-image: url("Site_Images/Carousel/carousel11-L.jpg");
    }

    .embedded11 {
        width: 100%;
        height: 450px;
        background-size: cover;
        background-position: center;
        background-image: url("Site_Images/Carousel/carousel12-L.jpg");
    }



    .rhheader {
        position: relative;
        left: -50%;
        color: white;
        font-size: 70px;
        text-align: center;
    }

    .headertext {
        width: 500px;

        color: black;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        margin-bottom: 40px;
        text-align: center;

    }

        .headertext h1 {
            width: 500px;
           
            color: black;
            font-size: 14px;
            font-family: 'Open Sans', sans-serif;
            margin-left: auto;
            margin-right: auto;
            margin-top: 40px;
            margin-bottom: 40px;
            text-align: center;
            line-height: 1.4;
        }

    .navibar {
        width: 100%;
      
        background-color: black;
        height: 60px;
    }

    .navibardark {
        width: 100%;
        height: 60px;
        background-color: black;
    }

    .mobilenavibar {
        display: none;
    }

    .mobiletitle {
        width: 200px;
        height: 30px;
        line-height: 30px;
        margin-left: 10px;
    }

    .logocontainer {
        width: 230px;
        height: 60px;
        background-color: black;
        float: left;
        margin-left: 30px;
        line-height: 60px;
        font-size: 30px;
        color: white;
    }

    .menucontainer {
        height: 60px;
        background-color: black;
        float: right;
        margin-right: 35px;
    }

   

    .content {
        width: 100%;
       
    }

    .hrline {
        width: 400px;
        height: 1px;
        background-color: #2394EA;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .header {
        min-width: 100px;
        width: 100%;
        height: 600px;
        background-image: url("Site_Images/mainlarge2.jpg");
        background-size: cover;
    }

    .placesheader {
        min-width: 100px;
        width: 100%;
        height: 600px;
        background-image: url("Site_Images/placestovisit_l.jpg");
        background-size: cover;
        background-position: center;
        text-align: center;
        padding-top: 270px;
        font-family: 'Open Sans';
        font-size: 50px;
        color: white;
    }

    .thingsheader {
        min-width: 100px;
        width: 100%;
        height: 600px;
        background-image: url("Site_Images/thingstodo_l.jpg");
        background-size: cover;
        background-position: center;
        text-align: center;
        padding-top: 270px;
        font-family: 'Open Sans';
        font-size: 50px;
        color: white;
    }


    .eventsheader {
        min-width: 100px;
        width: 100%;
        height: 600px;
        background-image: url("Site_Images/events_l.jpg");
        background-size: cover;
        background-position: center;
        text-align: center;
        padding-top: 270px;
        font-family: 'Open Sans';
        font-size: 50px;
        color: white;
    }

    .artistsheader {
        min-width: 100px;
        width: 100%;
        height: 600px;
        background-image: url("Site_Images/artists_l.jpg");
        background-size: cover;
        background-position: center;
        text-align: center;
        padding-top: 270px;
        font-family: 'Open Sans';
        font-size: 50px;
        color: white;
    }

    .localheader {
        min-width: 100px;
        width: 100%;
        height: 600px;
        background-image: url("Site_Images/local_l.jpg");
        background-size: cover;
        background-position: center;
        text-align: center;
        padding-top: 270px;
        font-family: 'Open Sans';
        font-size: 50px;
        color: white;
    }

    .townheader {
        min-width: 100px;
        width: 100%;
        height: 600px;
        background-image: url("Site_Images/towns_l.jpg");
        background-size: cover;
        background-position: center;
        text-align: center;
        padding-top: 270px;
        font-family: 'Open Sans';
        font-size: 50px;
        color: white;
    }

    .galleryheader {
        min-width: 100px;
        width: 100%;
        height: 600px;
        background-image: url("Site_Images/gallery_l.jpg");
        background-size: cover;
        background-position: center;
        text-align: center;
        padding-top: 270px;
        font-family: 'Open Sans';
        font-size: 50px;
        color: white;
    }


    .title1 {
        width: 100%;
        color: white;
        font-size: 66px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 180px;
        text-align: center;
      
        font-family: 'Lato', sans-serif;
        font-weight: 700;
    }

    .title2 {
        width: 100%;
        color: white;
        font-size: 30px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0px;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
       
        font-style: italic;
    }

    .maincontent {
        position: absolute;
        z-index: 2000;
        top: 500px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        width: 600px;
        height: 240px;
        background-color: white;
        color: black;
        border-radius: 5px;
    }

        .maincontent .title {
            width: 100%;
            color: black;
            font-size: 40px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 30px;
            text-align: center;
            font-family: 'Roboto', serif;
            font-weight: 600;
        }

    .options {
        width: 100%;
        padding-top: 30px;
        text-align: center;
    }

    .headerdescription {
        width: 100%;
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
        margin-bottom: 20px;
        text-align: center;
        line-height: 1.4;
        padding-left: 30px;
        padding-right: 30px;
        font-family: 'Open Sans', sans-serif;
        
    }

    .options .placestovisit {
        width: 300px;
        height: 300px;
        background-image: url("Site_Images/placestovisit.jpg");
        background-size: cover;
        text-align: center;
        font-size: 28px;
        color: white;
        padding-top: 136px;
        margin-bottom: 10px;
        display: inline-block;
    }

    .options .thingstodo {
        width: 300px;
        height: 300px;
        background-image: url("Site_Images/thingstodo.jpg");
        background-size: cover;
        text-align: center;
        font-size: 28px;
        color: white;
        padding-top: 136px;
        margin-bottom: 10px;
        display: inline-block;
    }

    .options .towns {
        width: 300px;
        height: 300px;
        background-image: url("Site_Images/towns.jpg");
        background-size: cover;
        text-align: center;
        font-size: 28px;
        color: white;
        padding-top: 136px;
        margin-bottom: 10px;
        display: inline-block;
    }

    .options .gallery {
        width: 300px;
        height: 300px;
        background-image: url("Site_Images/gallery.jpg");
        background-size: cover;
        text-align: center;
        font-size: 28px;
        color: white;
        padding-top: 136px;
        margin-bottom: 10px;
        display: inline-block;
    }

    .options .directory {
        width: 300px;
        height: 300px;
        background-image: url("Site_Images/directory.jpg");
        background-size: cover;
        text-align: center;
        font-size: 28px;
        color: white;
        padding-top: 136px;
        margin-bottom: 10px;
        display: inline-block;
    }

    .newsupdates {
        width: 100%;
        
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: 30px;
    }

        .newsupdates .whatison {
            width: 400px;
            height: 600px;
         
            display: inline-block;
            vertical-align: top;
            margin-left: auto;
            margin-right: 10px;
            margin-bottom: 10px;
            overflow: hidden;
            
        }

    .photoofweek {
        width: 500px;
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .indexphotoofweek {
        width: 500px;
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
        margin-right: 20px;
        margin-bottom: 10px;
        margin-top: 50px;
       
    }

    .indexphotoofweeklarge {
        width: 700px;
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
        margin-right: 20px;
        margin-bottom: 10px;
        margin-top: 50px;
    }
       

    .powphoto {
        width: auto;
        height: 375px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .powphotolarge {
        width: auto;
        height: 475px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }


    .photoofweek .description {
        width: 100%;
       
        font-size: 14px;
        color: black;
        padding: 10px 10px;
        text-align: center;
       

    }

    .powphototitle {
        height: 50px;
        color: white;
        font-size: 20px;
        line-height: 50px;
        text-align: center;
    }



    .powphotodescription {
        width: 100%;
     
        font-size: 12px;
        color: lightgrey;
        padding: 10px 10px;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        line-height: 1.3;
    }

    .powtitle {
        width: 500px;
        height: 50px;
        line-height: 50px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        color: white;
        font-size: 30px;
    }

    .newsupdates .latestnews {
        width: 300px;
        vertical-align: top;
        display: inline-block;
        margin-right: auto;
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .newsupdates .title {
        font-size: 28px;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 5px;
        color: black;
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
    }

    .container1, .container2 {
        width: 400px;
        height: 600px;
        overflow: hidden;
       
    }

    .wiocontainer {
        width: 400px;
        height: 600px;
        position: relative;
        left: 0px;
        top: 0px;
        
    }

    .wiocontainer1 {
        width: 400px;
        height: 600px;
        position: relative;
        left: 400px;
        top: -600px;
      
    }

        .wiocontainer .photo, .wiocontainer1 .photo1 {
            width: 400px;
            height: 300px;
            text-align: center;
            padding-top: 140px;
            color: white;
            font-size: 28px;
            background-size: cover;
        }

    .wiotitle, .wiotitle1 {
        width: 400px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        color: black;
        background-color: #EFEFEF;
      
    }

    .detailscontainer {
        width: 400px;
        height: 55px;
      
    }



    .datecontainer {
        width: 200px;
       
        display: inline-block;
        text-align: left;
        padding-left: 10px;
    }

    .addresscontainer {
        width: 180px;
        text-align: right;
        display: inline-block;
        padding-right: 10px;
    }

    .eventsdescription, .eventsdescription1 {
        color: black;
        width: 400px;
        height: 200px;
        font-size: 12px;
      
        padding-top: 5px;
        padding-left: 20px;
        padding-right: 20px;
        font-family: 'Open Sans'
    }

    .startdate {
        width: 75px;
        height: 25px;
        display: inline-block;
        
    }

    .middledate, .middledate1 {
        width: 30px;
        display: inline-block;
        vertical-align: middle;
    }

    .enddate, .enddate1 {
        width: 75px;
        display: inline-block;
       
    }

    .startmonth, .startmonth1, .endmonth, .endmonth1 {
        width: 30px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        color: #FF0000;
        font-size: 20px;
       
        display: inline-block;
    }


    .startday, .startday1, .endday, .endday1 {
        width: 25px;
        height: 20px;
        text-align: center;
        color: black;
        font-size: 16px;
        line-height: 20px;
        display: inline-block;
    }

    .addresscontainer .addresstitle, .addresscontainer .addresstitle1 {
        width: 100%;
        color: black;
        text-align: left;
        font-size: 16px;
        line-height: 19px;
    }

    .addresscontainer .address, .addresscontainer .address1 {
        width: 100%;
        color: black;
        text-align: left;
        font-size: 16px;
        line-height: 19px;
    }

    .addresscontainer .city, .addresscontainer .city1 {
        width: 100%;
        color: black;
        text-align: left;
        font-size: 20px;
        text-align: right;
        margin-top: 5px;
    }

    .eventsdate {
        width: 100%;
        text-align: center;
        font-size: 14px;
        font-style: italic;
        color: #505050;
        line-height: 30px;
        font-weight: 300;
        
    }




    .footer {
        width: 100%;
        background-color: #545454;
        padding-top: 50px;
    
        text-align: center;
    }

    .footer_container {
        padding: 10px;
       
    }

    .footer_contact {
        width: 33%;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        padding-left: 50px;
      
    }

    .footer_about {
        width: 33%;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        padding-left: 50px;
       
    }

    .footer_navigate {
        width: 33%;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        padding-left: 50px;
       
    }

    .footer_title {
        font-size: 14px;
        color: white;
        margin-bottom: 40px;
        text-align: left;
    }

    .footer_text {
        font-size: 12px;
        color: white;
        text-align: left;
        width: 300px;
    }

    .footer_icon {
        margin-top: 20px;
        display: inline-block;
    }

    .footer_copyright {
        width: 100%;
        text-align: left;
        margin-top: 50px;
        padding-left: 50px;
        color: lightgray;
        font-size: 12px;
    }





    /** END MAIN PAGE *****************************************************************************************************/

    /* PLACES PAGE *********************************************************************************************************/

    .placesmaincontent {
        position: absolute;
        z-index: 2000;
        top: 500px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        width: 600px;
        height: 300px;
        background-color: white;
        color: black;
        border-radius: 5px;
    }

    .resultscontainer {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .inlineresultscontainer {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

        .inlineresultscontainer .title {
            width: 100%;
            color: black;
            font-size: 40px;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
          
            font-family: 'Roboto', sans-serif;
            font-weight: bold;
            margin-bottom: 20px;
        }

    .placescontent {
        margin-left: auto;
        margin-right: auto;
        width: 600px;
        height: 300px;
        background-color: white;
        color: black;
        border-radius: 5px;
    }



    .placescontainer {
        width: 400px;
      
        background-color: white;
        border-radius: 5px;
        display: inline-block;
        padding-bottom: 10px;
        margin-bottom: 30px;
        margin-left: 10px;
        margin-right: 10px;
        vertical-align: top;
        border: 1px solid lightgrey;
    }

    .placestitle {
        width: 100%;
        text-align: center;
        font-size: 20px;
        color: black;
        line-height: 50px;
        background-color: #FCFCFC;
        font-family: 'Roboto', sans-serif;
        padding: 5px;
        text-align: center;
    }

    .placestitlesmall {
        width: 100%;
        text-align: center;
        font-size: 20px;
        color: black;
        line-height: 50px;
        background-color: #FCFCFC;
        font-family: 'Roboto', sans-serif;
        padding: 5px;
        text-align: center;
    }

    .placesimage {
        background-size: cover;
        width: 100%;
        height: 300px;
        font-size: 28px;
        color: white;
    }

    .placescity {
        width: 100%;
        text-align: center;
        font-size: 20px;
        font-style: italic;
        color: black;
        line-height: 50px;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
    }

    .placesdescription {
        width: 100%;
        text-align: center;
        font-size: 14px;
        color: black;
        padding: 5px 15px;
        font-family: 'Open Sans', sans-serif;
        line-height: 1.4;
    }

    .placesmore {
        height: 30px;
        width: 80px;
        background-color: #2394EA;
        color: white;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        font-size: 20px;
        font-style: italic;
        line-height: 30px;
        margin-bottom: 20px;
    }

    /* END PLACES PAGE *********************************************************************************************************/
    /* PLACE PAGE *********************************************************************************************************/
    .placetitle {
        width: 100%;
        color: black;
        font-size: 45px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 100px;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
    }

    .placedescription {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 16px;
        margin-top: 40px;
        max-width: 1000px;
        min-width: 300px;
        font-family: 'Open Sans', sans-serif;
        line-height: 1.4;
    }

        .placedescription a {
            cursor: pointer;
            text-decoration: underline;
            color: blue;
        }

            .placedescription a:hover {
                text-decoration: underline;
                color: blue;
            }

    .placelocation {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: 30px;
    }


    .placehero {
        width: 400px;
        height: 300px;
        background-size: cover;
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }



    #map {
        width: 400px;
        height: 300px;
        vertical-align: top;
        margin-left: 10px;
        margin-right: 10px;
        display: inline-block;
        margin-top: 10px;
    }

    .locationcontainer {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }

    .locationinfo {
      
        color: black;
        font-size: 14px;
        margin-left: 10px;
        text-align: center;
        line-height: 25px;
        font-family: 'Open Sans', sans-serif;
        line-height: 1.4;
    }

    .placecontainer {
        margin-top: 10px;
    }

    .phonecontainer {
        margin-top: 20px;
    }

    .webcontainer {
        margin-top: 20px;
    }

    .extraphotos {
        width: 100%;
        margin-top: 20px;
        padding-bottom: 50px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        background-color: #FAFAFA;
    }

    .extraphoto {
        width: 300px;
        height: 225px;
        background-size: cover;
        display: inline-block;
    }


    /* END PLACE PAGE *****************************************************************************************************/

    /* THINGS PAGE ********************************************************************************************************/


    .thingsmaincontent {
        position: absolute;
        z-index: 2000;
        top: 500px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        width: 600px;
        height: 300px;
        background-color: white;
        color: black;
        border-radius: 5px;
    }

    .thingdatecontainer {
        width: 150px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    /* END THINGS PAGE ********************************************************************************************************/

    /* LOCALS PAGE *********************************************************************************************************/

    .localmaincontent {
        position: absolute;
        z-index: 2000;
        top: 500px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        width: 600px;
        height: 300px;
        background-color: white;
        color: black;
        border-radius: 5px;
    }

    .localscontainer {
        width: 400px;
   
        background-color: white;
        border-radius: 5px;
        display: inline-block;
        margin-bottom: 30px;
        margin-left: 10px;
        margin-right: 10px;
    }


    .localsimage {
        background-size: cover;
        width: 100%;
        height: 300px;
        font-size: 50px;
        color: white;
        text-transform: uppercase;
        padding-top: 120px;
    }
    /* END LOCALS PAGE *********************************************************************************************************/

    /* Artist PAGE *********************************************************************************************************/

    .artcontainer {
        width: 100%;
        text-align: center;
        margin-top: 40px;
    }

    .artdescription {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        font-size: 13px;
        margin-top: 10px;
        margin-bottom: 10px;
        max-width: 1000px;
        min-width: 300px;
        font-family: 'Open Sans', sans-serif;
        line-height: 1.4;
    }

    .artdetail {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        font-size: 12px;
        margin-top: 3px;
        max-width: 1000px;
        min-width: 300px;
        font-family: 'Open Sans', sans-serif;
     
    }

    .artistbio {
        width: 100%;
   
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }

    .artistface {
        width: 200px;
        height: 200px;
        background-size: cover;
        border: 3px solid lightgrey;
        display: inline-block;
    
        vertical-align: top;
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .artistcv {
        width: 700px;
        display: inline-block;
      
        font-size: 13px;
        text-align: left;
        vertical-align: top;
        margin-left: 60px;
        font-family: 'Open Sans', sans-serif;
        line-height: 1.4;
    }

        .artistcv a {  
            cursor: pointer;
            text-decoration: none;
            color: blue;
            }

    .artistcv a:hover {
        text-decoration: none;
        color: blue;
    }

    .artimage {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 300px;
        font-size: 28px;
        color: white;
        margin-bottom: 20px;
    }
    /* END Artist PAGE *********************************************************************************************************/

    /* PHOTOS PAGE *********************************************************************************************************/

    .gallerymaincontent {
        position: absolute;
        z-index: 2000;
        top: 500px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        width: 600px;
        height: 300px;
        background-color: white;
        color: black;
        border-radius: 5px;
    }
    
    .photoscontainer {
        width: 400px;
        height: 300px;
        background-color: black;

        display: inline-block;


    }

    .photosimagecontainer {
        background-size:contain;
        width:100%;
        height:100%;
        background-position:center;
        background-repeat:no-repeat;
    }
    /* END PHOTO PAGE *********************************************************************************************************/

    /* Towns PAGE *********************************************************************************************************/

    .townlist {
        width:400px;
        margin-left:auto;
        margin-right:auto;
        margin-top:20px;
    }
    .townsmaincontent {
        position: absolute;
        z-index: 2000;
        top: 500px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        width: 600px;
        height: 300px;
        background-color: white;
        color: black;
        border-radius: 5px;
    }
    
    #townmap {
        width:800px;
        height:600px;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:20px;
    }

    .townsheader {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 20px;
        text-align: center;
    }

    .townscontent {
        width: 100%;
        background-color: #FAFAFA;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }
    
    /* END Towns PAGE *********************************************************************************************************/

    /* Town PAGE *********************************************************************************************************/

    .towncontent {
        width: 100%;
        background-color: #FAFAFA;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
    }

    .townhero {
        width: 400px;
        height: 300px;
        background-size: cover;
        margin-left: auto;
        margin-right:auto;
        margin-top: 10px;
    }

    .towntitle {
        width: 100%;
        color: black;
        font-size: 45px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding-top: 20px;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
    }


    /* END Town PAGE *********************************************************************************************************/

    /* ------------- GAllery Album -----------------*/

    .album {
        width:400px;
        height:300px;
      
        margin-left:5px;
        margin-right:5px;
        background-size:cover;
        text-align:center;
        margin-top:20px;
        font-size:27px;
        color:white;
        padding-top:120px;
    }

    .photos {
        width: 400px;
     
        margin-left: 15px;
        margin-right: 15px;
        background-size:contain;
        background-position:center;
        margin-top: 15px;
        margin-bottom:15px;
        background-repeat:no-repeat;
        text-align:center;
      
        display:inline-block;
    }

    .albumimage {
      
        margin:10px;
    }

    .albumcontainer {
        display:inline-block;
        margin-bottom:30px;
      
        vertical-align:top;
    }

    .photodetailcontainer {
      
        margin-left: auto;
        margin-right: auto;
        
        display: inline-block;
        
    }

    .photodetailnav_right {
        width: 30px;
        height: 30px;
        display: inline-block;
        color: white;
        background-image: url("Site_Images/right_arrow.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        margin: 10px;
        margin-top: 200px;
        
    }

    .photodetailnav_left {
        width: 30px;
        height: 30px;
        display: inline-block;
        color: white;
        background-image: url("Site_Images/left_arrow.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        margin: 10px;
       
        margin-top:200px;
    }

     .photodetailnav_left_alt {
        display:none;
     }

    .photodetailnav_right_alt {
        display: none;
    }

    .photodetails {
       
        width: 700px;
        height: 500px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
      
        vertical-align: top;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .photodetails a:active {
        outline:none;
    }

    .closealbum {
        width: 20px;
        height: 20px;
        display: inline-block;
        
        vertical-align: top;
        background-image: url("Site_Images/closealbum.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        margin-top:20px;
    }

    .closefullalbum {
        width: 20px;
        height: 20px;
       
        vertical-align: top;
        text-align:right;
        background-image: url("Site_Images/closealbum.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        padding-top: 40px;
        margin-right:80px;
        margin-left:auto;
    }

    .closealbum_alt {
        display:none;
    }


    .closefullalbum_alt {
        display: none;
    }
   

    .imagedetailscontainer {
        width: 100%;    
        margin-left: auto;
        margin-right:auto;
        text-align:center;
       
    }

    .imagetitle {
        font-size:20px;
        text-align:center;
       
        color:white;
        display:inline-block;
        
    }

    .imagelocation {
        font-size: 16px;
        font-style:italic;
        text-align: center;
        margin-top: 5px;
        color:lightgray;
    }
    .imagecounter {
        font-size: 16px;
       
        text-align: center;
        color: lightgray;
    }

    .imagedescription {
        font-size: 10px;
        text-align: center;
        margin-top: 15px;
        font-weight: normal;
     
        display: inline-block;
        color:white;
    }

    .imageviewcount {
        font-size: 14px;
        text-align: center;
        margin-top: 10px;
        margin-left:5px;
        display:inline-block;
        color:white;
    }

    .imagecountview {
        width:25px;
        height:auto;
        padding-bottom:9px;
    }




.backbutton {
display:none;
}

.error {
    width: 100%;
    height: 900px;
    min-width: 100px;
    
    background-color:black;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}
.errortitle {
    margin-left: auto;
    margin-right: auto;
    padding-top: 300px;
    text-align: center;
    font-family: 'Open Sans';
    font-size:40px;
    color:white;
}

.errorsubtitle {
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 40px;
    color: white;
}

.error_links {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 50px;
}

    .error_links a {
        color: #2394EA;
        font-size:22px;
    }
}
    /************ END Desktop Layout ******************/
    /************ Tablet Layout ******************/
    @media only screen and (max-width: 916px) and (min-width: 601px) {

        .uparrowcontainer {
            display: none;
        }

        .backarrowcontainer {
            display: none;
        }

        .slider {
            width: 100%;
            height: 350px;
        
        }

        .embedded1 {
            width: 100%;
            height: 350px;
            background-size: cover;
            background-position: center;
            background-image: url("Site_Images/Carousel/carousel1-M.jpg");
        }

        .embedded2 {
            width: 100%;
            height: 350px;
            background-size: cover;
            background-position: center;
            background-image: url("Site_Images/Carousel/carousel2-M.jpg");
        }

        .embedded3 {
            width: 100%;
            height: 350px;
            background-size: cover;
            background-position: center;
            background-image: url("Site_Images/Carousel/carousel3-M.jpg");
        }

        .embedded4 {
            width: 100%;
            height: 350px;
            background-size: cover;
            background-position: center;
            background-image: url("Site_Images/Carousel/carousel4-L.jpg");
        }

        .embedded5 {
            width: 100%;
            height: 450px;
            background-size: cover;
            background-position: center;
            background-image: url("Site_Images/Carousel/carousel5-M.jpg");
        }

        .embedded6 {
            width: 100%;
            height: 350px;
            background-size: cover;
            background-position: center;
            background-image: url("Site_Images/Carousel/carousel6-M.jpg");
        }

        .embedded7 {
            width: 100%;
            height: 350px;
            background-size: cover;
            background-position: center;
            background-image: url("Site_Images/Carousel/carousel7-M.jpg");
        }

        .embedded8 {
            width: 100%;
            height: 350px;
            background-size: cover;
            background-position: center;
            background-image: url("Site_Images/Carousel/carousel8-M.jpg");
        }

        .embedded9 {
            width: 100%;
            height: 350px;
            background-size: cover;
            background-position: center;
            background-image: url("Site_Images/Carousel/carousel9-M.jpg");
        }

        .embedded10 {
            width: 100%;
            height: 350px;
            background-size: cover;
            background-position: center;
            background-image: url("Site_Images/Carousel/carousel11-L.jpg");
        }

        .embedded11 {
            width: 100%;
            height: 450px;
            background-size: cover;
            background-position: center;
            background-image: url("Site_Images/Carousel/carousel12-M.jpg");
        }



        /** MAIN PAGE */

        .rhheader {
            position: relative;
            left: -50%;
            color: white;
            font-size: 70px;
            text-align: center;
        }

        .headertext {
            width: 500px;
           
            color: black;
            font-size: 14px;
            font-family: 'Open Sans';
            margin-left: auto;
            margin-right: auto;
            margin-top: 40px;
            margin-bottom: 40px;
            text-align: center;
          
        }

            .headertext h1 {
                width: 500px;
               
                color: black;
                font-size: 14px;
                font-family: 'Open Sans';
                margin-left: auto;
                margin-right: auto;
                margin-top: 40px;
                margin-bottom: 40px;
                text-align: center;
               
                line-height:1.4;
            }

        .navibar {
            width: 100%;
           
            background-color: black;
            height: 60px;
        }

        .navibardark {
            width: 100%;
            height: 60px;
            background-color: black;
        }

        .mobilenavibar {
            display: none;
        }

        .logocontainer {
            width: 160px;
            height: 60px;
            background-color: black;
            float: left;
            margin-left: 10px;
            line-height: 60px;
            font-size: 18px;
            color: white;
        }

        .menucontainer {
            height: 60px;
            background-color: black;
            float: right;
            margin-right: 5px;
        }

       

        .content {
            width: 100%;
           
        }

        .hrline {
            width: 400px;
            height: 1px;
            background-color: #2394EA;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 10px;
            margin-top: 10px;
        }

        .header {
            min-width: 100px;
            width: 100%;
            height: 600px;
            background-image: url("Site_Images/mainlarge2.jpg");
            background-size: cover;
        }

        .placesheader {
            min-width: 100px;
            width: 100%;
            height: 220px;
            background-image: url("Site_Images/placestovisit_m.jpg");
            background-size: cover;
            background-position: center;
            text-align: center;
            padding-top: 70px;
            font-family: 'Open Sans';
            font-size: 40px;
            color: white;
        }

        .thingsheader {
            min-width: 100px;
            width: 100%;
            height: 220px;
            background-image: url("Site_Images/thingstodo_m.jpg");
            background-size: cover;
            background-position: center;
            text-align: center;
            padding-top: 70px;
            font-family: 'Open Sans';
            font-size: 40px;
            color: white;
        }

        .eventsheader {
            min-width: 100px;
            width: 100%;
            height: 220px;
            background-image: url("Site_Images/events_m.jpg");
            background-size: cover;
            background-position: center;
            text-align: center;
            padding-top: 70px;
            font-family: 'Open Sans';
            font-size: 40px;
            color: white;
        }

        .artistsheader {
            min-width: 100px;
            width: 100%;
            height: 220px;
            background-image: url("Site_Images/artists_m.jpg");
            background-size: cover;
            background-position: center;
            text-align: center;
            padding-top: 70px;
            font-family: 'Open Sans';
            font-size: 40px;
            color: white;
        }

        .localheader {
            min-width: 100px;
            width: 100%;
            height: 220px;
            background-image: url("Site_Images/local_m.jpg");
            background-size: cover;
            background-position: center;
            text-align: center;
            padding-top: 70px;
            font-family: 'Open Sans';
            font-size: 40px;
            color: white;
        }

        .townheader {
            min-width: 100px;
            width: 100%;
            height: 220px;
            background-image: url("Site_Images/towns_m.jpg");
            background-size: cover;
            background-position: center;
            text-align: center;
            padding-top: 70px;
            font-family: 'Open Sans';
            font-size: 40px;
            color: white;
        }

        .galleryheader {
            min-width: 100px;
            width: 100%;
            height: 220px;
            background-image: url("Site_Images/gallery_m.jpg");
            background-size: cover;
            background-position: center;
            text-align: center;
            padding-top: 70px;
            font-family: 'Open Sans';
            font-size: 40px;
            color: white;
        }


        .title1 {
            width: 100%;
            color: white;
            font-size: 66px;
            margin-left: auto;
            margin-right: auto;
            padding-top: 180px;
            text-align: center;
          
            font-family: 'Lato', sans-serif;
            font-weight: 700;
        }

        .title2 {
            width: 100%;
            color: white;
            font-size: 30px;
            margin-left: auto;
            margin-right: auto;
            padding-top: 0px;
            text-align: center;
            font-family: 'Open Sans', sans-serif;
           
            font-style: italic;
        }

        .maincontent {
            position: absolute;
            z-index: 2000;
            top: 500px;
            margin-left: auto;
            margin-right: auto;
            left: 0;
            right: 0;
            width: 600px;
            height: 240px;
            background-color: white;
            color: black;
            border-radius: 5px;
        }

            .maincontent .title {
                width: 100%;
                color: black;
                font-size: 40px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 30px;
                text-align: center;
                font-family: 'Roboto', serif;
                font-weight: 600;
            }

        .options {
            width: 100%;
            padding-top: 30px;
            text-align: center;
        }

        .headerdescription {
            width: 100%;
            font-size: 16px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 50px;
            margin-bottom: 20px;
            text-align: center;
            line-height: 1.4;
            padding-left: 30px;
            padding-right: 30px;
            font-family: 'Open Sans', sans-serif;
           
        }

        .options .placestovisit {
            width: 300px;
            height: 300px;
            background-image: url("Site_Images/placestovisit.jpg");
            background-size: cover;
            text-align: center;
            font-size: 28px;
            color: white;
            padding-top: 136px;
            margin-bottom: 10px;
            display: inline-block;
        }

        .options .thingstodo {
            width: 300px;
            height: 300px;
            background-image: url("Site_Images/thingstodo.jpg");
            background-size: cover;
            text-align: center;
            font-size: 28px;
            color: white;
            padding-top: 136px;
            margin-bottom: 10px;
            display: inline-block;
        }

        .options .towns {
            width: 300px;
            height: 300px;
            background-image: url("Site_Images/towns.jpg");
            background-size: cover;
            text-align: center;
            font-size: 28px;
            color: white;
            padding-top: 136px;
            margin-bottom: 10px;
            display: inline-block;
        }

        .options .gallery {
            width: 300px;
            height: 300px;
            background-image: url("Site_Images/gallery.jpg");
            background-size: cover;
            text-align: center;
            font-size: 28px;
            color: white;
            padding-top: 136px;
            margin-bottom: 10px;
            display: inline-block;
        }

        .options .directory {
            width: 300px;
            height: 300px;
            background-image: url("Site_Images/directory.jpg");
            background-size: cover;
            text-align: center;
            font-size: 28px;
            color: white;
            padding-top: 136px;
            margin-bottom: 10px;
            display: inline-block;
        }

        .newsupdates {
            width: 100%;
          
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            margin-top: 30px;
        }


            .newsupdates .whatison {
                width: 400px;
                height: 600px;
              
                display: inline-block;
                vertical-align: top;
                margin-left: auto;
                margin-right: 10px;
                margin-bottom: 10px;
                overflow: hidden;
               
            }


        .photoofweek {
            width: 500px;
            display: inline-block;
            vertical-align: top;
            margin-left: 10px;
            margin-right: 20px;
            margin-bottom: 10px;

        }

        .indexphotoofweek {
            width: 500px;
            display: inline-block;
            vertical-align: top;
            margin-left: 10px;
            margin-right: 20px;
            margin-bottom: 10px;
            margin-top: 40px;
         
        }

        .indexphotoofweeklarge {
            width: 600px;
            display: inline-block;
            vertical-align: top;
            margin-left: 10px;
            margin-right: 20px;
            margin-bottom: 10px;
            margin-top: 50px;
          
        }


        .powtitle {
            width: 500px;
            height: 50px;
            line-height: 50px;
            margin-left: auto;
            margin-right: auto;
            padding-top: 20px;
            color: white;
            font-size: 25px;
        }

        .powphoto {
            width: auto;
            height: 375px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

        .powphotolarge {
            width: auto;
            height: 425px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

        .photoofweek .title {
            height: 50px;
            color: black;
            line-height: 50px;
            text-align: center;
        }

        .powphototitle {
            height: 50px;
            color: white;
            line-height: 50px;
            text-align: center;
        }

        .photoofweek .description {
            width: 100%;
          
            font-size: 14px;
            color: black;
            padding: 10px 10px;
            text-align: center;
          
         
        }

        .powphotodescription {
            width: 100%;
           
            font-size: 12px;
            color: lightgrey;
            padding: 10px 10px;
            text-align: center;
            font-family: 'Open Sans', sans-serif;
            line-height: 1.3;
        }


            .newsupdates .latestnews {
                width: 300px;
                vertical-align: top;
                display: inline-block;
                margin-right: auto;
                margin-left: 10px;
                margin-bottom: 10px;
            }

            .newsupdates .title {
                font-size: 28px;
                text-align: center;
                margin-top: 5px;
                margin-bottom: 5px;
                color: black;
                font-family: 'Roboto', sans-serif;
                font-weight: 600;
            }
        /*----------------------------------------------------*/
        .container1, .container2 {
            width: 400px;
            height: 600px;
            overflow: hidden;
          
        }

        .wiocontainer {
            width: 400px;
            height: 600px;
            position: relative;
            left: 0px;
            top: 0px;
          
        }

        .wiocontainer1 {
            width: 400px;
            height: 600px;
            position: relative;
            left: 400px;
            top: -600px;
          
        }

            .wiocontainer .photo, .wiocontainer1 .photo1 {
                width: 400px;
                height: 300px;
                text-align: center;
                padding-top: 140px;
                color: white;
                font-size: 28px;
                background-size: cover;
            }

        .wiotitle, .wiotitle1 {
            width: 400px;
            height: 50px;
            line-height: 50px;
            font-size: 14px;
            color: black;
            background-color: #EFEFEF;
           
        }

        .detailscontainer {
            width: 400px;
            height: 55px;
            
        }



        .datecontainer {
            width: 200px;
           
            display: inline-block;
            text-align: left;
            padding-left: 10px;
        }

        .addresscontainer {
            width: 180px;
            text-align: right;
            display: inline-block;
            padding-right: 10px;
        }

        .eventsdescription, .eventsdescription1 {
            color: black;
            width: 400px;
            height: 200px;
            font-size: 12px;
           
            padding-top: 5px;
            padding-left: 20px;
            padding-right: 20px;
            font-family: 'Open Sans'
        }

        .startdate {
            width: 75px;
            height: 25px;
            display: inline-block;
           
        }

        .middledate, .middledate1 {
            width: 30px;
            display: inline-block;
            vertical-align: middle;
        }

        .enddate, .enddate1 {
            width: 75px;
            display: inline-block;
          
        }

        .startmonth, .startmonth1, .endmonth, .endmonth1 {
            width: 30px;
            height: 25px;
            line-height: 25px;
            text-align: center;
            color: #FF0000;
            font-size: 20px;
           
            display: inline-block;
        }


        .startday, .startday1, .endday, .endday1 {
            width: 25px;
            height: 20px;
            text-align: center;
            color: black;
            font-size: 16px;
            line-height: 20px;
            display: inline-block;
        }

        .addresscontainer .addresstitle, .addresscontainer .addresstitle1 {
            width: 100%;
            color: black;
            text-align: left;
            font-size: 16px;
            line-height: 19px;
        }

        .addresscontainer .address, .addresscontainer .address1 {
            width: 100%;
            color: black;
            text-align: left;
            font-size: 16px;
            line-height: 19px;
        }

        .addresscontainer .city, .addresscontainer .city1 {
            width: 100%;
            color: black;
            text-align: left;
            font-size: 20px;
            text-align: right;
            margin-top: 5px;
        }

        /*----------------------------------------------------*/

        .eventsdate {
            width: 100%;
            text-align: center;
            font-size: 14px;
            font-style: italic;
            color: #505050;
            line-height: 30px;
            font-weight: 300;
            
        }
       

        .footer {
            width: 100%;
            background-color: #545454;
            padding-top: 50px;
            
            text-align: center;
        }

        .footer_container {
            padding: 10px;
           
        }

        .footer_contact {
            width: 100%;
          
            vertical-align: top;
            text-align: left;
            padding-bottom: 50px;
            margin-left: 50px;
         
        }

        .footer_about {
            width: 100%;
           
            vertical-align: top;
            text-align: left;
            padding-bottom: 50px;
            margin-left: 50px;
         
        }

        .footer_navigate {
            width: 100%;
          
            vertical-align: top;
            text-align: left;
            padding-bottom: 50px;
            margin-left: 50px;
         
        }

        .footer_title {
            font-size: 14px;
            color: white;
            margin-bottom: 10px;
            text-align: left;
        }

        .footer_text {
            font-size: 12px;
            color: white;
            text-align: left;
            width: 200px;
        }

        .footer_icon {
            margin-top: 20px;
            display: inline-block;
        }

        .footer_copyright {
            width: 100%;
            text-align: left;
            margin-top: 50px;
            padding-left: 50px;
            color: lightgray;
            font-size: 12px;
        }

        /** END MAIN PAGE *****************************************************************************************************/

        /* PLACES PAGE *********************************************************************************************************/

        .placesmaincontent {
            position: absolute;
            z-index: 2000;
            top: 500px;
            margin-left: auto;
            margin-right: auto;
            left: 0;
            right: 0;
            width: 600px;
            height: 300px;
            background-color: white;
            color: black;
            border-radius: 5px;
        }

        .resultscontainer {
            width: 100%;
            text-align: center;
           
        }

        .inlineresultscontainer {
            width: 100%;
            text-align: center;
            margin-top: 10px;
        }

            .inlineresultscontainer .title {
                width: 100%;
                color: black;
                font-size: 40px;
                margin-left: auto;
                margin-right: auto;
                text-align: center;
              
                font-family: 'Roboto', sans-serif;
                font-weight: bold;
                margin-bottom: 20px;
            }

        .placescontent {
            margin-left: auto;
            margin-right: auto;
            width: 600px;
            height: 300px;
            background-color: white;
            color: black;
            border-radius: 5px;
        }



        .placescontainer {
            width: 400px;
         
            background-color: white;
            border-radius: 5px;
            display: inline-block;
            margin-bottom: 30px;
            margin-left: 10px;
            margin-right: 10px;
            vertical-align: top;
            border: 1px solid lightgrey;
            box-sizing: content-box;
            padding-bottom:10px;
        }

        .placestitle {
            width: 100%;
            text-align: center;
            font-size: 20px;
            color: black;
         
            background-color: #FCFCFC;
            font-family: 'Roboto', sans-serif;
            padding: 5px;
        }

        .placestitlesmall {
            width: 100%;
            text-align: center;
            font-size: 20px;
            color: black;
          
            background-color: #FCFCFC;
            font-family: 'Roboto', sans-serif;
            padding: 5px;
        }

        .placesimage {
            background-size: cover;
            width: 100%;
            height: 300px;
            font-size: 28px;
            color: white;
        }

        .placescity {
            width: 100%;
            text-align: center;
            font-size: 20px;
            font-style: italic;
            color: black;
            line-height: 50px;
            font-weight: 300;
            font-family: 'Roboto', sans-serif;
        }

        .placesdescription {
            width: 100%;
            text-align: center;
            font-size: 14px;
            color: black;
            padding: 5px 15px;
            font-family: 'Open Sans', sans-serif;
            line-height: 1.4;
        }

        .placesmore {
            height: 30px;
            width: 80px;
            background-color: #2394EA;
            color: white;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            margin-top: 20px;
            font-size: 20px;
            font-style: italic;
            line-height: 30px;
            margin-bottom: 20px;
        }

        /* END PLACES PAGE *********************************************************************************************************/
        /* PLACE PAGE *********************************************************************************************************/
        .placetitle {
            width: 100%;
            color: black;
            font-size: 45px;
            margin-left: auto;
            margin-right: auto;
            padding-top: 100px;
            text-align: center;
            font-family: 'Roboto', sans-serif;
            font-weight: 600;
        }

        .placedescription {
            width: 100%;
            padding-left: 20px;
            padding-right: 20px;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            font-size: 16px;
            margin-top: 40px;
            max-width: 1000px;
            min-width: 300px;
            font-family: 'Open Sans', sans-serif;
            line-height: 1.4;
        }

            .placedescription a {
                cursor: pointer;
                text-decoration: underline;
                color: blue;
            }

                .placedescription a:hover {
                    text-decoration: underline;
                    color: blue;
                }


        .placelocation {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            margin-top: 30px;
        }


        .placehero {
            width: 400px;
            height: 300px;
            background-size: cover;
            display: inline-block;
            vertical-align: top;
            margin-left: 10px;
            margin-right: 10px;
            margin-top: 10px;
        }



        #map {
            width: 400px;
            height: 300px;
            vertical-align: top;
            margin-left: 10px;
            margin-right: 10px;
            display: inline-block;
            margin-top: 10px;
        }

        .locationcontainer {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            margin-top: 30px;
        }

        .locationinfo {
           
            color: black;
            font-size: 14px;
            margin-left: 10px;
            text-align: center;
            line-height: 25px;
            font-family: 'Open Sans', sans-serif;
            line-height: 1.4;
        }

        .placecontainer {
            margin-top: 10px;
        }

        .phonecontainer {
            margin-top: 20px;
        }

        .webcontainer {
            margin-top: 20px;
        }

        .extraphotos {
            width: 100%;
            margin-top: 20px;
            padding-bottom: 50px;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            background-color: #FAFAFA;
        }

        .extraphoto {
            width: 300px;
            height: 225px;
            background-size: cover;
            display: inline-block;
        }


        /* END PLACE PAGE *****************************************************************************************************/

        /* THINGS PAGE ********************************************************************************************************/


        .thingsmaincontent {
            position: absolute;
            z-index: 2000;
            top: 500px;
            margin-left: auto;
            margin-right: auto;
            left: 0;
            right: 0;
            width: 600px;
            height: 300px;
            background-color: white;
            color: black;
            border-radius: 5px;
        }

        .thingdatecontainer {
            width: 150px;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }
        /* END THINGS PAGE ********************************************************************************************************/

        /* LOCALS PAGE *********************************************************************************************************/

        .localmaincontent {
            position: absolute;
            z-index: 2000;
            top: 500px;
            margin-left: auto;
            margin-right: auto;
            left: 0;
            right: 0;
            width: 600px;
            height: 300px;
            background-color: white;
            color: black;
            border-radius: 5px;
        }

        .localscontainer {
            width: 400px;
           
            background-color: white;
            border-radius: 5px;
            display: inline-block;
            margin-bottom: 30px;
            margin-left: 10px;
            margin-right: 10px;
        }


        .localsimage {
            background-size: cover;
            width: 100%;
            height: 300px;
            font-size: 50px;
            color: white;
            text-transform: uppercase;
            padding-top: 120px;
        }
        /* END LOCALS PAGE *********************************************************************************************************/

        /* Artist PAGE *********************************************************************************************************/

        .artcontainer {
            width: 100%;
            text-align: center;
            margin-top: 40px;
        }

        .artdescription {
            width: 100%;
            padding-left: 20px;
            padding-right: 20px;
            margin-left: auto;
            margin-right: auto;
            text-align: left;
            font-size: 13px;
            margin-top: 10px;
            margin-bottom: 10px;
            max-width: 1000px;
            min-width: 300px;
            font-family: 'Open Sans', sans-serif;
            line-height: 1.4;
        }

        .artdetail {
            width: 100%;
            padding-left: 20px;
            padding-right: 20px;
            margin-left: auto;
            margin-right: auto;
            text-align: left;
            font-size: 12px;
            margin-top: 3px;
            max-width: 1000px;
            min-width: 300px;
            font-family: 'Open Sans', sans-serif;
           
        }

        .artistbio {
            width: 100%;
           
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 40px;
        }

        .artistface {
            width: 200px;
            height: 200px;
            background-size: cover;
            border: 3px solid lightgrey;
            display: inline-block;
           
            vertical-align: top;
            margin-top: 5px;
            margin-bottom: 20px;
        }

        .artistcv {
            width: 600px;
            display: inline-block;
          
            font-size: 13px;
            text-align: left;
            vertical-align: top;
         
            font-family: 'Open Sans', sans-serif;
            line-height: 1.4;
            padding-left:10px;
            padding-right:10px;
        }


            .artistcv a {
                cursor: pointer;
                text-decoration: none;
                color: blue;
            }

                .artistcv a:hover {
                    text-decoration: none;
                    color: blue;
                }

        .artimage {
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            width: 100%;
            height: 300px;
            font-size: 28px;
            color: white;
            margin-bottom: 20px;
        }
        /* END Artist PAGE *********************************************************************************************************/


        /* PHOTOS PAGE *********************************************************************************************************/

        .gallerymaincontent {
            position: absolute;
            z-index: 2000;
            top: 500px;
            margin-left: auto;
            margin-right: auto;
            left: 0;
            right: 0;
            width: 600px;
            height: 300px;
            background-color: white;
            color: black;
            border-radius: 5px;
        }

        .photoscontainer {
            width: 400px;
            height: 300px;
            background-color: black;
            display: inline-block;
        }

        .photosimagecontainer {
            background-size: contain;
            width: 100%;
            height: 100%;
            background-position: center;
            background-repeat: no-repeat;
        }
        /* END PHOTO PAGE *********************************************************************************************************/

        /* Towns PAGE *********************************************************************************************************/

        .townlist {
            width: 400px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 20px;
        }

        .townsmaincontent {
            position: absolute;
            z-index: 2000;
            top: 500px;
            margin-left: auto;
            margin-right: auto;
            left: 0;
            right: 0;
            width: 600px;
            height: 300px;
            background-color: white;
            color: black;
            border-radius: 5px;
        }

        #townmap {
            width: 800px;
            height: 600px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 20px;
        }

        .townsheader {
            margin-left: auto;
            margin-right: auto;
            margin-top: 20px;
            margin-bottom: 20px;
            font-size: 20px;
            text-align: center;
        }

        .townscontent {
            width: 100%;
            background-color: #FAFAFA;
            margin-left: auto;
            margin-right: auto;
            margin-top: 10px;
        }

        /* END Towns PAGE *********************************************************************************************************/

        /* Town PAGE *********************************************************************************************************/

        .towncontent {
            width: 100%;
            background-color: #FAFAFA;
            margin-left: auto;
            margin-right: auto;
            margin-top: 0px;
        }

        .townhero {
            width: 400px;
            height: 300px;
            background-size: cover;
            margin-left: auto;
            margin-right: auto;
            margin-top: 10px;
        }

        .towntitle {
            width: 100%;
            color: black;
            font-size: 45px;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            padding-top: 20px;
            font-family: 'Roboto', sans-serif;
            font-weight: bold;
        }


        /* END Town PAGE *********************************************************************************************************/

        /* ------------- GAllery Album -----------------*/

        .album {
            width: 400px;
            height: 300px;
          
            margin-left: auto;
            margin-right: auto;
            background-size: cover;
            text-align: center;
            margin-top: 20px;
            font-size: 25px;
            color: white;
            padding-top: 120px;
        }

        .photos {
            width: 400px;
         
            margin-left: 15px;
            margin-right: 15px;
            background-size: contain;
            background-position: center;
            margin-top: 15px;
            margin-bottom: 15px;
            background-repeat: no-repeat;
            text-align: center;
         
            display: inline-block;
        }

        .albumimage {
          
            margin: 10px;
        }

        .albumcontainer {
            display: inline-block;
            margin-bottom: 30px;
            vertical-align:top;
        }

         .photodetailcontainer {
           
            margin-left: auto;
            margin-right: auto;
           
            display: inline-block;
         
        }

        .photodetailnav_right {
            width: 30px;
            height: 30px;
            display: inline-block;
            color: white;
            background-image: url("Site_Images/right_arrow.svg");
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            cursor: pointer;
            margin: 10px;
            margin-top: 200px;
          
        }

        .photodetailnav_left {
            width: 30px;
            height: 30px;
            display: inline-block;
            color: white;
            background-image: url("Site_Images/left_arrow.svg");
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            cursor: pointer;
            margin: 10px;
            
            margin-top: 200px;
        }

        .photodetailnav_left_alt {
            display: none;
        }

        .photodetailnav_right_alt {
            display: none;
        }

        .photodetails {
          
            width: 450px;
            height: 325px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: auto;
            margin-right: auto;
            display: inline-block;
           
            vertical-align: top;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .closealbum {
            width: 20px;
            height: 20px;
            display: inline-block;
            vertical-align: top;
            background-image: url("Site_Images/closealbum.svg");
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            cursor: pointer;
            margin-top: 20px;
        }

        .closefullalbum {
            width: 20px;
            height: 20px;
           
            vertical-align: top;
            text-align: right;
            background-image: url("Site_Images/closealbum.svg");
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            cursor: pointer;
            padding-top: 40px;
            margin-right: 80px;
            margin-left: auto;
        }


        .closealbum_alt {
            display: none;
        }


        .closefullalbum_alt {
            display: none;
        }


        .imagedetailscontainer {
         
            margin-left: auto;
            margin-right:auto;
            text-align:center;
        }

        .imagetitle {
            font-size: 15px;
            text-align: center;
            margin-top: 20px;
            color:white;
            display:inline-block;
        }

        .imagelocation {
            font-size: 12px;
            font-style: italic;
            text-align: center;
            margin-top: 5px;
            color:lightgray;
        }

        .imagedescription {
            font-size: 10px;
            text-align: center;
            margin-top: 15px;
            font-weight: normal;
            display:inline-block;     
            color:white;
      
        }

        .imageviewcount {
            font-size: 12px;
            text-align: center;
            margin-top: 20px;
            margin-left: 10px;
            display: inline-block;
            color:white;
        }

        .imagecounter {
            font-size: 12px;
            
            text-align: center;
            color: lightgray;
        }

        .imagecountview {
            width: 20px;
            height: auto;
            padding-bottom: 9px;
        }
    

    .backbutton {
    display: none;
}

.errortitle {
    margin-left: auto;
    margin-right: auto;
    padding-top: 300px;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 40px;
    color: white;
}

.errorsubtitle {
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 40px;
    color: white;
}

.error_links {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 50px;
}

    .error_links a {
        color: #2394EA;
        font-size: 22px;
    }

/************ END Tablet Layout ******************/
    }

    
    /************ Mobile Layout ******************/
    
@media only screen and (max-width: 600px) and (min-width: 100px) {


    .uparrowcontainer {
        display: block;
    }

    .backarrowcontainer {
        display: block;
    }

    .slider {
        width: 100%;
        height: 210px;
       
    }



    .embedded1 {
        width: 100%;
        height: 210px;
        background-size: cover;
        background-position: center;
        background-image: url("Site_Images/Carousel/carousel1-S.jpg");
    }

    .embedded2 {
        width: 100%;
        height: 210px;
        background-size: cover;
        background-position: center;
        background-image: url("Site_Images/Carousel/carousel2-S.jpg");
    }

    .embedded3 {
        width: 100%;
        height: 210px;
        background-size: cover;
        background-position: center;
        background-image: url("Site_Images/Carousel/carousel3-S.jpg");
    }

    .embedded4 {
        width: 100%;
        height: 210px;
        background-size: cover;
        background-position: center;
        background-image: url("Site_Images/Carousel/carousel4-S.jpg");
    }

    .embedded5 {
        width: 100%;
        height: 210px;
        background-size: cover;
        background-position: center;
        background-image: url("Site_Images/Carousel/carousel5-S.jpg");
    }

    .embedded6 {
        width: 100%;
        height: 210px;
        background-size: cover;
        background-position: center;
        background-image: url("Site_Images/Carousel/carousel6-S.jpg");
    }

    .embedded7 {
        width: 100%;
        height: 210px;
        background-size: cover;
        background-position: center;
        background-image: url("Site_Images/Carousel/carousel7-S.jpg");
    }

    .embedded8 {
        width: 100%;
        height: 210px;
        background-size: cover;
        background-position: center;
        background-image: url("Site_Images/Carousel/carousel8-S.jpg");
    }

    .embedded9 {
        width: 100%;
        height: 210px;
        background-size: cover;
        background-position: center;
        background-image: url("Site_Images/Carousel/carousel9-S.jpg");
    }

    .embedded10 {
        width: 100%;
        height: 210px;
        background-size: cover;
        background-position: center;
        background-image: url("Site_Images/Carousel/carousel11-S.jpg");
    }

    .embedded11 {
        width: 100%;
        height: 210px;
        background-size: cover;
        background-position: center;
        background-image: url("Site_Images/Carousel/carousel12-S.jpg");
    }



    /* MAIN PAGE ************************************************************************************************************/
    .navibar, .navibardark {
        display: none;
    }

    .mobilenavibar {
        width: 100%;
        height:60px;
        background-color:black;
    }

    .mobiletitle {
        width: 200px;
        height: 60px;
        line-height: 60px;
        margin-left: auto;
        margin-right:auto;
        color:white;
        text-align:center;
        font-size:25px;
    }

    .mobileicon {
        width: 20px;
        height: 15px;
        background-image: url("/Content/Site_Images/menu.svg");
        background-size: cover;
        margin-top: 23px;
        margin-left: 15px;
        float: left;
    }

    .content {
        width: 100%;

    }

    .hrline {
        width: 300px;
        height: 1px;
        background-color: #2394EA;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .headertext {
        width: 350px;
  
        color: black;
        font-size: 14px;
        font-family: 'Open Sans';
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        margin-bottom: 40px;
        text-align: center;
      
    }

    .headertext h1 {
        width: 350px;
      
        color: black;
        font-size: 14px;
        font-family: 'Open Sans';
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        margin-bottom: 40px;
        text-align: center;
      
        line-height:1.4;
    }

    .header {
        min-width: 100px;
        width: 100%;
        height: 667px;
        background-image: url("Site_Images/frontmobile.jpg");
        background-size: cover;
    }

    .placesheader {
        min-width: 100px;
        width: 100%;
        height: 220px;
        background-image: url("Site_Images/placestovisit_s.jpg");
        background-size: cover;
        background-position:center;
        color: white;
        font-family: 'Open Sans', sans-serif;
        font-size: 40px;
        text-align: center;
        padding-top: 70px;
    }

    .thingsheader {
        min-width: 100px;
        width: 100%;
        height: 220px;
        background-image: url("Site_Images/thingstodo_s.jpg");
        background-size: cover;
        background-position: center;
        text-align: center;
        padding-top: 70px;
        font-family: 'Open Sans';
        font-size: 40px;
        color: white;
    }

    .eventsheader {
        min-width: 100px;
        width: 100%;
        height: 220px;
        background-image: url("Site_Images/events_s.jpg");
        background-size: cover;
        background-position: center;
        text-align: center;
        padding-top: 70px;
        font-family: 'Open Sans';
        font-size: 40px;
        color: white;
    }

    .artistsheader {
        min-width: 100px;
        width: 100%;
        height: 220px;
        background-image: url("Site_Images/artists_s.jpg");
        background-size: cover;
        background-position: center;
        text-align: center;
        padding-top: 70px;
        font-family: 'Open Sans';
        font-size: 40px;
        color: white;
    }

    .localheader {
        min-width: 100px;
        width: 100%;
        height: 220px;
        background-image: url("Site_Images/local_s.jpg");
        background-size: cover;
        background-position: center;
        text-align: center;
        padding-top: 70px;
        font-family: 'Open Sans';
        font-size: 40px;
        color: white;
    }

    .townheader {
        min-width: 100px;
        width: 100%;
        height: 220px;
        background-image: url("Site_Images/towns_s.jpg");
        background-size: cover;
        background-position: center;
        text-align: center;
        padding-top: 70px;
        font-family: 'Open Sans';
        font-size: 40px;
        color: white;
    }

    .galleryheader {
        min-width: 100px;
        width: 100%;
        height: 220px;
        background-image: url("Site_Images/gallery_s.jpg");
        background-size: cover;
        background-position: center;
        text-align: center;
        padding-top: 70px;
        font-family: 'Open Sans';
        font-size: 40px;
        color: white;
    }



    .header .title1 {
        width: 300px;
        color: white;
        font-size: 60px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px;
        text-align: center;
        font-family: 'Lato', sans-serif;
        font-weight:700;

    }

    .placesheader .title1 {
        width: 300px;
        color: white;
        font-size: 60px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px;
        text-align: center;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
    }

    .thingsheader .title1 {
        width: 300px;
        color: white;
        font-size: 60px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px;
        text-align: center;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
    }

    .localheader .title1 {
        width: 300px;
        color: white;
        font-size: 50px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px;
        text-align: center;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
    }

    .townheader .title1 {
        width: 300px;
        color: white;
        font-size: 50px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px;
        text-align: center;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
    }

    .header .title2 {
        width: 300px;
        color: white;
        font-size: 22px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0px;
        text-align: center;
        font-family: 'Noto Serif', serif;
        font-style: italic;
    }

    .title1 {
        width: 100%;
        color: white;
        font-size: 60px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 180px;
        text-align: center;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
    }


    .maincontent {
        position: absolute;
        z-index: 2000;
        top: 300px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        width: 300px;
        height: 400px;
        background-color: white;
        color: black;
        border-radius: 5px;
    }


        .maincontent .title {
            width: 300px;
            color: black;
            font-size: 30px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 20px;
            margin-bottom: 10px;
            text-align: center;
            font-family: 'Roboto', serif;
            font-weight: 600;
        }

    .headerdescription {
        width: 100%;
      
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
        line-height: 1.4;
        padding-left: 12px;
        padding-right: 12px;
        font-family: 'Open Sans', sans-serif;
     
    }

    .options {
        width: 300px;
        padding-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }

        .options .placestovisit {
            width: 300px;
            height: 300px;
            background-image: url("Site_Images/placestovisit.jpg");
            background-size: cover;
            text-align: center;
            font-size: 28px;
            color: white;
            padding-top: 136px;
            margin-bottom: 10px;
        }

        .options .thingstodo {
            width: 300px;
            height: 300px;
            background-image: url("Site_Images/thingstodo.jpg");
            background-size: cover;
            text-align: center;
            font-size: 28px;
            color: white;
            padding-top: 136px;
            margin-bottom: 10px;
        }

        .options .towns {
            width: 300px;
            height: 300px;
            background-image: url("Site_Images/towns.jpg");
            background-size: cover;
            text-align: center;
            font-size: 28px;
            color: white;
            padding-top: 136px;
            margin-bottom: 10px;
        }


        .options .gallery {
            width: 300px;
            height: 300px;
            background-image: url("Site_Images/gallery.jpg");
            background-size: cover;
            text-align: center;
            font-size: 28px;
            color: white;
            padding-top: 136px;
            margin-bottom: 10px;
        }

        .options .directory {
            width: 300px;
            height: 300px;
            background-image: url("Site_Images/directory.jpg");
            background-size: cover;
            text-align: center;
            font-size: 28px;
            color: white;
            padding-top: 136px;
            margin-bottom: 10px;
        }

    .newsupdates {
        width: 100%;
     
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: 30px;
    }

        .newsupdates .whatison {
            width: 300px;
            height: 600px;
         
            display: inline-block;
            vertical-align: top;
            margin-left: auto;
            margin-right: 10px;
            margin-bottom: 10px;
            overflow: hidden;
          
        }


    .photoofweek {
        width: 300px;
 
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
        margin-right: 20px;
        margin-bottom: 30px;
    }

    .indexphotoofweek, .indexphotoofweeklarge {
        width: 300px;
      
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
        margin-right: 20px;
        margin-bottom: 30px;
        margin-top: 20px;
       
    }

    .powtitle {
        width: 300px;
        height: 50px;
        line-height: 50px;
        margin-left: auto;
        margin-right: auto;
        color: white;
        font-size: 25px;
    }

    .powphoto, .powphotolarge {
        width: auto;
        height: 220px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .photoofweek .description {
        width: 100%;

        font-size: 12px;
        color: black;
        padding: 12px 12px;
        text-align: center;

    }

    .powphotodescription {
        width: 100%;
        
        font-size: 11px;
        color: lightgrey;
        padding: 10px 10px;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        line-height: 1.3;
    }

    .powphototitle {
      
        color: white;
    
        text-align: center;
    }

    .photoofweek .title {
        height: 50px;
        color: black;
        line-height: 50px;
        text-align: center;
    }



        .newsupdates .latestnews {
            width: 300px;
            vertical-align: top;
            display: inline-block;
            margin-right: auto;
            margin-left: 10px;
            margin-bottom: 10px;
        }

        .newsupdates .title {
            font-size: 28px;
            text-align: center;
            margin-top: 5px;
            margin-bottom: 5px;
            color: black;
            font-family: 'Roboto', sans-serif;
            font-weight: 600;
        }

    /*----------------------------------------------------*/
    .container1, .container2 {
        width: 300px;
        height: 600px;
        overflow: hidden;
 
    }

    .wiocontainer {
        width: 300px;
        height: 600px;
        position: relative;
        left: 0px;
        top: 0px;
      
    }

    .wiocontainer1 {
        width: 300px;
        height: 600px;
        position: relative;
        left: 300px;
        top: -600px;
        
    }

        .wiocontainer .photo, .wiocontainer1 .photo1 {
            width: 300px;
            height: 300px;
            text-align: center;
            padding-top: 140px;
            color: white;
            font-size: 28px;
            background-size: cover;
        }

    .wiotitle, .wiotitle1 {
        width: 300px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        color: black;
        background-color: #EFEFEF;
      
    }

    .detailscontainer {
        width: 300px;
        height: 55px;
     
    }



    .datecontainer {
        width: 300px;
        
        text-align: center;
        
        margin-top:10px;
    }

    .addresscontainer {
        width: 300px;
        text-align: center;
      
    }

    .eventsdescription, .eventsdescription1 {
        color: black;
        width: 300px;
        height: 200px;
        font-size: 12px;
      
        padding-top: 5px;
        padding-left: 20px;
        padding-right: 20px;
        font-family: 'Open Sans'
    }

    .startdate {
        width: 75px;
        height: 25px;
        display: inline-block;
       
    }

    .middledate, .middledate1 {
        width: 30px;
        display: inline-block;
        vertical-align: middle;
    }

    .enddate, .enddate1 {
        width: 75px;
        display: inline-block;
     
    }

    .startmonth, .startmonth1, .endmonth, .endmonth1 {
        width: 30px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        color: #FF0000;
        font-size: 14px;

        display: inline-block;
    }


    .startday, .startday1, .endday, .endday1 {
        width: 25px;
        height: 20px;
        text-align: center;
        color: black;
        font-size: 13px;
        line-height: 20px;
        display: inline-block;
    }

    .addresscontainer .addresstitle, .addresscontainer .addresstitle1 {
        width: 100%;
        color: black;
        text-align: center;
        font-size: 14px;
        line-height: 19px;
    }

    .addresscontainer .address, .addresscontainer .address1 {
        width: 100%;
        color: black;
        text-align: center;
        font-size: 16px;
        line-height: 19px;
    }

    .addresscontainer .city, .addresscontainer .city1 {
        width: 100%;
        color: black;
        text-align: left;
        font-size: 16px;
        text-align: center;
        margin-top: 5px;
    }

    /*----------------------------------------------------*/

    


    /* END MAIN PAGE *************************************************************************************************/

    /* PLACES PAGE *********************************************************************************************************/
    .resultscontainer {
        width: 100%;
        text-align: center;
       
    }

    .inlineresultscontainer {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

        .inlineresultscontainer .title {
            width: 100%;
            color: black;
            font-size: 40px;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
           
            font-family: 'Roboto', sans-serif;
            font-weight: bold;
            margin-bottom:20px;
        }

    .placesmaincontent {
        position: absolute;
        z-index: 2000;
        top: 300px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        width: 300px;
    
        background-color: white;
        color: black;
        border-radius: 5px;
    }

    .placescontent {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: 300px;
        background-color: white;
        color: black;
        border-radius: 5px;
    }

    .placecontent .headerdescription {
        width: 100%;
        color: black;
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 20px;
        text-align: center;
        line-height: 24px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .placescontainer {
        width: 300px;
      
        background-color: white;
        border-radius: 5px;
        display: inline-block;
        margin-bottom: 30px;
        margin-left: 10px;
        margin-right: 10px;
        vertical-align:top;
        border:1px solid lightgrey;
        box-sizing:content-box;
        padding-bottom:10px;
    }

    .placestitle {
        width: 100%;
        text-align: center;
        font-size: 20px;
        color: black;
    
        font-weight: bold;
        background-color: #FCFCFC;
        font-family: 'Roboto', sans-serif;
        padding: 5px;
    }

    .placestitlesmall {
        width: 100%;
        text-align: center;
        font-size: 20px;
        color: black;
     
        font-weight: bold;
        background-color: #FCFCFC;
        font-family: 'Roboto', sans-serif;
        padding: 5px;
    }

    .placesimage {
        background-size: cover;
        width: 100%;
        height: 225px;
    }

    .placescity {
        width: 100%;
        text-align: center;
        font-size: 20px;
        font-style: italic;
        color: black;
        line-height: 50px;
        font-weight: 300;
    }

    .placesdescription {
        width: 100%;
        text-align: center;
        font-size: 14px;
        color: black;
        padding: 5px 15px;
        font-family: 'Open Sans', sans-serif;
        line-height:1.4;
    }

    .placesmore {
        height: 30px;
        width: 80px;
       
        background-color: #2394EA;
        color: white;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        font-size: 20px;
        font-style: italic;
        line-height: 30px;
        margin-bottom: 20px;
    }

    /* END PLACES PAGE *********************************************************************************************************/
    /* PLACE PAGE *********************************************************************************************************/
    .placetitle {
        width: 100%;
        color: black;
        font-size: 40px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
    }

    .placedescription {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 14px;
        margin-top: 40px;
        max-width: 700px;
        min-width: 300px;
        line-height: 1.4;
        font-family: 'Open Sans', sans-serif;
    }
        .placedescription a {
            cursor: pointer;
            text-decoration: underline;
            color: blue;
        }

            .placedescription a:hover {
                text-decoration: underline;
                color: blue;
            }

    .placelocation {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: 30px;
    }


    .placehero {
        width: 300px;
        height: 225px;
        background-size: cover;
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }



    #map {
        width: 300px;
        height: 225px;
        vertical-align: top;
        margin-left: 10px;
        margin-right: 10px;
        display: inline-block;
        margin-top: 10px;
    }

    .locationcontainer {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }

    .locationinfo {
     
        color: black;
        font-size: 14px;
        margin-left: 10px;
        text-align: center;
        line-height: 25px;
        font-family: 'Open Sans', sans-serif;
        line-height: 1.4;
    }

    .placecontainer {
        margin-top: 10px;
    }

    .phonecontainer {
        margin-top: 20px;
    }

    .webcontainer {
        margin-top: 20px;
    }

    .extraphotos {
        width: 100%;
        margin-top: 20px;
        padding-bottom: 50px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;

    }

    .extraphoto {
        width: 300px;
        height: 225px;
        background-size: cover;
        display: inline-block;
    }


    /* END PLACE PAGE *****************************************************************************************************/
    /* THINGS PAGE *****************************************************************************************************/
    .thingsmaincontent {
        position: absolute;
        z-index: 2000;
        top: 300px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        width: 300px;

        background-color: white;
        color: black;
        border-radius: 5px;
    }

    /* END THINGS PAGE *****************************************************************************************************/
    /* LOCALS PAGE *********************************************************************************************************/
    .localmaincontent {
        position: absolute;
        z-index: 2000;
        top: 300px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        width: 300px;
      
        background-color: white;
        color: black;
        border-radius: 5px;
    }
    
    .localscontainer {
        width: 300px;
    
        background-color: #F6F6F6;
        border-radius: 5px;
        display: inline-block;
        margin-bottom: 30px;
        margin-left: 10px;
        margin-right: 10px;
    }


    .localsimage {
        background-size: cover;
        width: 100%;
        height: 225px;
        font-size: 40px;
        color: white;
        text-transform: uppercase;
        padding-top: 90px;
    }
    /* END LOCALS PAGE *********************************************************************************************************/
    /* Artist PAGE *********************************************************************************************************/

    .artcontainer {
        width: 100%;
        text-align: center;
        margin-top: 40px;
    }

    .artdescription {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        font-size: 13px;
        margin-top: 10px;
        margin-bottom: 10px;
        max-width: 1000px;
        min-width: 300px;
        font-family: 'Open Sans', sans-serif;
        line-height: 1.4;
    }

    .artdetail {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        font-size: 12px;
        margin-top: 3px;
        max-width: 1000px;
        min-width: 300px;
        font-family: 'Open Sans', sans-serif;
      
    }

    .artistbio {
        width: 100%;
       
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }

    .artistface {
        width: 200px;
        height: 200px;
        background-size: cover;
        border: 3px solid lightgrey;
        display: inline-block;
      
        vertical-align: top;
        margin-top: 5px;
        margin-bottom:20px;
    }

    .artistcv {
        width: 100%;
        max-width: 700px;
        min-width: 300px;
        display: inline-block;
      
        font-size: 13px;
        text-align: left;
        vertical-align: top;
       
        font-family: 'Open Sans', sans-serif;
        line-height: 1.4;
        padding-left: 10px;
        padding-right: 10px;
    }


        .artistcv a {
            cursor: pointer;
            text-decoration: none;
            color: blue;
        }

            .artistcv a:hover {
                text-decoration: none;
                color: blue;
            }

    .artimage {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 300px;
        font-size: 28px;
        color: white;
        margin-bottom:20px;
    }
    /* END Artist PAGE *********************************************************************************************************/

    /* PHOTOS PAGE *********************************************************************************************************/
    .gallerymaincontent {
        position: absolute;
        z-index: 2000;
        top: 300px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        width: 300px;
      
        background-color: white;
        color: black;
        border-radius: 5px;
    }
    
    .photoscontainer {
        width: 300px;
        background-color: black;
        display: inline-block;
    }

    .photosimagecontainer {
        background-size: contain;
        width: auto;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
    /* END PHOTO PAGE *********************************************************************************************************/

    /* Towns PAGE *********************************************************************************************************/
    .townlist {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
    
    #townmap {
        width: 300px;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .townsheader {
        margin-left:auto;
        margin-right:auto;
        margin-top:20px;
        margin-bottom:20px;
        font-size:20px;
        text-align:center;
    }

    .townscontent {
        width:300px;
        background-color:white;
        margin-left:auto;
        margin-right:auto;
        margin-top:30px;
    }

    .townsmaincontent {
        position: absolute;
        z-index: 2000;
        top: 300px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        width: 300px;
       
        background-color: white;
        color: black;
        border-radius: 5px;
    }

    /* END Towns PAGE *********************************************************************************************************/

    /* Town PAGE *********************************************************************************************************/
    .townhero {
        width: 300px;
        height: 225px;
        background-size: cover;
        margin-left: auto;
        margin-right: auto;
        ;
        margin-top: 10px;
    }

    .towntitle {
        width: 100%;
        color: black;
        font-size: 40px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding-top: 20px;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
    }


    /* END Town PAGE *********************************************************************************************************/

    /* Slide MENU */
    /* The side navigation menu */
    
    /*
    .sidenav {
        height: 350px; 
        width: 0; 
        position: fixed; 
        z-index: 3000; 
        top: 0; 
        left: 0;
        background-color: #111; 
        overflow-x: hidden; 
        padding-top: 60px; 
        transition: 0.5s; 
    }  */

        /* The navigation menu links */
        /*
        .sidenav a {
            padding: 8px 8px 8px 32px;
            text-decoration: none;
            font-size: 18px;
            color: white;
            display: block;
            transition: 0.3s;
            text-align: center;
        } */

            /* When you mouse over the navigation links, change their color */
            /*
            .sidenav a:hover {
                color: #f1f1f1;
            } */

        /* Position and style the close button (top right corner) */
        /*
        .sidenav .closebtn {
            position: absolute;
            top: 0;
            right: 25px;
            font-size: 36px;
            margin-left: 50px;
        } */

        

    /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
    #main {
        transition: margin-left .5s;
        padding: 20px;
    }

    
    /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
    /* @media screen and (max-height: 450px) {
        .sidenav {
            padding-top: 15px;
        }

            .sidenav a {
                font-size: 18px;
            }
    } */
    

    /* BACK Buttom to get back to results*/
    .backbutton {
        height: 30px;
        width: 80px;
        background-color: #E06A67;
        color: white;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-size: 20px;
        font-style: italic;
        line-height: 30px;
    }

    /* ------------- GAllery Album -----------------*/

    .album {
        width: 300px;
        height: 300px;

        margin-left: auto;
        margin-right: auto;
        background-size: cover;
        text-align: center;
        margin-top: 20px;
        font-size: 25px;
        color: white;
        padding-top: 120px;
    }

    .photos {
        width: 400px;
      
        margin-left: 15px;
        margin-right: 15px;
        background-size: contain;
        background-position: center;
        margin-top: 15px;
        margin-bottom: 15px;
        background-repeat: no-repeat;
        text-align: center;
       
        display: inline-block;
    }

    .albumimage {
     
        margin: 10px;
        max-width:300px;
        height:auto;
    }

    .albumcontainer {
        display: inline-block;
        margin-bottom: 30px;
        vertical-align:top;
    }


    .photodetailcontainer {
       
        margin-left: auto;
        margin-right: auto;
      
        display:block;
       
    }

    .photodetailnav_right {
        display:none;
    }

    .photodetailnav_left {
       display:none;
    }

    .photodetailnav_right_alt {
        width: 15px;
        height: 15px;
        display: inline-block;
        color: white;
        background-image: url("Site_Images/right_arrow.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        margin-left:30px;
     
    }

    .photodetailnav_left_alt {
        width: 15px;
        height: 15px;
        display: inline-block;
        color: white;
        background-image: url("Site_Images/left_arrow.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        margin-right:30px;
      
    }

    .photodetails {
     
        width: 260px;
        height: 195px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
       
        vertical-align: top;
        margin-top:20px;
        margin-bottom:20px;
    }

    .closealbum {
        display:none
    }

    .closefullalbum {
        display:none;
    }


    .closealbum_alt {
        width:250px;
        color:white;
        text-align:center;
        margin-left:auto;
        margin-right:auto;
        cursor:pointer;
        margin-top:30px;
    }

    .closefullalbum_alt {
        width: 250px;
        color: white;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        cursor: pointer;
        padding-top: 30px;
    }
   
    .imagedetailscontainer {
        width: 100%;
        margin-left: auto;
        margin-right:auto;
        text-align:center;
    }

    .imagetitle {
        font-size: 15px;
        text-align: center;
        margin-top: 20px;
        color:white;
        display:inline-block;

    }

    .imagelocation {
        font-size: 13px;
        font-style: italic;
        text-align: center;
        margin-top: 5px;
        color:lightgray;
    }

    .imagedescription {
        font-size: 10px;
        text-align: left;
        margin-top: 15px;
        font-weight: normal;
        text-align:center;
        display:inline-block;
        color:white;
    }

    .imageviewcount {
        font-size: 12px;
        text-align: center;
        margin-top: 20px;
        margin-left: 10px;
        display: inline-block;
        color:white;
       
    }

    .imagecountview {
        width: 20px;
        height: auto;
        padding-bottom: 9px;
    }

    .imagecounter {
        font-size: 12px;
       
        text-align: center;
        color: lightgray;
    }

    .eventsdate {
        width: 100%;
        text-align: center;
        font-size: 14px;
        font-style: italic;
        color: #505050;
        line-height: 30px;
        font-weight: 300;
      
    }

    .footer {
        width: 100%;
        background-color: #545454;
        padding-top: 50px;
      
        text-align: center;
    }

    .footer_container {
        padding: 10px;
      
    }

    .footer_contact {
        width: 100%;
       
        vertical-align: top;
        text-align: left;
        padding-bottom: 50px;
        margin-left:50px;
        
    }

    .footer_about {
        width: 100%;
   
        vertical-align: top;
        text-align: left;
        padding-bottom: 50px;
        margin-left: 50px;
       
    }

    .footer_navigate {
        width: 100%;
       
        vertical-align: top;
        text-align: left;
        padding-bottom: 50px;
        margin-left: 50px;
       
    }

    .footer_title {
        font-size: 14px;
        color: white;
        margin-bottom: 10px;
        text-align: left;
    }

    .footer_text {
        font-size: 12px;
        color: white;
        text-align: left;
        width: 200px;
    }

    .footer_icon {
        margin-top: 20px;
        display: inline-block;
    }

    .footer_copyright {
        width: 100%;
        text-align: left;
        margin-top: 10px;
        padding-left: 50px;
        color: lightgray;
        font-size: 12px;
    }

    .errortitle {
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px;
        text-align: center;
        font-family: 'Open Sans';
        font-size: 20px;
        color: white;
    }

    .errorsubtitle {
        margin-left: auto;
        margin-right: auto;
        padding-top: 30px;
        text-align: center;
        font-family: 'Open Sans';
        font-size: 20px;
        color: white;
    }

    .error_links {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: 20px;
    }

        .error_links a {
            color: #2394EA;
            font-size: 16px;
        }

}


    /************ END Mobile Layout ******************/
    

    