@font-face {
    font-family : 'bhasur Regular';
    src: url('fonts/bhasur.woff') format('woff');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'omaner Regular';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/omaner.woff') format('woff');
}
    
html, body {
    height : 100%;
    width : 100%;
    background : #000;
    font-family: 'Roboto', sans-serif;
    color : #fff;
    font-size : medium;
    margin : 0;
    padding : 0;
    max-height : 100%;
    overflow-y : scroll;
}

#homepage, #contactpage {
    background : url(graphics/fullband-bw.jpg) no-repeat center 3em fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#weddingpage {
    background : url(graphics/weddingbg-bw.jpg) no-repeat center 1em fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#bandpage, #successpage {
    background : url(graphics/craig-and-dave.jpg) no-repeat center 3em fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#setlistpage, #mediapage {
    background : url(graphics/hands-in-the-air2-bw.jpg) no-repeat center 2em fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#landingpage nav, #landingpage header {
    display : none;    
}

.page-wrapper {
    margin : 0;
    padding : 0;
    min-height : 100%;
    background : #000;
    background : rgba(0,0,0,0.7);
}

a, a:visited {
    color : #fff;
    text-shadow : 0px 0px 6px #fff;
    text-decoration : none;
}

ul {
    list-style : square;
}

header {
    width : 80%;
    margin : 0;
    padding : 0 10%;
    background : #fff;
    border-bottom : 5px solid #16d0e9;
}

h1 {
    font-weight : bold;
    padding : 8px 0 0 0;
    margin : 0;
}

h1 a {
    text-decoration : none;
    padding : 0;
    margin : 0;
}

.mobile-only {
    display : none;
}

#main-logo {
    max-width : 40%;
    height : auto;
    margin : 0;
    padding : 0;
}

#landing-logo {
    max-width : 60%;
    height : auto;
    margin : 0;
    padding : 0;
}

nav {
    height : auto;
    font-size : 120%;
    font-family: 'omaner Regular', 'Roboto', sans-serif;
    width : 80%;
    margin : 0;
    padding : 0 10%;
    background : #000;
    position: sticky;
    top: 0;
    border-bottom : 1px solid #fff;
    z-index : 99;
    backface-visibility: hidden;
}

.menu {
    margin : 0;
    padding : 0;
}

.menu li {
    list-style : none;
    display : inline-block;
    padding : 0.5em 1em;
    margin : 0.5em 0;
    border-right : 1px solid #fff;
    width : 10%;
    text-align : center;
}

#menu li:first-of-type {
    border-left : 1px solid #fff;
}

#menu a, #menu a:visited {
    list-style : none;
    color : #fff;
    text-shadow : none;
    text-decoration : none;
}

#menu a:hover {
    text-shadow : 0px 0px 6px #fff;
}

#menu a:active {
    text-shadow : 0 0 6px #fff;
    text-decoration : underline;
}

main {
    width : 80%;
    margin : 0 10%;
    font-size : 100%;
    padding-bottom : 7em;
}

h2 {
    font-size : 200%;
    font-family: 'omaner Regular', 'Roboto', sans-serif;
}

h3 {
    font-family: 'omaner Regular', 'Roboto', sans-serif;
    font-size : 150%;
    margin-top : 1em;
    padding-top : 1em;
    border-top : 1px solid rgba(125,125,125,0.5);
}

.info {
    display : none;
}

.emphasis {
    font-weight : bold;
    font-size : 110%;
}

.albumlist {
    margin : -1em 0 0 1em;
}

video {
    position : relative;
    left : 50%;
    margin-left : -280px;
    background : #000;
    padding : 3px;
    border : 2px solid #fff;
    width : 560px;
    height : 315px;
}

#wholepagevideo video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    margin : 0;
    padding : 0;
    border : none;
}

#wholepagevideo {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    margin : 0;
    padding : 0;
    border : none;
}

.photo-center-landscape {
    position : relative;
    left : 50%;
    margin-left : -180px;
    background : #000;
    padding : 3px;
    border : 2px solid #fff;
    width : 360px;
    height : 240px;
}

.photo-left-portrait {
    background : #000;
    margin : 1em 1em 1em 0;
    padding : 3px ;
    border : 2px solid #fff;
    float : left;
    height : 280px;
    width : 210px;
}

.photo-right-landscape {
    background : #000;
    margin : 1em 0 1em 1em;
    padding : 3px ;
    border : 2px solid #fff;
    float : right;
    width : 240px;
    height : auto;
}

#bandpage .photo-left-portrait {
    margin-top : 0;
}

#craig-smart {
    position : relative;
    margin-top : -1em;
}

.albumlist {
    list-style-position: inside;
}

.italic {
    font-style : italic;
}

.two-columns {
    columns : 2 auto ;
}

.speaker-png {
    height : 0.8em;
    width : auto;
    padding-left : 0.4em;
}

.contactaddy:after { 
    content: "bookings\40indie-fly-function-band.co.uk"; 
}

.note {
    font-size : 80%;
}

footer {
    position : absolute;
    display : block;
    bottom : 0;
    width : 80%;
    padding : 0 10%;
    background : #000;
    margin : 0;
    border-top : 1px solid  #fff;
    text-align : center;
    font-size : 70%;
    z-index : 90;
}

#landingpage footer {
    border : none;
    background : none;
    margin-bottom : 4em;
}

#landingpage footer p {
    display : none;
}

#social-menu {
    width : 100%;
    margin-top : 0.5em;
}

.form-wrapper {
    position : relative;
    left : 50%;
    width : 24em;
    border : 1px solid #fff;
    border-radius : 5px;
    margin : 0 0 0 -12em;
    padding : 1em;
    background : rgba(0,0,0,0.5);
}

.form-wrapper h4 {
    text-align : center;
    margin : 0;
    padding : 0;
}

.field {
    margin : 0.5em 0;
    height : 50px;
}

.field input, .field textarea {
    position : absolute;
    left : 14em;
    width : 15em;
}

.field img {
    position : absolute;
    left : 11.7em;
    border : 0.2em solid #fff;
    margin-top : 1.5em;
}

.field textarea {
    left : 14.4em;
    width : 15.3em;
}

.field button {
    text-align : center;
}

#captcha { 
    margin-top : -1.5em;
}

.logooverlay {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}