blob: 34a6290122fc4d5702fff4a64462af7db4c0780d [file] [log] [blame]
.copyright {
margin-top: 5em;
margin-bottom: 1em;
overflow: auto;
}
.copyright a {
border-bottom-style: none;
}
.copyright p {
margin-top: 0;
}
.copyright p.notice {
margin-top: 27px;
}
.copyright div.logo {
float: right;
width: 20%;
padding-bottom: 2%;
}
.copyright .quickLinks a {
float: left;
padding-right: 2em;
}
.jumbotron {
padding-bottom: 1em;
padding-top: 2em;
text-align: center;
font-size: xx-large;
color: #734dba;
}
.banner div.drawerlogo {
background: white;
border-radius: 100%;
width: 64px;
height: 64px;
transition: box-shadow .4s;
}
.banner div.drawerlogo:hover {
box-shadow: 0 4px 7px rgba(0, 0, 0, .23), 0 8px 25px rgba(0, 0, 0, .05);
}
.banner .drawerlogo img {
height: 100%;
width: 100%;
padding: 15%;
position: relative;
top: -3px
}