﻿html {
    background-image:url(/images/london/london48.jpg); 
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}

body{
    margin: 0;
    font-family: 'Maven Pro', sans-serif;
    height:100%;
}

.expandable-panel {
    width:100%;
    position:relative;
    
    overflow:hidden;
}

h1{
    text-align:center;
    padding:30px 10px 9px 15px;
}

h2 {
    width:100%;
    cursor:pointer;
    clear:both;
    min-height: 50px;
    position:relative;
    text-align: center;
    color: black;
    padding:14px 10px 9px 15px;
    font-size:1.5em;
    line-height: 20px;
}

.expandable-panel-content {
    padding:0 20%;
    
    background-size: 100%;
    height: 100%;
    min-width: 560px;
    display: block;
    margin:0 auto;
}
.expandable-panel-content .content{	
	background-color: rgba(255, 255, 255, 0.9);
    padding:0 30px;     
}
.expandable-panel-content p:first-child  {
    padding-top:30px;
}
.expandable-panel-content p:last-child {
    padding-bottom:35px;
}
.expandable-panel-content h2:first-child {
padding-top: 30px;
}