*
{
	margin:0;padding:0;
	background:green;
}

header {
	background: green; 
}

#pictures {
	border: 0;
	width: 100%;
	padding-top: 10px;
	border: none;
	text-decoration: none;
}

#text1 {
	text-align: center;
	text-decoration: none;
	font-family: 'Conv_Enviro LET';
	font-size: 55px;
	color: #FFFF00
}

#text2 {
	text-align: center;
	text-decoration: none;
	font-family: 'Conv_Enviro LET';
	font-size: 30px;
	color: #FFFF00
}

.t-container {
    margin: auto;
    width: auto;
    overflow: hidden;
	padding-left: 80px;
}

.t-container-2 {
    margin: auto;
    width: 720px;
    overflow: hidden;
	padding-top: 45px;
}

.t-container:after, .t-container:before {
    display: table;
    content: " ";
}

r.style {
    padding-top: 0px;
    background: green; 
}

#element2 {
    padding-top: 30px;
    padding-bottom: 30px;
    background: green;
}

.table-4 {
    max-width: 560px;
	border: none;
}

.t334 {
    display: block;
	background: green; 
}

.t334__col {
    overflow: hidden;
	display: inline;
    float: left;
   margin-left: auto;
	margin-right: auto;
	width: auto;
	border: none;
}

.t334__table {
	display: table-cell;
    width: 50%;
    height: 170px;
    position: relative;
    overflow: hidden;
	border: none;
	text-decoration: none;
}

.copyright {
    background-color: green;
	padding-bottom: 40px;
    color: #FFFF00;
    width: 100%;
    font-family: 'Conv_Enviro LET';
    font-size: 20px;
	text-align: center
}

.footer-space {
	padding-top:40px;
	background: green;
}

.footer-text {
	background-color: green;
	padding-top: 0px;
	padding-bottom: 5px;
    color: #FFFF00;
    width: 100%;
    font-family: 'Conv_Enviro LET';
    font-size: 20px;
	text-align: center
}

#footer-link {
	background-color: green;
	padding-top: 0px;
	padding-bottom: 5px;
    color: #FFFF00;
    width: 100%;
    font-family: 'Conv_Enviro LET';
    font-size: 20px;
	text-align: center
}

.t334__table {
	width: 50%;
}

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

.t-container {
	max-width: 640px;
	padding-left: 0px !important;
}
.t334__col
{
	float: none;
}

.t-container-2 {

}
	
.t-col {
    float: none;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
	padding-bottom: 40px;
    box-sizing: border-box;
	border:none;
}

#element2 {
    padding-top: 0px;
    padding-bottom: 30px;
}

.container {
	max-width:700px !important;
}

#contact-form {
	width:700px !important; 
}

#contact .container form input,
#contact .container form textarea {
	height:40px !important;
}

#contact .container form textarea {
    height: 170px !important;
}

#contact .container form .submit {
	height:50px !important;
}

}

.table-4.t334__col.t-col {
	width: 50%;
}

#contact {width:100%; height:100%; margin 0 auto; background: green; }

.container {width:990px; height:auto; margin: 0 auto; padding: 50px 0;}

#contact-form {width:960px; height:auto; margin: 0 auto; padding: 50px 0;}

#contact .container form input,
#contact .container form textarea {
	width:97.4%;
	height:30px;
	padding:5px 10px;
	font-size: 12px;
	color:#FFFF00;
	letter-spacing:1px;
	background: none;
	border:2px solid #46BD59;
	margin-bottom:25px;
  -webkit-transition:all .1s ease-in-out;
	-moz-transition:all .1s ease-in-out;
	-ms-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
	transition:all .1s ease-in-out;}

#contact .container form input:focus,
#contact .container form textarea:focus {
	border:2px solid #FFFF00;
	color:#FFFF00;}

#contact .container form textarea {
	height:150px;}

#contact .container form .submit {
	width:100%;
	padding:5px 10px;
	font-size: 24px;
	font-family: 'Conv_Enviro LET';
	letter-spacing:1px;
	background:#599B4D;
	height:40px;
	text-transform:none;
	letter-spacing:1px;
	color:#FFFF00;
	border:2px solid #46BD59;
  -webkit-transition:all .1s ease-in-out;
	-moz-transition:all .1s ease-in-out;
	-ms-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
	transition:all .1s ease-in-out;}

#contact .container form .submit:hover {
	color:#FFF;
	border:2px solid #FFFF00;
	background: green;
	cursor:pointer;}

#contact .container form .required {
	color:#b43838;
}
	
::-webkit-input-placeholder { /* Chrome */
	color: #FFFF00;
	text-align: center;
	text-transform: none;
	font-family: 'Conv_Enviro LET';
	font-size: 20px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #FFFF00;
	text-align: center;
	text-transform: none;
	font-family: 'Conv_Enviro LET';
	font-size: 20px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #FFFF00;
	text-align: center;
	text-transform: none;
	font-family: 'Conv_Enviro LET';
	font-size: 20px;
	opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 4 - 18 */
	color: #FFFF00;
	text-align: center;
	text-transform: none;
	font-family: 'Conv_Enviro LET';
	font-size: 24px;
	opacity: 1 !important;
}