@charset "UTF-8";
/* CSS Document */

/* CSS RESET 

/* v2.0 | 20110126
  http://meyerweb.com/eric/tools/css/reset/ 
  License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* MY STYLES */

/* *{margin:0; padding:0;} */

/* FONT STYLES */

.space {
	letter-spacing: 2px;
}

h1 {font-size: 60px; line-height: 66px; 	}

h2 {font-size: 36px; line-height: 40px;}

h3 {font-size: 20px; line-height: 46px;}

.light {font-family: 'bariol_lightlight', "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;}

a {text-decoration: none; color: white;}

.intro {display: inline-block; }

em {font-style: italic;}

b, strong {font-weight: bold;}

.red {color: #c92d2d;}

p {padding: 10px 0;}

.mobile {display: none!important;}

html, body {
	text-align: center;
 	min-height:100%;
	font-family: 'bariol_regularregular', "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	
}

body {
	height: 100%!important;
}

.index {
	background-image: url('../images/indexbg.jpg');
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: 50% 35%;
	padding: 0 20px;
}

.services {
	background-image: url('../images/servicebg.jpg');
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0 20px;
	background-color: #2a2a2a;
}

.work {
	background-image: url('../images/servicebg.jpg');
	background-position: 50% 35%;
	background-position: center;
	padding: 0 20px;
	background-color: #2a2a2a;
}

.maxed {
	max-width: 1200px;
}


.music audio {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	margin-left: auto;
 	margin-right: auto;
 	opacity: 0.3;
}

/* HEADER STYLES */

.headerR {
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
	display: block;
}

.l-side {
	float: left;
	padding: 15px 0 0 0;
}

.r-side {
	float: right;
	padding: 5px 0 0 0;
}

.logo {
	float: none;
}

.navbar-container {
	padding: 0;
	border-top: 1px solid rgba(255,255,255, 0.3);
	border-bottom: 1px solid rgba(255,255,255, 0.3);
}

.navbar {
	max-width: 1200px;
	margin: 0 auto;
}

.navbar li {
	display: inline-block;
	padding: 25px 30px;
	font-size: 16px;
	letter-spacing: 2px;
}

.navbar li:hover {
	border-bottom: 1px solid white;
}



.navbar ul {
	width: 90%;
	margin: auto;
}

/* CONTENT AREA STYLES */

.main-content {
	display: inline-block;
  	min-height: 100%;
}

.main-content-home {
	display: inline-block;
  	min-height: 100%;
}


.main-cta {
	height: 200px;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;

}


.content-cta {
	padding: 80px 0;

}


.bigBtn {
	padding: 15px 35px;
	background-color: #c92d2d;
	font-size: 26px;
	cursor: pointer;
	margin: 25px 0 15px 0;
	display: inline-block;
}

.bigBtn:hover {
	background-color: #a91a1a;
}

.main-cta a {
	text-decoration: none;
	color: #fff!important;
}

.serv-container {
	max-width: 290px;
	display: inline-block;
	margin: 90px 40px;
}

.service {
	background-image: url('../images/redring.png');
	background-position: center; 
	background-repeat: no-repeat;
	min-width: 175px;
	max-width: 290px;
	padding: 88px 0;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 20px;
	
}

.service h1 {
	font-size: 32px;
	line-height: 0px;
	padding-bottom: 10px;
	letter-spacing: 5px;
}

.services-container {
	display: inline-block;
}

.work-image img {
	width: 100%;
	height: auto;
}

.testimonial-work {
	margin: 0 auto;
	text-align: center;
	width: 500px;
	display: inline-block;
	padding: 20px 20px 40px 20px;
	vertical-align: top;
}

.testimonial-work img {
	padding: 20px 0;
}

.about_content {
	display: inline-block;
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0;
}

.about_copy {
	max-width: 570px;
	text-align: left;
	display: inline-block;
}

.about_pic {
	display: inline-block;
	padding: 0 40px 20px 0;
}

.about_pic img {
	width: 100%;
	height: auto;
}

.contact-details {
	text-align: left;
	display: inline-block;
	max-width: 570px;
	
	vertical-align: top;
	padding: 55px 0;
}

.details {
	display: inline-block;
	max-width: 275px;
	text-align: left;
	padding: 10px 20px 10px 0;
	vertical-align: top;
	
}

.contact-form {
	display: inline-block;
	text-align: left;
	max-width: 470px;
	vertical-align: top;
	padding: 55px 20px;
}

.contact-form input {
	padding: 10px 10px;
	font-size: 15px;
	width: 100%;
	-webkit-appearance: none;
	border: none;
	margin: 12px 0;
}

.contact-form textarea {
	padding: 10px 10px;
	font-size: 15px;
	width: 100%;
		-webkit-appearance: none;
	border: none;
		margin: 12px 0;
}

.contact-form [type="submit"] {
	background-color: #c92d2d;
	width: 250px;
	color: white;
	letter-spacing: 2px;
	border-radius: 4px;
	padding: 15px 25px;
	cursor: pointer;
}

.contact-form [type="submit"]:hover  {
	background-color: #981e1e;

}

/* FOOTER STYLES */

.footer {
	padding: 25px 0;
	margin: 25px 0 0 0 ;
	border-top: 1px solid rgba(255,255,255, 0.3);
	height: 142px;

}

.footer ul {

}

.footer li {
	display: inline-block;
	padding: 15px 5px;
	font-size: 14px;
}

/* MOBILE MENU STYLES */



/* DRAWER MENU STYLES */

/* header */

.header {
  
  position: relative;
  width: 100%;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: black;
  opacity: 0.9;
  color: white;
}

.header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
  color: white;
  font-size: 14px;
}

.header li a:hover,
.header .menu-btn:hover {
  color: #c92d2d;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */

.header {
	padding: 10px 0;
}

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: none;
  padding: 0 5px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #f4f4f4;
  display: block;
  height: 3px;
  position: relative;
  transition: background .2s ease-out;
  width: 28px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: red;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 8px;
}

.header .menu-icon .navicon:after {
  top: -8px;
}

/* menu btn */

.menu-title {
	font-weight: 900;
	color: white;
	padding-left: 10px;
}

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 490px;
  margin-top: 10px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}


/* section */

.section {
  overflow: hidden;
  margin: auto;
  max-width: 1400px;
}

.section a {
  position: relative;
  float: left;
  width: 100%;
}

.section a img {
  width: 100%;
  display: block;
}

.section a span {
  color: #fff;
  position: absolute;
  left: 5%;
  bottom: 5%;
  font-size: 2em;
  text-shadow: 1px 1px 0 #000;
}

.section-split a span {
  display: none;
}

.section-split a:hover span {
  display: block;
}


/* 48em = 768px */

@media (min-width: 48em) {
  .section-split a {
    width: 50%;
  }
}


/* TABLET CSS QUERIES */

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

.mobile {display: inherit!important;}

.hide {display: none;}

.header li a {
	border: none;
}

h1 {
	font-size: 38px;
	line-height: 48px;
}

h2 {
	font-size: 32px;
	line-height: 38px;
}

.content-cta {
	padding: 35px 0;
}

.serv-container {
	margin: 38px 0;
}

.contact-form {
	padding: 0 15px 0 0;
}

.about_content {
	padding: 50px 0;
}

.about_pic {
	padding: 0 0 20px 0;
}

.testimonial-work {
	width: 240px;
	}

.footer li {
	padding: 0px 5px;
	}

.footer ul {
	padding-top: 15px;
}


.main-cta {
	height: 200px;
	margin: auto;
	position: relative;
	padding-top: 75px;
}


}