#header {
	min-width: 760px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
    font-weight: normal;
    height: 120px;
}

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

.logo p {
    display: none;
}
    
@media (prefers-color-scheme:dark) {
    .logo {
	    background-image: url(../images/logo_dark.png);
    }
}

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

@media screen and (prefers-color-scheme:dark) 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_3x.png);
    }
}

@media screen and (prefers-color-scheme:dark) and (-webkit-min-device-pixel-ratio: 3) {
    .logo {
        background-image: url(../images/logo_dark_3x.png);
    }
}
    
.main-menu {
    float: right;
	min-width: 380px;
    height: 80px;
    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: 5px;
    color: #418dd9;
    text-decoration: none;
    font-weight: inherit;
    transition-property: background, border-radius, color;
    transition-timing-function: ease-in-out;
    transition-duration: 0.35s;
}

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

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

.submenu-items {
    background-color: #418dd9;
	border-radius: 5px;
    width: fit-content;
    width: -moz-fit-content;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}

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

.submenu-item a {
	font-weight: 300;
	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;
}

@media(prefers-color-scheme:dark) {
    #content h1 {
        border-bottom-color: rgba(255, 255, 255, 0.15);
    }
}
			
.featurebox {
	margin-bottom: 20px;
    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 {
        width: auto;
        min-width: intrinsic;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .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-left: 0px;
    }
    
    #content {
        position: relative;
        top: 40px;
       	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;
	line-height: 84px;
	background: rgba(0, 0, 0, 0.10);
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 20px;
	font-size: 14pt;
}

.support-app a:hover {
	text-decoration: none;
}

.support-app:hover {
    background: rgba(0, 0, 0, 0.15);
}

@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);
    }
}

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

.support-ios-app-img {
    margin-top: 2px;
	margin-left: 4px;
}

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

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