body {

background-color: #FFFFFF;

margin-top: 30px;

border: 2px dotted white;

font-family: "Source Sans Pro", sans-serif;

font-size: small;
text-align: center;

line-height: 1.6em;

}

h1 {
font-size: 180%;
}

h2 {
font-size: 150%;
}

h3 {
font-size: 120%;
}

h4 {
font-size: 100%;
}

img {
height: auto;


}

#topbar {
width:	450px;

padding-top:		1px;

padding-bottom:		1px;

background-color: 	#FFFFFF;

margin-left:		auto;

margin-right:		auto;

text-align:		center;

}

#top {
width:	800px;

padding-top:		5px;

padding-bottom:		25px;

background-color: 	#FFFFFF;

margin-left:		auto;

margin-right:		auto;

}

#main {
text-align:		center;
padding-top:		25px;

padding-bottom:		25px;

background-color: 	#FFFFFF;

margin-left:		auto;

margin-right:		auto;

padding:		20px 50px;
font-size: 		110%;

width: 250px;

}

#main2 {
text-align:		center;

padding-top:		1px;

padding-bottom:		1px;

background-color: 	#FFFFFF;

margin-left:		auto;

margin-right:		auto;
	
font-size: 		110%;

display: 		block;

}


#main3 {
text-align:		center;
padding-top:		25px;

background-color: 	#FFFFFF;

margin-left:		auto;

margin-right:		auto;

padding:		0px 50px 0px 50px;
font-size: 		110%;

width: 300px;

}

#main4 {
text-align:		center;
padding-top:		1px;

padding-bottom:		1px;

background-color: 	#FFFFFF;

margin-left:		auto;

margin-right:		auto;

font-size: 		110%;

width: 			500px;

height: 		1000px;
}

div#tableContainer {
display: table;
padding: 0px 0px 0px 50px;
border-spacing: 10px;
}

div#tableRow {
display: table-row;
}


/* The grid: Four equal columns that floats next to each other */
.column {
    float: left;
    width: 75px;
    padding: 10px;
}

/* Style the images inside the grid */
.column img {
    opacity: 0.8; 
    cursor: pointer; 
}

.column img:hover {
    opacity: 1;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.container {
    position: relative;
    display: none;
}

div#contact {

background-color: #FFFFFF;
font-size: 110%;

text-align: center;
align-items: center;
line-height: 1.5em;

padding: 0px 0px 0px 0px;
margin-top: 10px;
}



section#text {

display: table-cell;
font-size: 110%;

vertical-align: left;
background-color: #FFFFFF;
text-align: center;
align-items: center;
text-justify: inter-word;

line-height: 1.5em;

padding: 10px 300px 10px 300px;
margin-top: 10px;
}



#text2 {
font-size: 120%;
float: center;
background-color: #FFFFFF;
text-align: justify;
align-items: left;
line-height: 1.5em;
width: 550px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
}

#text3 {
font-size: 120%;
float: center;
background-color: #FFFFFF;
text-align: justify;
align-items: left;
line-height: 1.5em;
width: 550px;
margin-left: auto;
margin-right: auto;
}

section#risingsun {

display: table-cell;
font-size: 110%;

vertical-align: middle;
background-color: #FFFFFF;
text-align: left;
align-items: left;
text-justify: inter-word;

line-height: 1.5em;

padding: 0px 50px 0px 0px;
margin-top: 10px;
}



.imageleft {
text-align: left;

float: left;
margin: 10px 10px 0px 10px;
max-width: 100%;
    height: auto;
}

.imageright {
display: table-cell;
text-align: right;

float: right;
margin: 10px 10px 10px 10px;
max-width: 100%;
    height: auto;
}


.imagesmall {
text-align: left;

float: left;
margin: 20px 0px 0px 10px;
max-width: 100%;
    height: auto;
}

#imagecenter {
vertical-align: middle;
background-color: #FFFFFF;
font-size: 100%;

text-align: center;
align-items: center;
text-justify: inter-word;

line-height: 1.5em;

padding: 0px 50px 0px 0px;
margin: 10px 10px 10px 10px;
max-width: 100%;
    height: auto;
}


.center {
position: center;
}

.footer {

background-color: #FFFFFF;

margin-left: 24%;

margin-right: 24%;

border: 2px dotted white;

font-family: "Source Sans Pro", sans-serif;

font-size: small;

text-align: center;

}


#navi {
width:			75px;

padding-top:		0px;

padding-bottom:		25px;

background-color: 	#FFFFFF;


margin-left:		auto;

margin-right:		auto;


}

.dropdown {
display: inline;
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px; 
  border: none;
  outline: none;
  color: black;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: white;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #FFFFFF;
}

.dropdown:hover .dropdown-content {
  display: block;
}

a:link {
  color:            #000000;
  text-decoration:  none;
}
a:visited {
  color:            #A9A9A9;
  text-decoration:  none;
}

input[type=text] {
    width: 35%;
    height: 35px;
    padding: 2px 6px;
    margin: 6px 0;
    box-sizing: border-box;
    font-family: "Arial", sans-serif;

}

input[type=email] {
    width: 35%;
    height: 35px;
    padding: 2px 6px;
    margin: 6px 0;
    box-sizing: border-box;
    font-family: "Arial", sans-serif;

}

textarea {
    width: 35%;
    height: 200px;
    padding: 2px 6px;
    margin: 6px 0;
    box-sizing: border-box;
    resize: none;
    font-family: "Arial", sans-serif;

}



.button {
    background-color: #FFFFFF;
    color: #1F497D;
    padding: 10px 20px;
    margin: 4px 2px;
    cursor: pointer;
    font-family: "Arial", sans-serif;
    font-color: #1F497D;
    float: center;
    border: 2px solid #1F497D;
    webkit-transition-duration: 0.4s; 
    transition-duration: 0.4s;
}

.button:hover {
    background-color: #DCD5B9;
    color: #1F497D;
    font-weight: bold;
}

button[type=submit] {
    background-color: #FFFFFF;
    color: #1F497D;
    padding: 10px 20px;
    margin: 4px 2px;
    cursor: pointer;
    font-family: "Arial", sans-serif;
    font-color: #1F497D;
    float: center;
    border: 2px solid #1F497D;
    webkit-transition-duration: 0.4s; 
    transition-duration: 0.4s;
}

button[type=submit]:hover {
    background-color: #DCD5B9;
    color: #1F497D;
    font-weight: bold;
}

.button2 {
    background-color: #FFFFFF;
    color: #1F497D;
    padding: 5px 5px;
    margin: 1px 1px;
    cursor: pointer;
    font-family: "Arial", sans-serif;
    float: left;
    webkit-transition-duration: 0.4s; 
    transition-duration: 0.4s;
    width: 100%;
}

.button2:not(:last-child) {
    border-right: none;
}

.button2:hover {
    font-weight: bold;
}

.button2:after {
    content: "";
    clear: both;
    display: table:
}

button2[type=submit] {
    background-color: #FFFFFF;
    color: #1F497D;
    padding: 5px 5px;
    margin: 1px 1px;
    cursor: pointer;
    font-family: "Arial", sans-serif;
    font-color: #1F497D;
    float: left;
    webkit-transition-duration: 0.4s; 
    transition-duration: 0.4s;
    width: 100%;
}

button2[type=submit]:hover {
    font-weight: bold;
}