﻿/*thead specific ones need stop have thead width color-profile thead center image command buttons changed? font-face size too maybe*/

body {
    background-color: #111111;
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    color: #c48900;
    font-family: Verdana;
    text-align: center;
    word-wrap: break-word;
}

.titleImg {
    width: 30%;
    max-width: 1000px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.comicpage {
    display: inline-block;
    height: auto;
}

.headerImg {
    max-width: 600px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

/*1em=16px*/
a {
    text-decoration: none;
    display: inline;
    background-color: #222222;
    color: #c48900;
    border-color: #c48900;
    margin-left: auto;
    margin-right: auto;
    font-family: Verdana;
    padding: 10px 10px;
    text-align: center;
    border-radius: 1px;
    border-style: solid;
}

.nolink {
    text-decoration: none;
    display: inline;
    background-color: #222222;
    color: #000000;
    border-color: #000000;
    margin-left: auto;
    margin-right: auto;
    font-family: Verdana;
    padding: 10px 10px;
    text-align: center;
    border-radius: 1px;
    border-style: solid;
}


.inlinelink {
    text-decoration: underline;
    display: inline;
    background-color: initial;
    color: #c48900;
    font-family: Verdana;
    padding: 0px;
    text-align: center;
    /*font-size: initial;*/
    border: none;
}
/*color: #fab20c !important;*/
.inlinelink:hover {
        text-decoration: underline;
        display: inline;
        background-color: initial;
        color: #ff351f !important;
        border-color: #ff351f !important;
        font-family: Verdana;
        padding: 0px;
        text-align: center;
        font-weight: bold;
        border: none;
    }

/*mobile*/
@media only screen and (max-device-width:1079px) {
    body {
        font-size: 0.75em;
    }
    .centerContent {
        width: auto;
        padding-left: 2%;
        padding-right: 2%;
    }


    .comicpage {
        display: inline-block;
        max-width: 90%;
        height: auto;
    }
    .contactAndSupportImg {
        width: 90%;
    }

}

/*Desktop*/
@media only screen and (min-device-width:1080px) {
    body {
        font-size: 1em;
    }

    .centerContent {
        max-width: 1080px;
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }


    .comicpage {
        display: inline-block;
        max-width: 1000px;
        width: 90%;
        height: auto;
    }

    .contactAndSupportImg {
        width: 65%;
    }

}
    img {
        display: block;
    }


.voids {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1000px;
    height: auto;
}

.sideicon {
    width: auto;
    height: 32px;
    display: inline;
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 5px;
    padding-right: 5px;
}


/*mostly for codex stuff*/
.captionedImg {
    width: 100%;
    max-width: 500px;
}

.captionedImgContainer {
    width: 30%;
    max-width: 500px;
    text-align: left;
    border-color: #c48900;
    border-radius: 1px;
    border-style: solid;
    padding: 10px 10px;
    margin: auto;
    font-size: 0.9em;
}
.navbar {
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
}


/*add a style for navbutton links for comic that aren't usable, make buttons BRIGHTER yellow when hovered*/


/*Codex stuff*/
.borderedBlock {
    position: relative;
    justify-content: center;
    border-color: #c48900;
    border-radius: 1px;
    border-style: solid;
    padding: 10px 10px;
    margin: auto;
    overflow: hidden; /*was auto at one point, make sure nothing is busted*/
}

.codexImg {
    border-color: #ffffff;
    border-radius: 1px;
    border-style: solid;
}

.bannerImg {
    height: auto;
    width: 90%;
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
}

.bannerText {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    max-width: 1500px;
}

/*an image that is inline with text with text wrapping around it*/
.imageWrapLeft {
    float: left !important;
    margin: 10px !important;

}
.imageWrapRight {
    float: right !important;
    margin: 10px !important;
}

table {
    border: 1px solid;
    border-color: #c48900;
}

.listBlock {
    text-align: left;
    border-color: #c48900;
    border-radius: 1px;
    border-style: solid;
    padding: 10px 10px;
    margin: auto;
    overflow: hidden;
}