.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;
}

.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)
}

.content {
    color: #333;
	background-Color:rgba(255,255,255,0.0);
}
	
#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 {
    margin: 20px;
}
.menu {
    font-family: "Figgins Sans W01 Regular", "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 28px;
    line-height: 40px;
    letter-spacing: .15em;
    margin: 40;
    text-align: centre;
    font-style: normal;
	    text-shadow: -1px 0 black, 0 1px black,
      1px 0 black, 0 -1px black;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
    color: #B56F5C;
    font-weight: 800;
}

.menuwhite {
    font-family: "Figgins Sans W01 Regular", "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 28px;
    line-height: 40px;
    letter-spacing: .15em;
    margin: 40;
    text-align: centre;
    font-style: normal;
	    text-shadow: -1px 0 grey, 0 1px grey,
      1px 0 grey, 0 -1px grey;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
    color: #F4F2F2;
    font-weight: 400;
}

.body {
    font-family: 'Gill Sans', "Figgins Sans W01 Regular", "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial!important;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .2em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
    color: #DADADE;
    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: 16px;
    line-height: 16px
    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: 400;
}

.content {
	text-decoration: none
}

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

a {
    font-family: 'Gill Sans', 'Gill Sans MT', "Figgins Sans W01 Regular", "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial!important;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .2em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
    color: #B6BACA;
    color: white;
    text-decoration: none;
	    font-weight: 700;	
        }

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

a:hover {
    border-bottom: none;
    border-bottom: solid 1.5px #FFFFFF;
    margin-bottom: 0px;
    color: #FFFDFD;
        }

a[href$=jpg], a[href$=jpeg], a[href$=jpe], a[href$=png], a[href$=gif] {
	text-decoration: none;
	border: 0 none;
	border-bottom: none;
	}
h2 {
    font-family: Bangers
    font-size: 15px;
    text-decoration: cursive;
    color: #C3C0BF;
}
.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;
}
#bw1 {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

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