@charset "utf-8";
.container {
    width: 1200px;
	max-width: 1200px;
		min-width: 1200px;
}
body {
    padding: 0;
    margin: 0;
	max-width: 1200px;
	min-width: 1200px;
}
.clouds {
	margin-left: auto;
    margin-right: auto;
    width: 800px;
    height: 800px;
    z-index: 0;
	animation: animate2 240s infinite linear;
}
@keyframes animate2 {
    to {
        transform: rotate(360deg);
		transform-origin: center;
	}}
.logo {
	z-index: 20;
	position: relative;
	margin-left: auto;
    margin-right: auto;
	width: 500px; 
	height: 259px;
	top: -600px;
	opacity: 0;
    display: block;
	-webkit-animation: fadein 1s linear forwards;
    animation: fadein 1s linear forwards;
    animation-delay: 1s;
}
 @-webkit-keyframes fadeout {
            90% {
                opacity: 1;
            }
            99% {
                opacity: 0;
                height: 200px
            }
            100% {
                opacity: 0;
                height: 0
            }
        }

        @keyframes fadeout {
            90% {
                opacity: 1;
            }
            99% {
                opacity: 1;
                height: 200px
            }
            100% {
                opacity: 0;
                height: 0
            }
        }

        @-webkit-keyframes fadein {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }

        @keyframes fadein {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }
.top-cover {
    background-color: #ffffff;
	height: 200px;
	width: 1200px;
	position: absolute;
	top: 0px;
}
.bottom-cover {
    background-color: #ffffff;
    height: 500px;
	width: 1200px;
    position: absolute;
    top: 480px;
    left: 0px;
}
.left-cover {
    background-color: #ffffff;
	height: 500px;
	max-width: 680px;
	min-width:40px;
	position: absolute;
	width: 350px;
	top: 0px;
}
.right-cover {
    background-color: #ffffff;
	height: 500px;
	max-width: 680px;
	min-width:40px;
	position: absolute;
	width: 350px;
	top: 0px;
	left: 850px;
}
a:link {
    text-decoration: none;
    color: #040068;
}
a:visited {
    text-decoration: none;
    color: #040068;
}
a:hover {
    text-decoration: underline;
    color: #040068;
}
a:active {
    text-decoration: none;
    color: #040068;
}
.button {
z-index: 25;
  border: none;
	position: relative;
	margin-left: auto;
    margin-right: auto;
	width: 60px; 
	height: 60px;
	top: -700px;
	opacity: 0;
    display: block;
	-webkit-animation: fadein 1s linear forwards;
    animation: fadein 1s linear forwards;
    animation-delay: 2.5s;
	background-color: transparent;
}
.button2 {
z-index: 25;
  border: none;
	position: relative;
	margin-left: auto;
    margin-right: auto;
	width: 60px; 
	height: 60px;
	top: -700px;
    display: block;
	background-color: transparent;
}
.quote {
    font-style: italic;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    text-align: center;
	font-size: 30px;
	position: relative;
	margin-left: auto;
    margin-right: auto;
	width: 500px; 
	height: 60px;
	top: -550px;
	color: #040068;
}
.quote2 {
  
    opacity: 0;
    display: block;
    -webkit-animation: fadein 1s linear forwards;
    animation: fadein 1s linear forwards;
    animation-delay: 4s;	
	margin-top: 80px;
}
.musicbox {
    font-style: italic;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 30px;
    position: relative;
    opacity: 0;
    display: block;
    -webkit-animation: fadein 1s linear forwards;
    animation: fadein 1s linear forwards;
    animation-delay: 2s;
    color: #040068;
    text-align: center;
}
.frame {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
	top: -320px;
    max-width: 850px;
    min-width: 300px;
    color: #040068;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 18px;
    opacity: 0;
    display: block;
    -webkit-animation: fadein 1s linear forwards;
    animation: fadein 1s linear forwards;
    animation-delay: 4s;
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    background-image: url(../images/map-london.jpg);
    height: auto;
}
.byeline {
	text-align: center;
	color: #761719;
    font-size: 20px;
}
.whitestrip {
    background-color: #FFFFFF;
    height: 20px;
	position: relative;
	margin-left: -60px;
    	width: -moz-calc(100% + 120px);
	/* WebKit */
	width: -webkit-calc(100% + 120px);
	/* Opera */
	width: -o-calc(100% + 120px);
	/* Standard */
	width: calc(100% + 120px);
	top: 10px;

}
.leftbiog {
    width: 43%;
    float: left;
	padding-top: 15px;
	}
.rightbiog {
    width: 43%;
	float: left;
	margin-left: 110px;
	padding-top: 15px;
}
.vertical_divider {
    background-color: #FFFFFF;
    position: relative;
    height: 570px;
    width: 20px;
    left: 50%;
    top: 10px;

}
.biog {
	margin-bottom:-40px; 
}
.musicbox {
	margin-left: 130px;

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 575px) {

} 
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 575px) {
} 
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
} 
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) {
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

	.frame {
    top: -400px;
   
}
	.quote2 {
	margin-top: 0px;
    
}
	.musicbox {
	margin-left: 0px;
}
} 
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}
