

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

*/
/* HTML5 display-role reset for older browsers */

/*
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*/





html {
    height: 100%;
    font-variant: small-caps;
    font-family: "Times New Roman", Times, serif;
}
.enterimage {position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    overflow: auto;
    width: 70%}
p {text-align: center;
    color: #FFFFFF;
    font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
        }
.homeimage {
    
position:fixed;
    margin: auto 2px auto;
    text-align: center;
}
.centertop {
        width: 100%;
        position:fixed;
        top:0;
        text-align: center;
        vertical-align:center;
        padding: 0;}
/*
.mainimage{
    background-image: url("images/logo2.jpg");
                    background-repeat: no-repeat;
                    text-align:center;
    background-color: #000000;
    background-repeat:no-repeat;
    width: 100%;
        position:fixed;
        top:0;
        text-align: center;
        vertical-align:center;
    padding: 0;
}
*/

.enter {
    background-color: white;
}

.rest {
    background-color: #000000;
}
#nav {
    
    float: left;
    width: 160px;
    color: #FFFFFF;
    padding: 10px 5px 5px 20px;
    position: fixed;
    /*font-family: Verdana, Geneva, sans-serif;*/
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid white;
    padding-right: 25px;
    height: 100%;
}
#nav ul{list-style-type:none;
       margin: 0;
       padding-left: 0;
       font-size: 1.2em; 
}

#nav li {
    padding: 10px 0;
    
}

#nav a {
    color: #DCDCDC;
    background-color: 	rgb(47,79,79);
    border: 1px solid darkgrey;

}
#nav a:hover { 
    color: white;
    background-color: black;
}


text {color:#FFFFFF}

h1, h2 {color:#FFFFFF}

.wrapper {
    width: 70%;
    margin:auto;
    margin-right: auto;
    margin-left: 250px;
    margin-top: 212px;
    border: 1px solid white;
    right: 0;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    margin-bottom: 32px;
    font-size: .9em;
    letter-spacing: -.7px;
    
}

.wedge {
    min-width: 716px;
}
            
.homelogo {
    text-align:center;
    vertical-align:center;
}

.toplogo {
    float: right;
    text-align: center;
    width:100%;
    top: 0;
    position: fixed;
    display: inline-block;
    background-color: #000000;
}

.figureright {
    float: right;
    text-align: center;
}
.figureleft {
    float: left;
    text-align: center;
}

ul {
    font-size: 1.3em;
}

footer.footer {
    height: 10px;
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 12px;
}
.footerContainer {
    background-color: #000000;
    width: 100%;
}

p.copyright {
    color: #fff;
    line-height: 10px;
    font-size: 0.7em;
}

.centered {text-align: center;}

.left {text-align: left;}

figcaption {text-align: center;}



$font-prefix: './custom/path/to/font/files';
@import 'node_modules/@ibm/plex/scss/ibm-plex.scss';


.outerwrapper {
   width: 500px;
    margin: 0 auto;
    background-color: aquamarine;

}

.marginFifteen { margin: 15px;}

.lineHeightLess { line-height: 0.75;}

.albumWrapper {
    
    width: 100%;
text-align: center;
display: inline;
margin: auto;
left: 0;
right: 0;
top: 0;
width: 89.7%;
-webkit-column-count: 3;
column-count: 3;
    
    
    background-color: white;}

.albumLeft { float: left;
            width: 33%;}

.albumMiddle {float: left;
width: 33%;
text-align: center;
margin-left: 0.25%; }

.albumRight {float: right;
width: 33%;
text-align: center; 
top: 0;

}

.lineup {
    font-size: .98em;
}
oneEmFont {font-size: 1em;}

ul.dashed {
  list-style-type: none;
}
ul.dashed > li {
  text-indent: -5px;
}
ul.dashed > li:before {
  content: "-";
    text-indent: -5px;}

.underline {text-decoration: underline;}

.cyclicalImage {
    width: 160px;
    height: 246px;
    background: url("images/cyclicaldescent.jpg") no-repeat;
    background-size: cover;
    margin: 30px;
}

.cyclicalImage:hover {
    transform: scale(2.4); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    background: url("images/cyclicalExcerptBrighter.jpg") no-repeat;
    background-size: cover;
}

.marginleft {margin-left: 30px;}

ul.dashed {
  list-style-type: none;
}
ul.dashed > li {
  text-indent: -5px;
}
ul.dashed > li:before {
  content: "--";
  text-indent: -5px;
}

.noLink {
    color:inherit;
    text-decoration:none;
}
.noLink:visited {
    color:inherit;
    text-decoration:none;
}
.noLink:hover {
    color:grey;
    text-decoration:none;
}



.centered {text-align: center;}

.indexPageText {color:black;}