body {
    padding-top: 5em;
    padding-bottom : 4em;
    /*    background-blend-mode : difference; */
}

.padding-1 {
    padding: 1em;
}

.margin-bottom-2 {
    margin-bottom: 2em;
}

.body-on {
      height : 100vh;
    -webkit-transform:translate3d(0,0,0);
    min-height:100vh;
    background-image: url('../assets/background.jpg'), linear-gradient(154deg, #fff, #555, #fff);
    width : 100%; 
    height : 100%; 
}

section + section {
    margin-top: 1em;
}

.img-container {
    display: flex;
    justify-content: center;
}

img.small {
    max-width: 40%;
}

.large-font {
    font-size: 150%;
}

#background {
    position : fixed;
    top: 0;
    left: 0; 
    width : 100vw;
    height: 100vh;
    z-index : -1;
}

#background > div {
    background-image : url('../assets/background.jpg'), linear-gradient(154deg, #fff, #555, #fff);
    background-repeat: repeat;
    width : 100%;
    height: 100%;
    background-blend-mode: difference;
}


.bordered {
    border : 1px solid darkgray;
}


.bordered-round {
    border-radius : .5em;
}

.white {
    background-color: white;
}

.btn-list {
    list-style-type : none;
    padding-left : 0;
}
.btn-list > li {
    margin-bottom : .5em;
}

.btn-list-indent li {
    margin-left : 2em;
}

.indent {
    padding-left : 1em;
}

.footer {
    width : 100vw;
    height : 3em;


    padding : .5em;
    color: rgb( 65, 65, 65);
    text-align : center;
    font-size: .75em;
    margin-top: 10em;
}

img[ng-click].img-btn:hover {
    box-shadow : 2px 2px 3px #000;
    cursor : pointer;
}

a.list-group-item {
    cursor : pointer;
}

.k-pic img {
    width : 100px;
    height : 100px;
    margin-bottom: 1em;
    box-shadow : 2px 2px 3px #555555;
}

.k-menu {
    vertical-align : top;
    display : inline-block;
    top : 0;
    padding: 10px 10px 0 10px;
    margin-right : 2em;
    font-size : .75em;
    background-color: white;
    border-radius: 60px;
    margin-bottom : 1em;
}

.k-card .glyphicon, .k-card .fa  {
    margin-right: .5em;
}

table {
    background-color: white !important;
    border : 1px solid black;
    border-collapse : collapse;
}

table.schedule {
    font-size : .75em;
}

th {
    background-color: black;
    color :white;
}

td, th {
    text-align : center;
    border : 1px solid black;
    padding : .5em !important;
}

td.left {
    text-align: left !important;
}

.body-off {
    background-image: none;
    background-color: #ffeedd;
}

.padded {
    padding: 1em;
}

.plain {
    background-color: white;
}

td.officetime {
    background-color : #EEE;
}

td.lunchtime {
    background-color: #666;
    color : white;
}

td.classtime {
    background-color : #DDD;
}

.k-body {
    vertical-align : top;    
    display : inline-block;
    width : 70%;
    height : 100%;
    overflow : hidden;
}

.k-body > div {
}

#brand > span {
    color:#FA6;
    font-weight: bold;
}

#brand > span > span {
    margin-right: 5px;
}

[target=_blank]:after {
    font-family : FontAwesome;
    display : inline-block;
    text-decoration : inherit;
    font-weight : normal;
    font-style : normal;
    content : '\00a0\00a0\f064';
}

.k-card {
    border : 1px solid lightgray;
    padding : 1em;
    background-color: rgba( 240, 240, 240, .95 );
    border-radius : .5em;
    margin-bottom : 1.5em;
    box-shadow : 4px 4px 12px rgba(50,50,50,.8);
}

path {
  fill-rule: evenodd;
  stroke: #333;
  stroke-width: 2px;
}

.sun path {
    fill: #f77a33;
}

.planet path {
    fill: #fca;
}

.annulus path {
    fill: #337ab7;
}

.href-image {
    width: 200px;
}

span.nav-check {
    position: relative;
    display: block;
    padding: 15px 15px;
    line-height:20px;
    color: #9d9d9d;
}

span.nav-check:hover {
    cursor: pointer;
}

h1 {
    display:none;
}

.black-white {
    background-color: black;
    color:white;
}

.aside {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-style: italic;
    font-size: 125%;
    color: darkviolet;
}
