/* ------------------------------------------------------------------
* (c) 2021, Cormailleur
*/
/* ------------------------------------------------------------------ */
@import url(//fonts.googleapis.com/css?family=Anton);
/*--- Helper ------------------------------------------------------ */
.left { float: left; }
.right { float: right; }
/*--- MainView ------------------------------------------------------ */
body {
background-image: radial-gradient(#555150, #1a1819);
background-repeat: no-repeat;
background-size: 100vw 100vh;
margin: 0 0 0 0 ;
padding: 0 0 0 0 ;
}
div.mainview {
/* position: relative; */
min-width: 100vw;
max-width: 100vw;
min-height: 100vh;
max-height: 100vh;
padding: 0 0 0 0;
margin: 0;
left: 0;
background-image: url('../img/site/logo-white-transparent.png');
background-repeat: no-repeat;
background-size: auto 90vh;
background-position: center 42px;
background-attachment: local;
overflow-y: auto;
position: absolute;
z-index: 0;
}
/*--- Content ------------------------------------------------------ */
div.content {
display: block;
position: relative;
border-radius: 25px;
opacity: 0.96;
background-color: darkgray;
/* overflow: hidden; */
letter-spacing: normal;
margin: 15px 20px 0 20px;
padding: 30px;
/*min-height: 300px;
max-height: 300px; */
z-index: 5;
}
.content h1,h2,h3,h4,h5,h6 {
font-family: 'Anton', sans-serif;
text-transform: uppercase;
font-weight: normal;
color: #660099;
}
.content h3,h4 {
font-size: 24px;
}
div.staffcard {
float: left;
width: 172px;
height: 270px;
display: flex;
flex-direction: column;
background-color: #c1461c;
margin-right: 10px;
}
.staffcard img {
width: 172px;
}
.staffcard a {
display: block;
position: relative;
flex: 1 1 auto;
padding: 15px 20px 14px;
color: #fff;
font-size: 13px;
font-weight: bold;
text-decoration: none;
border-bottom: 1px solid #d78d74;
/*background: url(../img/btn_bg2.png) 0 200px repeat-x #c1461c;*/
}
div.bio {
overflow: auto;
}
.bio img {
margin-right: 10px;
margin-bottom: 10px;
}
/* ------------------------------------------------------------------ */
div.footer {
position: fixed;
bottom: 0;
margin: 0;
left: 0;
right: 0;
padding: 0;
width: 100%;
background-color: black;
z-index: 19;
}
.footer {
color: #666666;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: .75em;
}
.copyright {
float: left;
}
.concept {
float: right;
}