/*Meta Styles*/
.containerColumn {
	box-sizing: border-box;
}

c10, .c25, .c33, .c40, .c50, .c60, .c66, .c80, .c100 {
	box-sizing: border-box;
}

.c10 {
    width: 10%;
}

.c25 {
	width: 25%;
/*	margin: -1px;*/

}

.c33 {
	width: calc(100% / 3);
}

.c40 {
    width: 40%;
}

.c50 {
	width: 50%;
/*	margin: -1px;*/
}

.c60 {
    width: 60%;
}

.c66 {
	width: 66.6%;
}

.c80 {
    width: 80%;
}

.c90 {
    width: 90%;
}

.c100 {
	width: 100%;
}

.r25 {
	height: 25%;
/*	margin: -1px;*/

}

.r33 {
	height: calc(100% / 3);
}

.r40 {
    height: 40%;
}

.r50 {
	height: 50%;
/*	margin: -1px;*/
}

.r60 {
    height: 60%;
}

.r66 {
	height: 66.6%;
}

.r80 {
    height: 80%;
}

.r100 {
	height: 100%;
}




.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/*PAGE STYLES*/

body {
    color: rgba(32, 32, 32, 0.8);
    font-family: Georgia;
    margin: 0;
    padding: 0;
    background-image: url("../images/background5.jpg");
    /*background-repeat: repeat-y;*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*background-position: fixed;*/
    background-size: cover;
    letter-spacing: 2px;
    font-variant: small-caps;
    height: 100%;
    position: relative;
    min-height: 100vh;
}


body, html {
    min-width: 320px;
    height: auto;

}

div, main, section {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

figure {
    margin: 0;
}

html {
	width: 100%;		
    position: static;
}

/*HEADER STYLES*/

header {
    width: 100%;
    position: fixed;
    background-color: rgba(56, 56, 56, .5);
    display: none;
    margin-top: 0px;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom-color: black;
    z-index: 999;
    margin: 0 auto;
    height: 85px;
    top: 0;
}


/*Middle Styles*/
#middle {
    display: block;
    position: relative;
    /*    min-height: 87%;*/
    padding-top: 184px;
    padding-bottom: 50px;
    min-height: 100vh;
    height: auto;
    
}

/*Main Title Styles*/
#titleContainer {
    margin-top: 94px;
    /*	width: 100%;*/
    letter-spacing: 2px;
    font-size: 12px;
    color: rgba(0, 0, 0, .7);
    font-variant: small-caps;
    font-family: "Book Antiqua", Palatino, serif;
    position: fixed;
    z-index: 999;
    /*height: 2%;*/
    /*display: none;*/
    padding: 10px 0;
}

#title.h1 {
    margin: 0;
}


/*Footer Styles*/
footer {
    width: 100%;
    height: 50px;
    background-color: rgba(56, 56, 56, .7);
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    border-top-style: solid;
    border-top-width: 5px;
    border-top-color: black;
    /*text-align: center;*/
    color: black;
    z-index: 999;
    align-content: flex-start;
    align-items: center;
}

#footerText {
    display: none;
}

#footerEmail {
    width: 50%;
    height: 100%;
    position: relative;
    display: inline-block;
    text-align: right;
    padding: 0px;
    /*float: right;*/
    /*vertical-align: middle;*/
}

/*Footer NAV Styles*/

nav {
    position: relative;
    display: inline-block;
    padding: 0px;
    margin: 0;
    height: auto;
}

nav ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0px 10px;
    margin: 0 auto;
    /*    line-height: 60px;*/
    /*    position: relative;*/
}

nav ul {
    padding: 0px;
    margin: 0px;
}

nav a:link,
nav a:visited {
    text-decoration: none;
    color: black;
    margin: 0 auto;
    /*    vertical-align: middle;*/
    /*    display: block;*/
}

/*SPLASH*/
#splashImageContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 100%;
    text-align: center;
}

#splashImage {
    max-width: 100%;
}