@font-face {
    font-family: myFirstFont;
    src: url(HelveticaNeu.otf);
 }

 @font-face {
    font-family: pragmatic;
    src: url(PragmaticaMedium.otf);
 }

body {
    background-image: url('background.png');
    background-size: cover;
    background-repeat: no-repeat;
    font-family: pragmatic;
  
  }

  .topRow{
      padding-top: 50px;
  }

  .greyHey{
      margin-left: 155px!important;
      margin-right: 85px!important;
  }

  .pOne{
    background-image: url("p1.png");
    width: 150px;
    height: 150px;
    background-size: 150px 150px;
    background-repeat: no-repeat;
    border: 1px solid rgb(4, 39, 238);
  }

  .pTwo{
    background-image: url("p2.png");
    width: 150px;
    height: 150px;
    background-size: 150px 150px;
    background-repeat: no-repeat;
    border: 1px solid rgb(4, 39, 238);
  }

  .pThree{
    background-image: url("p3.png");
    width: 150px;
    height: 150px;
    background-size: 150px 150px;
    background-repeat: no-repeat;
    border: 1px solid rgb(4, 39, 238);
  }


  .greyPic{
    border: 1px solid rgb(4, 39, 238);
  }

  .introLetter{
    padding-top: 50px;
    color:black;
    font-weight: bold;
    font-size: 18px;

    text-shadow: 1px 1px #ffffff80;

}

 .blueBack{
     margin-left: 38px;
     margin-top: 20px;
 }

 .logara{
     background-image: url(sodynLogo.png);

     width: 930px!important;
     height: 200px!important;


     background-size: 930px auto;
     background-repeat: no-repeat;
     padding: 0px!important;
     margin: 0px!important;

 }

 .whiteMemories{
    padding-top: 25px;
    color:white;
    font-weight: bold;
    font-size: 18px;

    text-shadow: 2px 2px #00000023;

 }
 .whiteMemoriesVtext{
    padding-top: 25px;
    color:white;
    font-weight: bold;
    font-size: 17px!important;
    text-shadow: 2px 2px #383e7c80;

 }


 .lineDrop{
    line-height: 0.5;
 }

 .invisibleRow{
     padding: 0.1px;
 }

 .ofMemories{
     padding-left: 52px;
 }

 .pragmaticus{
     margin-top: 20px;
     font-size: 16px;
 }

 .boxWithInfo{
     margin-top: 33px;
     background-color: #525ba9;
     height: 230px;
     width: 480px;
     border: 1px solid rgb(13, 9, 228);
     margin-bottom: 20%!important;
 }

 .topEligible{
     font-size: 15px;
     padding-top: 13px;
     color: #fff;
 }

 .eAccess{
     padding-left: 13px;
    color: #fff;
    font-size: 12px;
 }

 .ActiveRem{
    padding-left: 13px;
    color: #fff;
    font-size: 12px; 
 }

 .whiteBox{
     height: 20px;
     width: 20px;
     background-color: aliceblue;
     animation: changeBackgroundColor 4s infinite;

     margin-left: 12px;
     margin-top: 20px;

     z-index: 10;

     border: 2px solid rgb(18, 19, 20);
 }

 .qrBox{
     background-color:  #525ba9;
     border: 3px solid aliceblue;
     box-shadow: 2px 2px 8px 2px #000;
     width: 200px;
     height: 100px;
     margin-left: 71.8%;
     padding-left: 0px;

     z-index: 10;
     position: absolute;
 }
.permaresidence{
    color: aliceblue;
    text-transform: uppercase;
    margin-left: 60px;
    font-size: 10.5px;
    margin-bottom: 0px!important;
    padding-bottom: 0px!important;
    margin-top: 2px;

}
 .oblog{
     margin-top: 8px;
 }
.nSeven{
    margin-left: 5px;
    margin-right: 5px;
}
 .leftSpace{
     margin-right: 3px;
 }

 /* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .greyHey{
        margin-left: 9%!important;
        margin-right: 8%!important;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

    .boxWithInfo{
        margin-left: 20%;
    }

    .greyHey{
        margin-left: 5%!important;
        margin-right: 5%!important;
    }

    .logara{
        background-image: url(sodynLogo.png);

        width: auto!important;
        height: 100px!important;
        
        background-repeat:no-repeat;
        background-size:contain;
        background-position:center;

        padding: 0px!important;
        margin: 0px!important;
   
    }

    .qrBox{
        margin-left: 40%;

     
     }
    
}


 @media (min-width: 767px) { 
    .containerMobile {
      display: none;
    }
    .logara{
        background-image: url(sodynLogo.png);

        width: auto;
        height: 100px;
        
        background-repeat:no-repeat;
        background-size:contain;
        background-position:center;

        padding: 0px!important;
        margin: 0px!important;
   
    }
  }

 @media(max-width:767px){
    .greyHey{
        margin-left: 0%!important;
        margin-right: 0px!important;
    }

    .topRow{
        display: none;
    }
    .itm{
        margin-left: 22%;
        height: 200px;
        width: 200px;
        border: 1px solid rgb(13, 9, 228);
    }
    .topW{
        padding-top: 50px;
    }

    .logara{
        background-image: url(sodynLogo.png);

        width: auto!important;
        height: 100px!important;
        
        background-repeat:no-repeat;
        background-size:contain;
        background-position:center;

        padding: 0px!important;
        margin: 0px!important;
   
    }

    .blueBack{
        margin-left: 0px!important;
        margin-top: 20px;
    }


    
 .boxWithInfo{
    margin-top: 33px;
    background-color: #525ba9;
    height: 300px;
    width: 100%;
    border: 1px solid rgb(13, 9, 228);
    margin-bottom: 80px;
}

.topEligible{
    font-size: 15px;
    padding-top: 13px;
    color: #fff;
}

.eAccess{
    padding-left: 13px;
   color: #fff;
   font-size: 12px;
}

.ActiveRem{
   padding-left: 13px;
   color: #fff;
   font-size: 12px; 
}

.whiteBox{
    height: 20px;
    width: 20px;
    background-color: aliceblue;

    margin-left: 3%;
    margin-bottom: 2%;

    z-index: 10;

    border: 2px solid rgb(18, 19, 20);
}

.qrBox{
    background-color:  #525ba9;
    border: 3px solid aliceblue;
    box-shadow: 2px 2px 8px 2px #000;
    width: 200px;
    height: 100px;
    margin-left: 40%;
    padding-left: 0px;

    z-index: 10;
    position: absolute;
}
.permaresidence{
   color: aliceblue;
   text-transform: uppercase;
   margin-left: 60px;
   font-size: 10.5px;
   margin-bottom: 0px!important;
   padding-bottom: 0px!important;
   margin-top: 2px;

}
.oblog{
    margin-top: 8px;
}
.nSeven{
   margin-left: 5px;
   margin-right: 5px;
}
.leftSpace{
    margin-right: 3px;
}


 }

 @keyframes changeBackgroundColor {
    0% {
      background-color: #fff;
    }
    33% {
      background-color: #80d0fc;
    }
    67% {
        background-color: #80d0fc;
      }
    100% {
      background-color: #fff;
    }
  }