﻿#header {
	width: 100%;
    font-weight: normal;
    background-color: #404040;
}

#header .menu-item a {
    color: #e0e0e0;
}

.header-container {
    max-width: 1000px;
    min-width: 760px;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
}

.logo {
	background-image: url(../images/logo_dark.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: 292px 120px;
	height: 130px;
	min-width: 380px;
	width: 50%;
	float:left;
}

.logo p {
    display: none;
}
    
@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .logo {
        background-image: url(../images/logo_dark_2x.png);
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 3) {
    .logo {
        background-image: url(../images/logo_dark_3x.png);
    }
}

.main-menu {
    float: right;
	min-width: 380px;
    height: 130px;
    text-align: center;
    display: table;
    width: 50%;
    font-weight: normal;
}

.menu-items {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
}

.current-menu-item {
    margin-left: 10px;
    padding: 5px;
    color: #418dd9;
    font-weight: 400;
}

.menu-item {
    margin-left: 10px;
    font-weight: 400;
}

.menu-item a {
	padding-bottom: 5px; 
    color: #418dd9;
    text-decoration: none;
    font-weight: inherit;
}

.menu-item a:hover {
    border-bottom: 4px solid #fd9137;
}

.submenu {
	height: 35px;
	text-align: center;
	line-height: 35px;
	width:100%;
	color: white;
    font-weight: 400;
	margin-bottom: 20px;
}

.submenu-items {
    background-color: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
    width: fit-content;
    width: -moz-fit-content;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}

.submenu-item {
	margin-left: 10px;
}

.submenu-item a {
	transition-property: color;
	transition-duration: 0.35s;
	color: rgba(255, 255, 255, 0.75);
}

.submenu-item a:hover {
	color: white;
	text-decoration: none;
}

#content {
    width: 740px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5;
}

#content h1 {
    color: #418dd9;
	text-align: left;
	border-bottom: 2px solid rgba(0, 0, 0, 0.15);
	padding-bottom: 8px;
	margin-top: 30px;
	margin-bottom: 30px;
}

hr {
    border: 1px solid rgba(0, 0, 0, 0.15);
}

@media (prefers-color-scheme:dark) {
    #header {
        background-color: #262626;
    }
    
    .logo {
        background-image: url(../images/logo_dark.png);
    }
    
    .submenu-items {
        background-color: rgba(255, 255, 255, 0.1);
    }

    #content h1 {
        border-bottom-color: rgba(255, 255, 255, 0.15);
    }
}

@media(prefers-color-scheme:dark) and (-webkit-min-device-pixel-ratio: 2) {
    .logo {
        background-image: url(../images/logo_dark_2x.png);
    }
}

@media(prefers-color-scheme:dark) and (-webkit-min-device-pixel-ratio: 3) {
    .logo {
        background-image: url(../images/logo_dark_3x.png);
    }
}
			
.featurebox {
    clear: both;	
    display: inline-table;
}

.column-1 {
    display: inline-table;
    width: 48%;
}	

.column-2 {
    display: inline-table;
    float:right;
    width: 48%;
}	

.newsitem {
	min-height: 240px;
}

@media screen and (max-width: 760px) {
    .header-container {
        width: auto;
        min-width: intrinsic;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        height: 180px;
    }
    
    .logo {
        width: 100%;
        min-width: intrinsic;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    
    .main-menu {
        min-width: intrinsic;
        margin-top: 10px;
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    
    .menu-item {
        margin-right: 0px;
    }
    
    #content {
        position: relative;
       	width: auto;
       	margin-left: 20px;
       	margin-right: 20px;
    }
}

.mac-app-download {
	width: 100%;
	height: 74px;
	clear: both;
}

.mac-app-download img {
	width: 64px;
	height: 64px;
	float:left;
	margin-top: 5px;
	margin-right: 5px;
}

.mac-app-download p {
	height: 74px;
	display: table-cell;
	vertical-align: middle;
}

#footer {
    position: relative;
    top: 40px;
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 20px;
	color: #a2a2a2;
	clear: both;
}

.news_ios_icon {
    width: 120px;
    height: 120px;
}

.news_mac_icon {
    width: 128px;
    height: 128px;
}

@media screen and (max-width: 320px) {    
    .homepage {
        width: 320px;
    }
    
    .submenu-item {
		margin-left: 5px;
    }
}

.support-home {
    max-width:400px;
    margin-left: auto;
    margin-right: auto;
}

.support-app {
    height: 84px;
    background: rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 20px;
    font-size: 16pt;
    margin-bottom: 20px;
}

.support-app img {
    float: left;
    margin-right: 8px;
    padding-top: 10px;
}

.support-app-title {
    display: table-cell;
    vertical-align: middle;
    height: 84px;
}

.support-app ul {
    list-style: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

.support-app li {
    float: left;
    padding-right: 5px;
    font-size: 12pt;
}

.support-app li:before {
    content: "• ";
}

@media(prefers-color-scheme:dark) {
    .support-app {
        background-color: rgba(255, 255, 255, 0.1);
    }
    
    .support-app:hover {
        background-color: rgba(255, 255, 255, 0.15);
    }
}

#pricing_table {
    border: 1px solid #bcbcbc;
    border-collapse: collapse;
	text-align: center;
}

#pricing_table tr, td {
    padding: 5px;
}

/* EXTRAS FOR STORE */

.failure_style { background-color: #fcc; margin: 5px; padding: 2px; border: solid 1pt #f00; }
.success_style { background-color: #ffd; margin: 5px; padding: 2px; border: solid 1pt #fc0; }

.newsdate { color: rgba(0, 0, 0, 0.5); font-size: 10pt; margin-top: 4px; margin-bottom: 4px; }

@media(prefers-color-scheme:dark) {
    .newsdate { 
        color: rgba(255, 255, 255, 0.5);
    }
}

.feedsubscribe { line-height: 16px; }

.storeform {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.storeinstructions { font-size: 12px; color: #5f5f5f; }

.storeform label { color: #606060; font-weight: bold; }

.storeform lost_codes_form { padding: 10px; background-color: #bfbfbf; border-style: solid; border-color: #7f7f7f; border-width: 1px; }

.buy_button, input[type=button], input[type=submit], input[type=reset] {
    background-color: #418dd9; 
    border: none;
    padding: 5px 8px;
    min-height: 18px; 
    line-height: 18px; 
    font-size: 12pt;
    border-radius: 5px;
    color: #f8f7f7;
    transition-property: background;
    transition-timing-function: ease-in-out;
    transition-duration: 0.35s;
}

.buy_button a {
    color: #f8f7f7;
    text-decoration: none;
}

.buy_button input[type=button], input[type=submit], input[type=reset] {
    color: #f8f7f7;
    text-decoration: none;
}

.buy_button a:hover {
    color: #f3f3f3;
    text-decoration: none;
}

 input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover, .buy_button:hover {
    background-color: #2779a8; 
    text-decoration: none;
}

@media(prefers-color-scheme:dark) {
    .storeform label {
        color: #f5f5f5;
    }
    
    .storeinstructions {
        color: #f5f5f5;
    }
    
    .failure_style {
        background-color: #D43A3A;
        color: #000000;
    }
}
