﻿.tm-text {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.tm-section-A {
    background-image: url(/img/image-01.jpg);
}

.tm-section-B {
    background-image: url(/img/image-02.jpg);
}

.tm-section-C {
    background-image: url(/img/image-03.jpg);
}

.tm-section-D {
    background-image: url(/img/image-04.jpg);
}

.tm-section-E {
    background-image: url(/img/image-05.jpg);
}

.tm-section-More {
    background-image: url(/img/image-06.jpg);
}

.tm-section-Private {
    background-image: url(/img/image-07.jpg);
}

.tm-section {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 800px;
}

.tm-shadow {
    text-shadow: 1px 1px 1px rgba(3, 21, 53, 0.2);
}

.tm-head {
    padding: 20px;
}

    .tm-head:hover {
        transition: background-color 0.5s ease-in-out;
        background-color: #0b43a8;
        color: white;
    }

.tm-bgcolor {
    background-color: rgb(0, 0, 0, 0.45);
}

.tm-margin-block {
    margin-top: 10px;
    margin-bottom: 50px;
}

.tm-padding-block {
    padding: 50px;
}

.tm-padding-in {
    padding: 30px;
}
