
*{
  margin:0px;
  padding:0px;
}
ul{
  display:block;
}
#header{
  background-color:white;
 
  top:0:
  overflow:hidden;
}
#wrapper{
  box-shadow: 0 0 12px rgba(0,0,0,0.8);
  margin: 0 auto;
  max-width:1440px;
  width:100%;
  
}

section{
  background-attachment:fixed;
  background-repeat:no-repeat;
  height:1100px;
  margin: 0 auto;
  max-width:1440px;
  width:100%;
}

.hometext{
  color:white;
  position:absolute;
  margin-left:24%;
  margin-right:21%;
  margin-top:200px;
  
}

#texto1{
  position:absolute;
  margin-left:400px;
  margin-right:300px;
  margin-top: 300px;
  margin-bottom:30px;
  background-color:white;
  font-size:50px;
  
  
}

#texto2{
  position:absolute;
  margin-left:300px;
  margin-right:300px;
  margin-top: 380px;
  background-color:white;
  text-align:center;
  font-size:18px;
  height:auto;
  opacity:0.7;
}
#texto3{
  position:absolute;
  margin-left:300px;
  margin-right:300px;
  margin-top: 1200px;
  background-color:white;
  text-align:center;
  font-size:18px;
  height:auto;
  opacity:0.8;
}

#dronespecs{
background-color:white;
  width:300px;
  margin-top:30px;
  position:absolute;
  margin-left:39%;
  opacity:0.8;
}
#aboutUs{
  background-color:white;
  width:430px;
  position: absolute;
  margin-top:300px;
  margin-left:37%;
  font-size: 15px;
  opacity:0.8;
  
}

.img-resize{
  position:absolute;
  margin-top:250px;
  margin-left:640px;
  width:150px;
  height:100px;
  
}

#img1{
  background-image:url(IMG_0307.jpg);
  background-size:cover;
  
  
}



#img2{
  height:1700px;
  background-image:url(img2.jpg);
}

#img3{
  background-image:url(drone-1956153_1920.jpg);
  background-color:white;
  background-size:100%;
  height:1700px;
  background-size:100%;
}
#img32{
  background-image:url(open-pit-mining-2221334_1920.jpg);
  height:1480px;
  
  
  
}

#img4{
  background-image:url(img4.jpg);
  background-size:100%;
  width:100%;
  
}
#img5{
  background-image:url(zirconia-686863_1920.jpg);
  background-size:cover;
  width:100%
}

#img6{
  background-image:url(gold.jpg);
  background-size:cover;
  width:100%;
  height:55%;
  font-size:20px;
  margin-top:20px;
 
}
#img7{
  background-image:url(Bauxite.jpg);
  background-size:cover;
  width:100%;
  height:55%;
}

#img8{
  background-image:url(Iron.jpg);
  background-size:cover;
  width:100%;
  height:55%;
}

ul {
    top: 0;
    left:0;
    width:100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li {
    float: left;
  color:white;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.flag{
max-width:50%;
max-height:50%;
margin-top:8px;  
}
/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: #111;
}






----------------------------------pictures

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900,900italic);

body {
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.5;
    color: #323232;
    font-size: 15px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
.heading-title {
    margin-bottom: 100px;
}
.text-center {
    text-align: center;
}
.heading-title h3 {
    margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: normal;
}
.p-top-30 {
    padding-top: 30px;
}
.half-txt {
    width: 60%;
    margin: 0 auto;
    display: inline-block;
    line-height: 25px;
    color: #7e7e7e;
}
.text-uppercase {
    text-transform: uppercase;
}

.team-member, .team-member .team-img {
    position: relative;
}
.team-member {
    overflow: hidden;
}
.team-member, .team-member .team-img {
    position: relative;
}

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 20px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.team-member:hover .team-hover .desk {
    top: 35%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.team-member:hover .team-hover .s-link {
    bottom: 10%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.team-member .s-link a {
    margin: 0 10px;
    color: #333;
    font-size: 16px;
}
.team-title {
    position: static;
    padding: 20px 0;
    display: inline-block;
    letter-spacing: 2px;
    width: 100%;
}
.team-title h5 {
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
}
.team-title span {
    font-size: 12px;
    text-transform: uppercase;
    color: #a5a5a5;
    letter-spacing: 1px;
}



