html {
    scroll-behavior: smooth;
}
.is-180x180{
    height: 180px;
    width: 180px;
}
.service-list > li{
    margin: 30px 0 0 0;
}
.has-bg-image {
    background-image: url('../images/cover123.JPG');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.bulma-image {
    width: 200px;
}
.interests {
    display: flex;
    justify-content: center;
}

.summary-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 36em;
}

.columns:not(.is-desktop) {
    display:flex;
    justify-content: center;
}

.subtitle.is-6 {
    float: right;
}
.title:not(.is-spaced) + .subtitle {
    margin-top: auto;
}

.iframe-rwd  {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.iframe-rwd iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
