.topview {
    height: 100vh;
    overflow: hidden;
}

.topview > .row {
    height: 100%;
}

.topview .row .left {
    height: 100%;
    background: #2c3e50;
}

.topview .row .right {
    height: 100%;
    background: rgb(204, 82, 82);
}

.center {
    height: 100%;
    text-align: center;
    color: #fff;
}

.center .logo{
    color: #ecf0f1;
    font-family: 'Oleo Script', cursive;
    font-size: 3em;
    text-align: center;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.website img{
    width: 200px;
    border: 5px solid white;
    border-radius: 130px;
}

.center p {
    font-size: 1.25rem;
}

#contact {
    background: rgb(204, 82, 82);
}

.divider-custom {
    margin: 1.25rem 0 1.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.divider-custom-line {
    background-color: #fff;
    width: 100%;
    max-width: 7rem;
    height: 0.25rem;
    border-radius: 1rem;
}

.divider-custom-line:first-child {
    margin-right: 1rem;
}

.divider-custom-icon {
    color: #fff;
}

.divider-custom-line:last-child {
    margin-left: 1rem;
}

.caption {
    font-size: 2rem;
    line-height: 2rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

#contact {
    background: #333;
}