/*
Theme Name: button-child
Author: 
Description: Your description goes here
Version: 1.0
Template: button

This is the child theme for Button theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.home-btn {
    border: 1px dashed;
    border-color: white;
    font-weight: bold;
    line-height: 1;
    margin-top: 5px;
    padding: 0.75em 1em;
    text-shadow: none;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s;
    background: #f78769;
    color: white !important;
    outline: 5px solid #f78769;
    box-shadow: none;
}

@media (max-width: 370px) {
    .alignright {
        display: block;
        float: none;
    }
}