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

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	height: 0px;
}


body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
}

a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


body {
	-webkit-text-size-adjust: 100%
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-family: "proxima-nova",sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 18px;
	color: #293132;
}


.dumastophoder {
	background: #f4421a;
	position: fixed;
	z-index: 3;
	width: 100%;
	left: 0;
	top: 0;
}


.logo {
  float: left;
  z-index: 9999999;
}

.logo img {
	display: block;
}

.dumastopbanner {
	clear: both;
	padding: 3.3em 0 0 0;
}

#back_to_camera {
	clear: both;
	display: block;
	height: 80px;
	line-height: 40px;
	padding: 20px;
}

.fluid_container {
	margin: 0 auto;
	width: 100%;
		}
		
.dumaswelcome {
	clear: both;
	padding: 5% 10% 10% 10%;
	text-align: justify;
}

.dumaswelcome h1 {
	font-weight: 200;
	text-align: center;
	font-size: 30px;
	margin-bottom: 4%;
	color: #f4421a;
	
}

.dumaswelcome h2, .dumasabout h2, .dumasservices h2, .dumasguide h2, .dumasghana h2, .dumascharity h2, .dumascontact h2 {
	font-weight: 600;
	font-size: 30px;
	color: #f4421a;
}

.dumaswelcome ul {
	margin: 10px 0px 20px 30px;
	font-size: 24px;
	font-weight: 100;
	
}

.dumaswelcome p, .dumasabout p, .dumasservices p, .dumassguide p, .dumasghana p, .dumascharity p, .dumascontact p {
	line-height: 1.5em;
	font-weight: 100;
	
}

.dumasabout {
	clear: both;
	padding: 10%;
	text-align: justify;
}

.dumasservices {
	clear: both;
	padding: 10%;
	text-align: justify;
}

.dumasservices ul {
	margin: 10px 0px 20px 30px;
	font-size: 24px;
	font-weight: 100;
	
}
.dumasguide {
	clear: both;
	padding: 10%;
	text-align: justify;
}

.dumasghana {
	clear: both;
	padding: 10%;
	text-align: justify;
}

.dumascharity {
	clear: both;
	padding: 10%;
	text-align: justify;
}

.dumascontact {
	clear: both;
	padding: 10%;
	text-align: justify;
}

.dumascontactform {
	text-align: center;
	width:60%;
	margin: 0px auto;
	padding: 50px 0px;
}

.dumasfooter {
	padding: 20px;
	text-align: center;
	color: #fff;
	background-color: #f4421a;
	font-size: 14px;
}

.dumasfooter a, .dumasfooter a:active {
	color: #efefef;
	text-decoration: none;
	font-size: 12px;
}

.dumasfooter a:hover {
	color: #fff;
	text-decoration:  underline;
}





section.module.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 100px 0px;
  clear: both;
}

section.module.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  line-height: 4em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 0px;
}

section.module.parallax p {
  color: rgba(33,60,77, 0.8);
  line-height: 2.0em;
  font-weight: 400;
  text-align: center;
 /*text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
  margin: 0px auto 50px auto;
  padding: 50px;
  background-color: rgba(255,255,255,0.8);
  width: 80%;
  font-size: 24px;
}

section.module.parallax-1 {
  background-image: url(../images/p1.jpg);
}

section.module.parallax-2 {
  background-image: url(../images/p2.jpg);
  clear: both;
}

section.module.parallax-3 {
  background-image: url(../images/p3.jpg);
}

section.module.parallax-4 {
  background-image: url(../images/p4.jpg);
}

section.module.parallax-5 {
  background-image: url(../images/p5.jpg);
}

section.module.parallax-6 {
  background-image: url(../images/p6.jpg);
}


input[id*="name"], input[id*="email"], input[id*="phone"] {
	border: 5px #CCC solid;
	border-radius: 10px;
	width: 100%;
	height: 30px;
	color: #fff;
	-webkit-box-shadow: 0px 0px 1px black;
	box-shadow: 0px 0px 1px black;
	background-color: #f4421a;
	margin: 20px auto;
	padding: 20px;
	text-align: left;
	display: inline-block;
}


textarea[id*="message"] {
	border: 5px #CCC solid;
	border-radius: 10px;
	width: 100%;
	height: 200px;
	color: #fff;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 1px black;
	box-shadow: 0px 0px 1px black;
	margin: 20px auto;
	background-color: #f4421a;
}

input[id*="send"] {
	border: thin #CCC solid;
	border-radius: 5px;
	width: 150px;
	height: 50px;
	color: #fff;
	-webkit-box-shadow: 3px 3px 3px black;
	box-shadow: 3px 3px 3px black;
	background-color: #f4421a;
	font-weight: 700;
}

@media only screen and (min-width:50px) and (max-width: 470px) {}
