@-ms-viewport { 
	width: device-width; 
}

body {
    position: absolute;
    /* margin: 0; */
    background-color: black;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 13px;
    line-height: 24px;
    /* overscroll-behavior: none; */
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

.page{
    padding: 50px;
    height: 100%;
}

.page.noScroll{
    overflow: hidden;
}


.mobile .page{
    padding-left: 0px;
    padding-right: 0px;
}

a {
	color: white;
	text-decoration: none;
}

.shortLineBreak{
    width: 10%;
}

a.active {
	color: rgb(49,218,86);
}

header {
    display: grid;
    grid-template-columns: auto 400px;
    align-items: baseline;
}

.mobile header {
    grid-template-columns: auto 36px;
    align-items: center;
    width: 90%;
    margin: auto;
}

.homeLogo > img{
    max-width: 160px;
}

.menu{
    text-transform: uppercase;
    display: grid;
    justify-content: space-around;
    width: 400px;
    font-size: 14px;
    grid-template-columns: auto auto auto 130px auto;
}

.menu > a:hover{
    text-decoration: underline;
    color: grey;
}

.mobile .menu{
    display: none;
}

.menuMobileBtn{
    display: none;
}

.menuMobileBtn > span{
    font-size: 36px;
}

.mobile .menuMobileBtn{
    display: block;
}

.mobile .menuMobileBtn .nonVisible{
    display: none;
}

.menuMobile{
    display: none;
}

.menuMobile > a:hover{
    text-decoration: underline;
    color: grey;
}

.mobile .menuMobile{
    display: flex;
    visibility: hidden;
    /* text-transform: uppercase; */
    width: 250px;
    font-size: 26px;
    transition: right 0.3s linear;
    flex-direction: column;
    position: fixed;
    right: -215px;
    text-align: right;
    padding-right: 15px;
    height: 200px;
    z-index: 10;
    background-color: darkslategrey;
    justify-content: space-evenly;
}

.mobile .menuMobile.visible{
    visibility: visible;
    right: 5%;
}

.pageVideo{
    position: relative;
    /* top: 70px; */
    /* left: calc(50% - 384px); */
    width: 768px;
    padding-top: 30px;
}

.mobile .pageVideo, 
.mobile .pageVideo.homeVideo{
    width: 112%;
    left: -6%;
}

.pageVideo.homeVideo{
    width: 1080px;
    left: calc(50% - 540px);
    padding-bottom: 30px;
}

.pageContent{
    position: relative;
    top: 30px;
    text-align: center;
    width: 75%;
    margin: auto;
    min-height: 100%;
    height: fit-content;
}

.mobile .pageContent{
    width: 87%;
}

.pageContent > h1{
    font-size: 32px;
    font-weight: 400;
}

.pageContent > p{
    font-size: 20px;
    font-weight: 300;
    color: #ffffffbd;
}

.pageContentItem{
    display: none;
}

.pageContentItem.active{
    display: block;
}

.colorEmph{
    background-color: #fff8e5;
    font-size: larger;
}

.listing{
    text-align: justify;
    font-size: large;
}

.listing > li{
    margin-bottom: 5px;
}

.makeOneBtn{
    width: 300px;
    border-radius: 20px;
    height: 40px;
    font-size: larger;
    color: black;
    background-color: #7bdcb5;
    font-family: 'Josefin Sans';
    cursor: pointer;
}

.makeOneBtn.launch{
    width: 300px;
    margin: 20px;
    height: 50px;
}

.makerDiv{
	display: none;
	width: 100vw;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	height: 100%;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.7);
	overflow: hidden;
}

.makerDiv.visible{
	display: block;
	z-index: 20;
}

#hideMakerBtn{
	position: absolute;
	right: 5%;
	top: 1.5%;
	color: darkslategray;
	width: 70px;
	background: lightgray;
	font-size: 15px;
	padding: inherit;
	z-index:20;
	border-radius: 10px;
	cursor: pointer;
}

#hideMakerBtn:hover{
    background-color: #a0f4b2;
}

.makerFrame{
	position: absolute;
	width: 90%;
	height: 580px;
	top: 5%;
	left: 5%;
	overflow: hidden;
}


.makerFrame.unloaded{
	display: none;
}

footer{
    position: relative;
    height: 50px;
    color: whitesmoke;
    text-align: center;
    padding-top: 70px;
}

footer > a{
    text-decoration: underline;
}


.plansTable{
    position: relative;
    display: flex;
    padding-top: 30px;
    width: 930px;
    justify-content: space-around;
    left: calc(50% - 450px);
}

.mobile .plansTable{
    width: 100%;
    padding-top: 0px;
    left: 0%;
}

.aPlan{
    position: relative;
    width: 290px;
    /* height: fit-content; */
    background-color: white;
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border-radius: 5px;
    /* padding: 10px; */
}

.mobile .aPlan{
    display: none;
}

.mobile .aPlan.visible{
    display: flex;
    width: 100%;
    font-size: large;
    padding-top: 10px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.planName{
    font-size: xx-large;
    font-weight: 300;
    padding-top: 20px;
}

.mobile .planName{
    display: none;
}

.aPlan .planImg{
    font-size: xxx-large;
}

.planPrice{
    font-size: xx-large;
    font-weight: 300;
    position: relative;
    top: 30px;
}

.planOpts {
    display: flex;
    flex-direction: column;
    width: 80%;
    padding-top: 40%;
    padding-bottom: 10%;
}

.planOpts > label{
    border-bottom: solid;
}

.mobile .planOpts {
    padding-top: 25%;
    padding-bottom: 15%;
}

/* .planOpts > span{
    color: green;
} */

.planItem{
    display: grid;
    justify-items: start;
    text-align: left;
    grid-template-columns: 20% auto;
}

.planItem .pro,
.planItem > span{
    color: green;
}

.planItem .lim{
    color: orange;
}

.planItem .no{
    color: red;
}

.planBtn{
    width: 150px;
    border-radius: 20px;
    height: 40px;
    font-size: larger;
    color: black;
    background-color: #7bdcb5;
    font-family: 'Josefin Sans';
    cursor: pointer;
    position: relative;
    top: 50px;
    /* font-weight: bold; */
}

.mobile .planBtn{
    top: 20px;
    width: 200px;
    height: 45px;
    top: 25px;
}


.plansMenuMobile{
    display: none;
}

.mobile .plansMenuMobile{
    display: grid;
    width: 100%;
    grid-template-columns: auto auto auto;
    margin-top: 20px;
    height: 40px;
}

.mobile .plansMenuMobile{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
}

.mobile .plansMenuMobile .selected{
	/* border-bottom: none; */
	font-weight: bold;
	background-color: #ffffff;
	border-color: white;
	border-block-width: 0px;
}







.billSwitch{
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: auto auto auto;
    grid-column-gap: 20px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: #ccc; */
    background-color: #2196F3;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    /* left: 4px; */
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(-26px);
    -ms-transform: translateX(-26px);
    transform: translateX(-26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.terms{
    text-align: justify;
    font-size: medium;
}

.terms > h2 {
    text-align: center;
}

.terms .effDate {
    text-align: right;
}