@import url('https://fonts.googleapis.com/css?family=Great+Vibes|Gloria+Hallelujah|Sorts+Mill+Goudy|Philosopher|Dancing+Script|Montserrat');

* {
    box-sizing: border-box;
  }
  
body {
  position: relative;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
}

.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.zoom {
  transition: transform .2s;
}
.zoom:hover {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); 
}

.paralax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fa-chevron-down {
  color: #EC6401;
}

/* Navbar */
nav {
  width: 100% !important;
  z-index: 100 !important;
  position: fixed !important;
  top: 0 !important
}
.navbar-nav.navbar-center {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}
#navbar a {
  font-size: 20px;
  letter-spacing: 3px;
  font-family: 'Philosopher', sans-serif; 
  padding-bottom: 0;
}
.logo {
  border-radius: 50px;
  height: 40px;
}
.navbar {
  transition: all 0.5s;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255,255,255,.5);
}
nav .active {
  border-bottom: 3px solid #EC6401 !important;
}
.navbar .nav-link:hover {
  color: #EC6401 !important;
  text-decoration: none;
}
.navbar .nav-link.active:hover {
  color: #EC6401 !important;
  text-decoration: none;
}
.dropdown-menu-left-dark {
  right: 0; 
  left: auto; 
  background: #343a40;
}
.dropdown-menu-left-light {
  right: 0; 
  left: auto; 
  background: #f8f9fa;
}
.dropdown-item {
  color: white;
  padding-left: 10px !important;
}
.dropdown-item-dark {
  color: #f8f9fa !important;
}
.dropdown-item-light {
  color: #343a40 !important;
}
/* Removing dropdown arrows */
.dropdown-toggle::after {
  display: none;
}
.dropdown-item:focus, 
.dropdown-item:hover {
  background-color: transparent !important;
  color: #EC6401 !important;
}
.navbar-toggler:focus {
  outline: none;
}

/* Landing Picture */
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.landingImage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  -webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0px 30px 40px -25px rgba(0, 0, 0, 1);
}
.jumbotron {
  padding: 0 2rem;
  color: whitesmoke;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  border-radius: 0;
  position: relative;
}
.jumbotron .container {
  margin-bottom: 8%;
}
.jumbotron .container h1,
.jumbotron .container p {
  text-shadow: .1rem .1rem .8rem black;
}
.landingTextContainer {
  text-align: center;
  margin-bottom: 8%;
}
.landingText {
  background: #EC6401;
  width: 50%;
  margin: auto;
  border-radius: 10px;
  padding-top: 5px;
}

/* About Us Section */
#aboutUs {
  box-shadow: 0px 30px 40px -25px rgba(0, 0, 0, 1);
}
#aboutDivider {
  background-image: url("../img/landing2.jpg");
  height: 20%;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.readMoreArrow {
  color: #EC6401;
}

/* Offers Secion Cards */
.card {
  height: 100%;
  border: none;
}
.card-body img:hover {
  box-shadow: 0px 25px 25px -25px rgba(0, 0, 0, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#offers a, h4 {
  color: rgb(92, 92, 92);
  text-decoration: none;
}
#offers .card-header {
  border-radius: 50px;
  border-top: 1px solid #8DB9ED;
}
#offers .card-footer{
  border-radius: 100px;
  border-bottom: 1px solid #8DB9ED;
}
.gallery-block.compact-gallery .item {
  margin-bottom: 0.5rem;
}
.galleryColPaddings {
  padding-right: 0;
  padding-left: 0.5rem;
}

/* Offers page */
.offerHeading {
  border-left: 15px solid #EC6401;
  color: #EC6401;
  padding-left: 2%;
}
.offerCollapse {
  color: black;
  text-decoration: none;
}
.offerCollapse:hover {
  color: #EC6401;
  text-decoration: none;
}
#productContent li {
  padding-left: 2.3rem!important;
}
#productContent h5 {
  background: #EC6401;
  color: white;
  padding: 10px;
}
.productPageList {
  background: #EFEDEE;
}

/* Contact Secion */
.contactPic {
  background-image: url("../img/contactIconsBg.jpg");
  background-attachment: fixed;
  background-position: top; 
  background-repeat: no-repeat;
  background-size: cover;
}
.contact1-form-title {
  padding-bottom: 0;
}
#contact h1 {
  color: black;
  font-family: 'Philosopher', sans-serif;
}
.contact1-form-title h2 {
  color: whitesmoke;
}
.contact1 {
  background-image: url("../img//contactBackground.jpg");
  padding-top: 10%;
  padding-bottom: 10%;
}

/* Contact icons */
.ch-grid {
	padding-top: 20%;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}
.ch-grid:after,
.ch-item:before {
	content: '';
  display: table;
}
.ch-grid:after {
	clear: both;
}
.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}
.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	cursor: default;
	box-shadow: 
		inset 0 0 0 16px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
	transition: all 0.4s ease-in-out;
}
.ch-item a {
  text-decoration: none;
}
.ch-img-1 { 
	background-image: url(../img/phoneBackground.png);
}
.ch-img-2 { 
	background-image: url(../img/emailBackground.png);
}
.ch-img-3 { 
	background-image: url(../img/fbBackground.png);
}
.ch-info {
	position: absolute;
	background: transparent;
	width: inherit;
	height: inherit;
	border-radius: 50%;
	overflow: hidden;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	transform: scale(0);
}
.ch-info h3 {
	color: black;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 30px 0 0 0;
	height: 140px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}
.phone, .email, .fb {
  font-size: 30px;
}
.ch-info p {
	color: black;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 15px;
	border-top: 1px solid black;
	opacity: 0;
	transition: all 0.5s ease-in-out 0.4s;
}
.ch-info p a {
	display: block;
	color: black;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}
.ch-info p a:hover {
	color: #EC6401;
}
.ch-item:hover {
	box-shadow: 
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
	transform: scale(1);
	opacity: 1;
}
.ch-item:hover .ch-info p {
	opacity: 1;
}

/* Footer */
footer {
  font: 11px "Open Sans", sans-serif;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
.generic-anchor {
	color: white;
}
.generic-anchor:visited {
  color: white;
}
.generic-anchor:hover {
  color: black;
  text-decoration: none;
}
.flex-rw {
  display: flex;
  flex-flow: row wrap;
}
footer {
  background-image: url("../img/footerBg.jpg");
  margin-top: auto;
  width: 100%;
}
footer h4 {
  font-size: 1.5rem !important;
}
.footerPagesList  li {
  padding-bottom: 10px;
}
.footer-list-top {
  padding-left: 0;
}
.footerContactMargin li {
  margin-bottom: 2.37rem;
}
.footerContactIcon {
  font-size: 20px;
  color: white;
  margin-right: 10px;
}
.footerContactInfo a, .footerContactInfo p {
  font-size: 15px;
  color: white;
  margin-top: 10px;
}
.footerContactInfo span {
  color: white;
}
.footerContactHeadings {
  color: white;
  font: 1.3em "Open Sans", sans-serif;
  margin-bottom: 0;
}
.footer-list-header {
  padding: 0px 0 5px 0;
  color: #fff;
  font: 2.3vw "Oswald", sans-serif;
}
.footer-list-anchor {
  font: 1.3em "Open Sans", sans-serif;
}
.footer-bottom-section {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
}
.footer-bottom-wrapper {
  font-size: 1.5em;
  color: #fff;
}
.fa-copyright {
  font-size: 1em !important;
}
.footer-address {
  display: inline;
  font-style: normal;
  color: #fff;
  font-size: 1.2em;
}
.footer-address:hover {
  text-decoration: none;
  color: black;
}
.mobileLogoArrow {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

