/* Reset
------------------------------------------------  */
html, body, h1, h2, h3, h4, h5, h6, p, blockquote, address, pre, cite, code, dfn, abbr, acronym, kbd, a, samp, img, ins, i, b, u, strike, small, big, font, tt, q, dl, dt, dd, ul, ol, li, applet, object, iframe, form, fieldset, label, legend, th, td, th, tbody, tfoot, thead, tr, caption {
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  font-style: normal; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
  display: block; }

*, *:before, *:after {
  box-sizing: border-box; }

nav ul {
  list-style: none; }
  
/* Utility
------------------------------------------------  */
/* Align text to center */
.text-center {
  text-align: center; }

/* Align text to left */
.text-left {
  text-align: left; }

/* Align text to right */
.text-left {
  text-align: right; }

/* Make element display as block */
.display-block {
  display: block; }

/* Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  zoom: 1; }

/* Background colors */
.bg--light {
  background: #f4f5f5; }

.bg--dark {
  background: #3d3b3b; }
  
  /* General
------------------------------------------------  */
::-moz-selection {
    background: rgba(156,36,51,.1);
    color: #fff;
    text-shadow: none;
}

::selection {
    background: rgba(156,36,51,.1);
    text-shadow: none;
}

html, body {
  height: 100%; }

body {
	font-family: 'Hind Madurai', sans-serif;
	line-height: 1.4;
	background: #ededed;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
}

p, ul, ol, table {
	font-size: 20px;
	margin-bottom: 22px; 
 }

a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid;
	font-size: 20px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

a:hover {
	color: #000 !important;
	background-color: rgba(156,36,51,.1);
	border-bottom: 1px solid;   
}

h1, h2, h3, h4, h5 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #000000;
	line-height: 1.2;
	margin-bottom: 18px; 
 }

h1 {
	color: #9d2532;
    font-size: 8em;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -1px;
 }
 
h1 span {
	color: #000000;
}

h2 {
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px; 
 }
  
h3 {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px; 
 }

strong {
	font-weight: 700; 
 }
 
   /* Content
------------------------------------------------  */
 
.site-body {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 100;
	height: auto;
	width: 100%;
	/* margin-bottom: 150px; */
}

.hero-image {
    background-image: url(../img/header-hero-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 750px;
    background-position: center center;
    margin-bottom: -200px;
}

.container.header {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.container, .hero {
	position: relative;
}

.grid {
    display: flex;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.header-copy .grid .cell:first-child {
    flex-basis: 60%;
    background-color: #ededed;
    text-align: left;
}

.header-copy .grid .cell:last-child {
	flex-basis: 40%;
	background-color: #fff;
}

.cell {
	flex: 1;
	align-self: flex-end;
	position: relative; 
}

.cell > div {
    height: 100%;
    padding: 3em;
    position: relative;
}

.header-copy .grid .cell:last-child p {
	text-transform: uppercase;
	font-size: 1.7em;
	letter-spacing: -1px;
	line-height: 1;
	font-weight: 700;
}

.header-copy .content-block.a h1 {
	margin-bottom: 0;
	line-height: .9;
}

.header-copy .content-block.a p {
    margin-bottom: 10px;
    color: #9d2532;
    line-height: 1;
    margin-left: .8%;
    font-weight: 700;
}

p.red {
	color: #9d2532;
}

.header-copy .grid .cell:last-child p:last-child {
	margin-bottom: 0;
}

.map {
    background: #f6f6f6;
    text-align: center;
}

.map img {
	width: 100%
}

.container.main-content {
    background: #fff;
    padding: 10em 10em 0;
}

.container.call-too {
	background: #fff;
	text-align: center;
	padding: 0 10em 10em;
}

.container.call-too p:last-child {
	margin-bottom: 0;
}

.container.call-too .content-block {
	border: 1px solid #9d2532;
	width: 60%;
	margin: 0 auto;
}

.main-content .cell {
	align-self: flex-start;
}

.main-content h2 {
	margin: 0 auto;
	text-align: center;
	width: 60%;
}

footer {
    background-color: #9d2532;
    z-index: -100;
    height: 100%;
    position: relative;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    max-width: 1600px;
    padding: 2em;
}

footer .cell {
	align-self: flex-start;
}

footer .content-block, footer .content-block h2 {
	color: #ffffff;
}

footer img {
    width: 20%;
    margin: 0 auto;
}

/* Media queries
------------------------------------------------  */

@media screen and (max-width: 1180px) {

	.header-copy .content-block.a h1 {
	      font-size: 6em;
	}
	
	.header-copy .grid .cell:last-child p {
		font-size: 1.4em;
	}
}

@media screen and (max-width: 1040px) {
	.container.main-content {
		padding: 7em 7em 0;
	}
	
	footer img {
		width: 30%;
	}
}

@media screen and (max-width: 999px) {
	footer img {
	    width: 35%;
	    margin: 0 auto;
	}	
}

@media screen and (max-width: 900px) {
	.grid {
		flex-flow: column;
	}
	
	.header-copy .grid .cell {
		flex-basis: 100%!important;
		align-self: stretch;
		text-align: center!important;
	}
	
	.header-copy .grid .cell:last-child {
		background-color: #ededed;
	}
	
	.container.main-content {
		text-align: center;
		padding: 5em 5em 0;
	}
	
	.content-block.a {
		padding-bottom: 0;
	}
	
	.main-content .content-block.b {
		padding-top: 0;
	}
	
	.container.call-too {
		padding: 0 5em 5em;
	}
	
	.container.call-too .content-block {
		width: 100%;	
	}
}

@media screen and (max-width: 768px) {
	.main-content h2 {
		width: 80%;
	}
}
	
@media screen and (max-width: 525px) {
	.hero-image {
		min-height: 225px;
		margin-bottom: 0;
	}
	
	h1 {
		font-size: 4em;
	}
	
	.header-copy .content-block.a h1 {
		font-size: 3em;
	}
	
	.header-copy .content-block.a p {
		font-size: 17px;
	}
	
	.container.main-content {
		text-align: center;
		padding: 2em 0 0;
	}
	
	.main-content h2 {
		width: 80%;
	}
	
	.cell > div {
		padding: 2em;
	}
	
	.container.call-too {
		padding: 0 1em 2em;
	}
	
	footer img {
	    width: 60%;
	    margin: 0 auto;
	}
}

