@font-face{
    font-family:'Roboto';
    src:url(../fonts/Roboto-Medium.ttf)
}
@font-face{
    font-family:'IM FELL English';
    src:url(../fonts/IMFeENrm28P.ttf);
}

@font-face{
    font-family:'Roboto Condensed';
    src:url(../fonts/RobotoCondensed-Bold.ttf)
}

.navbar{
    margin-bottom: 30px;
    background-color: rgba(243, 185, 138, 0.5);
    border: 0;
    font-size: 23px !important;
    letter-spacing: 0px;
    padding: 10px;
    top: 25px;
    font-weight: 500;
    transition-duration: 0.6s;
}

.change-back {
    background-color: rgba(243, 185, 138, 1);
    text-align: center;
}

.navbar li a{
    font-family: 'Roboto' !important;
    font-weight: bold;
    margin-top: 15px;
    margin-right: 105px;
    margin-left: -15px;
    color: #fff !important;
    opacity: 1;
}

#last-a {
    margin-right: 0;
}

.navbar-nav li > a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #ffffff;
    visibility: hidden;
    border-radius: 2px;
    transform: scaleX(0);
    transition: .25s linear;
}

.navbar-nav li > a:hover:before,
.navbar-nav li > a:focus:before{
    visibility: visible;
    transform: scaleX(1);
}

/** END OF SECTION **/


h2, h1{
    font-family:'Roboto Condensed';
    color: red;
}

.sub_text {
    font-family: 'Roboto';
    font-size: 17px;
}

.img-thumbnail {
    border: none;
    border-radius: 0;
}

.girl_section {
    position: relative;
}

/* Bottom right text */
.text-block {
    position: absolute;
    bottom: 8px;
    left: 35px;
    color: white;
    background: rgba(192, 192, 192, 0.5);
    padding: 25px;
    opacity: 0.7;
    font-size: 3em;
    font-family: 'IM Fell English', serif !important;
}

#taste_text {
    font-family: 'IM Fell English', serif;
    font-size: 4em;
}

#red {
    color: red;
}

@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;
    }
    #taste_text {
        font-size: 10px;
    }
}

@media only screen and (max-width:928px) and (min-width:767px) {
	#logo_mfm {
        display: none;
    }
}

.thumbnail {
    border: none;
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.caption {
    font-size: 1.9rem;
    margin-top: 5px;
}

.caption_link:link {
    text-decoration: none;
    color: #1A5276;
    font-weight: bold;
}

/* 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: 16px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #F5F5F5;
}

.footer li {
    line-height: 1.5;
}

.footer ul li a {
	padding: 0 5px 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;
}

.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
	box-shadow: 0 1px 0 #B4B3B3;
}

.footer-bottom {
    background: #313131;
    color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}

#stamp {
    transform: rotate(-25deg);
    background: transparent;
    max-width: 150px;
    max-height: 150px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #000;
    opacity: 0.7;
}

#balo-battar-boldi {
    box-shadow: 10px 10px #b9b6b6;
}

#welcome-text {
    margin-top: 0;
}

.welcome {
    margin-top: 20px;
}