/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #000000;
    font-size: 1em;
    line-height: 1.4;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
 p,h1,h2,h3,h4,span,div,img,a,body,ul{
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   font-weight:normal;
 	 text-rendering: optimizeLegibility;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;}

body{
  background-color: #ffffff;
  /*border: 15px solid #b8d8dd;*/
  border: 15px solid #f5c93f;
  font-family: 'visionregular', sans-serif;
  color: #000000;
  padding: 0 0 0 0;}

a{
  text-decoration: none;
  /*color: #1C7697; /*color: #bc7e45;*/  /*color: #d1a502;*/
  color: #6463AE;
  border-bottom: 1px solid #6463AE;
  font-family: 'visionbold';}

a:hover, a:focus, nav#ariane ul li a:hover, nav#bottomMenu a:hover, nav#mainMenu a:hover, nav#mainMenu a:focus, nav#mainMenu ul li.colouredMenuItem span a:hover{
  color:#ffffff;
  background-color: #6463AE;
  text-decoration: none;}

.clearedFloat{clear: both;}
.clearedFloatMobile{clear: none;}

.boldText{font-family: 'visionbold';}
.centered{text-align: center;}
.leftaligned{text-align: left;}


/* ==============
HEADER STYLES
================= */

div#topSection{
  margin-top: 40px;
  display: block;}


/* -- MAIN TITLE */
div#mainTitle{
  display:block;
  width: 67%;
  margin: 0 auto;
  text-align: center;
  margin-top: 0px;}

div#mainTitle a{border: none;}
div#mainTitle a:hover{background-color: white;}

img#mainLogoImg{width: 600px;}

a#mainLogo{
  display: block;
  height: 299px;
  width: 600px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  border: none;
  background-size: cover;
  background-image: url("../img/Logo_Thelma_Museum.jpg");
  margin: 0 auto;}

a#mainLogo:hover, a#mainLogo:hover {
  background-position: 0px -299px;
  background-color: #ffffff;
  cursor: pointer;}

p#tagline{
  display: block;
  font-family: 'visionregular',sans-serif;
  /*text-transform:uppercase;*/
  font-size: 1.14em;
  color: #48453e;
  margin-top:30px;}

/*p#tagline::before {content:"• ";}
p#tagline::after{content:" •";}*/

/* -- MAIN MENU */

h2#menuTitle{display: none;}

h2#menuTitle:hover{
  cursor: pointer;
  color:#f5c93f;
  background-color: #6463AE;}

h2#menuTitle{
    font-family: 'visionblack';
    font-size: 1.4em;
    text-align: center;
    text-transform: uppercase;
    color: #6463AE;
    background-color: #f5c93f;
  }

nav#mainMenu{
  display: block;
  width: 67%;
  border-top: 1px solid #f5c93f;
  border-bottom: 1px solid #f5c93f;
  padding-bottom: 8px;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
}

nav#mainMenu ul, nav#bottomMenu ul{
  list-style: none;
  display: block;
  font-size: 1.1em;
  text-transform:uppercase;
  padding: 0px 0px 0px 0px;
  visibility: visible;}

nav#mainMenu ul li{
  display: inline-block;
  margin-top: 10px;}

nav#mainMenu ul li a{font-family: 'visionblack'; border: none;}
nav#bottomMenu ul li a, p#fundingLink a{font-family: 'visionblack';}

li.menuItem span{
  margin-left: 10px;
  margin-right: 10px;}

li.firstMenuItem span{margin-right: 10px;}
li.lastMenuItem span{margin-left: 10px;}

nav#mainMenu ul li.colouredMenuItem span a{/*color:#ba9200;*/ color:#A76706;}
nav#mainMenu ul li.firstMenuItem::after{content:"•";}
nav#mainMenu ul li.menuItem::after{content:"•";}
nav#bottomMenu ul li.firstMenuItem::after{content:"•";}
nav#bottomMenu ul li.menuItem::after{content:"•";}



/* -- SOCIAL MENU */

nav#socialTopMenu{
  text-align: center;
  margin-top: 20px;}

nav#socialTopMenu ul{
  list-style: none;
  display: block;
  padding: 0 0 0 0;
  height: 41px;}

nav#socialTopMenu ul li{display: inline-block;}

a#tiktok, a#facebook, a#twitter, a#instagram, a#youtube{
  display: block;
  height: 41px;
  width: 41px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  border: none;}

a#tiktok{background-image: url("../img/tiktokIcon.png");}
a#facebook{background-image: url("../img/facebookIcon.png");}
a#twitter{background-image: url("../img/twitterIcon.png");}
a#instagram{background-image: url("../img/instagramIcon.png");}
a#youtube{background-image: url("../img/youtubeIcon.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  a#tiktok{background-image: url("../img/tiktokIcon2x.png");  background-size:41px 82px;}
  a#facebook{background-image: url("../img/facebookIcon2x.png");  background-size:41px 82px;}
  a#twitter{background-image: url("../img/twitterIcon2x.png");  background-size:41px 82px;}
  a#instagram{background-image: url("../img/instagramIcon2x.png");  background-size:41px 82px;}
  a#youtube{background-image: url("../img/youtubeIcon2x.png");  background-size:41px 82px;}
}

a#tiktok:hover, a#facebook:hover, a#twitter:hover, a#facebook:focus,a#twitter:focus,a#instagram:hover, a#instagram:focus, a#youtube:hover, a#youtube:focus {
  background-position: 0px -41px;
  background-color: #ffffff;
  cursor: pointer;}


  /* ==============
  MAIN STYLES
  ================= */
h2{
  text-align: center;
  font-size: 2.85em;
  font-family: new-spirit-condensed, Monospace;
  font-style: normal;
  font-weight: 600 !important;
}

span#contentBeginning{font-weight: 600 !important;}

h4{font-family: 'visionblack', sans-serif; text-align: left; text-transform: uppercase; color: #48453e;}
h5{font-family: 'visionblack', sans-serif; text-align: center; text-transform: uppercase; color: #48453e; font-size: 1em;}

div#intro{
  display:block;
  width: 56%;
  margin: 0 auto;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 35px;
  font-size: 1.25em;
  font-family: 'visionregular';
  line-height: 1.6;}

div#intro h2{font-size: 2em; margin-bottom: 8px;}

div#introPage{
  display:block;
  width: 67%;
  margin: 0 auto;
  margin-top: 55px;
  margin-bottom: 30px;}

nav#ariane{
  width: 100%;
  display: block;
  margin-top: 16px;
  border-top: 1px solid #f5c93f;
  padding-top: 30px;
  font-size: 1.12em;
  font-family: 'visionregular';}

nav#ariane ul{
  list-style: none;
  display: block;
  font-size: 1em;
  text-transform:uppercase;
  padding: 0px 0px 0px 0px;}

nav#ariane ul li{display: inline-block;}
nav#ariane ul li.arianeItem::after{content:" > ";}
nav#ariane ul li a{font-family: 'visionblack'; border-bottom: none;}




/* ==============
CONTENT STYLES
================= */

div#notice{
  border-top: 1px solid #f5c93f;
  display:block;
  width: 56%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.11em;
  font-family: 'visionregular';
  line-height: 1.65;
  margin-top: 0px;
  padding-top: 30px;
  margin-bottom: 35px;}

div#notice-no-border{
  border-top: none;
  display:block;
  width: 56%;
  margin: 0 auto;
  text-align: left;
  font-size: 1.15em;
  font-family: 'visionregular';
  line-height: 1.72;
  margin-top: -50px;
  padding-top: 30px;
  margin-bottom: 50px;
}

div#notice h3, div#notice-no-border h3, div.homeSectionText h3, div#content h3{
  text-align: center;
  margin-bottom: 12px;
  font-family: 'visionblack';
  color: #A76706;
  text-transform: uppercase;
  font-size: 1.2em;}

div#notice img#imgNotice{width: 65%; margin-bottom: 20px;}
div#notice p, div#notice-no-border p{text-align: left; margin-bottom:20px;}
div#notice p.center, div#notice-no-border p.center{text-align: center;}
div#notice ul, div#notice-no-border ul{text-align: left; list-style-position: inside; list-style-type:circle; line-height: 1.85;}

div.homeSectionText h3, div#content h3{font-size: 1.15em; text-align: left;}
div#content h3{margin-bottom: 0px;}

div.homepageSection{
  display: block;
  width: 83%;
  margin-bottom: 100px;}

div.left, div.left div.homeSectionImage, div.left div.homeSectionText{float: left;}
div.right, div.right div.homeSectionImage, div.right div.homeSectionText{float: right;}

div.homeSectionImage{
  width: 50%;
  text-align: center;}

div.homeSectionText{
  width: 50%;
  text-align: left;
  font-size: 1.14em;
  font-family: 'visionregular';
  line-height: 1.55;}

  div.homeSectionText p{
    margin-bottom: 10px;
  }


div.illustration1{margin-top:50px;}
div.illustration2{margin-top:0px;}

p.homeSectionButton{display: block; text-align: center; margin-top: 35px;font-size: 1.15em;}

p.homeSectionButton a{
  background-color: #6463AE;
  color: #ffffff;
  text-transform: uppercase;
  padding: 12px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  border: none;}

p.homeSectionButton a:hover{background-color: #f5c93f; color: #6463AE;}

div#content{
  display:block;
  width: 67%;
  margin: 0 auto;
  text-align:center;
  font-size: 1.15em;
  font-family: 'visionregular';
  line-height: 1.55;
  margin-bottom: 100px;}

div#content p, ul.liste, div.contentListe, div.contentListePortrait{margin-bottom: 30px; text-align: left;}
div#content p.listTitle{margin-bottom: 0px; text-align: left;}
div#content img{max-width: 67%; margin-bottom: 50px;}
div#content img.MBox{max-width: 83%; margin-bottom: 50px;}
iframe{width: 67%; height: 350px; margin-bottom: 50px;}
iframe.singlePodcast{height: 90px; margin-bottom: 30px;}

div#content p.caption{
  text-align: center;
  margin-top: -30px;
  font-size: 0.9em;)
}

ul.liste li{list-style-position: inside; list-style-type: circle;}
ul#sitemap{text-align: left;}
ul#sitemap li{list-style-position: inside;}
ul#sitemap ul{margin-left: 30px;}


div.contentListeImg, div.contentListePortraitImg{
  height: 200px;
  float: left;
  margin-bottom: 30px;}

  div.contentListePortrait div.magazine{
    margin-bottom: 100px;}

div#content div.contentListe div.contentListeImg img{max-width: none; width: 310px;}
div#content div.contentListePortrait div.contentListePortraitImg img{max-width: none; width: 190px;}

div.contentListeTitle, div.contentListePortraitTitle{
  margin-left: 20px;
  float: left;
  text-transform:uppercase;
   width: 55%;}



div.contentListeTitle h4, div.contentListePortraitTitle h4{margin-top: 60px; line-height: 1.2;}
div.contentListeTitle p, div.contentListePortraitTitle p{display: block; width: 100%; line-height: 1.2;}

div.contentListeTitle p a, div.contentListePortraitTitle p a{font-family: 'visionblack'; text-decoration: none; border-bottom: none;}


div#content div.logoFunding p{text-align: center; margin-top: -30px;}
div#content div.logoFunding{margin-top: 10px;}
div.logoFundingBottom{width: auto; height: 50px;}
div.logoFundingFunders{width: auto; height: 25px;}


/* NEWSLETTER SUBSCRIBE */


#mc_embed_signup{
  clear:left;
  font-family: 'visionregular', sans-serif;
  text-align: left;
  margin-top: -15px;
  margin-bottom: 30px;
}

#mc_embed_signup input.email{
  width: 33%;
  padding: 10px;
  border: 1px solid #205f94;
}

#mc_embed_signup input.button{
  text-align: center;
  margin-top: 10px;
  height: 45px;
  font-size: 1.15em;
  font-family: 'visionbold';
  background-color: #205f94;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px;
  margin-bottom: 0px;
  border: none;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;}

/* ==============
FOOTER STYLES
================= */

div.goldenBorder{
  border-top: 1px solid #f5c93f;
  display:block;
  width: 67%;
  margin: 0 auto;
  margin-top: -10px;
  margin-bottom: 20px;}

div#externalRessources{width: 100%;}

div#externalRessources div{ float: left;  width: 33.3%;}

div#externalRessources div div.externalRessourcesCell h2{font-size: 1.85em; margin-bottom: 15px;}

div#externalRessources div div.externalRessourcesCell{
  display: block;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  font-size: 1.12em;
  line-height: 1.55;
  text-align: center;
  margin-bottom: 40px;}

div#externalRessources div div.externalRessourcesCell img{ width: 100%; height: auto; margin-bottom: 25px;}
div#externalRessources div div.externalRessourcesCell p a{text-transform: uppercase; border: none; padding: 4px; padding-left: 8px;  padding-right: 8px; font-family: 'visionblack'; background-color: #6463AE; color: #ffffff; display:inline-block; margin-top: 5px;}
div#externalRessources div div.externalRessourcesCell p a:hover{color:#6463AE; background-color: #f5c93f;}

div#funders{
  border-top: 1px solid #f5c93f;
  border-bottom: 1px solid #f5c93f;
  display:block;
  width: 67%;
  margin: 0 auto;
  padding-top:40px;
  font-size: 1.15em;}

div#fundersPage{
  display:block;
  width: 75%;
  margin: 0 auto;
  margin-top: 35px;}

div#funders h2{
  margin-bottom: 45px;
    font-size: 1.8em;}

div.logoFunding{
  float: left;
  width: 50%;
  text-align: center;}

div.logoFunding img.widthLimit, div.logoFundingSingle img.widthLimit {
  max-width: 250px;
}

div.logoFunding img.heightLimit, div.logoFundingSingle img.heightLimit {
  max-height: 100px;
}

div.logoFundingSingle{
    width: 50%;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;}

div#fundersPage div.logoFundingSingle{margin-top: 0px;}

div.logoFunding p{margin-top: 10px; text-align: center;}

p#fundingLink{
  text-align: center;
  padding-bottom: 8px;
  margin-top: 25px;
  margin-bottom: 30px;}

p#fundingLink a{display:inline-block; margin-top: 12px; }

/*p#fundingLink a{text-transform: uppercase; border: none; padding: 4px; font-family: 'visionblack'; background-color: #6463AE; color: #ffffff; display:inline-block; margin-top: 8px;}
p#fundingLink a:hover{color:#6463AE; background-color: #f5c93f;}*/

nav#bottomMenu{
  display: block;
  width: 67%;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;}

nav#bottomMenu ul li {display: inline-block;}
nav#bottomMenu ul li a{border: none;}


div.centeredDiv{text-align: center; display: block; margin: 0 auto; width: 95px; margin-bottom: 35px;}

p#copyright{
  /*font-family: 'playfair_displayregular';*/
  font-family: new-spirit-condensed, Monospace;
  font-style: normal;
  font-weight: 600 !important;
  text-align: center;
  font-size: 1.35em;
  line-height: 1.7;
  width: 91%;
  margin:0 auto;
  margin-bottom: 80px;}

p#copyright a{font-family: new-spirit-condensed, Monospace; font-style: normal; font-weight: 600 !important;}






div.two-rows div.brassband{background-image:url("../img/brassBand.jpg");}
div.two-rows div.podcast{background-image:url("../img/podcast.jpg");}
div.two-rows div.magazine{background-image:url("../img/magazine.jpg");}
div.two-rows div.radio{background-image:url("../img/radio.jpg");}
div.two-rows div.rememberWhen{background-image:url("../img/rememberWhen.jpg"); background-color: white;}
div.two-rows div.macmerry{background-image:url("../img/merrymacLives.jpg"); background-color: white;}
div.two-rows div.nhsProject{background-image:url("../img/nhsProject.jpg"); background-color: white;}
div.two-rows div.homefront{background-image:url("../img/homefront.jpg"); background-color: white;}
div.two-rows div.herestaeus{background-image:url("../img/herestaeus.jpg"); background-color: white;}
div.two-rows div.centuryChange{background-image:url("../img/centuryChange.jpg"); background-color: white;}



div.row div.tuesday{background-image:url("../img/tuesdayDropIn.jpg");}
div.row div.thursday{background-image:url("../img/craft.jpg");}
div.row div.monthly{background-image:url("../img/singing.jpg");}



/* ==========================================================================
   Helper classes
   ========================================================================== */



/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================

   Media Queries for Responsive Design.

   ========================================================================== */

@media screen and (min-width: 1800px){
  div.homepageSection{float: none; width: 67%; margin: 0 auto;}
  div.homeSectionImage, div.homeSectionText{margin-bottom: 100px;}
  h1{font-size: 4em;}
  div.goldenBorder{margin-top: -20px; margin-bottom: 90px;}

  li.menuItem span{
    margin-left: 10px;
    margin-right: 10px;}

  li.firstMenuItem span{margin-right: 10px;}
  li.lastMenuItem span{margin-left: 10px;}
}


@media screen and (max-width: 1280px){
  nav#mainMenu{width: 75%;}
}

@media screen and (max-width: 1150px){
  li.menuItem span{margin-left: 8px;margin-right: 8px;}
  li.firstMenuItem span{margin-right: 8px;}
  li.lastMenuItem span{margin-left: 8px;}
  div.contentListeTitle{width: 48%;}

  div#intro{font-size: 1.4em;}
  div#intro h2{font-size: 1.5em;}
  div#introPage h2{font-size: 2.4em;}

}

@media screen and (max-width: 1100px){
  nav#mainMenu{width: 83%; margin-top: 30px;}
  div#topSection{margin-top: 25px;}

  div#notice h3, div#notice-no-border h3, div.homeSectionText h3, div#content h3{
    font-size: 1.1em;}
  div#notice, div#notice-no-border, div.homeSectionText{
    font-size: 1.1em;}
  div#notice, div#notice-no-border{width: 67%;}

  div.homeSectionImage, div.homeSectionText{margin-bottom: 100px;}
  div#funders, div#intro, div#mainTitle, div#introPage, div.goldenBorder {width: 83%;}

  div.homepageSection{float: none; width: 83%; margin: 0 auto;}
  div.goldenBorder{margin-bottom: 70px;margin-top: 0px;}
}



@media screen and (max-width: 980px){
  nav#mainMenu ul, nav#bottomMenu ul{font-size: 1.1em;}
  li.menuItem span{margin-left: 5px;margin-right: 5px;}
  li.firstMenuItem span{margin-right: 5px;}
  li.lastMenuItem span{margin-left: 5px;}
  div#content{width: 83%;}
  div#content h3{margin-bottom: 15px;}

  div#externalRessources div div.externalRessourcesCell{
    font-size: 1.05em;}
  div#funders{font-size: 1.05em;}
  div#funders h2{font-size: 1.6em;}

  div.logoFunding{
    width: 35%; margin-right: 8%; margin-left: 7%;}
  div.logoFunding a img{width: 100%;}
  div.logoFunding a img.large{width: 80%;}
}

@media screen and (max-width: 925px){
  div#funders, div#intro, div#notice, div#mainTitle, div.goldenBorder, div.homepageSection, nav#mainMenu, div#content, div#introPage{width: 91%;}
  div.homeSectionImage, div.homeSectionText{width: 100%;}
  div#content img, div#notice img{max-width: 83%;}
  iframe{width: 83%; height: 375px;}
  div.homeSectionText{margin-bottom: 75px;}
  div.homeSectionImage{margin-bottom: 20px;}
  div.homeSectionImage img{width: 300px;}
  div.illustration1, div.illustration2{margin-top:0px;}
  div#externalRessources div{ width: 91%; margin: 0 auto; float: none;}
  div#externalRessources div div.externalRessourcesCell{
    width: 100%; margin-left: 0%; margin-right: 0%;
    margin-bottom: 30px;}
  div#externalRessources div div.externalRessourcesCell img{ width: 67%;}
}

@media screen and (max-width: 825px){
  /*body{border: 10px solid #2e6694; }*/
  body{border:none; }
  nav#mainMenu ul, nav#bottomMenu ul{font-size: 0.98em;}
  nav#mainMenu ul li.menuItem::after{content:" • ";}
  nav#mainMenu ul li.firstMenuItem::after{content:" • ";}
  nav#bottomMenu ul li.menuItem::after{content:" • ";}
  nav#bottomMenu ul li.firstMenuItem::after{content:" • ";}
  nav#mainMenu ul li.menuItem span, nav#mainMenu ul li.firstMenuItem span, nav#mainMenu li.lastMenuItem span{margin-left: 0px; margin-right: 0px;}
  nav#bottomMenu ul li.menuItem span, nav#bottomMenu ul li.firstMenuItem span, nav#bottomMenu li.lastMenuItem span{margin-left: 0px; margin-right: 0px;}
  nav#bottomMenu{margin-bottom: 50px;}
  p#copyright{line-height: 1.7;}

  div#notice h3, div#notice-no-border h3, div.homeSectionText h3, div#content h3{
    font-size: 1.1em;}

  div#content{
    font-size: 1.05em;}
  div#notice, div#notice-no-border, div.homeSectionText{
    font-size: 1.05em;}


  h1{font-size: 2.8em;}
  p#tagline{font-size: 1em;}
  div#intro{font-size: 1.3em; margin-top: 50px;}
  p#copyright{font-size: 1.1em;}
  #mc_embed_signup input.email{width: 50%;}
  #mc_embed_signup input.button{height: 45px; width: 150px;}


}

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

  /* RESPONSIVE MENU */
  h2#menuTitle, nav#mainMenu ul li.mobileSocial{visibility: visible; display: block;}
  h2#menuTitle{height: 50px;vertical-align: middle; line-height: 50px; font-size: 1.1em;}
  nav#mainMenu{margin-top: 15px; padding-bottom: 10px;}
  nav#mainMenu ul{display: none;visibility: hidden;}
  nav#mainMenu ul li a:hover{border: none;}
  nav#mainMenu ul li.menuItem::after{content:"";}
  nav#mainMenu ul li.firstMenuItem::after{content:"";}
  nav#mainMenu ul.visibleMenu{display: block;visibility: visible;}
  nav#mainMenu ul.visibleMenu li{
		display: block;
    visibility: visible;
		width:100%;
		text-align:center;
		margin:0px 0px 0px 0px;
    border-top: 1px solid #d7c5b5;
    height: 50px;
    padding:0px 0px 0px 0px;
    background-color: #6463AE;
    vertical-align: middle;
    line-height: 50px;}
  nav#mainMenu ul.visibleMen li.menuItem span, nav#mainMenu li.lastMenuItem span{margin-left: 0px; margin-right: 0px;}
	nav#mainMenu ul.visibleMenu li a{display: block; width: 100%; height: 100%; color: #ffffff;}
  nav#mainMenu ul li.colouredMenuItem span a{color: white;}
  nav#mainMenu ul.visibleMenu li a:hover, nav#mainMenu ul li.colouredMenuItem span a:hover{color: #6463AE; background-color: #f5c93f;}
  nav#mainMenu{padding-bottom: 0px; border: 1px solid #6463AE;}

  a#mainLogo{
    height: 224px;
    width: 450px;
    background-position: 0px 0px;}

  a#mainLogo:hover, a#mainLogo:hover {
    background-position: 0px -225px;}

  div.contentListeImg{
    height: auto;
    text-align: center;
    width: 100%;
    float: none;
    margin-bottom: 20px;}
  div#content div.contentListe div.contentListeImg img{width: 67%; margin-bottom: 0px;}
  div.contentListeTitle{
   float: none;
   width: 100%;
   margin: 0 auto;}

  div.contentListeTitle h4, div.contentListeTitle p{margin-top: 0px; text-align: center; }
  div#content div.contentListe div.contentListeTitle p{text-align: center;}
  div.contentListe{margin-bottom: 50px;}
  div.contentListePortraitTitle{ width: 40%;}
}

@media screen and (max-width: 600px){
  div.homeSectionImage img{width: 67%;}
  div#externalRessources div div.externalRessourcesCell img{ width: 100%;}
  h1{font-size: 2.5em; line-height: 1.2; margin-bottom: 25px;}
  div#funders h2{font-size: 1.5em;}
  div#content img, div#notice img{width: 100%; max-width: none;}
  iframe{width: 100%; height: 315px;}
  div#content div.contentListe div.contentListeImg img{width: 89%;}
  h2{font-size: 2.5em;}
  #mc_embed_signup input.email{width: 67%;}
}

@media screen and (max-width: 550px){
  div#mainTitle{margin-top: 50px;}
  a#mainLogo{
    width: 275px; height: 96px;
    background-size: contain;
    background-image: url("../img/Logo_Thelma_Museum_mobile.jpg");
    margin-bottom: 35px;
  }
  a#mainLogo:hover, a#mainLogo:hover {
    background-position: 0px 0px;}
  p#tagline{display: none;}
  div.logoFunding{float: none; width: 50%; margin: 0 auto; margin-bottom: 75px;}
  div.logoFundingBottom{height: 0px;}
  p#fundingLink{margin-top:0px;}

}


@media screen and (max-width: 400px){
  div.contentListePortraitImg{
    height: auto;
    text-align: center;
    width: 100%;
    float: none;
    margin-bottom: 20px;}
  div#content div.contentListePortrait div.contentListePortraitImg img{width: 67%; margin-bottom: 0px;}
  div#content div.contentListePortrait div.contentListePortraitTitle{float: none; width: 100%; margin: 0 auto;}
  div.contentListePortraitTitle h4, div#content div.contentListePortrait div.contentListePortraitTitle p{margin-top: 0px; text-align: center;}
  div.contentPortraitListe{margin-bottom: 50px;}

  h1{font-size: 2.2em;}
  p#tagline{font-size: 1em;}
  div#intro{font-size: 1.1em; margin-top: 50px;}
  p#copyright{font-size: 1.1em;}
  div.contentListePortrait div.magazine{
    margin-bottom: 20px;}
  div.logoFunding{float: none; width: 75%; margin: 0 auto; margin-bottom: 75px;}
}


@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
