
html {
    font-size: .9rem;
}

p {
    margin-bottom: .5rem;
}

.v-card-container {
    background-image: url("bg-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 40vh;
}

.view-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100vh;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin-bottom: 0;
}

.v-card {
    margin: auto;
}

.v-card .card-body {
    padding: 1rem;
}

.sm-avatar {
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.sm-avatar img {
    max-height: 100px;
    max-width: 100%;
}

.v-card-link > * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 .5rem;
}

.v-card-link img {
    max-width: 40px;
}

.container {
    max-width: 480px;
}

.btn-logo-claim {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
}

.sm-logo-claim {
    display: inline-block;
}

.sm-logo-claim > img {
    display: inline-block;
    vertical-align: middle;
}

header .sm-logo-claim {
    font-size: 0;
}

header .sm-logo-claim > img {
    padding-left: .25rem;
    padding-right: .25rem;
}

header .sm-logo-claim > img:first-child {
    max-height: 33px;
}

header .sm-logo-claim > img:last-child {
    max-height: 18px;
}

footer {
    text-align: center;
    background-color: rgba(0,0,0,.03);
}

footer .sm-logo-claim {
    padding-left: .5rem;
}

footer .btn {
    padding-left: 0;
    padding-right: 0;
}

footer .sm-logo-claim > img:first-child {
    max-height: 20px;
}

footer .sm-logo-claim > img:last-child {
    max-height: 13px;
}

/* plugin */

.smartmeeting-website-plugin {
    padding-bottom: .5rem;
}

.sm-wp-claim {
    display: none;
}

.sm-wp-page-title,
.sm-wp-page-subtitle,
.sm-wp-section-title,
.sm-wp-section-subtitle {
    text-align: center;
    margin: 1rem 0;
}

.sm-wp-suggestion .card-body {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.card-title {
    margin-bottom: .25rem;
    font-size: 1.5rem;
}

.sm-wp-button {
    width: 100%;
}

.sm-wp-description {
    text-align: center;
}

.sm-wp-avatar {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

h4, h2, h3 {
    font-size: 1rem;
}