
body{
	background-color:black;
	font-family: 'Poppins', sans-serif;
}

header{
	/*background-color: darkblue;*/
	/*color:white;*/
	/*padding:10px;*/
	position: fixed;
	/*background-color: white;*/
	width: 100%;
	/*margin-top: -2px;*/
	z-index: +3;
	margin-left: 30px;

}


nav ul li{
	color: white;
	display: inline;
	margin-right: 40px;
	float: right;
}

header h1,
header p {
	margin:0;
}

h2{
    margin-top: 0;
}

div.transtext{
	width:90%;
}

/*img#slow{*/
	/*-webkit-transition: opacity 4s ease-in-out;*/
	/*-moz-transition: opacity 4s ease-in-out;*/
	/*-o-transition: opacity 4s ease-in-out;*/
	/*transition: opacity 4s ease-in-out;*/
/*}*/

dl.dd.dt{
    font-size: 0.8em;
}

.transtext dl:after{
	content:'';
	display:table;
	clear:both;
}

.transtext dt{
	font-weight: bold;
	width: 30vw;
	text-align: right;
	padding-right: 1em;
	float: left;
	clear:left;
}

.transtext dd{
	font-family: 'Open Sans', sans-serif;
	width:calc(100% - 33vw);
	float:left;
	margin:0;
}

/*dl:after{*/
	/*content:'';*/
	/*display:table;*/
	/*clear:both;*/
/*}*/

/*dt{*/
	/*font-weight: bold;*/
	/*width: 30em;*/
	/*text-align: right;*/
	/*padding-right: 1em;*/
	/*float: left;*/
	/*clear:left;*/
/*}*/

/*dd{*/
	/*width:calc(100% - 30em);*/
	/*float:left;*/
	/*margin:0;*/
/*}*/


img{
    max-width:100%;
}

div.table{
	font-family: 'Open Sans', sans-serif;
	margin: 60px auto;
	width: 80%;

}

table{
	border-width:4px;
	border-style:dotted none;
	line-height: 1.6em;
	color: white;
    overflow-x:auto
}

tr td{
	padding: 30px 60px;
	text-align:center;
	vertical-align: top;
}

table.smalltable{
	font-size: 1.2em;
	border: 0 none;
	line-height: 1.4em;
	color: white;
	width: 100%;
}

.perfect{
	color: white;
	text-align: center;
	width: 76%;
	margin-left: auto;
	margin-right: auto;
}

div.perfect{
	margin-bottom: 60px;
}

p.perfect{
	font-family: 'Open Sans', sans-serif;
	line-height: 2em;
	/*text-align: left;*/
}

div.shopping{
	color: white;
	line-height: 3em;
	margin-top: 60px;
}

span.price{
	font-size: 1.8em;
	/*font-weight: 600;*/
}

button{
	font-size: 1em;
	padding: 15px 32px;
	border: 1px solid white;
	border-radius: 12px;
	cursor: pointer;
	color: white;
	background-color: #0c0c0d;
	text-decoration:none;
	margin-bottom: 60px;
}

button>a{
	text-decoration: none;
}

button:hover{
	color: black;
	background-color: white;
	text-decoration: none;
}

button>a:hover{
	text-decoration: none;
}

p.narrow{
	width:50%;
	font-family: 'Open Sans', sans-serif;
}

p>a{
	color: white;
}

/*media query break Point*/



@media (max-width:600px) {

    h1 {
        font-size:1em;

    }
    h1+p {
        display:none;
    }

    /*.dual-box .flex-parent {
        display:block;
    }
    .dual-box .box {
        flex:none;
        width:100%;
    }*/

    dt,dd{
        font-size: 0.5em;
    }

    div.table{
        margin:0;
        padding:0;
    }

    div.smalltable{
        margin: 0;
        padding: 0;
    }


    th,td,tr{
        display: table-cell;
        padding: 5px 5px;
        font-size: 0.4em;
        margin: 2px;
    }



    dl{
        width: 500px;
    }

    .dual-box .flex-parent {
        flex-direction:column;
    }
    .dual-box .box {
        width:100%;
    }
    .dual-box.flipped .box:nth-child(1) {
        order:1;
    }
    .dual-box.flipped .box:nth-child(2) {
        order:2;
    }
    .dual-box .box .centered-child {
        position:relative;
    }
}



.btn{
    color: deeppink;
    background-color: transparent;
    border: 1px solid #ffc023;
    border-radius: 8px;
    font-style: inherit;
}

.btn-full{
    width:100%;
    display: inline-block;
}