<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(//fonts.googleapis.com/css?family=Cardo:400italic);
@import url(//fonts.googleapis.com/css?family=Roboto:400,400italic,300italic);

/*AUBURN COLORS-----------
Primary Blue: #03244d
Primary Orange: #dd550c
Secondary Blue: #496e9c
Secondary Orange: #f68026

background: rgba(246, 128, 38, .99);
background: rgba(3, 36, 77, .8);
-------------------------*/

* {
    -webkit-border-radius: 0 !important;
       -moz-border-radius: 0 !important;
            border-radius: 0 !important;
}
.noGutter{ 
/*Removes col gutters*/
    padding-left: 0;
    padding-right: 0;
}
.halfGutter{
    padding-left:8px;
    padding-right:8px;
}

html,body{
    height:100%;
    margin:0;
}
body{
    height:100%;
    width:100%;
    padding-top: 50px;
    margin:0;
    overflow: hidden;
    background:#cbcbcb;
}
#tools{
    margin-top: 30px;
    font-size: 36px;
    font-family: 'Cardo', serif;
    font-weight: 400;
    font-style: italic;
    color:#fff;
    color:rgba(255,255,255,0.95);
}
.container-fluid{
    height:100%;
}
.right{
    height:100%;
    padding-bottom: 60px;
    padding-top: 15px;
    overflow-y:scroll;
    overflow-x:hidden;
}
#mainRow{
    height:100%;
}
#sideNav{
    background-color:#fff;
    height:100%;
    padding-left: 0;
    padding-right:0;
}
.tab-content li{
    font-size: 15px;
    line-height: 23px;
    margin: 0 0 10px 0;
}
.list-group-item{
    background-color: #eee;
}
.pageCard{
    padding-bottom: 30px;
    background-color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-box-shadow: 0 0 4px #cbcbcb;
       -moz-box-shadow: 0 0 4px #cbcbcb;
            box-shadow: 0 0 4px #cbcbcb;
}
.pageCard h1{
    text-align: center;
}
.navbar{
    background-color: #dd550c;
    border:none;
}
.navbar-default .navbar-brand{
    color:white; 
    font-family: 'Cardo', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 25px;
}
.navbar-default .navbar-nav&gt;li&gt;a {
    color: white;
}
.navbar-default .navbar-nav&gt;.active&gt;a, .navbar-default .navbar-nav&gt;.active&gt;a:hover, .navbar-default .navbar-nav&gt;.active&gt;a:focus {
    color: white;
    background-color: #f68026;
}
.navbar-right &gt; li &gt; a {
    padding-left: 8px;
    padding-right: 8px;
}
.bookCover{
    -webkit-box-shadow: 0px 0px 10px #cbcbcb;
}
.contactDaniela{
    padding-left: 15px;
    color:#777;
    font-size: 15px;
    word-wrap: break-word;
}
.workframe{
  height:100%;
  width:100%;
  border:0;
    overflow:hidden;
  overflow-x:hidden;
  overflow-y:hidden;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
}
.list-group-item{
    background-color: white;
    color:#777;
    border:none;
    font-size: 15px;
}
.home-list a.list-group-item {
    cursor: default;
}
.home-list a.list-group-item.active{
    background-color:#f68026;
}
.home-list a.list-group-item:hover {
    background-color:#f68026;
}
a.list-group-item  {
    color:#777;
}
a.list-group-item.active {
    background-color:#f68026;
}
a.list-group-item.active:hover {
    background-color:#f68026;
}



.subNav{
    padding-left: 30px;
}

/*@media (max-width: 1105px) {*/
@media (max-width: 995px) {
    body{
        padding-top: 50px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav&gt;li {
        float: none;
    }
    .navbar-nav&gt;li&gt;a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}
</pre></body></html>