.container {
}

.blogNavigation {
    margin: 5px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    height: 39px;
}

    .blogNavigation .nav-current {
        background-color: #00ade2;
        display: inline-block;
        color: white;
    }

    .blogNavigation * {
        min-width: 34px;
        line-height: 34px;
        border-radius: 3px;
        background-color: white;
        display: inline-block;
        text-align: center;
        margin: 2px;
    }

    .blogNavigation a:hover {
        background-color: #00ade2;
        color: white;
        text-decoration: none;
    }

img { /*This made forum images fit the forum parent div*/
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

/*Little round boxes that show available platforms*/
.add img {
    width: 25px;
    height: 25px;
    background-color: #fff;
    padding: 5px;
    border-radius: 25%;
    object-fit: contain;
    margin: 2px;
}

pre {
    white-space: pre-wrap;
}

.small_logo {
}

@media ( min-width : 700px) {
    body {
    }

    .container {
        width: 700px;
    }
}

.header {
    margin: 1%;
    /*
    list-style: none;
    background: #000000;*/
}

.headerlinks {

}

    .headerlinks a {
        outline: none;
        margin-right: 2%;
        font-size: 18px;
        color: #afafaf;
        /*line-height: 40px;*/
    }

.header a:hover {
    color: #ffffff;
}

#headerbuttons {
}

.perspective {
    height: 100vh;
    overflow-y: scroll;
    perspective: 1px;
}

.postNavigation {
    display: flex;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 10px;
}

.nextPost {
    flex: 1 1 auto;
}
.prevPost {
    flex: 1 1 auto;
    text-align: right;
}
/*
@media (max-width: 700px) { 
	iframe { display:none; }
}*/
.main {
    display: grid;
    grid-template-columns: 0 100% 0;
    min-height: 100vh;
}
@media ( min-width : 700px) {
    .main {
        grid-template-columns: 1fr 700px 1fr;
    }
}
.leftside {
    background-image:url('http://www.instantkingdom.com/templateimages/left-kopio.jpg');
	background-position: top right;
	background-repeat: no-repeat;
    width: auto;
    margin: 0;
    padding: 0;
    border-width: 0;
}

.rightside {
    background-image:url('http://www.instantkingdom.com/templateimages/right-kopio.jpg');
	background-repeat: no-repeat;
    width: auto;
    margin: 0;
    padding: 0;
    border-width: 0;
}

.blogheader {
    min-height: 60px;
    margin-bottom: 10px;
}

textarea {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    /*font-size: 15px;*/
    line-height: 1.3em;
    color: #B0AEAC;
    margin: 0 0 0 0;
    background-color: black;
}

.copy-link {
    display:flex;
    gap:5px;
}
.copy-link input {
    flex: 1;
}


a {
    color: #2e9fff;
    font-weight: bold;
    text-decoration: none;
}

    a:hover {
        color: #6BB8F9;
        text-decoration: underline;
    }

    a img {
        border: none;
    }

h2, h3 { /* 	color: #B0AEAC; */
    margin: 15px 0 10px;
    padding-top: 0px;
    margin-top: 0px;
}

h2 {
    font-size: 25px;
    line-height:1.0em;
}

ul {
    padding-left: 20px;
}

.uppercomments {
    float: right;
    white-space: nowrap;
}

.widecolumn {
    padding: 3%;
    background-color: rgba(29, 29, 29, 255);
    border-radius: 10px;
    margin-bottom: 15px;
}

    .widecolumn img {
        max-width: 100%;
    }

.posterImage {
    border-radius: 10px;
}

.blogImage {
    max-width: 100%;
    height: auto;
}

.newsletter {
    width: 100%;
}
.newsletter *{
    margin-right:5px;
}

.shareButton {
    font-size: 15px;
    padding: 7px;
}
.shareButtons {
    display: none;
    margin: 10px 0px;
}

iframe {
    max-width:100%;
}
.iframe-rwd {
    position: relative;
    /*padding-bottom: 65.25%;*/
    padding-top: 190px;
    /*height: 0;
overflow: hidden;*/
}

    .iframe-rwd iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.iframe-youtube {
    position: relative;
    /*padding-bottom: 56.25%; */
    padding-top: 0px;
    /*height: 0;
overflow: hidden;*/
}

    .iframe-youtube iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.gallery2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.gallery {
    display: grid;
    grid-template-columns: auto auto;
    margin-top: 15px;
    margin-bottom: 15px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}

.gallery_a {
    padding: 0px;
}
@media ( min-width : 700px) {
    .gallery {
        grid-template-columns: auto auto auto;
    }
}

.gallery_img {
    border-style: solid;
    border-width: 3px;
    border-color: white;
    border-radius: 7px;
    box-shadow: 0 0 20px #000;
    vertical-align: bottom;
    box-sizing: border-box;
}

    .gallery_img:hover {
        border-color: #AAA;
    }

.fullcolumn {
    padding: 0 1% 1% 1%;
    margin: 0px 0 0;
    float: left;
}

@media ( min-width : 1000px) {
    .fullcolumn {
        padding: 0 2% 2% 5%;
    }
}

.bigText {
    font-size: 9vw;
}

@media ( min-width : 600px) {
    .bigText {
        font-size: 3.5vw;
    }
}

@media ( min-width : 1000px) {
    .bigText {
        font-size: 35px;
    }
}

.aboutBox {
    display:flex;
}

@media ( max-width : 650px) {
    .aboutBox {
        display: block;
    }
}

.center {
   text-align:center;
}


.framedPart {
    border: 1px solid #4D4B49;
    padding: 5px;
    margin-top: 15px;
    display: table;
}

.avatar {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
}

.error {
    color: white;
    background-color: #600;
}

/* The important stuffs. The ones that you should copy-paste and use. */
.paginate {
    padding-right: 40px;
}

    .paginate ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .paginate li {
        display: inline;
    }

    .paginate a {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        -khtml-border-radius: 3px;
        border-radius: 3px;
        -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
        margin: 1px 2px;
        padding: 1px 10px;
        display: inline-block;
        border-top: 1px solid #fff;
        text-decoration: none;
        color: #717171;
        font-size: smaller;
        font-family: "Helvetica Neueu", Helvetica, Arial, sans-serif;
        text-shadow: white 0 1px 0;
        background-color: #f5f5f5;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eaeaea));
        /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
        /* Chrome 10+, Saf5.1+ */
        background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
        /* FF3.6 */
        background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea);
        /* IE10 */
        background-image: -o-linear-gradient(top, #f9f9f9, #eaeaea);
        /* Opera 11.10+ */
        background-image: linear-gradient(top, #f9f9f9, #eaeaea);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#eaeaea');
        /* IE6–IE9 */
    }

        .paginate a:first-child, .paginate a.first {
            margin-left: 0;
        }

        .paginate a:last-child, .paginate a.last {
            margin-right: 0;
        }

        .paginate a:hover, .paginate a:focus {
            border-color: #fff;
            background-color: #fdfdfd;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fafafa));
            /* Saf4+, Chrome */
            background-image: -webkit-linear-gradient(top, #fefefe, #fafafa);
            /* Chrome 10+, Saf5.1+ */
            background-image: -moz-linear-gradient(top, #fefefe, #fafafa);
            /* FF3.6 */
            background-image: -ms-linear-gradient(top, #fefefe, #fafafa);
            /* IE10 */
            background-image: -o-linear-gradient(top, #fefefe, #fafafa);
            /* Opera 11.10+ */
            background-image: linear-gradient(top, #fefefe, #fafafa);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#fafafa');
            /* IE6–IE9 */
        }

        .paginate a.more {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            -o-box-shadow: none;
            box-shadow: none;
            border: 0 none !important;
            background: transparent !important;
            margin-left: 0;
            margin-right: 0;
        }

        .paginate a.active {
            -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
            -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
            -o-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
            box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
            border-color: #505050 !important;
            color: #f2f2f2 !important;
            text-shadow: black 0 1px 0;
            background-color: #676767;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#5f5f5f), to(#5c5c5c));
            /* Saf4+, Chrome */
            background-image: -webkit-linear-gradient(top, #5f5f5f, #5c5c5c);
            /* Chrome 10+, Saf5.1+ */
            background-image: -moz-linear-gradient(top, #5f5f5f, #5c5c5c);
            /* FF3.6 */
            background-image: -ms-linear-gradient(top, #5f5f5f, #5c5c5c);
            /* IE10 */
            background-image: -o-linear-gradient(top, #5f5f5f, #5c5c5c);
            /* Opera 11.10+ */
            background-image: linear-gradient(top, #5f5f5f, #5c5c5c);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5f5f5f', EndColorStr='#5c5c5c');
            /* IE6–IE9 */
        }

.paginate-dark a {
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
    border-top: 1px solid #62686d;
    text-shadow: rgba(0, 0, 0, 0.75) 0 1px 0;
    color: #fff !important;
    background-color: #4e5458;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#575e63), to(#3f4347));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #575e63, #3f4347);
    /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #575e63, #3f4347);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #575e63, #3f4347);
    /* IE10 */
    background-image: -o-linear-gradient(top, #575e63, #3f4347);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #575e63, #3f4347);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#575e63', EndColorStr='#3f4347');
    /* IE6–IE9 */
}

    .paginate-dark a:hover, .paginate-dark a:focus {
        border-color: #61788a;
        background-color: #4d6374;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#566f82), to(#3e505e));
        /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
        /* Chrome 10+, Saf5.1+ */
        background-image: -moz-linear-gradient(top, #566f82, #3e505e);
        /* FF3.6 */
        background-image: -ms-linear-gradient(top, #566f82, #3e505e);
        /* IE10 */
        background-image: -o-linear-gradient(top, #566f82, #3e505e);
        /* Opera 11.10+ */
        background-image: linear-gradient(top, #566f82, #3e505e);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#566f82', EndColorStr='#3e505e');
        /* IE6–IE9 */
    }

    .paginate-dark a.active {
        -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
        -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
        -o-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
        box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
        border-color: #2d3035 !important;
        background-color: #303338;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#303338), to(#2d3034));
        /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(top, #303338, #2d3034);
        /* Chrome 10+, Saf5.1+ */
        background-image: -moz-linear-gradient(top, #303338, #2d3034);
        /* FF3.6 */
        background-image: -ms-linear-gradient(top, #303338, #2d3034);
        /* IE10 */
        background-image: -o-linear-gradient(top, #303338, #2d3034);
        /* Opera 11.10+ */
        background-image: linear-gradient(top, #303338, #2d3034);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#303338', EndColorStr='#2d3034');
        /* IE6–IE9 */
    }

/*Forum*/
.topics {
    margin-left: 4%;
    margin-top: 10px;
}

.topicname {
    /*width: 890px;*/
    color: #333;
    border-bottom: 1px solid #CCC;
    padding: 0.5%;
    position: relative;
    display: table;
    width: 100%;
    /*height: 50px;*/
}

    .topicname:after {
        content: "";
        display: table;
        clear: both;
    }

.topicleft {
    position: relative;
    /*left: 70px;
	width: 85%;*/
    padding: 4px;
    float: left;
    display: table-cell;
}

.topicright {
    position: relative;
    right: 8px;
    /*float: right;*/
    margin: 4px;
    display: table-cell;
    text-align: right;
}

.topicname:hover {
    background-color: #EAEAEA;
}

#seentopic {
    color: grey;
    font-weight: normal;
    background-color: #DDD;
}

    #seentopic:hover {
        background-color: #CCC;
    }

.topicimg {
    /*position: absolute;*/
    display: table-cell;
    width: 55px;
}

.topicposter {
    font-weight: normal;
    font-size: 12px;
}

.forumpost {
    /*width: 890px;*/
    margin-top: 0px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #333;
    position: relative;
    border-bottom: 1px solid #CCC;
}

.forumposthead {
    width: 60px;
    vertical-align: top;
    color: #333;
    font-weight: normal;
    /* 	font-size: 11px; */
    padding-right: 25px;
}

.forumquote {
    overflow: auto;
    /*max-width: 750px;*/
    color: #333;
    background-color: #e7e7e7;
    border: 1px solid #cccccc;
    font-size: 12px;
    padding: 6px;
    margin: 0px;
    margin-left: 35px;
}

.forumpostPreview {
    overflow: auto;
    /*max-width: 750px;*/
    color: #333;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    font-size: 12px;
    padding: 6px;
    margin-left: 25px;
}

.forumPoster {
    color: #000;
    font-weight: bold;
}

.forumPosterArea {
    font-size: 14px;
}

.forumPosterExtraInfo {
    background-color: #fff;
    border: 1px solid #cccccc;
    padding: 6px;
    font-size: 13px;
}

.extraInfoButton {
    cursor: pointer;
}

.extrainfodata {
    color: #993327;
}

.forumText {
    color: #333;
    font-size: 14px;
    padding-top: 5px;
    overflow: auto;
    max-width: 700px;
    word-break: break-word;
}

    .forumText img {
        max-width: 100%; /*Some forum images can be pretty large*/
    }

.forumDate {
    color: #646464;
    font-size: 13px;
    font-style: italic;
}

.forumrightarea {
}

.forumarea {
    margin-left: 2%;
}

.forumbutton {
    border: 1px solid #555;
    padding: 5px;
}

.spoiler {
    background: #000;
    color: #000;
}

    .spoiler:hover {
        background: inherit;
        color: inherit;
    }

.forumtextarea {
    width: 760px;
}

.newslabel {
}

.newsform {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.newsemailLine {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.newssubmit {
    padding: 15px;
    border: 1px solid #808080;
    border-radius: 10px;
    flex: 1;
    max-width: 130px;
    font-size: 15px;
}

.newsemailInput {
    padding: 15px;
    border: 1px solid #808080;
    border-radius: 10px;
    flex: 1;
    max-width: 300px;
    font-size: 15px;
}
.newsletterad{
    font-size:13px;
    font-style:italic;
}






.sharebuttons {
    display: grid;
    grid-template-columns: auto auto auto;
}
@media ( max-width : 600px) {
    .sharebuttons {
        grid-template-columns: auto;
    }
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 0.5em
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 0.5em 0.75em;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: text-bottom;
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.resp-sharing-button--twitter {
    background-color: #55acee
}

    .resp-sharing-button--twitter:hover {
        background-color: #2795e9
    }

.resp-sharing-button--pinterest {
    background-color: #bd081c
}

    .resp-sharing-button--pinterest:hover {
        background-color: #8c0615
    }

.resp-sharing-button--facebook {
    background-color: #3b5998
}

    .resp-sharing-button--facebook:hover {
        background-color: #2d4373
    }

.resp-sharing-button--tumblr {
    background-color: #35465C
}

    .resp-sharing-button--tumblr:hover {
        background-color: #222d3c
    }

.resp-sharing-button--reddit {
    background-color: #5f99cf
}

    .resp-sharing-button--reddit:hover {
        background-color: #3a80c1
    }

.resp-sharing-button--google {
    background-color: #dd4b39
}

    .resp-sharing-button--google:hover {
        background-color: #c23321
    }

.resp-sharing-button--linkedin {
    background-color: #0077b5
}

    .resp-sharing-button--linkedin:hover {
        background-color: #046293
    }

.resp-sharing-button--email {
    background-color: #777
}

    .resp-sharing-button--email:hover {
        background-color: #5e5e5e
    }

.resp-sharing-button--xing {
    background-color: #1a7576
}

    .resp-sharing-button--xing:hover {
        background-color: #114c4c
    }

.resp-sharing-button--whatsapp {
    background-color: #25D366
}

    .resp-sharing-button--whatsapp:hover {
        background-color: #1da851
    }

.resp-sharing-button--hackernews {
    background-color: #FF6600
}

    .resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {
        background-color: #FB6200
    }

.resp-sharing-button--vk {
    background-color: #507299
}

    .resp-sharing-button--vk:hover {
        background-color: #43648c
    }

.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

    .resp-sharing-button--facebook:hover,
    .resp-sharing-button--facebook:active {
        background-color: #2d4373;
        border-color: #2d4373;
    }

.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee;
}

    .resp-sharing-button--twitter:hover,
    .resp-sharing-button--twitter:active {
        background-color: #2795e9;
        border-color: #2795e9;
    }

.resp-sharing-button--tumblr {
    background-color: #35465C;
    border-color: #35465C;
}

    .resp-sharing-button--tumblr:hover,
    .resp-sharing-button--tumblr:active {
        background-color: #222d3c;
        border-color: #222d3c;
    }

.resp-sharing-button--email {
    background-color: #777777;
    border-color: #777777;
}

    .resp-sharing-button--email:hover,
    .resp-sharing-button--email:active {
        background-color: #5e5e5e;
        border-color: #5e5e5e;
    }

.resp-sharing-button--pinterest {
    background-color: #bd081c;
    border-color: #bd081c;
}

    .resp-sharing-button--pinterest:hover,
    .resp-sharing-button--pinterest:active {
        background-color: #8c0615;
        border-color: #8c0615;
    }

.resp-sharing-button--reddit {
    background-color: #5f99cf;
    border-color: #5f99cf;
}

    .resp-sharing-button--reddit:hover,
    .resp-sharing-button--reddit:active {
        background-color: #3a80c1;
        border-color: #3a80c1;
    }

.resp-sharing-button--whatsapp {
    background-color: #25D366;
    border-color: #25D366;
}

    .resp-sharing-button--whatsapp:hover,
    .resp-sharing-button--whatsapp:active {
        background-color: #1DA851;
        border-color: #1DA851;
    }

