body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}

body, html, li {
    height: 100%;
    color: #000;
    line-height: 1.8;
}
.navtrans {background-color:rgba(40,40,40,0.4);}
.navtrans100 {background-color:rgba(200,200,200,0);}

/*body {background-image:url(images/bdgd.png);}
.nobkgd {background-image:none;}*/

p {font-size:100%;
color:#333;}
/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*for bold text*/
.mighty {font-weight:bold;}

/*for lists with no bullet*/
ul.nodot {list-style:none;color:#333;}

/* First image  splash page on home */
.bgimg-1 {
    background-image: url('images/backgrounds/kidsonbridge.jpg');
    min-height: 250px;
}

/* Second image */
.bgimg-2 {
    background-image: url("images/backgrounds/meeting.jpg");
    min-height: 250px;
}

/* membership - meeting */
.bgimg-3 {
    background-image:
	url("images/backgrounds/meeting.jpg");
    min-height: 250px;
}

/* laptop and phone  */
.bgimg-4 {
    background-image:
	url("images/backgrounds/coffee-apple-iphone-laptop.jpg");
    height: 250px;
}

/*conference */
.bgimg-8 {
    background-image:
	url("images/backgrounds/conference.png");
    min-height: 250px;
}
/*float image right*/

img.floaty	{float:right;}
/*other pictures
passionledushere.jpg
coffee-apple-iphone-laptop.jpg
colouredpencils2.jpg
students
*/

.eventemphasis
{
    font-size: 120%;
    font-weight: bold;
}
.textnote {
    font-weight: bold;
    background-color: beige;
    padding: 10px;
}
/* Fifth image  */
.bgimg-5 {
    background-image: url("images/backgrounds/pencils.jpg");
    min-height: 250px;
}

/*Sixth image*/

.bgimg-6 {
	background-image: url("images/backgrounds/conference2.png");
    min-height: 250px;
}

/*Seventh image*/
.bgimg-7 {
    background-image: url("images/backgrounds/cafe.jpg");
    min-height: 250px;
}

.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6,.bgimg-7 {
        background-attachment: scroll;
    }
}

p.cardp {font-size:100%;line-height:1.2;}
p.cardtitle {font-size:130%;font-weight:bold;line-height:1.2;padding-top:0px;padding-bottom:0px;letter-spacing:1.5px;}&amp;lt;/pre&amp;gt;
  &amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;&lt;/body&gt;&lt;/html&gt;</pre>
  </body>
</html>
.readmorebutton {
	font-size: medium;
}


.w3-dropdown-content {
  /*display: none;*/
  position: absolute;
  background-color:#f9f9f9;
 width:10em;  /*width:15%;box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  padding: 0px 5px 10px 0px;
  z-index: 1;
}

.semitrans {background:rgba(0,0,0,.8);
            line-height: 3em;
            width: 100%;
            text-align: center;
      }