.fullBleed {
    
	padding: 0;
}


.myBannerBar {

	background-color: rgb(0,0,0);
	//background-repeat: no-repeat;
	background-image: url("../img/BannerBG.jpg");
	background-position: center;
	color: rgb(100,100,100);
	text-align: center;
	align-content: center;
	align-self: center;
	//height: 100px;
	padding-top: 15px;
	font-size: 21px;
}

#outerDroneInfo {
	align-self: center;
	width: 85%;
	border-width: 5px;
	border-color: red;
}

.myTopBar {

	background-color: rgb(0,0,0);
	color: rgb(200,200,200);
	text-align: center;
	align-content: center;
	align-self: center;
	height: 100px;
	padding-top: 41.5px;
	font-size: 21px;
}

.mySloganBar {

	background-color: rgb(246,246,246);
	color: rgb(111,111,111);
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 24px;
}
.myTital {

	z-index: 2;
	position: absolute;
	top: 30px;
	left: 15%;
	background-color: rgb(255,255,255);
	width: 70%;
	min-width: 200px;
	padding: 20px 20px 20px 20px;
	border-style: solid;
	border-color: black;
	border-width: 4px;
	font-size: 35px;
	color: rgb(153,112,0);
	/*color: #a1c4d8;*/
	font-style: italic;
}
.myMainImg {

	padding: 0;
	display: block;
	/*background-repeat: no-repeat;*/
	background-image: url("../img/macbook-606763.jpg");
	/*background-position: center;*/
	height: 44vmin;
	width: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
 
}
#myMainImgMobile {
    
    height: 0px;
    width: 0px;
}

.expand {
    cursor: pointer;
}

.expand:hover {
    text-decoration: underline;
}

#service1Content, #service2Content, #service3Content, #service4Content, #service5Content {
	opacity: 0;
	border-radius: 25px;
	transition: opacity 1s;
	background-color: gray;
	color: white;
	font-size: 20pt;
	line-height: 1.5;
}

.whiteLink {
	color: white;
}

.myHR {

	margin-left: 10%;
	margin-right: 10%;
	padding-top: 50px;
	color: rgb(153,112,0);
	border-bottom: solid;
	line-height: 0.5;
	text-align: center;
	border-width: 1px;
}
.myInterText1 {

	display: inline;
	padding: 20px 20px 0px 20px;
	width: 50px;
	height: 25px;
	background-color: white;
	font-style: italic;
	font-weight: lighter;
}

#myDroneGraphic {
	height: 90px;
	
	display: inline;
	padding-left: 10%;
	padding-bottom: 10px;
}

#myGraphicalList {

	display: block;
	margin: 0px 10% 20px 10%;
}
#hrInsideGraphicList {
    
    margin-left: 0;
    margin-right: 0;
}
.myGraphicalListRow {

	padding-bottom: 30px;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.myImgItem {

	margin: auto;
	width: 100%;
}
.myImgDiv {

	display: table-header-group;
}
.myTextDiv {
	
	padding-left: 15px;
	padding-right: 15px;
	
	color: grey;
	margin-top: 0;
	display: table-footer-group;
}
h2 {

	color: black;
}
.myInterText2 {
	
	background-color: rgb(246,246,246);
	display: inline;
	padding: 0px 15px 0px 15px;
	width: 50px;
	height: 25px;
	font-style: italic;
	font-weight: lighter;
}
.myContactDiv {

	background-color: rgb(246,246,246);
	width: 100%;
}
.myContactForm {

	text-align: center;
	padding-top: 70px;
	padding-bottom: 70px;
}
.myTextInput {

	margin: 10px;
	width: 40%;
	padding: 7px;
	border-style: solid;
	border-color: rgb(200,200,200);
	border-width: 1px;
}
.myQuestionField {

	padding-bottom: 100px;
}
.mySubmitBtn {

	background-color: rgb(220,170,0);
	/*background-color: #660000;*/
	border-style: solid;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 100px;
	border-color: rgb(220,170,0);
	border-radius: 500px;
	color: black;
	font-weight: bold;
	font-size: 17px;
}
::-webkit-input-placeholder { /* Chrome */
  color: rgb(180,180,180);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgb(180,180,180);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgb(180,180,180);
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: rgb(180,180,180);
  opacity: 1;
}
.myInfoDiv {

	text-align: center;
	width: 40%;
	margin: auto;
	color: gray;
	padding-bottom: 75px;
}
.myInfoTitle {

        color: black;
}
.myCopyrightDiv {

	background-color: black;
	color: rgb(200,200,200);
	padding: 50px;
	text-align: center;
}
#messageReceived {
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
    color: white;
    font-size: 18px;
    text-align: center;
    background-color: black;
}

.nonInteractiveLink {
    
    display: block;
    margin: 0px;
    color: grey !important;
}

/* Mobile Devices */
@media all and (orientation: portrait) and (min-height: 1000px)
{
    .myTextInput {
        width: 75%;
        height: 100px;
        font-size: 50px;
    }
    
    .myQuestionField {
        height: 300px;
    }
    
    .mySubmitBtn {
        
        width: 200px;
        height: 100px;
        font-size: 30px;
    }
    
    h2 {
        
        font-size: 50px !important;
    }
    
    h3 {
        
        font-size: 40px !important;
    }
    
    .myTopBar {
        
        height: 200px;
        color: rgba(0,0,0,0);
    }
    
    .mySloganBar {
        
        font-size: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .myInterText1 {
        
        font-size: 50px;
        font-weight: 300;
    }
    
    .myInterText2 {
        
        font-size: 50px;
        font-weight: 300;
    }
    
   .myTital {
       
       font-size: 75px;
   }
   
   .myInfoTitle {
       
       font-size: 60px !important;
   }
   
   h4 {
     
        font-size: 40px !important;  
   }
   
   .myMainImg {
       
       height: 400px !important;
       width: 100%;
   }
   
   #myMainImgMobile {
       
       height: 100%;
       width: 100%;
   }
}
