﻿body,html {
	background-image: url("images/BamfordEdgeBlackAndWhite.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color:black;
	background-attachment: fixed;
	padding: 0;
}


a {
color:white;
}
a:active, a:visited, a:hover
{color:white;

}
.parent-img {
    position: relative;
}

ul {
    list-style-type:none;
}
li {
    float: left;
padding-right:1em;
}

parent-img-responsive {
    width: 100%;
    height: auto;
}
.top-left {
    position: absolute;
    top: 0;
    left: 0;
}

.child-img {
    position: absolute;
    height: auto;
    top:21%;
    left: 17%;
    right: 0;
    width: 20%;
}
.top-right {
    height: 10%;
    font-size: 2.5vw;
}

.panels {
	margin: auto;
	width: 85%;
  	bottom: 5%;
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 35%;
    padding-left:3%;
}
.topcorners {
    font-size:2.5vw;
    padding-left: 1%;
    margin: 1%;
    border:0;
}
.centre-logo {
    margin: auto;
    padding-top: 2%;
    top: 10%;
    left: 50%;
    height:200px;
    position: absolute;
    transform: translate(-50%, -50%);
}
.youtubecells {
   /* position: relative;
    overflow: hidden;*/
min-height:60%
}

iframe {
margin: 0;
border: 0;
padding: 0;
}
.responsive-iframe {
/*    position: absolute;*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 95%;
    height: 95%;
    max-width:550px;
    max-height:315px;
}