/*
* ------------------------------------------------------------------
*
* 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: 768px) and (max-width: 991px) {


}
/* Landscape phones and portrait tablets */
@media (max-width: 768px) {
	.copyright .menu .rightbox{
	text-align:left;
}
.copyright .menu a {
    padding-right: 25px;
	padding-left:0px;
}
.titleTwo p {
    font-size: 25px;
    margin: 11px 0 -22px;
}
.titleThree {
    width: 93%;
}
	.logo {
    float: left; 
    margin: -6px 0 0;
}

.headerBg {
    background-image: url(../images/headerBg.jpg);
    padding-top: 75px;
    padding-bottom: 100px;
    background-size: cover;
}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {


}