/**
* Home CSS Styles.
* Source Development: Max Tantser
* Date Creation: 02 May 2023
* © ModernCode
*/

.home-main {
    width: 100%;
    height: 100vh;
}

.main-container {
    height: 100%;
}

.home-main-logo {
    width: 85px;
    height: 85px;
    background: url(../images/logo/logo-mc-85.png) no-repeat;
    background-size: cover;
}

.home-main-copyright {
    width: 100%;
    height: 40px;
    font-family: 'MontserratRegular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: gray;
}

.home-main-title {
    font-family: 'MontserratBold', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    letter-spacing: 2px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.home-main h1 {
    font-family: 'MontserratSemiBold', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 27px;
}

.home-main-start {
    font-family: 'MontserratRegular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: gray;

    padding-top: 50px;
}

/*----------------------------------------------Media Screen Requests-------------------------------------------------*/

@media screen and (max-width: 1024px) {

}

/*--------------------------------------------------------------------------------------------------------------------*/
