﻿/*General Content*/
html {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: normal;
    font-weight: 300;
    text-align: justify;
    
}

/*settings for body*/
body {
    text-decoration: none;
    text-decoration: none !important;
}

/*settings to remove decoration for all hyperlink*/
a {
    text-decoration: none !important;
    color: inherit;
}

/*settings for the logo*/
#choir-logo {
    position: center;
}

/*Header and Navbar*/
header {

}

nav {
    font-size: 16px;
    display: inline-block;
    overflow: visible;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    /* background image */
    /* background-image: url("../img/event/2019-04-annual-performance/2019-04-annual-performance-01.jpeg"); */
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

nav ul {
    display: inline-block;
    list-style-type: none;
    z-index: 500;
}

nav li {
    float: left;
}

nav li a {
    display: block;
    text-align: center;
    color: black;
    padding: 16px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
}


/* MAIN */

.block {
    width: auto;
    max-width: 1080px;
    height: auto;
    min-height: 700px;
    margin: 2em auto 4em auto;
    overflow: hidden;
}

/* settings for a spanning content block*/
.main-block {
    position: relative;
    display: block;
    line-height: 1.2;
    padding: 2.5em 0;
    width: 100%;
    margin: 0 auto;
    max-width: 1080px;
    overflow: hidden;
}


/*images, right alignment*/
.img-right {
    float: right;
    margin: 10px;
    display: flex;
    justify-content: center;
}

/*images on index page: spans*/
img.img-main {
    width: 100%;
}

/*images on join us page*/
img.img-half {
    width: 100%;
    max-width: 700px;
    display: inline-block;
    align-content: center;
}

/* about */

/* exco */


/* members */

#members {
    text-align: left;
}

/* members list */

ul.members-list {
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

/* performances */

ul.performance-set {
    list-style: none;
    display: block;
    text-align: center;
    position: center;
}

/* performance information*/
ul.performance-info {
    list-style: none; /*removes the bullet points*/
    float: left;
    display: block;
    padding: 5px;
}

/* the attributes of the performance posters */
img.gallery {
    height: auto;
    max-height: 330px;
    width: auto;
    max-width: 1080px;
    display: inline-block;
}

/* title */

/* Contact Us*/

address {
    font-style: normal;
    display: inline-block;
}

/* FOOTER */
footer {
    line-height: 1.1;
    font-size: 1rem;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 600;
    overflow: hidden;
    text-align: center;
}

td:first-child {
	font-weight: bold;
	padding-right: 40px;
}

#footer-menu {
    display: inline;
    text-align: left;
    border-spacing: 10px 10px;
}

#footer-menu-main {
    
}
#home-video {
}
