/* ---------------- BASIC LAYOUT ---------------- */

html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #ffffff;
	background-image: url('images/bg.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-family: "Alegreya", serif;
    color: #b00a48;
}

h1 {
    color: #b00a48;
}

h2 {
    color: #db6a8a;
}

li {
    list-style: none;
}

.ol {
    list-style: lower-roman;
}

.soft-link {
    color: #b00a48;
}

#nav {
    overflow: hidden;
	position: fixed;
	top: 0;
    left: 0;
    z-index: 2;
    height: 70px;
	width: 100%;
    color: #ffffff;
    background: linear-gradient(to right, #ffaab2 1%, #d57978 50%, #ffaab2 100%);
    padding-top: 15px;
    padding-left: 20px;
}

#nav a:link {
    color: #ffffff;
}

#nav a:visited {
    color: #ffffff;
}

#nav a:active {
    color: #b00a48;
}

#nav a:hover {
    color: #b00a48;
}

#title {
    color: #ffffff;
    font-size: 250%;
    
}

.main {
    width: 55%;
    height: 100%;
    position: relative;
    left: 5%;
    top: 80px;  
    bottom: 30x;
    z-index: 1;
    color: #b00a48;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 2%;
    padding-top: 60px;
    margin-bottom: 80px;
}

#magical-kienan {
    position: fixed;
    right: 0;
    width: 35%;
    height: auto;
}

.sidebar {
    margin-top: 80px;
    position: fixed;
    right: 0;
    width: 35%;
    height: auto;
}


/* ---------------- ABOUT PAGE ---------------- */

.divider {
    position: relative;
    align-content: center;
    text-align: center;
}

.headmate {
    position: relative;
}

.headmate-name {
    font-weight: bold;
    font-size: 120%;
}

.headmate-adjectives {
    font-size: 90%;
    font-style: italic;
}


/* ---------------- GALLERY STUFF ---------------- */

.thumb {
    position: relative;
    border: 1px solid #ffffff;
    margin: 10px;
    box-shadow: 1px 1px 6px #b00a48;
    filter: opacity(65%);
    width: 150px;
    height: 150px;
    z-index: 1;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.thumb:hover {
    transform: scale(1.2, 1.2);
    -webkit-transition: 0.1s;
    transition: 0.1s;
    border: 1px solid #dddddd;
    filter: grayscale(0%);
    z-index: 100;
}

.view-more-box {
    position: relative;
    display: inline-block;
    border: 1px solid #ffffff;
    margin: 10px;
    box-shadow: 1px 1px 6px #b00a48;
    filter: opacity(65%);
    width: 150px;
    height: 150px;
    overflow: hidden;
    z-index: 1; 
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.view-more-box:hover {
    transform: scale(1.2, 1.2);
    -webkit-transition: 0.1s;
    transition: 0.1s;
    border: 1px solid #dddddd;
    filter: grayscale(0%);
    z-index: 100;
}

.view-more {
    display: table-cell;
    width: 150px;
    height: 150px;
    text-align: center;
    vertical-align: middle;
}

/* ---------------- LIGHTBOX WIP ---------------- */

.lightbox {
    position: fixed;
    min-height: 100vh;
    width: 100vw;
    top: 0px;
    left: 0px;
    padding: 1.5%;
    z-index: 10;
    background-color: rgba(219, 106, 138, 0.6);
    display: hidden;
}

.full {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px; 
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #b00a48;
    border-radius: 5px;
    height: 75vh;
    width: auto;
}

.text-box {
    display: block;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    height: auto;
    width: 50%;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    text-align: center;
    background-color: #FFCDD2;
    overflow: hidden;
}

.close-button {
    position: fixed;
    top: 10px;
    right: 10px;
    background-color: #ffffff; 
    height: 50px;
    width: 50px;
    font-size: 250%;
    text-align: center;
    border: 1px solid #b00a48;
    border-radius: 5px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.close-button:hover {
    transform: scale(1.1, 1.1);
    -webkit-transition: 0.1s;
    transition: 0.1s;
    border: 3px solid #db6a8a;
    color: #db6a8a;
    filter: grayscale(0%);
    z-index: 100;
}

#x {
    display: table-cell;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
}


/* ---------------- WIKI STUFF ----------------  */

.oc-box {
    width: 100%;
    height: auto;
}

.oc-icon {
    background-size: contain;
    position: relative;
    display: inline-block;
    border: 1px solid #ffffff;
    margin: 10px;
    box-shadow: 1px 1px 6px #b00a48;
    filter: opacity(65%);
    width: 200px;
    height: 200px;
    overflow: hidden;
    z-index: 1;
    filter: opacity(65%);
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.oc-icon:hover {
    transform: scale(1.05, 1.05);
    -webkit-transition: 0.1s;
    transition: 0.1s;
    border: 1px solid #dddddd;
    filter: grayscale(0%);
    z-index: 100;
}

.oc-blurb-box {
    position: relative;
    display: inline-block;
    border: 1px solid #ffffff;
    margin: 10px;
    box-shadow: 1px 1px 6px #b00a48;
    filter: opacity(100%);
    width: 60%;
    height: 200px;
    overflow: hidden;
    z-index: 1; 
    -webkit-transition: 0.25s;
    transition: 0.25s;  
}

.oc-blurb-box:hover {
    transform: scale(1.05, 1.05);
    -webkit-transition: 0.1s;
    transition: 0.1s;
    border: 1px solid #dddddd;
    filter: grayscale(0%);
    z-index: 100;
}

.oc-blurb {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    height: 200px;
    padding; 10px;
    text-align: center;
}

#pbf-credit {
    background-color: #ffffff;
    border: 1px solid #b00a48;
    border-radius: 5px;
    position: absolute;
    opacity: 60%;
    display: block;
    padding: 10px; 
    top: 30px;
    left: 40px;
    -webkit-transition: 0.25s;
    transition: 0.25s; 
}

#pbf-credit:hover {
    transform: scale(1.05, 1.05);
    -webkit-transition: 0.1s;
    transition: 0.1s;
    z-index: 100;
}

.wiki-sidebar {
    width: 25%;
    height: 100%;
    position: fixed;
    right: 5%;
    top: 80px;
    bottom: 30px;
    z-index: 1;
    color: #b00a48;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 2%;
    padding-top: 4%;
    margin-bottom: 80px;
}

.id-header {
    position: relative;
    height: auto;
}

.id-icon {
    background-size: contain;
    position: relative;
    display: inline-block;
    border: 1px solid #ffffff;
    border-radius: 5px;
    margin: 10px;
    box-shadow: 1px 1px 6px #b00a48;
    width: 200px;
    height: 200px;
    overflow: hidden;
    z-index: 1;
}

.lyrics-box {
    position: relative;
    display: inline-block;
    margin: 10px;
    height: 150px;
    overflow: hidden;
    text-align: center;
}

.lyrics {
    display: table-cell;
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
    height: 180px;
}

.dossier {
    margin-top: 30px;
}

.reference-box {
    display: block;
    position: relative;
    margin: auto;
    width: 88%;
    align-content: center;
}

.reference {
    display: inline-block;
    position: relative;
    margin: 10px;
    box-shadow: 1px 1px 6px #b00a48;
    filter: opacity(65%);
    border: 1px solid #ffffff;
    border-radius: 5px;
    height: auto;
    width: inherit;
    z-index: 1;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.reference:hover {
    transform: scale(1.05, 1.05);
    -webkit-transition: 0.1s;
    transition: 0.1s;
    border: 1px solid #dddddd;
    filter: grayscale(0%);
    z-index: 100;
}

/* ------------------ COMMISSIONS -------------------- */

#tos {
    position: relative;
    background-color: rgba(219, 106, 138, 0.2);
    border-radius: 5px;
    border: 1px solid #ffffff;
    padding: 15px;
    margin-bottom: 15px;
}

/* --------------------- BLOG ----------------*/

.blogpost {
    position: relative;
    background-color: rgba(219, 106, 138, 0.2);
    border-radius: 5px;
    border: 1px solid #ffffff;
    padding: 15px;
    margin-bottom: 15px;
}

.blogdate {
    position: absolute;
    top: 10px;
    right: 10px;
}

/* ---------------- LINKS ------------------*/

.contact-box {
    display: inline-block;
    padding-left: 30x;
    padding-right: 30px;
}

.subscribe-logo {
    position: relative;
    border: 1px solid #ffffff;
    margin: 10px;
    box-shadow: 1px 1px 6px #b00a48;
    filter: opacity(65%);
    width: 80px;
    height: 80px;
    z-index: 1;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.subscribe-logo:hover {
    transform: scale(1.2, 1.2);
    -webkit-transition: 0.1s;
    transition: 0.1s;
    border: 1px solid #dddddd;
    filter: grayscale(0%);
    z-index: 100;
}

.subscribe-box {
    display: inline-block;
    background-color: #FFCDD2;
    border: 1px solid #b00a48;
    border-radius: 5px;
    margin: 10px;
    opacity: 80%;
}

.subscribe-text {
    text-align: center;
}

.affiliate-box {
    display: inline-block;
    background-color: #FFCDD2;
    border: 1px solid #b00a48;
    border-radius: 5px;
    margin: 10px;
    opacity: 80%;
}

.affiliate-text {
    text-align: center;
}

/* ---------------- FOOTER ----------------  */

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    color: #ffffff;
    background: linear-gradient(to right, #ffaab2 1%, #d57978 50%, #ffaab2 100%);
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    padding-left: 20px;
}

/* ---------------- MISC ----------------  */

.hidden {
    display: none;
}

#tos {
    line-height: 25px;
}