* {
    box-sizing: border-box;
}

body {
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

.willnotrender { 
   transform: translateZ(0); 
}

.responsive-image {
  width: 100%;
  height: auto;
}

.rss-card-image {
    min-height: 70px;
    border-radius: 30px;
}

.logoHome, logoRSS {
    display: block;
    float: right;
    position: absolute;
    top: 6px;
    right: 48px;
}

#feed-container img {
    width: 99%;
    object-fit: cover;
}

.other > #tiny > .topnav {
    overflow: hidden;
    background-color: #333;
    margin: 0px; 
}

.topnav {
    overflow: hidden;
    background-color: #333;
    margin: -8px; 
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 8px 12px;
    text-decoration: none;
    font-size: 17px;
    margin-top: 0px;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    background-color: #04AA6D;
    color: white;
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

/* Float four columns side by side >>>>>>>25%*/
.column {
    float: left;
    width: 50%;
    padding: 0 7px;
}

/* Remove extra left and right margins, due to padding */
.row {
    margin: 4px -5px;
    padding: 0px 0px 8px 0px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        display: block;
        margin-bottom: 13px;
    }
}

/* Responsive cards */
@media screen and (max-width: 600px) {
    .card > p {
        margin-bottom: -1px;  
        margin-top: -2px;
        line-height: normal;
    }

    .card > h2 {
        margin-bottom: 5px;  
        margin-top: 0px;
        font-size: 1.0em;
        line-height: normal;
    }
}

/* Style the counter cards */
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 5px;
    text-align: center;
    background-color: #f1f1f1;
}

.card > p {
    margin-bottom: 2px;  
    margin-top: 0px;
    line-height: normal;
    
}

.card-footer {
    font-style: italic;
    font-size: 83% !important;
}

.card > h2 {
    margin-bottom: 5px;  
    margin-top: 0px;
    font-size: 1.1em;
    line-height: normal;
}

.feed-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.feed-item h3 {
    margin: 0;
    font-size: 1.2em;
}

.feed-item p {
    color: #666;
    font-size: 0.9em;
}

.flex-container {
    display: flex;
    flex-direction: row;
}

.flex-item {
    padding: 5px;
    width: 100%;
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .flex-container {
        flex-direction: column;
    }
}




.btn-platform {
    display:flex;
    padding:5px 10px;
    border:2px solid #273437;
    align-items:center;
    border-radius:10px;
    font-weight:600;
    transition:all .3s ease-in-out;
}

@media(max-width:1199px) {
    .btn-platform {
        padding:15px 30px;
    }
}

@media(max-width:575px) {
    .btn-platform {
        justify-content:center;
    }
}

.btn-platform i svg {
    fill:#273437;
    transition:all .3s ease-in-out;
}

.btn-platform-area {
    margin-left:12px;
    color:#273437;
    font-size:18px;
    transition:all .3s ease-in-out;
}

@media(max-width:575px) {
    .btn-platform-area {
        font-size:14px;
    }
}

.btn-platform-area span {
    margin-bottom:-5px;
    display:block;
    font-size:14px;
    color:#8c8c94;
    transition:all .3s ease-in-out;
    font-weight:400;
}

@media(max-width:575px) {
    .btn-platform-area span {
        font-size:12px;
    }
}

.btn-platform:hover {
    text-decoration:none;
    background-color:#2c5ea7;
    border-color:#2c5ea7;
    box-shadow:0 8px 20px rgba(44,93,167,.3);
    transform:scale(1.05);
}

.btn-platform:hover i svg {
    fill:#fff;
}

.btn-platform:hover .btn-platform-area {
    color:#fff;
}

.btn-platform:hover .btn-platform-area span {
    color:#fff;
}

.hero-content-buttons a {
    text-decoration:none;
}

.hero-content-buttons {
    padding-left: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.hero-content-heading {
    font-size:40px;
    margin-bottom:25px;
    font-weight:bold;
}

@media(max-width:767px) {
    .hero-content-heading {
        font-size:40px;
        line-height:52px;
        font-weight:bold;
    }
}

.hero-content p {
    font-size:17px;
    line-height:20px;
    margin-bottom:20px;
}

@media(max-width:575px) {
    .hero-content p {
        font-size:16px;
        line-height:20px;
    }
}

.hero-content-buttons {
    padding-left:0;
    margin:0;
    list-style:none;
    text-align:center;
}

.hero-content-buttons li {
    display:inline-block;
}

.hero-content-buttons li:not(:last-child) {
    margin-right:15px;
}

@media(max-width:575px) {
    .hero-content-buttons li:not(:last-child) {
        margin-right:0;
        margin-bottom:20px;
    }
}

@media(max-width:575px) {
    .hero-content-buttons li {
        display:block;
    }
}
