/* ===================================
 *		Global Styles
 * =================================*/
html,
body {
    height: 100%;
}
body{
	background: #f9f5f2;
}

.top {
	background:#2067b2;
	height:30px;
	width:100%;
}
.top p{
	color: #fff;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 1px;
}

header h3 {
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center;
  border-bottom: 2px solid #ee3e5c;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
  color: #555;
  font-weight: 300;
  width: 90%;
  padding: 10px 0px 10px 0px;
  letter-spacing: 4px;
  font-family: "museo700", serif;
}
#form_style {
  margin: 0 auto;
  text-align: center;
}
.arrow-up {
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 1px;
  width: 0;
  height: 0;
  margin-top: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f7f7f7;
}
form.contactForm {
  margin: 0 auto;
  text-align: center;
  border-bottom: 2px solid #ee3e5c;
  width: 90%;
  padding: 20px;
  background-color: #f7f7f7;
}
.form-control {
  box-shadow: none;
  border-radius: 0;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
textarea#message {
  min-height: 100px;
  resize: vertical;
  overflow: hidden;
  border-bottom: 0px;
}
a#send {
  text-transform: uppercase;
  border-bottom: 2px solid #c3c3c3;
  margin-top: 20px;
  letter-spacing: 4px;
    background: #ee3e5c;
}
input[type=date], input[type=datetime-local], input[type=email], input[type=number], input[type=password], input[type=search-md], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], textarea.md-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #ffdd00;
    border-radius: 0;
    outline: 0;
    height: 2.1rem;
    width: 100%;
    font-size: 1rem;
    box-shadow: none;
    box-sizing: content-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
 /* ===================================
 *		Typography
 * =================================*/
 @font-face {
    font-family: 'museo700';
    src: url('../font/museo/museo_700_regular-webfont.woff2') format('woff2'),
         url('../font/museo/museo_700_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
 p{
	line-height:1.6;
	font-size: 15px;
	font-weight:400;
 }
 h1, h2, h3, h4, h5 {
	font-family: 'Oswald', sans-serif;
 }
 .carousel_title {
	font-size:70px;
	text-transform:uppercase;
	font-family: "museo700", serif;
	letter-spacing:1px;
 }
.page_title {
	font-size:45px;
	text-transform:uppercase;
	font-family: "museo700", serif;
	letter-spacing:1px;
	color:#2067b2;
}
	@media only screen and (max-width: 600px) {
		.carousel_title {
			font-size:40px;
			text-transform:uppercase;
			font-family: "museo700", serif;
			letter-spacing:1px;
		 }
	}
 /* ===================================
 *		Custom Bootstrap
 * =================================*/
.carousel { height: 70%; }

.carousel-indicators {
    position: absolute;
    right: initial;
    bottom: 10px;
    top: 44%;
    left: initial;
	right: 20px;
    z-index: 15;
    display: -ms-flexbox;
    display: initial; 
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0; 
    margin-left: 20px;
    list-style: none;
}
.carousel .carousel-indicators li {
    max-width: 10px;
    height: 10px;
    border-radius: initial;
    cursor: pointer;
    transform: rotate(45deg);
}
.carousel-item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}
.content_spacing {
	margin-top: 50px;
	margin-left: 50px;
	background: rgba(255,255,255, 0.95);
	padding: 50px 50px;
}
.flex-center {
    color: #fff;
}
.caption_text {
	font-size:20px;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
}
@media only screen and (max-width: 600px) {
    .carousel {
        height: 70%;
    }
	.carousel-indicators {
	position: absolute;
    right: 0;
	top: 90%;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
	}
}



section {
    padding: 60px 0;
}

#gasservice .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: #2067b2;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #2067b2;
}

.frontside .card .card-body img {
    width: 125px;
    height: 100px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff0;
    border: 1px solid rgba(0,0,0,.125);
}
#gas_list i {
	color: rgba(233, 0, 42,.75);
}
 /* ===================================
 *		Navigation
 * =================================*/
.navbar {
    background-color: #f9f5f2;
	padding: 1.25rem 1rem;
}

.top-nav-collapse {
    background-color: #f9f5f2;
}
.navbar .btn-group .dropdown-menu a:hover {
    color: #000 !important;
}
.navbar .btn-group .dropdown-menu a:active {
    color: #fff !important;
}
.navbar.navbar-light .breadcrumb .nav-item .nav-link, .navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #2067b2;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	letter-spacing:2px;
}
.navbar.navbar-light .breadcrumb .nav-item .nav-link:hover, .navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: rgba(233, 0, 42,.75);
}
.navbar.navbar-light .breadcrumb .nav-item.active>.nav-link, .navbar.navbar-light .navbar-nav .nav-item.active>.nav-link {
    background-color: initial;
	color: rgba(233, 0, 42,.75);
	border-bottom: 3px solid rgba(233, 0, 42,.75);
}
footer.page-footer {
    background-color: #2067b2;
}
footer.page-footer a:hover {
    color: rgba(233, 0, 42);
}
@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #f9f5f2;
    }
}


.scrolling-navbar {
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
}

 /* ===================================
 *		My Colours
 * =================================*/
.pac_text { color:#2067b2; }
.pac_back { background :#2067b2!important; }

 /* ===================================
 *		Padding & Spacing
 * =================================*/
.row_padding{ padding: 80px 0; }
.title_padding { padding: 30px 0 10px 0; }

@media only screen and (max-width: 600px) {
	.row_padding{ padding: 40px 0; }
}
 /* ===================================
 *		Index Page
 * =================================*/
.banner_bottom {
	background: linear-gradient(#2067b2, #1e73ce);
	height: 100px;
	padding: 20px 0;
	/*
	box-shadow: inset 0 0 10px #e9002a, inset 0 0 10px #ffdc00, inset 0 0 0px #bbc1bb;*/
}
#border_right {
	border-right: 3px solid red;
	height:100%
}
.chevron_colour{
	color:#ffdd00;
}
.service_section{
	background: url(../../img/service_section.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#card_backing{
	background: #2067b2!important;
	color:white;
}
.card_title {
	text-transform: uppercase;
	font-weight: bold;
}
/* ====================================
 * 		Testimonials
 * ====================================*/

.groucho {
	position: relative;
	font-size: 16px;
	line-height: 1.5em;
    margin: 40px 0;
}
.groucho footer {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #2067b2;
  float: right;
  padding-top: 10px;
  letter-spacing:1px;
}
.groucho footer:before {
  content: '\2015';
}
.groucho:after {
  content: '\201D';
  position: absolute;
  top: 0.28em;
  right: 0;
  font-size: 6em;
  font-style: italic;
  color: #ffdd00;
  z-index: -1;
}
blockquote {
    padding: .5rem 1rem;
    font-size: 16px;
    border-left: 4px solid #2067b2;
}
