@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,400;1,500&display=swap');

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 21px;
    color: #ddd;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    background-color: #07151a;
    background-color: #080608;
}

.banner-container {
    margin: auto;
    max-width: 850px;
    margin-bottom:165px;
}

.banner {
    bottom:0px;
    padding-top:190px;
    padding-left:5px;
    width:50%;
    max-width:320px;
}

.main-page {
    background-color: #07151a;
    background-color: #080608;
    background-image: url("/images/banner-new3.png");
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: 0px;
    font-size: 15px;
}

/*
@media only screen and (max-width : 500px) {
    .main-page {
        height: 100%;
        top: -200px;
    }

    .banner {
        margin-top:270px;
        margin-bottom:50px;
    }
}*/

img {
    max-width: 100%;
}

.border {
    border: 2px solid #17252a;
    margin-bottom:10px;
}

.list-explanation {
    font-size:0.9em;
    font-style:italic;
    display:inline-block;
    line-height:1.1em;
    color: #b2c0c0;
}

.main-section, .main-section2 {
    max-width: 550px;
    margin: auto;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom:15px;
}

.main-section {
    background-color: #414e53;
}


.main-section-full, .main-section-full2 {
    padding: 25px;
    padding-bottom:25px;
    margin-top: 30px;
}

.main-section-full2 {
    background-color: #414e53;
    margin-left:-25px;
    margin-right:-25px;
    padding-left: 50px;
    padding-right: 50px;
}

.main-container li {
    margin-bottom: 15px;
}

@media only screen and (max-width : 650px) {
    .main-section, {
        padding-left:25px;
        padding-right:25px;
    }
}

.update-table, .update-table td, .update-table td  {
  border: 1px solid black;
}

.update-table td  {
padding:10px;
}

.update-table {
  border-collapse: collapse;
  min-width:100px;
  margin:auto;
  background-color:#3e5157;
  border-width:2px;
  }

.link-bar-container {
    max-width:476px;
    margin:auto;
    margin-bottom:0px;
    margin-bottom:-41px;
    height:38px;
    padding-left:8px;
    padding-right:8px;
    z-index: 2;
    position: relative;
}

.link-bar {
    background-color:#252e31;
    border-radius: 0px 0px 18px 18px;
    border:3px solid #7c858a;
    border-top:0px;
    text-align:center;
    height:38px;
}

.link-bar a {
    font-size:15px;
    font-weight:400;
    color: #a2c1c3;
    line-height:38px;
    height:38px;
    padding:10px;
}

@media only screen and (max-width : 500px) {
    .link-bar a {
        font-size:14px;
        padding-left:6px;
        padding-right:6px;
    }
}

@media only screen and (max-width : 350px) {
    .link-bar a {
        font-size:13px;
        padding-left:3px;
        padding-right:3px;
    }
}

.link-bar a:hover{
    background-color:#303d41;
}

.link-bar .active-link{
    background-color:#303d41;
 }

.main-container {
    background-color: #354145;
    max-width: 800px;
    padding: 25px;
    padding-bottom: 10px;
    padding-top: 70px;
    padding-bottom: 10px;
    border: 3px solid #7c858a;
    border-radius:12px;
    font-size:16px;
    line-height: 1.4em;
    font-weight: 350;
    margin-bottom:25px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    z-index: 1;position: relative;

    padding-left:25px;
    padding-right:25px;
    margin: auto;
}

.main-container p {
    margin-top: 1.2em;
}

.friendly-image {
    border:2px solid #333;
    margin-bottom:5px;
    margin-top:5px;
}

/* SCREEN SHOTS */

.card-container {
    display: flex;
    justify-content: center;
    padding-right:4px;
 }

.cards {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-gap: 25px;
}

.card {
    justify-content: center;
}

.screenshot {
    border: 4px solid #666;
    margin:auto;
}


/*
@media only screen and (max-width : 800px) {
    .screenshot {
        margin-left:auto;
        margin-right:auto;
        float:none;
    }
}*/

.screenshot:hover {
    border: 4px solid #699eb0;
    transition: border 0.3s;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.main-container h1 {
    font-weight: 400;
    margin: 0px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
    padding-top: 0px;
}

.main-container h2 {
    font-weight: 400;
    margin: 0px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 20px;
    padding-top: 0px;
}

.main-container h3 {
    font-weight: 400;
    margin: 0px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 20px;
    padding-top: 0px;
    color:#AACCDD;
}

.test {
    margin-top: 20px;
    text-align:center;
    border-color:#65808e;
    border-top:1px solid;
    border-bottom:1px solid;
    padding-top:8px;
    padding-bottom:8px;
}


.customTable {
    width: 100%;
    border-collapse: collapse;
    border-width: 1px;
    border-color: #888;
    border-style: solid;
}

.customTable td,
.customTable th {
    border-width: 1px;
    border-color: #888;
    border-style: solid;
    padding: 5px;
}

a {
    text-decoration: none;
    color:#80d2d7;
}

a:hover {
    text-decoration: underline;
}