/*
Theme Name: 
Theme URI: https://fixmyweb.com.au/
Author: Ja9 Bagtila | Fix My Web
Author URI: https://fixmyweb.com.au/
Date: February 8, 2018
Version: 1.0
*/

/*--------------------------------------------------------------
STYLE FOR CUSTOM THEME
--------------------------------------------------------------*/

#landpage {
	background:url('../img/garage-door-restore-bcg.jpg') repeat ;
	padding-bottom: 160px;
}

.doorParts {
	background: #ef1a36;
	padding-bottom: 160px;
}

.doorParts h1 {
	padding-top: 220px;
	padding-bottom: 50px;
	font-size: 28px!important;
	font-family:'GothamB'!important;
	text-align: center;
	color: #fff!important;
}

.doorParts img{
	padding-bottom: 124px;
	padding-top: 44px;
	margin: 0 auto 0;
	-webkit-transition: all 300ms ;
	-moz-transition: all 300ms ;
	-ms-transition: all 300ms ;
	-o-transition: all 300ms ;
	transition: all 300ms ;
}

.doorParts .btn1{
    background-color: #fff;
    border: 2px ridge #fff; 
    color: #ef1a36;
    padding: 5px 15px 5px 15px;
    font-family:'GothamB'!important;
    text-shadow: 1px 1px 1px #000;
    display: block;
    font-size: 17px;
    margin: 0 60px 0 60px;
    text-align: center;
}
				.doorParts .btn1:hover{
					text-decoration: none;
					background-color: #fff;
					border-top: #ef1a36 3px outset;
					border-bottom: #ef1a36 3px outset;
					color: #ef1a36;
					-webkit-transition: all 300ms ;
					-moz-transition: all 300ms ;
					-ms-transition: all 300ms ;
					-o-transition: all 300ms ;
					transition: all 300ms ;
				}

.doorRestore h1 {
	padding-top: 220px;
	padding-bottom: 50px;
	font-size: 28px!important;
	font-family:'GothamB'!important;
	text-align: center;
	color: #fff!important;
}

.doorRestore img{
	padding-bottom: 105px;
	margin: 0 auto 0;
	width: 85%;
	-webkit-transition: all 300ms ;
	-moz-transition: all 300ms ;
	-ms-transition: all 300ms ;
	-o-transition: all 300ms ;
	transition: all 300ms ;
}

.doorRestore .btn1{
    background-color: #fff;
    border: 2px ridge #fff; 
    color: #904f0e;
    padding: 5px 15px 5px 15px;
    font-family:'GothamB'!important;
    text-shadow: 1px 1px 1px #000;
    display: block;
    font-size: 17px;
    margin: 0 60px 0 60px;
    text-align: center;
}
				.doorRestore .btn1:hover{
					text-decoration: none;
					/*background-color: #904f0e;*/
					border-top: #904f0e 4px ridge;
					border-bottom: #904f0e 4px ridge;
					color: #904f0e;
					-webkit-transition: all 300ms ;
					-moz-transition: all 300ms ;
					-ms-transition: all 300ms ;
					-o-transition: all 300ms ;
					transition: all 300ms ;
				}
.swanDoor h1{
	padding-top: 220px;
	padding-bottom: 47px;
	font-size: 28px!important;
	font-family:'GothamB'!important;
	text-align: center;
	color: #000!important;
}

.swanDoor img{
	margin: 0 auto 76px;
	padding-bottom: 18px!important;
}

 .col-sm-4{
	 padding-right: 0px!important; 
     padding-left: 0px!important; 
     margin-top: -20px!important;
}

.swanDoor .btn1{
    border: 2px ridge #000; 
    color: #000;
    padding: 5px 15px 5px 15px;
    font-family:'GothamB'!important;
    text-shadow: 1px 1px 1px #000;
    display: block;
    font-size: 17px;
     margin: -4px 60px 0 60px;
    text-align: center;
}
				.swanDoor .btn1:hover{
					text-decoration: none;
					background-color: #000;
					border-top: #fff 3px outset;
					border-bottom: #fff 3px outset;
					color: #fff;
					-webkit-transition: all 300ms ;
					-moz-transition: all 300ms ;
					-ms-transition: all 300ms ;
					-o-transition: all 300ms ;
					transition: all 300ms ;
				}

