body {
    padding: 0px;
    margin: 0px;
}

    .arrow img {
        height:100%;
    }

@media screen and (min-width: 1441px){ /*4k*/
    .arrow
    {
        width:100%;
        background-color:#2d323e;
        left: -2px;
        height: 100px;
        z-index: 5;
        display:block;
        text-align:center;
        padding:15px;
    }


     .Photo
     {
        display:block;
        position: relative;
     }

     .Photo img {
         width:100%;
         left: 0px;
          z-index: 1;
       }


      .Photo .draw {
         width:100%;
         background-color: #2d323e;
         opacity: 0.941;
         z-index: 2;
         position: absolute;
         min-height: 100%;
     }

      .Photo h2 {
        font-size: 80px;
        font-family: "Myriad Pro";
        color: rgb(254, 253, 253);
        line-height: 1.2;
        text-align: left;
        position: absolute;
        left: 51px;
        top: 135px;
        z-index: 7;

      }

      .Photo  p {
        font-size: 40px;
        font-family: "Myriad Pro";
        color: rgb(254, 253, 253);
        line-height: 1.2;
        text-align: left;
        position: absolute;
        left:51px;
        top: 275px;
        z-index: 8;
        width:48%;
      }

     .content
     {
         display:block;
         background-color: rgb(223, 222, 222);
         padding-bottom:20px;
     }


     .content p
     {
        font-size: 25px;
        font-family: "Myriad Pro";
        color: rgb(46, 51, 63);
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        float:left;
     }

     .content .firstDivFeed{
         padding-bottom:3%;
         padding-top:3%;
     }

     .content .firstDivFeed p
     {
         display:block;
         width: 100%;
         float:none;
         
     }

     .content .OtherDiv
     {
         text-align:center;
         width:80%;
         margin:0 auto;
         margin-bottom: 3%;
     }

     .content .OtherDiv p
     {
         text-align:right;
     }


     .content .DroplFeed {
          width: 60%;
          height: 40px;
          font-size: 25px;
          font-family: "Myriad Pro";
          color: rgb(46, 51, 63);
          font-weight: bold;
          line-height: 1.2;
          text-align: center;
          padding:5px;
     }

     .content .TextFeed {
            width: 75%;
            height: 400px;
            font-size: 25px;
            font-family: "Myriad Pro";
            color: rgb(46, 51, 63);
            font-weight: bold;
            line-height: 1.2;
            padding:5px;
     }

     .content .emailFeed
     {
        width: 45%;
        height: 40px;
        font-size: 25px;
        font-family: "Myriad Pro";
        color: rgb(46, 51, 63);
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        padding:5px;
     }

     .content .UploadFeed 
     {
        width: 100%;
        font-size: 25px;
        font-family: "Myriad Pro";
        /*color:rgb(46, 51, 63);*/
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        padding:25px;
     }

     .button
     {
         display:block;
         text-align:center;
     }

     .MyButtonFeed
     {
        background-color: rgb(46, 51, 63);
        width: 300px;
        height: 60px;
        margin-top:20px;
        font-size: 30px;
        font-family: "Myriad Pro";
        color: rgb(249, 249, 250);
        font-weight: bold;
        line-height: 1.2;
        text-align: left;
        text-align:center;
}
     
}

@media screen and (max-width: 1440px) and (min-width: 1136px) { /*Laptop L*/
        .arrow
    {
        width:100%;
        background-color:#2d323e;
        left: -2px;
        height: 100px;
        z-index: 5;
        display:block;
        text-align:center;
        padding:15px;
    }


     .Photo
     {
        display:block;
        position: relative;
     }

     .Photo img {
         width:100%;
         left: 0px;
          z-index: 1;
       }


      .Photo .draw {
         width:100%;
         background-color: #2d323e;
         opacity: 0.941;
         z-index: 2;
         position: absolute;
         min-height: 100%;
     }

      .Photo h2 {
        font-size: 80px;
        font-family: "Myriad Pro";
        color: rgb(254, 253, 253);
        line-height: 1.2;
        text-align: left;
        position: absolute;
        left: 51px;
        top: 135px;
        z-index: 7;

      }

      .Photo  p {
        font-size: 40px;
        font-family: "Myriad Pro";
        color: rgb(254, 253, 253);
        line-height: 1.2;
        text-align: left;
        position: absolute;
        left:51px;
        top: 275px;
        z-index: 8;
        width:48%;
      }

     .content
     {
         display:block;
         background-color: rgb(223, 222, 222);
         padding-bottom:20px;
     }


     .content p
     {
        font-size: 25px;
        font-family: "Myriad Pro";
        color: rgb(46, 51, 63);
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        float:left;
     }

     .content .firstDivFeed{
         padding-bottom:3%;
         padding-top:3%;
     }

     .content .firstDivFeed p
     {
         display:block;
         width: 100%;
         float:none;
         
     }

     .content .OtherDiv
     {
         text-align:center;
         width:80%;
         margin:0 auto;
         margin-bottom: 3%;
     }

     .content .OtherDiv p
     {
         text-align:right;
     }


     .content .DroplFeed {
          width: 60%;
          height: 40px;
          font-size: 25px;
          font-family: "Myriad Pro";
          color: rgb(46, 51, 63);
          font-weight: bold;
          line-height: 1.2;
          text-align: center;
          padding:5px;
     }

     .content .TextFeed {
            width: 75%;
            height: 400px;
            font-size: 25px;
            font-family: "Myriad Pro";
            color: rgb(46, 51, 63);
            font-weight: bold;
            line-height: 1.2;
            padding:5px;
     }

     .content .emailFeed
     {
        width: 45%;
        height: 40px;
        font-size: 25px;
        font-family: "Myriad Pro";
        color: rgb(46, 51, 63);
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        padding:5px;
     }

     .content .UploadFeed 
     {
        width: 100%;
        font-size: 25px;
        font-family: "Myriad Pro";
        /*color:rgb(46, 51, 63);*/
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        padding:25px;
     }

     .button
     {
         display:block;
         text-align:center;
     }

     .MyButtonFeed
     {
        background-color: rgb(46, 51, 63);
        width: 300px;
        height: 60px;
        margin-top:20px;
        font-size: 30px;
        font-family: "Myriad Pro";
        color: rgb(249, 249, 250);
        font-weight: bold;
        line-height: 1.2;
        text-align: left;
        text-align:center;
}
}

@media screen and (max-width: 1135px) and (min-width: 989px){ /*Laptop*/
           .arrow
    {
        width:100%;
        background-color:#2d323e;
        left: -2px;
        height: 100px;
        z-index: 5;
        display:block;
        text-align:center;
        padding:15px;
    }


     .Photo
     {
        display:block;
        position: relative;
     }

     .Photo img {
         width:100%;
         left: 0px;
          z-index: 1;
       }


      .Photo .draw {
         width:100%;
         background-color: #2d323e;
         opacity: 0.941;
         z-index: 2;
         position: absolute;
         min-height: 100%;
     }

      .Photo h2 {
        font-size: 65px;
        font-family: "Myriad Pro";
        color: rgb(254, 253, 253);
        line-height: 1.2;
        text-align: left;
        position: absolute;
        left: 51px;
        top: 135px;
        z-index: 7;

      }

      .Photo  p {
        font-size: 30px;
        font-family: "Myriad Pro";
        color: rgb(254, 253, 253);
        line-height: 1.2;
        text-align: left;
        position: absolute;
        left:51px;
        top: 275px;
        z-index: 8;
        width:48%;
      }

     .content
     {
         display:block;
         background-color: rgb(223, 222, 222);
         padding-bottom:20px;
     }


     .content p
     {
        font-size: 25px;
        font-family: "Myriad Pro";
        color: rgb(46, 51, 63);
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        float:left;
     }

     .content .firstDivFeed{
         padding-bottom:3%;
         padding-top:3%;
     }

     .content .firstDivFeed p
     {
         display:block;
         width: 100%;
         float:none;
         
     }

     .content .OtherDiv
     {
         text-align:center;
         width:80%;
         margin:0 auto;
         margin-bottom: 3%;
     }

     .content .OtherDiv p
     {
         text-align:right;
     }


     .content .DroplFeed {
          width: 60%;
          height: 40px;
          font-size: 25px;
          font-family: "Myriad Pro";
          color: rgb(46, 51, 63);
          font-weight: bold;
          line-height: 1.2;
          text-align: center;
          padding:5px;
     }

     .content .TextFeed {
            width: 75%;
            height: 400px;
            font-size: 25px;
            font-family: "Myriad Pro";
            color: rgb(46, 51, 63);
            font-weight: bold;
            line-height: 1.2;
            padding:5px;
     }

     .content .emailFeed
     {
        width: 45%;
        height: 40px;
        font-size: 25px;
        font-family: "Arial";
        color: rgb(46, 51, 63);
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        padding:5px;
     }

     .content .UploadFeed 
     {
        width: 100%;
        font-size: 25px;
        font-family: "Myriad Pro";
        /*color:rgb(46, 51, 63);*/
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        padding:25px;
     }

     .button
     {
         display:block;
         text-align:center;
     }

     .MyButtonFeed
     {
        background-color: rgb(46, 51, 63);
        width: 300px;
        height: 60px;
        margin-top:20px;
        font-size: 30px;
        font-family: "Myriad Pro";
        color: rgb(249, 249, 250);
        font-weight: bold;
        line-height: 1.2;
        text-align: left;
        text-align:center;
} 
}

@media screen and  (max-width: 988px) and (min-width: 905px)  { /*Table*/
            .arrow
    {
        width:100%;
        background-color:#2d323e;
        left: -2px;
        height: 100px;
        z-index: 5;
        display:block;
        text-align:center;
        padding:15px;
    }


     .Photo
     {
        display:block;
        position: relative;
     }

     .Photo img {
         width:100%;
         left: 0px;
          z-index: 1;
       }


      .Photo .draw {
         width:100%;
         background-color: #2d323e;
         opacity: 0.941;
         z-index: 2;
         position: absolute;
         min-height: 100%;
     }

      .Photo h2 {
        font-size: 60px;
        font-family: "Myriad Pro";
        color: rgb(254, 253, 253);
        line-height: 1.2;
        text-align: left;
        position: absolute;
        left: 51px;
        top: 135px;
        z-index: 7;

      }

      .Photo  p {
        font-size: 30px;
        font-family: "Myriad Pro";
        color: rgb(254, 253, 253);
        line-height: 1.2;
        text-align: left;
        position: absolute;
        left:51px;
        top: 275px;
        z-index: 8;
        width:48%;
      }

     .content
     {
         display:block;
         background-color: rgb(223, 222, 222);
         padding-bottom:20px;
     }


     .content p
     {
        font-size: 25px;
        font-family: "Myriad Pro";
        color: rgb(46, 51, 63);
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        float:left;
     }

     .content .firstDivFeed{
         padding-bottom:3%;
         padding-top:3%;
     }

     .content .firstDivFeed p
     {
         display:block;
         width: 100%;
         float:none;
         
     }

     .content .OtherDiv
     {
         text-align:center;
         width:80%;
         margin:0 auto;
         margin-bottom: 3%;
     }

     .content .OtherDiv p
     {
         text-align:right;
     }


     .content .DroplFeed {
          width: 60%;
          height: 40px;
          font-size: 25px;
          font-family: "Myriad Pro";
          color: rgb(46, 51, 63);
          font-weight: bold;
          line-height: 1.2;
          text-align: center;
          padding:5px;
     }

     .content .TextFeed {
            width: 75%;
            height: 400px;
            font-size: 25px;
            font-family: "Arial";
            color: rgb(46, 51, 63);
            font-weight: bold;
            line-height: 1.2;
            padding:5px;
     }

     .content .emailFeed
     {
        width: 45%;
        height: 40px;
        font-size: 25px;
        font-family: "Arial";
        color: rgb(46, 51, 63);
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        padding:5px;
     }

     .content .UploadFeed 
     {
        width: 100%;
        font-size: 25px;
        font-family: "Myriad Pro";
        /*color:rgb(46, 51, 63);*/
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        padding:25px;
     }

     .button
     {
         display:block;
         text-align:center;
     }

     .MyButtonFeed
     {
        background-color: rgb(46, 51, 63);
        width: 300px;
        height: 60px;
        margin-top:20px;
        font-size: 30px;
        font-family: "Myriad Pro";
        color: rgb(249, 249, 250);
        font-weight: bold;
        line-height: 1.2;
        text-align: left;
        text-align:center;
}
}

@media screen and  (max-width: 904px) and (min-width: 877px)  { /*Table*/
                .arrow
    {
        width:100%;
        background-color:#2d323e;
        left: -2px;
        height: 100px;
        z-index: 5;
        display:block;
        text-align:center;
        padding:15px;
    }


     .Photo
     {
        display:block;
        position: relative;
     }

     .Photo img {
         width:100%;
         left: 0px;
          z-index: 1;
       }


      .Photo .draw {
         width:100%;
         background-color: #2d323e;
         opacity: 0.941;
         z-index: 2;
         position: absolute;
         min-height: 100%;
     }

      .Photo h2 {
        font-size: 55px;
        font-family: "Myriad Pro";
        color: rgb(254, 253, 253);
        line-height: 1.2;
        text-align: left;
        position: absolute;
        left: 51px;
        top: 135px;
        z-index: 7;

      }

      .Photo  p {
        font-size: 25px;
        font-family: "Myriad Pro";
        color: rgb(254, 253, 253);
        line-height: 1.2;
        text-align: left;
        position: absolute;
        left:51px;
        top: 275px;
        z-index: 8;
        width:48%;
      }

     .content
     {
         display:block;
         background-color: rgb(223, 222, 222);
        padding-bottom:20px;
     }


     .content p
     {
        font-size: 25px;
        font-family: "Myriad Pro";
        color: rgb(46, 51, 63);
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        float:left;
     }

     .content .firstDivFeed{
         padding-bottom:3%;
         padding-top:3%;
     }

     .content .firstDivFeed p
     {
         display:block;
         width: 100%;
         float:none;
         
     }

     .content .OtherDiv
     {
         text-align:center;
         width:80%;
         margin:0 auto;
         margin-bottom: 3%;
     }

     .content .OtherDiv p
     {
         text-align:right;
     }


     .content .DroplFeed {
          width: 60%;
          height: 40px;
          font-size: 25px;
          font-family: "Myriad Pro";
          color: rgb(46, 51, 63);
          font-weight: bold;
          line-height: 1.2;
          text-align: center;
          padding:5px;
     }

     .content .TextFeed {
            width: 75%;
            height: 400px;
            font-size: 25px;
            font-family: "Myriad Pro";
            color: rgb(46, 51, 63);
            font-weight: bold;
            line-height: 1.2;
            padding:5px;
     }

     .content .emailFeed
     {
        width: 45%;
        height: 40px;
        font-size: 25px;
        font-family: "Myriad Pro";
        color: rgb(46, 51, 63);
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        padding:5px;
     }

     .content .UploadFeed 
     {
        width: 100%;
        font-size: 25px;
        font-family: "Myriad Pro";
        /*color:rgb(46, 51, 63);*/
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        padding:25px;
     }

     .button
     {
         display:block;
         text-align:center;
     }

     .MyButtonFeed
     {
        background-color: rgb(46, 51, 63);
        width: 300px;
        height: 60px;
        margin-top:20px;
        font-size: 30px;
        font-family: "Myriad Pro";
        color: rgb(249, 249, 250);
        font-weight: bold;
        line-height: 1.2;
        text-align: left;
        text-align:center;
}           
}

@media screen and  (max-width: 876px) and (min-width: 596px)  { /*Table*/
                    .arrow
    {
        width:100%;
        background-color:#2d323e;
        left: -2px;
        height: 100px;
        z-index: 5;
        display:block;
        text-align:center;
        padding:15px;
    }


     .Photo
     {
        display:block;
        position: relative;
     }

     .Photo img {
         width:100%;
         left: 0px;
          z-index: 1;
       }


      .Photo .draw {
         width:100%;
         background-color: #2d323e;
         opacity: 0.941;
         z-index: 2;
         position: absolute;
         min-height: 100%;
     }

      .Photo h2 {
        font-size: 55px;
        font-family: "Myriad Pro";
        color: rgb(254, 253, 253);
        line-height: 1.2;
        text-align: left;
        position: absolute;
        left: 91px;
        top: 30px;
        z-index: 7;

      }

      .Photo  p {
        font-size: 25px;
        font-family: "Myriad Pro";
        color: rgb(254, 253, 253);
        line-height: 1.2;
        text-align: left;
        position: absolute;
        left:51px;
        top: 120px;
        z-index: 8;
        width:80%;
      }

     .content
     {
         display:block;
         background-color: rgb(223, 222, 222);
         padding-bottom:20px;
     }


     .content p
     {
        font-size: 25px;
        font-family: "Myriad Pro";
        color: rgb(46, 51, 63);
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        float:left;
     }

     .content .firstDivFeed{
         padding-bottom:3%;
         padding-top:3%;
     }

     .content .firstDivFeed p
     {
         display:block;
         width: 100%;
         float:none;
         
     }

     .content .OtherDiv
     {
         text-align:center;
         width:80%;
         margin:0 auto;
         margin-bottom: 3%;
     }

     .content .OtherDiv p
     {
         text-align:right;
     }


     .content .DroplFeed {
          width: 60%;
          height: 40px;
          font-size: 25px;
          font-family: "Myriad Pro";
          color: rgb(46, 51, 63);
          font-weight: bold;
          line-height: 1.2;
          text-align: center;
          padding:5px;
     }

     .content .TextFeed {
            width: 100%;
            height: 400px;
            font-size: 25px;
            font-family: "Myriad Pro";
            color: rgb(46, 51, 63);
            font-weight: bold;
            line-height: 1.2;
            padding:5px;
     }

     .content .emailFeed
     {
        width: 100%;
        height: 40px;
        font-size: 25px;
        font-family: "Myriad Pro";
        color: rgb(46, 51, 63);
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        padding:5px;
     }

     .content .UploadFeed 
     {
        width: 100%;
        font-size: 25px;
        font-family: "Myriad Pro";
        /*color:rgb(46, 51, 63);*/
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        padding:25px;
     }

     .button
     {
         display:block;
         text-align:center;
     }

     .MyButtonFeed
     {
        background-color: rgb(46, 51, 63);
        width: 300px;
        height: 60px;
        margin-top:20px;
        font-size: 30px;
        font-family: "Myriad Pro";
        color: rgb(249, 249, 250);
        font-weight: bold;
        line-height: 1.2;
        text-align: left;
        text-align:center;
}           
}

@media screen and (max-width: 595px) and (min-width: 412px) { /*Mobile L*/
                       .arrow
    {
        width:100%;
        background-color:#2d323e;
        left: -2px;
        height: 70px;
        z-index: 5;
        display:block;
        text-align:center;
        padding:11px;
    }


     .Photo
     {
        display:block;
        position: relative;
     }

     .Photo img {
         width:100%;
         left: 0px;
          z-index: 1;
       }


      .Photo .draw {
         width:100%;
         background-color: #2d323e;
         opacity: 0.941;
         z-index: 2;
         position: absolute;
         min-height: 100%;
     }

      .Photo h2 {
        font-size: 45px;
        font-family: "Myriad Pro";
        color: rgb(254, 253, 253);
        line-height: 1.2;
        text-align: left;
        position: absolute;
        left: 71px;
        top: 30px;
        z-index: 7;

      }

      .Photo  p {
        font-size: 20px;
        font-family: "Myriad Pro";
        color: rgb(254, 253, 253);
        line-height: 1.2;
        text-align: left;
        position: absolute;
        left:51px;
        top: 120px;
        z-index: 8;
        width:80%;
      }

     .content
     {
         display:block;
         background-color: rgb(223, 222, 222);
         padding-bottom:20px;
     }


     .content p
     {
        font-size: 20px;
        font-family: "Myriad Pro";
        color: rgb(46, 51, 63);
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        float:left;
     }

     .content .firstDivFeed{
         padding-bottom:3%;
         padding-top:3%;
     }

     .content .firstDivFeed p
     {
         display:block;
         width: 100%;
         float:none;
         
     }

     .content .OtherDiv
     {
         text-align:center;
         width:80%;
         margin:0 auto;
         margin-bottom: 3%;
     }

     .content .OtherDiv p
     {
         text-align:right;
     }


     .content .DroplFeed {
          width: 60%;
          height: 40px;
          font-size: 20px;
          font-family: "Myriad Pro";
          color: rgb(46, 51, 63);
          font-weight: bold;
          line-height: 1.2;
          text-align: center;
          padding:5px;
     }

     .content .TextFeed {
            width: 100%;
            height: 400px;
            font-size: 15px;
            font-family: "Myriad Pro";
            color: rgb(46, 51, 63);
            font-weight: bold;
            line-height: 1.2;
            padding:5px;
     }

     .content .emailFeed
     {
        width: 100%;
        height: 40px;
        font-size: 15px;
        font-family: "Myriad Pro";
        color: rgb(46, 51, 63);
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        padding:5px;
     }

     .content .UploadFeed 
     {
        width: 100%;
        font-size: 25px;
        font-family: "Myriad Pro";
        /*color:rgb(46, 51, 63);*/
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        padding:25px;
     }

     .button
     {
         display:block;
         text-align:center;
     }

     .MyButtonFeed
     {
        background-color: rgb(46, 51, 63);
        width: 300px;
        height: 60px;
        margin-top:20px;
        font-size: 30px;
        font-family: "Myriad Pro";
        color: rgb(249, 249, 250);
        font-weight: bold;
        line-height: 1.2;
        text-align: left;
        text-align:center;
}       
}

@media screen and (max-width: 411px) and (min-width: 338px)   { /*Mobile M*/
    .arrow
    {
        width:100%;
        background-color:#2d323e;
        left: -2px;
        height: 70px;
        z-index: 5;
        display:block;
        text-align:center;
        padding:11px;
    }


     .Photo
     {
        display:block;
        position: relative;
     }

     .Photo img {
         width:100%;
         left: 0px;
          z-index: 1;
       }


      .Photo .draw {
         width:100%;
         background-color: #2d323e;
         opacity: 0.941;
         z-index: 2;
         position: absolute;
         min-height: 100%;
     }

      .Photo h2 {
        font-size: 30px;
        font-family: "Myriad Pro";
        color: rgb(254, 253, 253);
        line-height: 1.2;
        text-align: left;
        position: absolute;
        left: 71px;
        top: 30px;
        z-index: 7;

      }

      .Photo  p {
        font-size: 15px;
        font-family: "Myriad Pro";
        color: rgb(254, 253, 253);
        line-height: 1.2;
        text-align: left;
        position: absolute;
        left:51px;
        top: 100px;
        z-index: 8;
        width:80%;
      }

     .content
     {
         display:block;
         background-color: rgb(223, 222, 222);
         padding-bottom:20px;
     }


     .content p
     {
        font-size: 15px;
        font-family: "Myriad Pro";
        color: rgb(46, 51, 63);
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        float:left;
     }

     .content .firstDivFeed{
         padding-bottom:3%;
         padding-top:3%;
     }

     .content .firstDivFeed p
     {
         display:block;
         width: 100%;
         float:none;
         
     }

     .content .OtherDiv
     {
         text-align:center;
         width:80%;
         margin:0 auto;
         margin-bottom: 3%;
     }

     .content .OtherDiv p
     {
         text-align:right;
     }


     .content .DroplFeed {
          width: 60%;
          height: 40px;
          font-size: 15px;
          font-family: "Myriad Pro";
          color: rgb(46, 51, 63);
          font-weight: bold;
          line-height: 1.2;
          text-align: center;
          padding:5px;
     }

     .content .TextFeed {
            width: 100%;
            height: 400px;
            font-size: 15px;
            font-family: "Myriad Pro";
            color: rgb(46, 51, 63);
            font-weight: bold;
            line-height: 1.2;
            padding:5px;
     }

     .content .emailFeed
     {
        width: 100%;
        height: 40px;
        font-size: 15px;
        font-family: "Myriad Pro";
        color: rgb(46, 51, 63);
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        padding:5px;
     }

     .content .UploadFeed 
     {
        width: 100%;
        font-size: 15px;
        font-family: "Myriad Pro";
        /*color:rgb(46, 51, 63);*/
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        padding:25px;
     }

     .button
     {
         display:block;
         text-align:center;
     }

     .MyButtonFeed
     {
        background-color: rgb(46, 51, 63);
        width: 300px;
        height: 60px;
        margin-top:20px;
        font-size: 30px;
        font-family: "Myriad Pro";
        color: rgb(249, 249, 250);
        font-weight: bold;
        line-height: 1.2;
        text-align: left;
        text-align:center;
}            
}

@media screen and (max-width: 338px) { /*Mobile S*/
    .arrow
    {
        width:100%;
        background-color:#2d323e;
        left: -2px;
        height: 60px;
        z-index: 5;
        display:block;
        text-align:center;
        padding:11px;
    }


     .Photo
     {
        display:block;
        position: relative;
     }

     .Photo img {
         width:100%;
         left: 0px;
          z-index: 1;
       }


      .Photo .draw {
         width:100%;
         background-color: #2d323e;
         opacity: 0.941;
         z-index: 2;
         position: absolute;
         min-height: 100%;
     }

      .Photo h2 {
        font-size: 30px;
        font-family: "Myriad Pro";
        color: rgb(254, 253, 253);
        line-height: 1.2;
        text-align: left;
        position: absolute;
        left: 71px;
        top: 30px;
        z-index: 7;

      }

      .Photo  p {
        font-size: 15px;
        font-family: "Myriad Pro";
        color: rgb(254, 253, 253);
        line-height: 1.2;
        text-align: left;
        position: absolute;
        left:51px;
        top: 100px;
        z-index: 8;
        width:80%;
      }

     .content
     {
         display:block;
         background-color: rgb(223, 222, 222);
         padding-bottom:20px;
     }


     .content p
     {
        font-size: 15px;
        font-family: "Myriad Pro";
        color: rgb(46, 51, 63);
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        float:left;
     }

     .content .firstDivFeed{
         padding-bottom:3%;
         padding-top:3%;
     }

     .content .firstDivFeed p
     {
         display:block;
         width: 100%;
         float:none;
         
     }

     .content .OtherDiv
     {
         text-align:center;
         width:80%;
         margin:0 auto;
         margin-bottom: 3%;
     }

     .content .OtherDiv p
     {
         text-align:right;
     }


     .content .DroplFeed {
          width: 60%;
          height: 40px;
          font-size: 15px;
          font-family: "Myriad Pro";
          color: rgb(46, 51, 63);
          font-weight: bold;
          line-height: 1.2;
          text-align: center;
          padding:5px;
     }

     .content .TextFeed {
            width: 100%;
            height: 400px;
            font-size: 15px;
            font-family: "Myriad Pro";
            color: rgb(46, 51, 63);
            font-weight: bold;
            line-height: 1.2;
            padding:5px;
     }

     .content .emailFeed
     {
        width: 100%;
        height: 40px;
        font-size: 15px;
        font-family: "Myriad Pro";
        color: rgb(46, 51, 63);
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        padding:5px;
     }

     .content .UploadFeed 
     {
        width: 100%;
        font-size: 15px;
        font-family: "Myriad Pro";
        /*color:rgb(46, 51, 63);*/
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        padding:25px;
     }

     .button
     {
         display:block;
         text-align:center;
     }

     .MyButtonFeed
     {
        background-color: rgb(46, 51, 63);
        width: 300px;
        height: 60px;
        margin-top:20px;
        font-size: 30px;
        font-family: "Myriad Pro";
        color: rgb(249, 249, 250);
        font-weight: bold;
        line-height: 1.2;
        text-align: left;
        text-align:center;
}                  
}


