﻿
body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: #333333;
}

h2.checkmark {
    margin-left: 32px;
    position: relative;
}

h2.checkmark:before {
    background-image: url('img/black-checkmark.svg');
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    display: inline-block;
    content: '';
    position: absolute;
    top: 6px;
    left: -32px;
}

.left {
    display: grid;
    grid-template-columns: 60% 40%;
}

.left3 {
    display: grid;
    grid-template-columns: 5fr 5fr 164px;
    padding-right: 20px !important;
    grid-column-gap: 16px;    
}

.left3 .imagecontainer {
    align-items: flex-start;
    padding-top: 24px;
}

.article {
    padding: 10px 20px;
    margin: 15px 0;
    border: 1px solid rgba( 0, 0, 0, 0.2 );
    border-radius: 5px;
    background-color: #eee;
    position: relative;
}

.right {
    display: flex;
    justify-content: flex-end;
}

.max90 {
    max-width: 90%;
    object-fit: scale-down;
    width: auto;
    height: auto;
}

.max40 {
    max-width: 60%;
}

.zebra > .stripe {
    padding: 40px 80px;
    background: #F8F8F8;
}

.zebra > .stripe:nth-child(even) {
    background: #F0F0FF;
}

.container-with-add {
    background: #F8F8F8;
    padding: 80px 200px 80px 40px;
    position: relative;
}

.container-with-add .adsense {
    position: absolute;
    top: 24px;
    right: 24px;
    padding: 4px 2px;
}

.split-img-text {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.split-img-text img {
    margin: 0 80px 0 40px;
}

.split-img-img {
    margin-top: 40px;
    margin-right: -200px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.split-img-img img {
    margin: 0 40px 40px;
}

.centered-image {
    display: flex;
    justify-content: center;
    margin: 24px 0;
}

.centered-image img {
    box-shadow: 8px 8px 10px rgba(0, 0, 0, .3);
}

img[shadow] {
    box-shadow: 8px 8px 10px rgba(0, 0, 0, .3);
}

.gray {
    background: #F8F8F8;
    padding: 40px 80px;
}

.blue {
    background: #F0F0FF;
    padding: 40px 80px;
}

.header img {
    width: 32vw;
}

.header {
    background: #1C272B; /* #333333; /* #EEEEFF; */
    height: 400px;
    color: white;
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 24px 80px;
}

.footer {
    background: #1C272B;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer .text {
    font-size: 12px;
    line-height: 32px;
    font-family: monospace;
    color: #ccc;
}

h1 {
    font-size: 60px;
    font-weight: 900;
    margin: 16px 0;
}

.header h1 {
    margin: 60px 0 16px 0;
}

h2 {
    font-size: 48px;
    font-weight: 900;
    margin: 16px 0;
}

h3 {
    font-size: 32px;
    font-weight: 900;
    margin: 16px 0;
}

h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 16px 0;
}

h5 {
    font-size: 20px;
    font-weight: 700;
    margin: 16px 0 8px 0;
}

.paypal-container {
    display: flex;
    align-items: center;
}

.paypal-container img {
    margin-left: 24px;
}

button {
    margin-top: 60px;
    display: inline-block;
    background: #f26b3a;
    background: #B82348;
    color: white;
    border-radius: 4px;;
    height: 40px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

button:hover {
    opacity: 0.9;
}

button a {
    text-decoration: none;
}

button a:link,
button a:hover,
button a:visited {
    color: unset;
}

button.green {
    background: #6ac045;
}

button.history {
    margin: 16px 0 16px 50px;
}

.download-button  {
    height: 48px;
}

.download-button a {
    display: flex;
    align-items: center;
}

.download-button a svg {
    margin-bottom: 2px;
    margin-right: 8px;
    fill: white;
}

.imagecontainer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxshadow img {
    box-shadow: 8px 8px 10px rgba(0, 0, 0, .3);        
}

.title {
    margin: 0 24px 0 12px;
    font-size: 24px;
    font-weight: bold;
}

.menu {
    background: #f26b3a;
    background: #B82348; /* tile color*/
    color: white;
    height: 60px;
    padding: 0 40px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 60px;
    padding: 0 16px;
}

.menu a:last-child {
    position: absolute;
    right: 16px;
}

.menu a:link,
.menu a:hover,
.menu a:visited {
    color: unset;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 24px;
}

li {
    position: relative;
    margin-left: 70px;

}

li a {
    display: block;
}

li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border: 5px solid #333333;
    border-radius: 5px;
    position: absolute;
    top: 6px;
    left: -22px;
}

.menu .menu-item:hover {
    background: #931D3E;
    transform: skew(-19deg);
    cursor: pointer;
}

.menu .menu-item.active {
    background: #931D3E;
    transform: skew(-19deg);
}

/*
.menu .menu-item {
    padding: 0 20px;
    margin-left: -2px;
}
*/

.menu .menu-item.active .inner-menu-item,
.menu .menu-item:hover .inner-menu-item {
    transform: skew(19deg);
}

.colored-table {
    display: block;
    width: 824px;
    margin: 0 auto;
}

.colored-row {
    min-height: 24px;
}

.colored-row:nth-child(even) {
    background-color: #ddd;
}
