body{
    background: #ff5500;
}



#button-holder{
    width:100%;
    text-align: center;
    margin-top: 64px;


}

#logo{
    opacity: 1;
}

.text-holder{
    display: flex; 
    width:100%;
    justify-content: center;
}

.text-center, .text-center a{
        text-align: center;
        color: white;
        font-size: 1.2rem;
}

  .email-icon{
        opacity: 0.8;
        height: 32px;
    }


@media screen and (max-width: 481px){
    body{
        padding-top: 25%;
        margin: 0;
    }
    
    .logo-holder{
        width:100%;
        margin: 0 !important;
    }   

    #logo{
        max-height: 300px;
        display: block;
    margin-left: auto;
    margin-right: auto 
    }

    
    .text_small_white{
        color: white;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-weight: 300;
        font-size: 16px;
        width:100%; 
        text-align:center
    }
    
    #social{
        position: absolute;
        bottom:16px;
        left:0;
        width: 100%;
        text-align: center;
    }

    .social-icon{
        margin-left:16px;
        margin-right: 16px;
        width: 32px;
        height: 32px;
        
    }
    
    .text-center{
        width: 80%;
      
    }

    
    
}

@media screen and (min-width: 482px){
    
  

    .text_small_white{
        color: white;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-weight: 300;
        width:100%; 
        text-align:center
    }

    #social{
        position: absolute;
        bottom:16px;
        right: 16px;
    }

    .social-icon{
        margin-left:4px;
        margin-right: 4px;
        width: 32px;
        height: 32px;
    }

    #logo{
        max-height:300px;
        margin-top: 100px;

    }

    .logo-holder{
        width:100%;
        text-align: center;
        margin:0;
    }
    
        
    .text-center{
       width: 600px;
      
    }
}



