/* Just for product pages */

.product-info {
   margin-bottom: 20px;
}

.product-info h2 {
    text-align: center;
}

.product-info p {
   /* font-weight: 300;  */
   font-size: 12pt; 
   line-height: 1.4;
   /* text-align: justify; */
}

.product-info .featurebox {
   margin-top: 30px;
   margin-bottom: 30px;
}

.product-info .featurebox p {
   font-weight: 400;
   font-size: 12pt;
   /* text-align: justify; */
}

.featurebox {
   padding-left: 20px;
   padding-right: 20px;
   padding-top: 10px;
   padding-bottom: 10px;
   border-radius: 10px;
   border-color: rgba(0, 0, 0, 0.05);
   border-width: 1px;
   border-style: solid;
   box-shadow: 0px 3px 10px rgba(0.0, 0.0, 0.0, 0.1);
   background-color: rgba(0, 0, 0, 0.02);
}

.featurebox h2 {
   text-align: center;
}

@media (prefers-color-scheme:dark) {   
   .featurebox {
      background-color: rgba(0.0, 0.0, 0.0, 0.15);
      border-color: rgba(255, 255, 255, 0.05);
   }
}

.whatsnew .featurebox {
   border: unset;
   box-shadow: unset;
   background-color: unset;
   padding: unset;
}

.product-title { 
    width: 100%;
    background-color: #404040;
}

.product-title-container {
   width: 800px;
   height: 400px;
   position: relative;
   top: 0px;
   margin-left: auto;
   margin-right: auto;
}

.platform-menu {
	height: 35px;
	position: absolute;
	text-align: center;
	line-height: 35px;
	top:16px;
	width:100%;
	color: white;
	display: table-cell;
   font-weight: 400;
}

.platform-menu-items {
   width: fit-content;
   background-color: rgba(255, 255, 255, 0.20);
	border-radius: 10px;
	width: intrinsic;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}

.platform-menu a {
	color:rgba(255, 255, 255, 0.75);
}

.platform-menu a:hover {
	color:white;
	text-decoration: none;
	transition-property: color;
	transition-duration: 0.35s;
}

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

.product-icon-and-title {
	height: 256px;
	position: relative;
	top: 72px;
	clear: both;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.product-title-text {
   display: table-cell;
   vertical-align: top;
   height: 256px;
   line-height: 1.2;
}

.product-icon {
	height: 256px;
	width: 256px;
	background-repeat: no-repeat;
	background-size: 256px 256px;
    margin-right: 20px;
	float: left;
}

.product-title h1 {
	color: white;
	font-style: normal;
	font-size: 60px;
	font-weight: 400;
}

.product-title p {
   color: rgba(255, 255, 255, 0.85);
   font-size: 36px; 
   font-weight: 300;
   font-style: italic;
}

#content {
	position: relative;
	top: 4px;
}

#product-content h2 {
	color: #b6161e;
}

.submenu {
	position: absolute;
	top: 278px;
}

.product-title .submenu-items {
   background-color: rgba(255, 255, 255, 0.20);
}

.screenshotbox {
	height: intrinsic;
	width:intrinsic;
   margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
   margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.screenshotbox img {
   margin-right: 10px;
   border-radius: 3px;
   box-shadow: 0px 2px 3px rgb(0, 0, 0, 0.2);
}

.ipad_screenshotbox img {
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	clear: both;
   margin: 10px;
}

.iphone_screenshotbox img {
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	clear: both;
   margin: 10px;
}

@media (prefers-color-scheme:dark) {   
    .ipad_screenshotbox img {
    	border: 1px solid rgba(255, 255, 255, 0.20);
    }

    .iphone_screenshotbox img {
    	border: 1px solid rgba(255, 255, 255, 0.20);
    }
}
        
@media screen and (max-width: 799px) {
    .product-title {
        position: relative;
    }
    
    .product-title-container {
       width: 100%;
    }
    
	.product-title h1 {
    	font-size: 48px;
    	margin-top: 12px;
   	}
   	
   	.product-title p {
       	font-size: 28px;
   	}
   	
    .product-icon {
        background-size: 128px 128px;
        width: 100%;
        height: 128px;
        background-position: center center;
        display: block;
        clear: both;
        margin-right: 0px;
    }
    
    .product-icon-and-title {
        width: 90%;
        height: 300px;
    }
    
   .product-title-text {
      float: left;
      width: 100%;
      text-align: center;
    }
    
    #footer {
        position: relative;
        top: 60px;
    }
}

@media screen and (max-width: 376px) {   
   .column-1 {
        width: 100%;
    }
    
   .column-2 {
        width:100%;
    }
}

@media screen and (max-width: 360px) {
    .product-title h1 {
    	font-size: 36px;
   	}
   	
   	.product-title p {
       	font-size: 24px;
   	}
    	
	.screenshotbox img {
    	width: 50px;
    	height: auto;
    	margin-right: 0px;
	}
}
