
html {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Josefin Sans', sans-serif;
}


#home {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    float: left;
    background-image: url('../images/Image1.png');
	background-position: center center;
	background-size: cover;
	background-width: 100%;
	background-height: auto;
}
  
h2 {
	font-size: 32px;
	color: black;
	margin-left: 10% ;
	margin-right: 10% ;
	margin-top: 80px ;
}

h3 {
	font-size: 32px;
	color: black;
	margin-left: 10% ;
	margin-right: 10% ;
	margin-top: 80px ;
}

#about {
	width: 100%;
	height: auto;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
	font-size: 18px;
	color: black;
	background-image: url('../images/image2.png');
	background-position: center center;
	background-size:cover;
}

.abouttext {
	margin-left: 10% ;
	margin-right: 10% ;
}

#contact {
    width: 100%;
    height: 100%;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
	font-size: 18px;
	color: black;
	background-image: url('../images/image3.png');
	background-position: center center;
	background-size:cover;
}




.svgsmaller{
	height: 300px;
	width: 300px;
	display: block;
	margin: auto;
    margin-top: 200px;
}


.topnav {
    background-color: #333;
    overflow: hidden;
    position: fixed;
    z-index: 1;
    width: 100%;
	height:68px;
  }


.TierraBold {
	font-weight: bold;
	font-size: 17px;
	color: white;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	margin-top:5px;
}

.TierraLight {
	font-weight: light;
	font-size: 17px;
	color: white;
	float: left;
	padding-top: 20px;
	margin-top:5px;
}

.topnav a {
	font-weight: light;
	font-size: 17px;
	color: #f2f2f2;
	float: right;
	text-decoration: none;
	padding: 20px 16px;
	margin:5px;
}

  /* Change the color of links on hover */
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }

  /* Add a color to the active/current link */
  .topnav a.active {
    background-color: #04AA6D;
    color: white;
  }

  /* Style inputs with type="text", select elements and textareas */
 input[type=text], select, textarea {
   margin-left: 10% ;
   margin-right: 10% ;
   width: 80%; /* Full width */
   padding: 12px; /* Some padding */
   border: 1px solid #ccc; /* Gray border */
   border-radius: 4px; /* Rounded borders */
   box-sizing: border-box; /* Make sure that padding and width stays in place */
   margin-top: 6px; /* Add a top margin */
   margin-bottom: 16px; /* Bottom margin */
   resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
 }

 /* Style the submit button with a specific background color etc */
 input[type=submit] {
   margin-left: 10% ;
   margin-right: 10% ;
   background-color: #333333;
   color: white;
   padding: 12px 20px;
   border: none;
   border-radius: 4px;
   cursor: pointer;
 }

 /* When moving the mouse over the submit button, add a darker green color */
 input[type=submit]:hover {
   background-color: #dddddd;
   color:#333333;
 }

 /* Add a background color and some padding around the form */
.container {
   margin-left: 10% ;
   margin-right: 10% ;
   padding: 20px;
 }

.contacttext {
  margin-left: 10% ;
  margin-right: 10% ;
}


.foot{
	width: 100%;
    height: 40px;
	padding-top:25px;
	padding-left:20px;
    float: left;
	background-color:#333;
	color:#ddd;
}
