.logo {
	margin-top: 30px;
}

.elixpic {
	width: 200px;
	margin-top: 30px;
}

body {
	/*background-color: #222;*/
	/*background-color: #111;*/
	background: url('woodcomp.jpg');
	background-size: contain;
	/*background-size: cover;*/
}

.cont {
	margin-top: 30px;
}

.footer {
	min-height: 40px;
	color: #fff;
	margin-top: 20px;
}

.footer p {
	text-align: center;
	padding-top: 10px;
}

.buttons {
	margin: 60px auto;
	width: 245px;
}

.button {
	border: 2px solid #177EF2;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 120px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
}

.button span {
	color: #fff;
}

.button:hover {
	border-color: orange;
}

.fa {
	padding: 20px;
	font-size: 20px !important;
	width: 60px;
	text-align: center;
}

.fa:hover {
	opacity: 0.7;
}

.fa-facebook {
	background: #3B5998;
	color: white;
}

.fa-twitter {
	background: #55ACEE;
	color: white;
}

.fa-snapchat {
	background: #fffc00;
	color: white;
}

.fa-instagram {
	background: #fb3958;
	color: white;
}

.social {
	margin: 10px auto;
	width: 252px;
}

.social a {
	text-decoration: none !important;
}

.logosmall {
	height: 20px !important;
}

.abouth {
	text-align: center;
	color: #fff;
	font-family: 'Bungee Inline';
	font-size: 44px;
	max-width: 380px;
	margin: 40px auto;
	padding-top: 5px;
}

.aboutp {
	text-align: justify;
	color: #fff;
	font-family: 'Architects Daughter', cursive;
	max-width: 900px;
	font-size: 20px;
	padding: 30px;
}

.aboutp a:hover {
	text-decoration: none;
}

.logo {
	margin-top: 60px;
}

.apj {
	margin-top: 50px;
}

.apj img {
	width: 150px;
	margin-top: 50px;
}

.apj p {
	text-align: justify;
	color: #fff;
	font-family: 'Architects Daughter', cursive;
	max-width: 900px;
	font-size: 20px;
	padding: 10px;
}

.teamh img {
	width: 240px;
	height: 240px;
	border-radius: 50%;
	border: 7px solid;
}

.name {
	color: #fff;
	text-align: center;
	margin-top: 30px;
	font-size: 20px;
	font-family: 'Bungee Inline';
}

.desig {
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-family: 'Architects Daughter';
}

.tsocial {
	text-align: center;
}

.email {
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

.cform {
	margin: 0 auto;
	float: left;
}

.cform span {
	color: #fff;
}

.cform input {
	width: 500px;
	height: 40px;
	margin-bottom: 30px;
	padding: 10px;
}

.cform textarea {
	height: 200px;
	width: 500px;
	resize: none;
	padding: 10px;
}

.cform button {
	margin-top: 20px;
}

.map {
	float: right;
}

iframe {
	width: 600px;
	height: 450px;
}

.works {
	text-align: center;
	margin-top: 40px;
}

.works p {
	margin-top: 20px;
	font-family: 'Architects Daughter';
	color: #fff;
	font-size: 24px;
}

* {
	transition: all 1s ease;
}

.background {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}

.dark, .light {
	font-size: 36px;
	font-family: 'Architects Daughter';
	display: flex;
	align-items: center;
}

.dark p, .light p {
	margin: 0 auto;
}

.dark {
	background-color: #196070;
	height: 100%;
	color: #e6ffe0;
}

.light {
	background-color: #e6ffe0;
	height: 100%;
	color: #196070;
}

.sponsmsg {
	text-align: center;
	font-size: 4em;
	color: #FFF;
	margin-top: 100px;
}