	


@media screen and (min-width:1px) and (max-width:767px) {
    .footer {
        bottom: 0;background-color: yellow;
        width: 100%;
        position: absolute;
    }
    #tf-home{
	background: url(../txt/img/012-768.jpg);
	background-size: cover;
	background-position: center;
	/* background-attachment: fixed; */
	background-repeat: no-repeat;
	color: #cfcfcf;
	}
	#tf-home .overlay{height: 568px;
	background-attachment: fixed;
	}
}
/* no style for smaller or else it goes weird.*/
@media screen and (min-width:768px) and (max-width:991px) {
    .footer{
        bottom: 0;background-color: red;
        width: 100%;
        position: absolute;
    }
    #tf-home{
	background: url(../txt/img/012-768.jpg);
	background-size: cover;
	background-position: center;
	/* background-attachment: fixed; */
	background-repeat: no-repeat;
	color: #cfcfcf;
	}
	#tf-home .overlay{height: 768px;
	background-attachment: fixed;
	}
}
@media screen and (min-width:992px) and (max-width:1199px) {
    .footer{
        bottom: 0;background-color: blue;
        width: 100%;
        position: absolute;
    }
}
@media screen and (min-width:1120px){
    .footer{
        bottom: 0;background-color: green;
        width: 100%;
        position: absolute;
    }
}






.footer{
        bottom: 0;background-color: #f5f5f5;
    }

/* topMenu ============================== */

@media only screen and (min-width:240px) and (max-width: 414px){
	#tf-menu a.navbar-brand {
	font-size: 14px;
	}
}

@media only screen and (min-width:768px) and (max-width: 800px){
	#tf-menu a.navbar-brand {
	font-size: 16px;
	}
}


@media (max-width: 768px){
  .content {
	padding: 40% 0 0;
	}
}

@media (max-width: 603px){
#tf-menu.navbar-default {
	background-color: rgba(0, 0, 0, 0.79);
	}
#tf-works li.pull-right, #tf-works li.pull-left {
    margin-top: 10px;
    float: none !important;
    text-align: center;
    display: block;
}
label{
    float: none !important
}
.pull-left.fnav,
.pull-right.fnav {
    float: none !important;
    text-align: center;
}

.hover-bg .hover-text {
    padding: 12% 10%;
}
}
@media (max-width: 360px){
.hover-bg .hover-text {
    padding: 2% 10%;
}
}


/*	@media only screen 
and (min-width: 320px) 
and (max-width: 736px) {  {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase; }}

@media only screen 
and (min-width: 768px) 
and (max-width: 1940px) { 
	#tf-menu a.navbar-brand {
	font-size: 20px;
	font-weight: 400;
	color: #b19569;
	text-transform: uppercase; }}

@media screen and (max-width: 320px){
	#tf-menu a.navbar-brand {
	font-size: 16px;
	font-weight: 400;
	color: #b19569;
	text-transform: uppercase;
	}
}
@media screen and (min-width: 568px){
	#tf-menu a.navbar-brand {
	font-size: 22px;
	font-weight: 400;
	color: #b19569;
	text-transform: uppercase;
	}
}	
	
	@media screen and (max-device-width: 320px) { 
}
	
	@media screen and (max-width: 767px) {
	#tf-menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 38px;
	color: #b19569;
	font-weight: 400;
	}
}
@media (max-device-width: 320px) and (orientation: landscape) {
	#tf-menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 18px;
	color: #b19569;
	font-weight: 400;
	}
	
	

@media (max-device-width: 480px) and (orientation: landscape) {
	#tf-menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 14px;
	color: #b19569;
	font-weight: 400;
	}
}
@media (max-device-width: 320px) and (orientation: landscape) {
	#tf-menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 14px;
	color: #b19569;
	font-weight: 400;
	}
}



@media (min-width: 768px) {
  }

@media screen and (min-width: 768px) {
}
  
@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 992px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}

*/