body {
    padding-top: 50px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.textShadow {
    text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.7);
}

.light-blue-color {
    color: #779ecb;
}
.teal-color {
    color: #70C1BD;
}
.teal-button {
    box-shadow: inset 0px 1px 0px 0px #87eee9;
    background-color: #70C1BD;
    border-radius: 10px;
    border: 1px solid #58a8a4;
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2c7773;
    transition: 0.3s;
    color: #ffffff;
}
.teal-button:hover {
    background-color: #56aaa6;
}
.home-teal-btn {
    padding: 14px 36px;
}

.light-grey-button {
    box-shadow: inset 0px 1px 0px 0px #c0c2c5;
    background-color: #aaacaf;
    border-radius: 10px;
    border: 1px solid #787a7c;
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0px 1px 0px #6c6e70;
    transition: 0.3s;
    color: #ffffff;
}
.light-grey-button:hover {
    background-color: #737577;
}
.home-light-grey-btn {
    padding: 14px 36px;
}

#home {
    background-image: url(../assets/geek-appliance-kitchen.jpg);
    background-position: top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 575px;
}

.g-recaptcha {
    display: block;
    float: left;
    width: 304px;
}

