.color-1{
	color: #FFFFFF;
}
.color-2{
	color: #F3F3F6;
}
.color-3{
	color: #101138;
}
.color-4{
	color: #C3A456;
}
.color-5{
	color: #001C64;
}
.color-6{
    color: black;
}
.background-1{
	background-color: #FFFFFF;
}
.background-2{
	background-color: #F3F3F6;
}
.background-3{
	background-color: #101138;
}
.background-4{
	background-color: #C3A456;
}
.background-5{
	background-color: #001C64;
}

.font-1 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 200;
}

.font-2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
}

.font-2_5 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
}

.font-3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}

.font-4 {
    font-size: 75px;
    font-weight: 500;
    line-height: 80px;
}

.font-5 {
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
}

.font-6 {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

p{
	margin-bottom: 0px;
}

button:focus{
	outline: none;
}

.mob-only{
    display: none;
}

.small-only{
    display: none;
}

.mob-hide{
    display: block;
}

.small-hide{
    display: block;
}

@media only screen and (max-width: 1025px) {
    .font-1 {
        font-size: 14px;
        line-height: 18px;
    }

    .font-2 {
        font-size: 22px;
        line-height: 26px;
    }

    .font-3 {
        font-size: 16px;
        line-height: 20px;
    }

    .font-4 {
        font-size: 52px;
        line-height: 56px;
    }

    .font-5 {
        font-size: 30px;
        line-height: 34px;
    }

    .font-6 {
        font-size: 10px;
        line-height: 12px;
    }
}

@media only screen and (max-width: 1025px) {
    .small-only{
        display: block;
    }
    .small-hide{
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .mob-only{
        display: block;
    }
    .mob-hide{
        display: none;
    }

    .font-1 {
        font-size: 12px;
        line-height: 16px;
    }

    .font-2 {
        font-size: 18px;
        line-height: 22px;
    }

    .font-3 {
        font-size: 12px;
        line-height: 16px;
    }

    .font-4 {
        font-size: 36px;
        line-height: 40px;
    }

    .font-5 {
        font-size: 20px;
        line-height: 24px;
    }

    .font-6 {
        font-size: 10px;
        line-height: 12px;
    }
}