
/* ===== HEADINGS ====== */
.pg-main-heading {
	font-size: 3em;
    font-weight: 800;
}

.pg-sub-heading {
	font-size: 2.4em;
    font-weight: 800;
}

.heading-orange {
	/*color: #e0a80d;*/
	color: #E18544;
}
/* ====== END HEADINGS ====== */



/* ===== TEXT COLOURS ====== */
.text-orange {
	color: #E18544;
}

.text-white
{
	color: #fff;
}

/* ====== END TEXT COLOURS ====== */



/* ====== GENERAL PADDING ====== */
.first-section-padding {
	padding-top: 120px;
	padding-bottom: 50px;
}

.vert-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}

.hrz-padding {
	padding-left: 5%;
	padding-right: 5%;
}
/* ====== END GENERAL PADDING ====== */



/* ====== GENERAL MARGINS ====== */
.top-margin {
	margin-top: 50px;
}
/* ====== END GENERAL MARGINS ====== */



/* ====== BACKGROUND COLOURS ====== */
.section-bg-dark {
	background-color: #2d2e2e;
}

.intro-bg {
	/*padding: 200px;*/
    background-color: #000000;
    background: url('../images/bg/tablet-bg.jpg') center center no-repeat, #000000;
    background-size: cover;
    background-attachment: fixed;
}

.attributes-bg {
	/*padding: 200px;*/
    background-color: #000000;
    background: url('../images/bg/devices-bg.jpg') center center no-repeat, #000000;
    background-size: cover;
    background-attachment: fixed;
}

.bg-nav-gradient {
	/*background: rgb(225,133,68);
	background: linear-gradient(180deg, rgba(225,133,68,1) 0%, rgba(0,0,0,1) 50%);*/
	background-color: #E18544;
}
/* ====== END BACKGROUND COLOURS ====== */



/* ====== BUTTONS ====== */
.button-link {
	border: 2px solid #E18544;
    border-radius: 35px;
    padding: 10px 30px;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
}

.button-link:hover {
	color: #ffffff;
	background-color: #E18544;
	transition: 0.3s;
}
/* ====== END BUTTONS ====== */



/* ====== TILES ====== */
.attribute-tile {
	display: inline-block;
	border: 2px solid #E18544;
	height: 200px;
	width: 200px;
	margin-bottom: 20px;

	text-align: left;
	padding: 10px;
	font-size: 1.4em;
	text-decoration: none;
	color: #E18544;
}

.attribute-tile:hover {
	color: #ffffff;
	background-color: #E18544;
	transition: 0.3s;
}

.intro-tile {
	display: inline-block;
	border: 4px solid #E18544;
	height: 140px;
	width: 140px;
	margin-bottom: 5px;

	text-align: left;
	padding: 5px;
	font-size: 1em;
	text-decoration: none;
	color: #ffffff;
}

.intro-img-tile {
	height: 140px;
	width: 140px;
	text-align: right;
	display: inline-block;
}

.intro-tile:hover {
	color: #ffffff;
	background-color: #E18544;
	transition: 0.3s;
}

.intro-tile {
	color: white;
	letter-spacing: 3px;
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {

	.attribute-tile {
		padding: 10px;
		font-size: 1.8em;
		height: 240px;
		width: 240px;
	}

	.intro-tile {
		font-size: 1.4em;
		height: 200px;
		width: 200px;
		margin-bottom: 20px;
		text-align: left;
	}

	.intro-img-tile {
		height: 200px;
		width: 200px;
	}
}
/* ====== END TILES ====== */



/* ====== GRIDS ====== */
.grid-col-container 
{
	position: relative;
	display: grid !important;
	grid-gap: 2rem 2rem;
	grid-template-rows: auto;
	grid-template-columns: repeat(1, 1fr);
	margin-left: 1.4rem;
	margin-right: 1.4rem;
}

.gd-col-2 
{
	grid-template-columns: repeat(1, 1fr);	
}

.gd-col-3
{
	grid-template-columns: repeat(1, 1fr);
}

.gd-col-4 
{
	grid-template-columns: repeat(1, 1fr);
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

	.gd-col-2 {
		/* 2 columns */
		grid-template-columns: repeat(2, 1fr);
	}

	.gd-col-3 {
		/* 3 columns */
		grid-template-columns: repeat(3, 1fr);
	}

	.gd-col-4 {
		/* 4 columns */
		grid-template-columns: repeat(4, 1fr);
	}
	
}

/* ====== END GRIDS ====== */



/* ====== INTRO STYLES ====== */
.intro-service {
	margin-bottom: 40px;
}

.intro-service div:first-child {
	text-align: center;
}

.intro-service div:nth-child(2) {
	margin-top: 20px;
	text-align: center;
	padding-left: none;
}

.intro-service p {
	color: white;
	letter-spacing: 3px;
	font-size: 0.8em;
}

.intro-service h2 {
	font-size: 0.8em;
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {

	.intro-service div:first-child {
		text-align: right;
	}

	.intro-service div:nth-child(2) {
		margin-top: 0px;
		padding-left: 30px;
	}

	.intro-service p {
		font-size: 1em;
		text-align: left;
	}

	.intro-service h2 {
		text-align: left;
		font-size: 1em;
	}
	
}
/* ====== END INTRO STYLES ====== */



/* ====== WORK WITH US STYLES ====== */
.momay-service {
	margin-bottom: 40px;
}

.momay-service div:first-child {
	text-align: center;
}

.momay-service div:nth-child(2) {
	margin-top: 20px;
	text-align: center;
	padding-left: none;
}

.momay-service p {
	color: white;
	letter-spacing: 3px;
	font-size: 0.8em;
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {

	.momay-service div:first-child {
		text-align: right;
	}

	.momay-service div:nth-child(2) {
		margin-top: 0px;
		padding-left: 30px;
	}

	.momay-service p {
		font-size: 1em;
		text-align: left;
	}
	
}
/* ====== END WORK WITH US STYLES ====== */



/* ====== QUOTE STYLES ====== */
.quote {
	font-style: italic;
}

.qoute-owner {
	font-size: 1.1em;
}
/* ====== END QUOTE STYLES ====== */



/* ====== FORM STYLES ====== */
.form-success-message {
	font-size: 1.2em;
	color: #e0a80d;
}
/* ====== END FORM STYLES ====== */