/*
* ------------------------------------------------------------------
*
* Project: 
* Version: 1.0
* Created : 29/12/2018
* Template URI: 
* Author Name: Shelley C Antony
* Author URI: http://www.fshdesign.org/
* Description: Roofing
* Developer: Fsh Design
*
*
* -------------------------------------------------------------------
*/
/* Show in Large desktops and laptops */
@media (min-width: 1200px) {
}

/*Hide in Other Small Devices */


/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* Portrait tablets and small desktops */
@media (min-width: 769px) and (max-width: 991px) {
}
/* Landscape phones and portrait tablets */

/* Portrait phones and smaller */


@media (max-width:768px) {
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	background-image: none;
}
.mainLine {
	display: none;
}
.instaHold .line-one, .about_home .line-two {
	line-height: 38px;
}
}
@media (max-width:580px) {
}
@media (max-width:480px) {
}
@media (max-width:320px) {
}
