@font-face{
    font-family:'Roboto';
    src:url(../fonts/Roboto-Medium.ttf)
}
@font-face{
    font-family:'IM FELL English';
    src:url(../fonts/IMFeENrm28P.ttf);
}

.navbar{
    background-color: rgba(106,106,106, 1);
    border: 0;
    font-size: 23px !important;
    letter-spacing: 0px;
    padding: 10px;
    font-weight: 500;
    transition-duration: 0.6s;
}


.navbar li a{
    font-family: 'Roboto' !important;
    font-weight: bold;
    margin-top: 15px;
    margin-right: 55px;
    color: #fff !important;
    opacity: 1;
}

.navbar li a:hover, .navbar li a:focus {
    -ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

/** END OF SECTION **/


@media only screen and (max-width: 767px) {
    .text-block {
        font-size: 1.8em;
        padding: 20px;
    }

    #logo_mfm {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .text-block {
        font-size: 0.8em;
        padding: 12px;
    }
}

@media only screen and (max-width:928px) and (min-width:767px) {
	#logo_mfm {
        display: none;
    }
}

/* Footer Start */


.footer {
	background: #313131;
    height: auto;
    color: white;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	border-top: 1px solid #DDDDDD;
}

.footer h3 {
	border-bottom: 1px solid #BAC1C8;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
}
.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #F5F5F5;
}
.footer ul li a {
	padding: 0 0 5px 0;
	display: block;
}
.footer a {
	color: #F5F5F5
}
.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}


.footer-bottom {
    background: #313131;
    color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}

#stamp {
    transform: rotate(-25deg);
    background: transparent;
    border: 0;
    max-width: 150px;
    max-height: 150px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #000;
    opacity: 0.9;
}

.nav-link {
    text-align: center;
    margin: 0;
}

.txt-l-1001 {
    font-size: 30px;
    text-transform: uppercase;
    font-family: Lato-Black;
    line-height: 1.2;
    letter-spacing: 2px;
}
.txt-l-1002 {
    font-family: PlayfairDisplay-Italic;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 1px;
}


@media (min-width:575px) and (max-width:991px) {
    .txt-l-1001 {
        font-size: 42px;
    }
}

@media only screen and (min-width:992px){
    #balo-rasm {
        padding-top: 300px;
        padding-bottom: 300px;
    }
    .txt-l-1001 {
        font-size: 80px;
    }
    .txt-l-1002 {
        font-size: 42px;
    }
}
