@media screen and (max-width: 481px){
    body{
        padding-top: 25%;
    }
    
    #logo-holder{
        width:100%;
        
    }   

    #logo{
        width: 85%;
    }

    
    .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;
        opacity: 0.7;
        
    }

    .center {
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    
    #logo{
        min-width: 300px;
    }
        
        
}

@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;
    }
}

body{
    background: #ff5500;
}



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


}

#logo{
    opacity: 1;
}

