* {
    margin: 0;
    padding: 0;
    font-family: 'Courier New', Courier, monospace;
}
body{
    background-repeat: no-repeat;
    background-size: 100%;
    height: 1500px;
    background-color:rgb(142,71,223);
}
.nav{
    background-color:rgb(142,71,223);
    box-shadow: 10px 2px 10px black;
    height: 21%;
    width: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 1;
    
}
.nav a{
    z-index: 0;
    text-shadow: 2px 2px #000;
    width: 10%;
    float: right;
    color: white;
    text-align: center;
    border: 10px;
    border-color: orange;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 25px;
    margin-top: 60px;
}
.nav a:hover{
    font-size: 30px;
}
img{
    height: 200px;
}

.menubtn{
    text-shadow: 2px 2px #000;
    display: none;
    background-color:rgb(142,71,223);
    color: white;
    padding: 12px;
    font-size: 25px;
    border:none;
}
.drop{
    top: 3%;
    right: 1%;
    position: fixed;
    display: inline-block;
}
.drop-content{
    box-shadow: 10px 2px 10px black;
    text-shadow: 2px 2px #000;
    color: white;
    display: none;
    background-color:rgb(142,71,223);
    min-width: 160px;
}
.drop-content a{
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.drop:hover .drop-content {display: block;}
@media only screen and (max-width:1492px){

.nav img{
    height: 145px;
}
.nav{
    background-color:rgb(142,71,223);
    overflow: hidden;
    z-index: -0;
}
.nav a{
    z-index: -1;
    display: none;
}
.menubtn{
    z-index: 1;
    float: right;
    display: block;
}
}


@media (min-width: 1200px) {

.big-box{
    text-shadow: 2px 2px #000;
    color: white;
    font-size: 30px;
    height: 700px;
    width: 800px; 
    position: relative;
    top: 275px;
    left: 850px;
}
/*new css lines for button*/
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
  }
  
  #myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }

  .footer{
    background-color: black;
    margin-top: 50%;
    width: 100%;
    height: 5%;
    text-align: center;
    color: white;
    font-size: 115%;
    padding-top: 30px;
    padding-bottom: .05%;
}

.intro {
    text-shadow: 2px 2px #000;
    color: white;
    font-size: 35px;
    height: 25%;
    width: 90%; 
    position: relative;
    top: 9%;
    left: 10%;
    z-index: -1;
}

.services{
    text-shadow: 2px 2px #000;
    color: white;
    font-size: 30px;
    width: 45%; 
    position: relative;
    top: 5%;
    left: 3%;
    height: 10%;
    z-index: -1;
}

.analysis{
    text-shadow: 2px 2px #000;
    color: white;
    font-size: 30px;
    width: 46%; 
    position: relative;
    top: 26%;
    left: 3%;
    height:10%;
    z-index: -1;
}

.direct{
    text-shadow: 2px 2px #000;
    color: white;
    font-size: 30px;
    width: 40%; 
    position: relative;
    top: 50%;
    left: 3%;
    z-index: -1;
}
.link{
    text-shadow: 2px 2px #000;
    color: white;
    font-size: 30px;
    height: 100px;
    width: 100%; 
    position: relative;
    top: 215px;
    left: 45%;
    z-index: -1;
}

.pictureOne{
    max-width: 800px;
    width: 48%;
    height: auto;
    position: relative;
    top: .06%;
    display: inline-block;
    left:50%;
    z-index: -1;
}

.pictureTwo{
    max-width: 800px;
    width: 48%;
    height: auto;
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 195%;
    z-index: -1;
}

.pictureThree {
    max-width: 800px;
    width: 48%;
    height: auto;
    position: absolute;
    top: 150%;
    display: inline-block;
    left: 50%;
    z-index: -1;
}

}

@media (min-width: 768px) and (max-width: 1199px) {
    body{
        height: 2000px;
    }
    
    .big-box{
        text-shadow: 2px 2px #000;
        color: white;
        font-size: 30px;
        height: 700px;
        width: 10%; 
        position: relative;
        top: 275px;
        left: 850px;
    }
    /*new css lines for button*/
    #myBtn {
        display: none; /* Hidden by default */
        position: fixed; /* Fixed/sticky position */
        top: 16%; /* Place the button at the bottom of the page */
        right: 10px; /* Place the button 30px from the right */
        z-index: 99; /* Make sure it does not overlap */
        border: none; /* Remove borders */
        outline: none; /* Remove outline */
        background-color: red; /* Set a background color */
        color: white; /* Text color */
        cursor: pointer; /* Add a mouse pointer on hover */
        padding: 15px; /* Some padding */
        border-radius: 10px; /* Rounded corners */
        font-size: 18px; /* Increase font size */
        height: 45px;
      }
      
      #myBtn:hover {
        background-color: #555; /* Add a dark-grey background on hover */
      }
    
      .footer{
        background-color: black;
        margin-top: 85%;
        width: 100%;
        height: 5%;
        text-align: center;
        color: white;
        font-size: 115%;
        padding-top: 30px;
        padding-bottom: .05%;
    }
    
    .intro {
        text-shadow: 2px 2px #000;
        color: white;
        font-size: 30px;
        height: 23%;
        width: 90%; 
        position: relative;
        top: 6%;
        left: 10%;
        z-index: -1;
    }
    
    .services{
        text-shadow: 2px 2px #000;
        color: white;
        font-size: 25px;
        height: 11%;
        width: 90%; 
        position: relative;
        top: 0%;
        left: 10%;
        z-index: -1;
    }
    
    .analysis{
        text-shadow: 2px 2px #000;
        color: white;
        font-size: 25px;
        height: 20%;
        width: 90%; 
        position: relative;
        top: 1%;
        left: 10%;
        z-index: -1;
    }
    
    .direct{
        text-shadow: 2px 2px #000;
        color: white;
        font-size: 25px;
        height: 20%;
        width: 90%; 
        position: relative;
        top: 12%;
        left: 10%;
        z-index: -1;
    }
    .link{
        text-shadow: 2px 2px #000;
        color: white;
        font-size: 30px;
        height: 30%;
        width: 90%; 
        position: relative;
        top: 200px;
        left: 45%;
        z-index: -1;
    }
    
    .pictureOne{
        height: 300px;
        position: relative;
        left:18%;
        top: 2%;
        z-index: -1;
    }
    
    .pictureTwo{
        height: 300px;
        position: absolute;
        left: 18%;
        top:145%;
        z-index: -1;
    }
    
    .pictureThree {
        height: 300px;
        position: relative;
        left: 15%;
        top: 2%;
        z-index: -1;
    }
}

@media (min-width: 350px) and (max-width: 767px){
    
    body{
        height: 2000px;
    }
    
    .big-box{
        text-shadow: 2px 2px #000;
        color: white;
        font-size: 30px;
        height: 700px;
        width: 10%; 
        position: relative;
        top: 275px;
        left: 850px;
    }
    /*new css lines for button*/
    #myBtn {
        display: none; /* Hidden by default */
        position: fixed; /* Fixed/sticky position */
        top: 16%; /* Place the button at the bottom of the page */
        right: 10px; /* Place the button 30px from the right */
        z-index: 99; /* Make sure it does not overlap */
        border: none; /* Remove borders */
        outline: none; /* Remove outline */
        background-color: red; /* Set a background color */
        color: white; /* Text color */
        cursor: pointer; /* Add a mouse pointer on hover */
        padding: 15px; /* Some padding */
        border-radius: 10px; /* Rounded corners */
        font-size: 18px; /* Increase font size */
        height: 45px;
      }
      
      #myBtn:hover {
        background-color: #555; /* Add a dark-grey background on hover */
      }
    
      .footer{
        background-color: black;
        margin-top: 85%;
        width: 100%;
        height: 8%;
        text-align: center;
        color: white;
        font-size: 115%;
        padding-top: 30px;
        padding-bottom: .05%;
    }
    
    .intro {
        text-shadow: 2px 2px #000;
        color: white;
        font-size: 23px;
        height: 23%;
        width: 90%; 
        position: relative;
        top: 8%;
        left: 7%;
        z-index: -1;
    }
    
    .services{
        text-shadow: 2px 2px #000;
        color: white;
        font-size: 20px;
        height: 10%;
        width: 90%; 
        position: relative;
        top: 0%;
        left:7%;
        z-index: -1;
    }
    
    .analysis{
        text-shadow: 2px 2px #000;
        color: white;
        font-size: 20px;
        height: 15%;
        width: 90%; 
        position: relative;
        top: 1%;
        left: 7%;
        z-index: -1;
    }
    
    .direct{
        text-shadow: 2px 2px #000;
        color: white;
        font-size: 20px;
        height: 20%;
        width: 90%; 
        position: relative;
        top: 14%;
        left: 7%;
        z-index: -1;
    }
    .link{
        text-shadow: 2px 2px #000;
        color: white;
        font-size: 30px;
        height: 30%;
        width: 90%; 
        position: relative;
        top: 220px;
        left: 45%;
        z-index: -1;
    }
    
    .pictureOne{
        height: 240px;
        position: relative;
        left:5%;
        top: 0%;
        z-index: -1;
    }
    
    .pictureTwo{
        height: 240px;
        position: absolute;
        left: 5%;
        top:138%;
        z-index: -1;
    }
    
    .pictureThree {
        height: 220px;
        position: relative;
        left: 5%;
        top: 2%;
        z-index: -1;
    }
}