/* CSS Document */
* {
  box-sizing: border-box;
}
body {
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-style: normal;
  font-weight: 500;
	width: 100%;
    margin: 0;
    padding: 0;
}

h1 {
	  font-size:33pt;
	line-height:40pt;
	}
	h2 {
		font-size:27pt;
	line-height:33pt;
	}
	h3 {
		font-size:21pt;
	line-height:26pt;
	}
	h4 {
		font-size:19pt;
	line-height:24pt;
	}
	p {
		font-size:16pt;
	line-height:21pt;
	}

nav {
  background-color: rgba(0, 4, 40, 1.00);
  width: 100%; /* Full width */
}
.navbar {
  overflow: hidden;
  background-color: rgba(0, 4, 40, 1.00);
  
  width: 100%; /* Full width */
  z-index: 289;
}
.nav-item {
  font-weight: 600;
  font-size: 12pt;
  color: #FFFFFF;
}
.logo {
  width: 100px
}
.section-nav {
    padding-left: 0;
    border-left: 1px solid #eee;
	width: 100%;
}
.section-nav ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

.section-nav a {color: #545659;text-decoration:none;}
.section-nav a:hover {color: #FE6400;}

.bd-toc {
    position: -webkit-sticky;
    position: sticky;
    height:100%;
}
.bd-toc {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: .875rem;
}
header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 400px;
  background-color: #00042A;
}
.header-index {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 70vh;
}
.header-index video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.overlay-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.header-services {
    margin: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../images/aerial-photography/Services_backround.jpg");
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.header-contact {
    margin: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/equipment/camera_dark-orange.png);
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.header-about {
    margin: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/aerial-photography/road_dark-orange.jpg);
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.header-gallery {
    margin: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	background-image: url(../images/aerial-photography/photography.jpg);
   min-height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
main-content {
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    padding-top: 12px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 0px;
}
.container {
  min-height: 400px;
  position: relative;
  width: 100%;
}
h1 {
  text-transform: uppercase;
  font-size: 40pt;
	line-height: 48pt;
  color: rgba(255, 255, 255, 1.00);
  font-weight: bold;
}
h2 {
font-size: 34pt;
  padding: 8px 12px;
  width: text;
  background: #002765;
  color: white;
  margin-bottom: 20px;
}
h3 {
	font-size: 28pt;
  color: #002765;
  margin-bottom: 20px;
  border-bottom: medium solid #D0682B;
}
h4 {
	font-size: 26pt;
  color: #002765;
  margin-bottom: 20px;
  font-style: bold;
  font-weight: 600;
}
abbr {
  border-bottom: thin solid #a6a7a9;
}
.center {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
}
.center-25 {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
}
.icon {
  margin: 0px 3px 3px opx
}
.section-regular {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 12 8 12 8;
    min-height: 8vh;
}
.services {
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 40px;
  margin: 12px auto;
  border-bottom: thin solid #A6A7A9;
}
.services ul {
  list-style: none;
  padding-left: 0px;
}
.services-index {
    object-fit: cover;
    width: 100%;
    min-height: 30vh;
    overflow: hidden;
}
.services-index img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  align-content: center
}
.flowingdown {
    width:1045px;
    height:10px;
    float:left;
    margin-bottom:2px;
    border-radius:0 0 55px 55px;
    transition: height .75s;
    -webkit-transition: height .75s;
}
.flowingdown:hover {height:100%; /*Inorder to show the entire content within the parent.*/
}/* Initially hide the text */ 
.hidden-text { 
  visibility: hidden; 
  opacity: 0; 
  transition: visibility 0s, opacity 0.5s; 
} 
 
/* Show the text on hover */ 
.flowingdown:hover .hidden-text { 
  visibility: visible; 
  opacity: 1; 
} 
.industries {
  margin-left: 0px;
  padding-left: 0px;
}
contact {
  min-height: 300px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.section-contact {
  width: 100%;
  margin-left: auto;
  margin-right: auto;

  margin: 50px 0px
}
.section-contact h2 {
  margin: 20px 0px;
  background: none;
  color: white;
  font-size: 2em;
  font-weight: bold;
  padding: 12px 8px;
  border: medium solid #FE6400;
}
figcaption {
  border-top: thin solid #a6a7a9;
  margin-bottom: 20px;
  padding-top: 20px;
  font-weight: lighter;
}
.spec {
    margin-left: 10%;
    font-size: 2em;
    font-weight: bolder;
}
.squarebrackets 
{
  font-family: calibri;
  font-size:20px;
}
.squarebrackets:before {
   content: " ";
   border-left:2px solid #666;
   border-top:2px solid #666;
   border-bottom:2px solid #666;
   margin-right:10px;
  padding:10px 5px 10px 5px;
}
.squarebrackets:after
{
  content:" ";
  padding:10px 5px 10px 5px;
  border-right:2px solid #666;
  border-top:2px solid #666;
  border-bottom:2px solid #666;
  margin-left:10px;
}
.border-top {
  border-top: thin dotted #a6a7a9;
  padding-top: 15px;
	width: 100%;
}
.border-right {
  border-right: thin dotted #a6a7a9;
  margin: 8px 0px
}
.no-border {
  border-width: 0px;
  border-style: none;
}
.bg-blue {
    background-color: #002765;
    color: #FFFFFF;
    background-image: url(../images/bkg/grid_blue.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-navy {
  background-color: #000428
}
.bg-navy-50 {
    background-color: hsla(234,100%,8%,0.50)
}
.bg-orange {
  background-color: #D0682B
}
.bg-slate {
  background-image: url(../images/marble_texture.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-frost {
    background-image: url(../images/bkg/frost-texture_bg.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-drone {
    background-image: url(../images/equipment/IMG_5604.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 42vh;
    width: 100%;
}
.card {
  ;
  margin: 20px auto 40px auto
}
.icon-100 {
  padding: 6px;
  height: 100px;
  width: 100%
}
/*gallery*/
.gallery {
  min-height: 400px;
  margin-bottom: 40px;
}
.services-index img {
  width: 100%;
  min-height: 20vh;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.gallery img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  filter: grayscale(50);
  filter: filter 0.5s;
}
.gallery img:hover {
  filter: grayscale(0);
  filter: filter 0.5s;
  transition: ease-in .5s;
}
.gallery video {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  filter: grayscale(50);
  filter: filter 0.5s;
}
.gallery video:hover {
  filter: grayscale(0);
  filter: filter 0.5s;
  transition: ease-in .5s;
}
.cover {
   object-fit: cover;
	width: 100%;height:600px}

@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
  .gallery img {
    filter: grayscale(0);
  }
  .gallery video {
    filter: grayscale(0);
  }
}
@media screen and (max-width: 600px) {
  .gallery img {
    margin: 0px;
    padding: 0px;
  }
}
/*buttons start*/
.btn-primary-filled {
    background-color: #EC6E1E;
    padding: 8px 12px;
    border: medium solid #EC6E1E;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}
.btn-primary-filled:hover {
    background-color: #C04A00;
    color: #FFFFFF;
    border: medium solid #C04A00;
    ;
    text-decoration: none;
    text-align: center;
}
.btn-primary-filled:active {
    background-color: #C04A00;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}
.btn-primary-outline {
    border: medium solid #EC6E1E;
    padding: 8px 12px;
    font-weight: bold;
    font-size: large;
    text-decoration: none;
    color: #54565a;
    text-align: center;
}
.btn-primary-outline:hover {
    background-color: #C04A00;
    border: medium solid #C04A00;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
}
.btn-primary-outline:active {
    background-color: #C04A00;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
}
.arrow-link {
    display: flex;
    color: #ffffff;
    background-color: transparent;
    text-transform: uppercase;
    transition: all .3s ease;
    font-weight: bold;
    cursor: pointer;
    align-items: center;
    letter-spacing: 1px;

}

.arrow-link > .arrow {
    width: 16px;
    height: 16px;
    border-right: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    position: relative;
    transform: rotate(-45deg);
    margin-left: 3px;
    transition: all .3s ease;
}

.arrow-link > .arrow::before {
    display: block;
    background-color: #D95E39;
    width: 6px;
    transform-origin: bottom right;
    height: 4px;
    position: absolute;
    opacity: 0;
    bottom: calc(-4px / 4);
    transform: rotate(45deg);
    transition: all .3s ease;
    content: "";
    right: 0;
}

.arrow-link:hover > .arrow {
    transform: rotate(-45deg) translate(4px, 4px);
    border-color: #D95E39;
}

.arrow-link:hover > .arrow::before {
    opacity: 1;
    width: 16px;
}

.arrow-link:hover {
    color: #D95E39;
}
a:link { 
  text-decoration: none; 
} 
a:visited { 
  text-decoration: none; 
} 
a:hover { 
  text-decoration: none; 
} 
a:active { 
  text-decoration: none; 
}
/*buttons end*/

.drop-shadow_blue {
    -webkit-box-shadow: 0 0 36px 6px hsla(217,100%,18%,0.25);
    box-shadow: 2px 0 9px 3px hsla(217,100%,18%,0.25);
}
.drop-shadow_orange {
    -webkit-box-shadow: 0 0 36px 6px hsla(23,84%,52%,0.25);
    box-shadow: 0 0 9px 3px hsla(23,84%,52%,0.25);
}

/*Singular Margin attributes Begin*/
.margin-top-20px {
  margin-top: 20px;
}
.margin-top-60px {
  margin-top: 60px;
}
.margin-top-100 {
  margin-top: 100px
}
.margin-none {
  margin: 0px;
}
.margin-bottom-40px {margin-bottom: 40px;}

.margin-bottom-20px {
  margin-bottom: 20px;
}
.margin-left_index {margin-left:20%;}

.margin-bottom-12px {
  margin-bottom: 12px;
}
.margin-0{margin:0;}
.margin-auto{margin:auto;}
.padding-0 {
  padding: 0px;
}
.padding-standard {padding: 8px 12px}

.padding-bottom-40px {padding-bottom: 40px}

.margin-right-12px {
  margin-right: 12px;
}
/*Singular Margin attributes end*/

.txt-right {
  text-align: end;
}
.txt-left {
  text-align: left;
}
.txt-center {
  text-align: center;
}
.txt-orange {
  color: #FF9C5E
}
.txt-dark-orange {
  color: #EC6E1E;
}
.list-group-item {background-color:#ffffff; border-bottom: thin solid #EC6E1E;}
.list-group-item-action:hover {background-color:#ffffff; border: thin solid #EC6E1E; font-weight:bold;transition-ease:.5s;}
.filled-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.img-150px {
  height: 150px;
  width: 100%;
  object-fit: contain;
}
.img-300px {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.title-h-100px {
  height: 100px;
  width: 100%;
  object-fit: cover;
}
.img-profile {
  height: 40em;
  width: 100%;
  object-position: top center;
  object-fit: cover;
}
.border-bottom-thick {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: thick dashed #002359;
}
/*footer start*/
footer {
  margin: auto;
  background-color: #000529;
  color: #FFFFFF;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  min-height: 200px;
  padding-left: 8px;
  padding-right: 8px;
}
footer a {
  color: white;
}
footer a:hover {
  color: #A6A7A9;
  text-decoration: none;
}
footer .logo {
  width: 100px
}
.footer-nav {
  margin-top: 12px;
  margin-right: 8px;
  margin-bottom: 30px;

}
.footer-nav ul {
  list-style: none;
  padding: 0;
}
.footer-nav ul li {
  display: inline;
  margin-right: 10px; /* optional, adds some spacing between list items */
}
.footer-nav a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
}
.footer-nav a:hover {
  color: #A6A7A9
}
footer .menu {
	display:flex; 
	justify-content:center;
	list-style:none;}

footer .menu li {padding: 0% 2.5% 0% 2.5%}

.site-design-credit {
  text-align: center;
}
/*footer end*/
@media (max-width: 986px) {
  .site-design-credit {
    text-align: center;

    margin-top: 10px;
    padding-top: 10px;
	  width: 100%;
  }
	.title-small {font-size:28pt;line-height: 32pt;}

  .stickyexample {
    top: 55px;
  }
  .header-index p {
    color: azure;
    font-size: 35px;
  }
	.header-index {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 90vh;
}
	}
@media (max-width: 863px) {
	h1 {
		font-size:36pt;
		line-height:43pt;
	}
	h2 {
		font-size:30pt;
		line-height:37pt;
	}
	h3 {
		font-size:24pt;
		line-height:30pt;
	}
	h4 {
		font-size:22pt;
		line-height:28pt;
	}
	p {
		font-size:19pt;
		line-height:24pt;
	}
	
  .header-index p {
    color: azure;
    font-size: 30px;
  }
	.flowingdown {
    width:1045px;
    height:100%;
    float:left;
    margin-bottom:2px;
    border-radius:0 0 55px 55px;
    transition: height .75s;
    -webkit-transition: height .75s;
}
.flowingdown:hover {height:100%; /*Inorder to show the entire content within the parent.*/
}/* Initially hide the text */ 
.hidden-text { 
  visibility: visible; 
  opacity: unset; 
  transition: visibility 0s, opacity 0.5s; 
} 
 
/* Show the text on hover */ 
.flowingdown:hover .hidden-text { 
  visibility: visible; 
  opacity: 1; 
}
	}
@media (max-width: 767px) {
	.header-index {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
		min-height: 70vh;}
		h1 {
			font-size:34pt;
			line-height:41pt;
	}
	h2 {
		font-size:28pt;
		line-height:34pt;
	}
	h3 {font-size:22pt;
		line-height:28pt;
	}
	h4 {
		font-size:20pt;
		line-height:25pt;
	}
	p {
		font-size:17pt;
		line-height:22pt;
	}
  .site-design-credit {
    margin-top: 10px;
    padding-top: 10px;
  }
  .header-index p {
    color: azure;
    font-size: 50px;
    margin-top: 50px;
  }
	h1 {
  font-size: 40pt;
		line-height: 43pt;
}
}
@media (min-width: 768px) {
  .navbar-brand.abs {
    position: absolute;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
}
@media (max-width: 575px) {
  .contact .btn {
    margin: 12px 0px
  }
  h1 {
	  font-size:33pt;
	line-height:40pt;
	}
	h2 {
		font-size:27pt;
	line-height:33pt;
	}
	h3 {
		font-size:21pt;
	line-height:26pt;
	}
	h4 {
		font-size:19pt;
	line-height:24pt;
	}
	p {
		font-size:16pt;
	line-height:21pt;
	}
}
  nav {
    background-color: rgba(0, 4, 40, 1.00);
   
    width: 100%; /* Full width */
  }
  .navbar {
    overflow: hidden;
    background-color: rgba(0, 4, 40, 1.00);
    width: 100%; /* Full width */
    z-index: 289;
  }
	footer {min-height:350px;}

.bio {
	min-height: 200px;}
	
nav .logo {
    width: 60px;
}
@media (max-width: 375px){
	 h1 {
		 font-size:32pt;
	line-height:39pt;
	}
	h2 {
		font-size:26pt;
	line-height:32pt;
	}
	h3 {
		font-size:20pt;
	line-height:25pt;
	}
	h4 {
		font-size:18pt;
	line-height:23pt;
	}
	p {
		font-size:15pt;
	line-height:20pt;
	}
}
