.container,
.content,
.footer,
.header,
.sidebar {
    width: 100%
}

.container {
    margin: 0;
    padding: 5;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    float: left;
}

.container div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5;
    min-height: 50px;
    min-width: 150px;
    line-height: 16px;
    font-size: 14px;
    font-family: "Figgins Sans W01 Regular", "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial!important
}

.image-container {
  display: flex;
  justify-content: center;
	  display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    float: center;
}

.content,
.header,
.sidebar {
    color: #333;
    background-color: rgba(255, 255, 255, .0)
}

.footer {
    color: #333;
     background-color: rgba(255, 255, 255, .8)
		  font-family: "Figgins Sans W01 Regular", "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial!important;
    border-radius: 5px;
    padding-left: 5px;
    padding-top: 0px;
}

.footer div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10;
    padding-right: 20;
    min-height: 50px;
    min-width: 150px;
    line-height: 16px;
    font-size: 12px;
    font-family: "Figgins Sans W01 Regular", "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial!important;
    margin-left: 5px;
    margin-top: 0px;
    margin-right: 5px;
	}
	
.grey_bg {
    width: 90%;
    background-color: #FFFFFF;
    color: #656565;
    -webkit-box-shadow: 0px 0px #EDE8E8;
    box-shadow: 0px 0px #EDE8E8;
    border-spacing: 5px 5px;
    padding-left: 30px;
    padding-right: 10px;
}


.content {
    color: #333;
}
	
#bw-picture {
    filter: grayscale(500%);
    -webkit-filter: grayscale(100%);
}

#bw-picture:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}

@media (min-width:600px) {
    .sidebar {
        width: 28%
    }
    .content {
        width: 72%
    }
}

@media (min-width:800px) {
    .container {
        width: 1200px;
        margin: 0 auto
    }
}

.image_link {
  text-decoration: none;
	border-bottom: none; }

.demo_bold_headings,
.demo_bold_headings_colour,
.demo_bold_headings_grey,
.demo_bold_headings_whiteoncol {
    font-family: "Figgins Sans W01 Regular", "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial!important;
    font-size: 16px;
    letter-spacing: .08em;
    line-height: 30px;
    margin: 10px;
    text-align: centre;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 600;
}

.demo_bold_headings {
    color: #000
}

.demo_bold_headings_grey {
    color: #666
}

.demo_bold_headings_colour {
    color: #280364;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    font-style: italic;
}

.demo_bold_headings_whiteoncol {
    color: #FB0000
}

.demo_bold_regular {
    font-family: "Figgins Sans W01 Bold"!important;
    font-style: normal;
    letter-spacing: .2em;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

.body {
    font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
    font-style: normal;
    font-size: 16px;
    line-height: 11px
    letter-spacing: .02em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
    color: #191919;
    font-weight: 600;
}
.bodycolour {
    font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif'
    font-style: normal;
    font-size: 16px;
    line-height: 11px
    letter-spacing: .02em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
    color: #FFFFFF;
    font-weight: 600;
}

.bodycaption {
    font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
    font-style: normal;
    font-size: 14px;
    line-height: 11px
    letter-spacing: .02em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
    font-variant: normal;
    color: #191919;
    font-weight: 800;
}

.content {
	text-decoration: none
}

.textsheader-smaller {
    line-height: 28px;
    color: #000
}

a {
    font-family: "Figgins Sans W01 Regular", "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial!important;
    font-size: 14px;
    font-style: inherit
		  letter-spacing: .10em;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .3px;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    color: #000;
    text-decoration: none;
    border-bottom: solid 2px #000;
        }

a:active {
        text-decoration: none;
        border-bottom: solid 2px;
        }

a:hover {
    border-bottom: none;
    color: #000;
    text-shadow: -2px 0 blue, 0 2px blue,
      2px 0 blue, 0 -2px blue;
    margin-bottom: 0px;
        }

a[href$=jpg], a[href$=jpeg], a[href$=jpe], a[href$=png], a[href$=gif] {
	text-decoration: none;
	border: 0 none;
	border-bottom: none;
	}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


.right {
  float: right;
}

.center {
  float: center;
}

span {
    content: "\2022";
    width: auto;
    color: #665050;
    margin-left: 0px;
}

.bg1 {
    background-color: blue;
}
.bg2 {
    background-color: red;
}
.bg3 {
    background-color: #F1E1E2;
}
bg4 {
    background-color: purple;
}

.pictureContainer img:hover {
    outline: yellow solid 0px;
}
