@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}
body {
	background-image: url("../images/hero2023dark.jpg");
	background-repeat: no-repeat;
	background-size:100vw;
	background-color: rgba(6,1,1,1.00);
	font-family: "Ubuntu", sans-serif;
	color: #E4CDB7;
	overflow-x: hidden;
}
.hamburger a{
	font-size:4em;
	padding:0 20px;
}
.hamburger a:visited{
	color: #E4CDB7!important;
}
a {
	color: #C48C92;
	text-decoration: none;
}
a:hover, a:active{
	color: #D0A3A8;
}
a:visited{
	color: #AC7278;
}

nav {
	position: relative;
	display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(0,0,0,0.8);
    min-width: 120px;
    padding: 12px 25px;
    z-index: 1;
	line-height: 3em;
}
/*.dropdown-content p a, a:visited{
	color:#908280;
}*/
nav:hover .dropdown-content {
    display: block;
}


.parent {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: 6, 1fr 10vh 10vh 20vh 10vh 30vh);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.logo { 
	grid-area: 1 / 1 / 2 / 4;
	display: block;
	height:38vh;
	width: 40vw;
	padding-left: 10vw;
	padding-top: 37vh;
	margin:0;
}
.logo img{
	-webkit-filter: drop-shadow(5px 5px 5px #000);
    filter:         drop-shadow(5px 5px 5px #000);
}
.device { 
	grid-area: 1 / 4 / 2 / 7;
	display: block;
	background:url("../images/Multi-Product.png") no-repeat center bottom; 
	background-size: contain;
	width: 45vw;
	margin-top: 8vh;
}
.tagline { 
	grid-area: 2 / 1 / 3 / 7;
	display: block;
	font-size: 1.6em;
	width: calc(100vw - 20vw);
	max-width: 850px;
	padding: 4vh 10vw 6vh 10vw;
}
.version {
    grid-area: 3 / 1 / 4 / 7;
    display: block;
    width: calc(100vw - 20vw);
    padding: 4vh 10vw 6vh 10vw;
    background-color: rgba(76,12,33,1.00);
}
.nestedVersionGrid{
	display:grid;
	grid-template-columns: repeat(6, 1fr);
	grid-column-gap: 30px;
}
.version1{
	grid-area: 1 / 1 / 2 / 2;
	display: flex;
	align-items: center;
}
.version2{
	grid-area: 1 / 2 / 2 / 7;
}
.div5 {
    grid-area: 4 / 1 / 5 / 7;
    padding: 4vh 10vw 4vh 10vw;
    width: calc(100vw - 20vw);
    background-color: #8F1F4D;
}
.div6 {
	grid-area: 5 / 1 / 6 / 7;
	padding: 4vh 10vw 6vh 10vw;
	width: 80vw;
	background-color: rgba(255,235,219,1.00);
	color: #222;
	background-image: url("../images/RBoxLight.png");
	background-repeat: no-repeat;
	min-height: 620px;
	background-position:right top;
}
.div6 p{
	width:45vw;
}
.footer{
	grid-area: 6 / 1 / 7 / 7; 
	margin: 2vh 10vw 4vh 10vw;
	width: 80vw;
	text-align: center;
}
.nestedFooterGrid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 60px;
}
.footer1 { 
	grid-area: 1 / 1 / 2 / 2;	
}
.footer2 { 
	grid-area: 1 / 2 / 2 / 3;
}
.footer3 { 
	grid-area: 1 / 3 / 2 / 4;
}
.footer1, .footer2, .footer3{
	border-radius: 10px;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	padding: 20px;
	font-style: italic;
	margin: 2vh 0;
}
.footer a{
	color:#777;
	text-decoration: none;
}
.nestedGrid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
}

.logo, .device, .tagline, .version, .div5, .div6, .nestedGrid, .footer, .nestedFooterGrid{
	/*border:1px solid blue;*/
}
.quote1 { 
	grid-area: 1 / 1 / 2 / 2;	
}
.quote2 { 
	grid-area: 1 / 2 / 2 / 3;
}
.quote3 { 
	grid-area: 1 / 3 / 2 / 4;
}
.quote1, .quote2, .quote3{
    border-radius: 10px;
    background-color: #A02256;
    padding: 20px;
    font-style: italic;
    margin: 4vh 0;
}
p{
	font-size: 1.3em;
	margin-bottom:2%;
}
h1 {
	color: #ff4f98;
}
h1, h2, h3{
	padding:2% 0;
}
button{
	background-color: #ff4f98;
	text-transform: uppercase;
	border-radius: 25px;
	width:200px;
	height:50px;
	color:#fff;
	border: none;
	font-size: 1.2em;
	margin:20px 0;
}
button:last-child{
	margin-left: 20px;
}
button a{
	text-decoration: none;
	color:rgba(255,255,255,.8)!important;
}
button a:hover{
	color:#fff!important;
}
button:hover{
    background-color: #FF68A6;
}

.copyright {
	font-size:.7em;
	color:#666;
	margin-top:20px;
}
@media only screen and (max-width: 1024px){
	.div6{
		background-size:45vw;
		background-position: center right;
	}
	.device{
		width: 45vw;
	}
	.logo{
		width:40vw;
		height: 40vh;
	}
}
.privacy {
	width:60vw;
	display: block;
	margin:20vh 15vw 10vh 15vw;
	padding:5% 5% 10% 5% ;
	background:rgba(0,0,0,.6);
}
h2 {
	text-transform: uppercase;
}
