@font-face {
    font-family: 'Paytone One';
    src: url('font/subset-PaytoneOne-Regular.woff2') format('woff2'),
         url('font/subset-PaytoneOne-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  src: url('font/poppins-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Poppins Regular'), local('Poppins-Regular'),
       url('font/poppins-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/poppins-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('font/poppins-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('font/poppins-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('font/poppins-v9-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
	background-color: #f6f4f7;
	color: #824091;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-family: "Paytone One";
	font-weight: normal;
	font-style: normal;
}

#page-cont {
  padding: 10px;
}

h1 {
	color: pink;
	font-size: 40px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-family: "Paytone One";
	font-weight: normal;
	font-style: normal;
}

#go_up {
	right: 0px;
	bottom: 0px;
	padding: 10px;
	margin: 10px;
	position: fixed;
	color: darkgrey;
	background-color: rgba(255,255,255,0.8);
	width: 30px;
	height: 20px;
	z-index: 1011;
	text-align: center;
	opacity: 0;
}

#go_up a {
	text-decoration: none;
}

#Header {
	padding: 15px;
	margin: 0px;
	background-color: #81408F;
	color: white;
}

#HeaderContent {
 /*	background-color: pink; */
	max-width: 1200px;
	margin: auto;
	display: flex;
/*	justify-content: space-evenly;*/
	flex-flow: row wrap;
}

#header_left {
	margin: auto;
	margin-left:0px;
}

#header_center {
	margin: 0 auto;
	text-align: center;
}

#header_left img {
	width:200px;
	height:71px;
	margin: 0;
}
#header_JB_text{
	margin: auto;
	margin-left:0px;
}
#header_JB_text img {
	width:135px;
	height:48px;
	margin: 0;
}


#header_right {
/*	background-color: blue;  */
	display: flex;
	margin: auto;
	margin-right: 0px;
	margin-bottom: 0px;
}

.clearBoth { clear:both; }

#Header p {
/*  background-color: red;  */
  margin: 0px 0px 10px 40px;
  font-size: 13pt;
}

.left {
	text-align: left;
}

#jb_content_01, #jb_content_receive {
	position: relative;
	margin: auto;
	padding: 0px;
	margin-top: 0px;
	min-width: 275px;
	max-width: 1000px;
}

#jb_content_receive {
	text-align: center;
	margin: auto;
	width: 100%;
	padding: 0;
}

#jb_content_01 {
	margin-top: 20px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url("img/bubbles_1.svg");
	max-width: 1200px;
	min-height: 550px;
/*	background-color: yellow; */
}

#jb_content_01 p {
	width: 45%;
	margin: 6px auto;
	margin-top: 11px;
	max-width: 450px;
}


#jb_content_utility {
	position: relative;
	margin: auto;
	padding: 0px;
	margin-top: 20px;
/*	background-color: yellow; */
	background-position: center top;
	background-repeat: no-repeat;
	min-width: 275px;
	min-height: 230px;
	max-width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-family: "Poppins";
	font-weight: 400;
	font-style: normal;
}


#titleArea_utility {
	position: absolute;
	text-align: center;
	margin: auto;
	width: 100%;
	padding: 0;
	z-index: 10;
}


#titleArea {
	position: absolute;
	text-align: center;
	margin: auto;
	top: 50%;
	width: 100%;
	padding: 0;
	z-index: 10;
/*	background-color: darkgrey; */
}

#titleArea img {
	display: none;
}

#titleArea p {
	padding: 0px 0;
	margin: 0px auto;
	width: 380px;
	display: inherit;
}

#title-text {
	display: inline-block;
	margin: 0 auto;
	width: 400px;
}

#titleArea h3 {
	font-size: 22px;
	text-align: center;
	margin: 20px auto;
	margin-top: 90px;
}


h2 {
	font-family: "Paytone One", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 30px;
/*	background-color: grey;*/
	margin: 0;
}


h3 {
	font-family: "Paytone One", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	margin: 0;
}

h4 {
	font-family: "Paytone One", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 25px;
	margin: 0;
}

h5 {
	font-family: "Paytone One", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #EB5B0D;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 10px;
}


#line-despair {
	background-color: #824091;
	width : 200px;
	height: 1px;
    margin: 10px auto;
    margin-top: 15px;
}

#line-despair_01 {
	background-color: #824091;
	width : 200px;
	height: 1px;
    margin: 0px auto;
    margin-top: 7px;
}


#line-left {
	background-color: #824091;
	width : 200px;
	height: 1px;
	margin-top: 0;
}

#wide-despair {
	background-color: #824091;
	width : 80%;
	max-width: 1200px;
	height: 1px;
    margin: 51px auto;
}

#wide-line {
	background-color: #824091;
	width : 80%;
	max-width: 1200px;
	height: 1px;
    margin: 10px auto;
}

#empty-despair {
	width : 200px;
	height: 60px;
    margin: 0px auto;
}

#empty-1px, #empty-10px, #empty-20px  {
	width : 200px;
    margin: 0px auto;
}
#empty-1px {
	height: 1px;
}
#empty-10px {
	height: 10px;
}
#empty-20px {
	height: 20px;
}


form {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}


input[type=email], select, textarea {
	padding: 2px;
	padding-left: 10px;
	padding-top: 4px;
	border-radius: 2px;
	height: 26px;
	min-width: 200px;
	border: 1px solid #ccc;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type=submit] {
	background-color: #81408F;
	color: white;
	padding: 3px 15px;
	border: none;
	border-radius: 2px;
	height: 34px;
 	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-family: "Paytone One";
	font-weight: normal;
	font-style: normal;
	margin-left: 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

#jb_content_utility  {
	/*
    background-color: blue;
	display: block;
	width: 100%;
	*/
}

.RounderRect {
	width: 90%;
	min-width: 320px;
	display: inline-block;
	background-color: white;
	border-radius: 17px;
	margin: 20px auto;
	padding: 20px;
	padding-bottom: 25px;
	box-shadow: 0px 5px 10px 2px #ddd;
}

.RounderRectCard {
	width: 90%;
	max-width: 450px;
	min-width: 275px;
	display: inline-block;
	background-color: white;
	border-radius: 17px;
	margin: 0 auto;
	padding: 20px;
	padding-bottom: 25px;
	box-shadow: 0px 5px 10px 2px #ddd;
}

.cardImg {
	width: 98%;
	}

#jb_content_receive input[type=submit], #jb_content_receive select {
	background-color: #EB5B0D;
	color: white;
	padding: 3px 10px;
	width: 250px;
	border: none;
	border-radius: 17px;
	height: 34px;
 	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-family: "Paytone One";
	font-weight: normal;
	font-style: normal;
}

#jb_content_receive input[type=submit].dl_button {
	background-color: transparent;
	border-style: solid;
	border-width: 1px;
	border-color: #81408F;
	color: #81408F;
	padding: 3px 25px;
}

#jb_content_utility form {
    width: 50%;
   	padding: 0;
}

#jb_content_utility input[type=email],
#jb_content_utility select,
#jb_content_utility textarea,
#jb_content_utility input[type=submit] {
	display: block;
	width: 100%;
	margin: 15px;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}



#text_container{
/*	background-color: grey;*/
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	font-family: Arial, Helvetica, sans-serif;
	font-family: "Poppins";
	font-weight: 400;
	font-style: normal;
}

#jb_content_receive p {
	font-size: 14px;
	font-family: "Poppins";
	font-weight: 400;
	font-style: normal;
}

.text_left, .text_right{
/*	background-color: red;*/
	width: 45%;
	display: inline-block;
	margin: 10px;
}

.text_right {
/*	background-color: blue;*/
}

.text_center {
	text-align:center;
	max-width:510px;
}

.text_right img {
	width: 100%;
	max-width: 400px;
}

.img_holder {
    text-align: center;
}

#img-placeholder{
	min-width: 300px;
	max-width: 100%;
	height: 300px;
/*	background-color: lightgrey; */
	margin: 15px 0;
	text-align:center;
}

#img-placeholder img {
	width: 300px;
	height: 300px;
	margin:  auto;
}



#video_container {
	max-width: 1000px;
	margin: 0px auto;
}

iframe {
}

@media (max-width: 1000px) {
	#jb_content_01 {
		min-height: 440px;
		width: 100%;
		margin-bottom: 30px;
	}

	#titleArea h3 {
		margin-top: 65px;
	}

	#wide-despair {
		width: 100%;
		margin-bottom: 30px;
	}
}

@media (max-width: 900px) {
	#jb_content_01 {
		min-height: 340px;
		width: 100%;
		margin-bottom: 0px;
	}

	#titleArea h3 {
		margin-top: 43px;
	}

	#titleArea {
		top: 45%;
	}

	#title-text {
		font-size: 12px;
	}

	#titleArea p {
		width: 300px;
	}
}

@media (max-width: 780px) {
	#HeaderContent {
		flex-flow: column wrap;
	}

	#header_left, #header_right,#header_JB_text {
		margin: auto;
	}
	#header_right {
		margin-top: 16px;
		margin-bottom: 0px;
	}
	h2 {
		font-size: 25px;
	}

	#jb_content_01 {
		min-height: 470px;
		width: 100%;
		margin-bottom: 30px;
	}

	#titleArea {
		top: 33%;
	}
  #row{
    width: 100%;
    box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  border: 1px solid #C2C2C2;
	  box-shadow: 1px 1px 4px #EBEBEB;
	  -moz-box-shadow: 1px 1px 4px #EBEBEB;
	  -webkit-box-shadow: 1px 1px 4px #EBEBEB;
	  border-radius: 3px;
	  -webkit-border-radius: 7px;
	  -moz-border-radius: 3px;
	  padding: 7px;
    text-align: center;
    margin-bottom: 3%;
  }

  label[for="ExpirationDate"],[for="SecurytyCode"]{
    color: black;
    font-family: "Poppins";
    font-size: 12pt;
    text-align: left;
  }
  label[for="Checkbox"]{
    color:grey;
    font-size: 10pt;
    font-family: "Poppins";
    float: left;
    padding-top: 5%;
  }

	#title-text {
		width: 100%;
		margin-bottom: 0px;
	}

	#titleArea h3 {
		margin-top: 15px;
	}

	#titleArea p {
		width: 100%;
		font-size: 18px;
	}

	#titleArea img {
		display: inline;
	}

	.text_left, .text_right{
		width: 100%;
	}

	#jb_content_utility form {
 	   width: 80%;
	}

}

@media (max-width: 600px) {
	#HeaderContent {
		flex-flow: column wrap;
	}

	#header_left, #header_right, #header_JB_text {
		margin: auto;
	}

	#header_right {
		flex-flow: row wrap;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#Header p {
/*  background-color: red;  */
		margin: 10px 0px 0px 0px;
		width: 100%;
		text-align:center;
	}

	form {
		margin: 0px;
		padding: 0px;
		text-align: center;
	}

	input[type=email], select, textarea, input[type=submit] {
		width: 100%;
		margin-top: 10px;
	}

	input[type=submit] {
		margin-left: 0;
	}

	h2 {
		font-size: 20px;
	}

	#jb_content_01 {
		padding: 0;
		margin: 0;
		margin-bottom: 20px;
		min-height: 483px;
	}

	#titleArea {
		top: 17%;
	}

	#titleArea p {
		font-size: 14px;
		margin: 0px auto;
		padding: 0;
	}

	#title-text {
		width: 100%;
		margin: 0px;
	}

@media (max-width: 320px) {
	#jb_content_01 {
		margin-bottom: 20px;
		min-height: 400px;
	}

	#jb_content_01 {
		background-image: none;
	}

	#titleArea {
		top: 1%;
	}

	#title-text p {
		font-size: 12px;
	}

	#titleArea h3 {
		margin: 0;
		margin-top:20px;
	}
}
#table_summary{
  padding-top: 10%;
  padding-left: 2%;
  padding-right: 2%;
  table-layout: auto;
  width: 100%;
  font-size: 14pt;
  color: #000000;
}

#table_summary2{
  padding-left: 2%;
  padding-right: 2%;
  table-layout: auto;
  width: 100%;
  font-size: 14pt;
  color: #000000;
}

#table_billing_information{
  color: #000000;
  width: 100%;
  height:50%;
  font-size: 14pt;
}

#tab3{
  font-family: "Poppins";
  text-align: right;
  padding-right: 10%;
}
#tex_billing_information{
  color:#ACACAC;
  font-size:1pt;
  font-family: "Poppins";
  padding-top: 2%;

}
#header_right a:link,
#header_right a:visited {
  color: white;
  text-decoration: none;
}

#header_right a:hover,
#header_right a:active {
  color: #EB5B0D;
}
#checkbox{
  width: 1.5em;
  height: 1.5em;
  background-color: #ddd;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-appearance: none;
  cursor: pointer;
  font-family: "Poppins";
  margin-bottom: 1%;
}

/* unvisited link */
a:link {
  color: #81408F;
}

/* visited link */
a:visited {
  color: #81408F;
}

/* mouse over link */
a:hover {
  color: #EB5B0D;
}

/* selected link */
a:active {
  color: #EB5B0D;
}

.clearfix {
  overflow: auto;
}
    
#photoAndFrameDiv{
            position:relative;
            top:0;
            bottom:0;
            width:100%;
            height:100%;
            max-height: 650px;
        }

#photoAndFrameDiv #frameDiv{
             position: absolute;
             top: 0;
             right: 0;
             height:100%;
             z-index: 0;
        }

#frameDiv img{
            width: 100%;
            object-fit: cover;
        }

#photoAndFrameDiv #photoDiv{
            position: absolute;
            top: 26%;
            right: 25%;
            width: 50%;
            height: 46%;
            z-index: 1;
        }

#photoDiv img{
            max-height: 100%;
            max-width: 100%;
            object-fit: cover;

        }
