﻿@charset "utf-8";
		

* {	box-sizing: border-box;}


body {	background-color: #ffffff;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-smooth: always;}






/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - DIVISION - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#nav {	float: right;	width: 70%;	
	font-size: 1em;		font-weight: bold;
	border-bottom: 1px solid #009933;	background-color: white;
	padding-top: 100px;}

#logo {	position: fixed; top: 40px; width: 22%;}


#row { 	width: 100%;		height: 100%;
	display: flex;		flex-wrap: wrap;
	margin: auto;		padding: 0px;
	justify-content: space-around;}

#box2 {	padding: 0px 0px 15px 0px;	float: right;	width: 70%;		margin: 50px 0px 0px 0px;		border-bottom: 1px solid #313131; 	line-height: 1.5em;	font-size: 1em;
	text-align: justify;}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - TEXT STYLE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body {	font-family: arial, sans-serif;		color: #262626;		 width: 80%;}

a {	text-decoration: none;		color: #0099ff; 	border:0px;	padding: 0px;	margin: 0px; }

a:link { color: #0099ff; }
a:visited { color: #0099ff; }	
a:hover { color: #1aa3ff; }
a:active { color: #0099ff; }	


p {	margin:0; 	margin-top: 0px;	font-size: 0.9em;		line-height: 1.5em;		font-family: arial, sans-serif;}


h1 {	font-size: 4em;	line-height: 0em;	font-weight: bold;
			text-shadow: 0px 0px 1px #009933;
			font-family: arial, sans-serif;
			color: #009933;}

h2 {	font-size: 2em;		font-weight: bold; line-height: 0.5em;
			text-shadow: 0px 0px 1px #262626;
			font-family: arial, sans-serif; color: #262626;}





/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ELEMENTS - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

img 	{ border:none;	padding: 0px;	margin: 0px;}