
.google-btn {
    width: 184px;
    height: 42px;
    background-color: #4285f4;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.25);}
.google-icon-wrapper {
    position: relative;
    margin-top: 1px;
    margin-right: 1px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: white;
    float: right;
}
.google-icon {
    position: absolute;
    margin-top: 11px;
    margin-left: 11px;
    width: 18px;
    height: 18px;
    left: 0px;
}
.btn-text {
    float: right;
    margin-right: 15%;
    margin-top: 11px;
    color: white;
    font-size: 14px;
    letter-spacing: 0.2px;
    font-family: "Roboto";
    text-align: right;
}

.btn-text b{
    text-align: right;
}
:hover {
    box-shadow: 0 0 6px #4285f4;
}
:active {
    background: #1669F2;
}
h5.card-header, p.card-text{
    text-align: right;
}

.nav-item a, .nav-item a:hover{
    color: white;
}
.nav-item:hover, .nav-item a:hover{
    box-shadow: 0 0 6px #ffffff;
}
img {
    height: 100px; float: right; margin-top: 10px; margin-bottom: 10px;
}
@media (min-width: 768px) {
    .nav {
        margin-top: 33px; margin-left: 10%; float:left;

    }
    img {
        margin-right: 10%;
    }
    .spaces h4, .spaces h5{
        margin: 20px 0px 20px 0px;
    }

}
@media (max-width: 767px) {
    .nav {
        padding-inline-start: 0px;
    }

}
.btn-primary{
    float: right;
}
.footer{
    margin-top: 50px;
    margin-bottom: 30px;
}

@import url(https://fonts.googleapis.com/css?family=Roboto:500);
