@media screen and (max-width: 700px) {
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  margin-bottom: 0%;
}

.themail{
    font-size: 1.4em;
}
  
.bg-cover-3-1 {
     background: url("../img/powers-home.1.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    }
    
.mb-1{ 
    font-weight: bold;
    color: #a6a6a6;
    text-shadow: 0.045em 0.045em #595959;   
}

.mytext1{
    position: absolute;
    left: 0%;
    top: 20%; 
    transform: translate(50%,-50%);
    text-transform: uppercase;
    font-family: verdana;
    font-size: 3.5em;
    font-weight: 700;
    color: #e6e6e6;
    font-style: italic;
   /* color: #f5f5f5; */
    text-shadow: 1px 1px 1px #919191,
        1px 2px 1px #919191,
        1px 3px 1px #919191,
        1px 4px 1px #919191,
        1px 5px 1px #919191,
        1px 6px 1px #919191,
        1px 7px 1px #919191,
        1px 8px 1px #919191,
        1px 9px 1px #919191,
        1px 10px 1px #919191,
    1px 18px 6px rgba(16,16,16,0.4),
    1px 22px 10px rgba(16,16,16,0.2),
    1px 25px 35px rgba(16,16,16,0.2),
    1px 30px 60px rgba(16,16,16,0.4);
}

.mytext2{
    position: absolute;
    left: -13%;
    top: 40%; 
    transform: translate(50%,-50%);
    text-transform: uppercase;
    font-family: verdana;
    font-style: italic;
    font-size: 3.5em;
    font-weight: 700;
    color: #e6e6e6;
    /* color: #f5f5f5; */
    text-shadow: 1px 1px 1px #919191,
        1px 2px 1px #919191,
        1px 3px 1px #919191,
        1px 4px 1px #919191,
        1px 5px 1px #919191,
        1px 6px 1px #919191,
        1px 7px 1px #919191,
        1px 8px 1px #919191,
        1px 9px 1px #919191,
        1px 10px 1px #919191,
    1px 18px 6px rgba(16,16,16,0.4),
    1px 22px 10px rgba(16,16,16,0.2),
    1px 25px 35px rgba(16,16,16,0.2),
    1px 30px 60px rgba(16,16,16,0.4);
}

.footer {
font-size : 0.8em;
font-weight : normal;
text-align: center;
margin-top: 4.0em;
padding-top: 3.0em;
padding-bottom: 3.0em;
background-color: #f2f2f2;
}

.spacerA{
    height: 3.0em;
}

.spacer{
    height: 8.0em;
}

.icon-1 {
    color: #fd4d40;
    font-size: 5.0em;
    margin-bottom: 0.3em;
}
.icon-2 {
    color: #fdb62f;
    font-size: 5.0em;
    margin-bottom: 0.3em;
}
.icon-3 {
    color: #16c3b0;
    font-size: 5.0em;
    margin-bottom: 0.3em;
}

}