.btn{
    width:100%;
    font-family: 'Varela Round', sans-serif;
}

.btn a{
    display:inline-block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-weight: 600;
    text-decoration: none;
}



.btn-large{
    font-size: 1.125rem;
    padding: 14px 40px;
}

.btn-medium{
    font-size: 1rem;
    padding: 11px 33px;
}

.btn-small{
    font-size: 0.875rem;
    padding: 7px 25px;
    font-family: arial, sans-serif;
}

.align-center{
    text-align: center;
    padding: 0px 5px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.align-left{
    text-align: left;
    padding: 0px 5px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.align-right{
    text-align: right;
    padding: 0px 5px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
