﻿body {
    padding-bottom: 20px;
    background-color: #404060;
    color: #bec0d9;
    background-image: url(/images/background.png);
}

.table {
    color: #bec0d9;
    width: 100%;
}

img {
    max-width: 100%;
}

.ip-container {
    background-color: #404060;
    max-width: 900px;
    min-height: 100px;
    padding-bottom: 30px;
}

.ip-container-thin {
    max-width: 600px;
}

.ip-container-wide {
    max-width: inherit;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

a {
    color: #0daffd;
}

a:hover {
    color: #7bccf3;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.company-image {
    float: right;
}

.title-text {
    padding-top: 12px;
    text-align: center;
    margin-bottom: 10px;
}

.banner-image {
    width: 100%;
}

.store-link img {
    margin: 5px 5px 5px 5px;
}

.store-links {
    text-align: center;
    padding-left: 20px;
    padding-bottom: 20px;
}

.appstore-store-link {
    width: 220px;
}

.navbar-brand {
    padding-top: 6px;
    padding-bottom: 0px;
}

.navbar-brand-img {
    height: 40px;
}

.review-quote {
    font-style: italic;
}

.review-quotes {
    margin-top: 10px;
    padding-left: 20px;
}

.news_date {
    font-style: italic;
    margin-bottom: 10px;
}

.release_date {
    font-size: 25px;
    text-align: center;
    border-style: ridge;
    border-color: #3f6565;
}

.screenshot {
    margin-bottom: 20px;
    width: 100%;
}

    .screenshot img {
        max-width: 500px;
    }

figcaption {
    text-align: center;
    font-style: italic;
}

.note {
    font-style: italic;
}

.news_intro {
    margin-bottom: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
    font-weight: bold;
}

label {
    font-weight: bold;
}

.button {
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition-duration: 0.2s;
    cursor: pointer;
    min-width: 80px;
    border-radius: 5px;
}

.button-blue {
    background-color: #5e7495;
    color: #dbd7e5;
    border: 2px solid #008CBA;
}

input[type="number"] {
    border: none;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition-duration: 0.2s;
    min-width: 80px;

    background-color: #5e7495;
    color: #dbd7e5;
    border: 2px solid #008CBA;
}

input[type="number"]::placeholder {
    color: #bec0d9;
    font-style: italic;
}

.button-blue:hover, input [type="number"]:hover {
    border-color: #61bad7;
    background-color: #008CBA;
    color: white;
}

.annoucement-banner {
    text-align: center;
    padding-bottom: 8px;
    padding-top: 8px;
    font-weight: bold;
    font-size: larger;
    border: solid 1px white;
    margin-bottom: 8px;
}

.news h2 {
    font-size: 48px;
}

.news-title-bar {
    text-align: left;
    margin-bottom: 20px;
}

.news-title-bar img {
    padding-right: 12px;
    width: 96px;
}

.news-title-bar .news-title {
    font-size: 48px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.news.ip-container {
    padding-left: 0px;
    padding-right: 0px;
}
.news-article {
    border-bottom: 1px solid #9f8787;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 2px;
}

.news-article-pin {
    background-color: #3e4e66;
}

.news-article-pin h3::before {
    content: url('../Images/star1.png');
    padding-right: 10px;
}

li {
    margin-left: 20px;
}

.annoucement-banner-small {
    font-size: smaller;
}

.error-message {
    text-align: center;
    display: block;
    border: 1px dashed #808080;
    background-color: #d14141;
    min-width: 300px;
    padding: 4px 4px;
    border-radius: .5em;
    margin-top: 6px;
    margin-bottom: 6px;
}

.center-content-container {
    justify-content: center;
    display: flex;
}

.loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.experimental {
    font-weight: bold;
    color: #e6d40c
}

.danger-zone {
    background-color: #9b6314;
    text-align: center;
    padding: 12px 12px;
    display: flex;
}

.danger-zone img {
    opacity: 0.4;
    width: 40px;
    height: 40px;
}

.feature-preview-row {
    padding-bottom: 40px;
}

.canned-features {
    color: #c78d8d
}

.img-under-construction {
    width: 40px;
    margin-right: 12px;
}

.page-under-construction {
    padding-bottom: 10px;
    font-style: italic;
}

footer {
    padding: 6px;
}

.google-badge {
    width: 250px;
}

@media only screen and (max-width: 600px) {
    .column-hide-on-tiny-screen {
        display: none;
    }

    table {
        font-size: smaller;
    }
}

footer .twitter-follow-button {
    margin-left: 12px;
    margin-bottom: -10px;
}

footer .discord-invite img {
    height: 48px;
    padding-top: 4px;
    padding-left: 12px;
    padding-right: 12px
}

.version-released {
    color: #39d34b;
}

.version-not-released {
    color: #d4d267;
}

.main-links {
    padding-bottom: 14px;
}
.main-links a {
    display: block;
}

a {
    text-decoration: none;
}

.ip-logo-small {
    width: 48px; 
    margin-right: 12px;
}

.ip-logo-medium {
    width: 96px; 
    margin-right: 12px;
}

div.gallery {
  margin: 5px;
  float: left;
  width: 180px;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.gallery-desc {
  padding: 15px;
  text-align: center;
}

section {
    padding-bottom: 12px;
}

.home-container .row {
    margin-bottom: 12px;
}