/* @import url('https://fonts.cdnfonts.com/css/calgary'); */

@font-face {
  font-family: Calgary;
  src: url('fonts/ChaparralProLight.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

html {
    height: 101%;
}

/*
body {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('img/background.jpg');
  background-attachment: fixed;
  background-size: 4000px;
  background-position: -900px -550px;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}
*/

body,td {
    color: #FFF;
    font-family: Calgary, Helvetica, sans-serif;
    font-size: 14pt;
}

h1, h2, h3, h4, h5, h6, .menuLink {
    font-family: Calgary;
}

a, a:visited {
    color: #FFF;
    text-decoration: underline;
    font-weight: bold;
} 

.galSelect, .galSelect:visited {
    background: #FFF;
    color: #000;
    font-weight: bold;
    font-size: 20pt;
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: right;
    background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,0));
    
}

#menuButton {
    font-size: 50pt;
    font-weight: bold;
    color: #FFF;
    position: fixed;
    left: 320px;
    top: -20px;
    transition: all .5s;
    z-index: 20;
}

#menuButton.menuButton {
    left: 10px;
} 

#menu {
    width: 300px;
    position: fixed;
    left: 10px;
    top: 10px;
    background: #000;
    padding: 10px;
    border: 1px solid #888;
    border-radius: 10px;
    transition: all .5s;
    z-index: 20;
}

#menu.menu {
    left: -410px;
}

.menuLink {
    display: block;
    font-size: 20pt;
    font-weight: bold;
    color: #FFF;
    text-align: left;
}

#logo {
    margin: 20px;
    width: 400px;
    transition: all .3s;
}

article {
    margin: 180px 15px 50px 15px;
}

footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 5px;
    font-size: 12pt;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1));
    color: #FFF;
    z-index: 20;
}

.admPic {
    margin: 5px;
    text-align: center;
    padding: 10px;
    border: 1px solid #FFF;
    border-radius: 10px;
}

.col-sm-3 {
    text-align: center;
}

.col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8 {
    background: rgba(0,0,0,.5);
    border-radius: 10px; padding: 10px;
}