 :root {
	font-size: 16px;
	font-family: 'Open Sans';
	--text-primary: #b6b6b6;
	--text-secondary: #ececec;
	--bg-primary: #00ab00;
	--bg-secondary: RGBA(0,96,0,0.5);
	--transition-speed: 300ms;	
	--retinaSize: 24pt;
}

body {
	color: black;
	background-color: white;
	margin: 0;
	padding: 0;
}

body::-webkit-scrollbar {
	width: 0.25rem;
}

body::-webkit-scrollbar-track {
	background: #00004d;
}

body::-webkit-scrollbar-thumb {
	background: #6649b8;
}

body a{
	color: green;	
}

h1 {
	margin-top: 12px;
	text-align: center;
	margin-block-end: 4px;
}

h2 {
	text-align: center;
	margin-block-start: 8px;
	margin-block-end: 4px;
}

#one {
	display: block;
	/*padding: 1rem;*/
}

#two {
	display: none;
}

#three {
	display: none;
}

#four {
	display: none;
}

#topHead {
    position: fixed;  
    top: 0;
    left: 0;
    width: 100vw;
    height: 8rem;
	background-color: var(--bg-primary);
	z-index: 99;
}

#main{
	margin-top: 8rem;
	margin-left: 0;
	padding: 1rem;
	font-size: 14pt;
	background: URL("../img/LogoDroneLt.png") no-repeat fixed center;
	background-size: 100vw;
	height: calc(100vh - 15rem);
	overflow-y: auto;
	overflow-x: hidden;
}

p {
    position: relative;
    max-width: 900px; 
    margin-left: auto;
    margin-right: auto;
}

#main ul {
    position: relative;
    max-width: 900px; 
    margin-left: auto;
    margin-right: auto;
}

#navbar {
	position: fixed;
	bottom: 0;
	width: 100vw;
	height: 5rem;
	background-color: var(--bg-primary);
	z-index: 99;
}

.navbar-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.nav-item {
	width: 100%;
}

.nav-link {
	display: flex;
	align-items: center;
	height: 5rem;
	color: var(--text-primary);
	text-decoration: none;
	filter: grayscale(100%) opacity(0.7);
	transition: var(--transition-speed);
	justify-content: center;
}

.nav-link:hover {
	filter: grayscale(0%) opacity(1);
	background: var(--bg-secondary);
	color: var(--text-secondary);	
}

.link-text {
	display: none;
	margin-left: 1rem;
}

.packagesContainer {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.packages {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	width: 80vw;
}

.pkgCard {
	width: 100%;
	min-width: 200px;
	text-align: center;
}

.pkgCard li {
	list-style: none;
	/*margin-left: -36px;*/
	padding: 0;
	line-height: 36px;	
}

.oddcol {
	margin-top: 18px;
	border-radius: 12px;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#p1 .oddcol {
	background-color: #ffefef;
}

#p2 .oddcol {
	background-color: #efffef;
}

#p3 .oddcol {
	background-color: #efefff;
}

.evencol {
	background-color: #efefff;
	border-radius: 12px;
}

.oddcol ul {
	padding: 6px;
}

.evencol ul {
	padding: 6px;
}


.liHeader {
	font-size: 24px;
	font-weight: 700;
	border-bottom: 1px dotted #333;
}

.bulletPoint {
	border-bottom: 1px solid #ccc;
}

.price {
	font-size: 24px;
	font-weight: 700;
}

#requestContainer {
	width: 100vw;
	display:flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-around;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
}

.formSection {
	width: 100%;
	min-width: 200px;
	text-align: justify;
	line-height: 30px; 
	padding: 0 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}


.theNotes {
	font-size: 12px;
	text-align: center;
}

.theButton {
	width:100vw;
	text-align: center;
	margin-top: 12px;
}

.submitBut {
	width: 256px;
	height: 40px;
	border: 1px solid black;
	border-radius: 10px;
	background-color: #81ff94	
}

.ad-text {
	width: 50vw;	
}

.ad-form-label {
	width: 20vw;
	text-align: right;
}

.ad-form-control {
	width: 60vw;
	border: none;
	background-color: #efefff;
	height: 24px;
	margin-right: 0px;
	margin-left: auto;
}

.misformtable {
	width: 450px; 
	margin-left: calc(45vw - 225px);	
}

/*
.mapurltable {
	width: 450px; 
	margin-left: calc(45vw - 225px);	
}
*/

.tableHeader {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}

.tdLabel {
	width: 30%;
	font-size: 14px;
	text-align: right;
	padding-right: 4px;
}

.tdLabel2 {
	width: 60%;
	font-size: 16px;
	text-align: left;
	padding-left: 4px;
}

.tdControl {
	width: 85%;
	font-size: 16px;
	margin-left: 4px;
	background-color: #efefff;
	border: none;
}

.tdControl2 {
	width: 90%;
	font-size: 16px;
	margin-right: 4px;
	text-align: right;
	background-color: #efefff;
	border: none;
}

.radio-group {
	margin-bottom: 20px;
}

.nib {
	position: relative;
	left: 0px;
}

.packHead {
    text-align: left;
    width: 90vw;
    margin-left: 5vw;    
}

.mispactable {
	width:256px;
	margin-left:calc(50vw - 128px);	
}

.mispacshim {
	width: 40px;
}

.mispacnib {
	width: 20px;
}

.map-URL-Instruct {
	font-size: 12px;
	text-align: justify;
	line-height: 18px;
	margin-top: 36px;
}

.ad-required {
	color: red;
}

#map {
	width: 400px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
}

.study {
	width: 100vw;
	margin: 12px;
}

.study img {
	border-radius: 12px;
}

.leftStudyImage {
	width: calc(100vw - 50px);
	height: calc(100vw * .6);
	/*background-image: url("../img/bg01.jpg");*/
	border-radius: 12px;
}

.leftStudyText {
	width: calc(100vw - 50px);
	margin-top: 12px;
	/*display: inline;
	width: 38%;
	background-color: green;
	float: left;*/
}

.rightStudyImage {
	width: calc(100vw - 50px);
	height: calc(100vw * .6);
	/*background-image: url("../img/bg01.jpg");*/
	border-radius: 12px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.rightStudyText {
	width: calc(100vw - 50px);
	margin-top: 12px;
	/*display: inline;
	width: 38%;
	background-color: green;
	float: left;*/
}

.theMapURL {
    display:none;
    width: 400px;
    margin-left: calc(50vw - 220px);
    font-size: 16px;
    text-align: center;
    border: none;
    background-color: #efefff;
}

.cacheHole {
	
	width: 100vw;
	height: calc(100vh - 13rem);
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0px;
	margin-left: -1rem;
	margin-right: -1rem;
	margin-top: -1rem;
	margin-bottom: -2rem;
	border-width: 0px;
}

.myTiny {
	font-size: 12px;
	font-weight: 100;
}
/* ============== tooltip ===================== */

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  display: none;
  width: 80px;
  height: 80px;
  /*background-color: black;*/
  color: #fff;
  text-align: center;
  border-radius: 6px;
  /*padding: 5px 12px;*/

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 26px;
  left: 0px;
}

.tooltip:hover .tooltiptext {
  display: block;
}

/* ==============  ===================== */



@media only screen and (min-width: 1000px)
{ 
	
	.packages {
		flex-direction: row;
		align-items: flex-start;
		justify-content: center;
		width: 100%;
	}

	.pkgCard {
		min-width: 200px;
		max-width: 340px;
		padding: 12px;
	}

	.requestForm {
		position: relative;
		width: 100vw;
	}

	.map-URL-Instruct {
		font-size: 12px;
		text-align: justify;
		line-height: 18px;
		width: 50vw;
		margin-left: 25vw;
		margin-top: 36px;
		margin-bottom: 12px;
	}

	.tableHeader {
		font-size: 24px;
		font-weight: 700;
		text-align: center;
	}

	.misformtable {
		width: 60%; 
		margin-left: 20%;	
	}

	.mapurltable {
		width: 60%;
		margin-left: 20%;	
	}

	.tdLabel {
		width: 30%;
		font-size: 16px;
		text-align: right;
		padding-right: 4px;
	}

	.tdControl {
		width: 90%;
		font-size: 16px;
		margin-left: 4px;
		background-color: #efefff;
		border: none;
	}

	.nib {
		position: relative;
		left: 0px;
	}

    .packHead {
        text-align: left;
        max-width: 900px;
        margin-left: auto; 
        margin-right: auto;
    }

	.mispactable {
		width:30%;
		margin-left:35%;	
	}
	
	.mispacshim {
		width: 20%;
	}

	.mispacnib {
		width: 10%;
	}

	.study {
		width: 90vw;
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 12px;
		clear: both;
		padding: 8px 12px;
	}
	
	.study img {
		border-radius: 12px;
	}

	.leftStudyImage {
		width: 40%;
		height: 50%;
		margin-right: 24px;
		float: left;
	}

	.leftStudyText {
		vertical-align: top;
		margin-left: auto;
		margin-right: auto;
		max-width: 1000px;
	}

	.rightStudyImage {
		width: 40%;
		height: 50%;
		margin-left: 24px;
		float: right;
	}

	.rightStudyText {
		vertical-align: top;
		margin-left: auto;
		margin-right: auto;
		max-width: 1000px;
	}
}










