html {
    background: #fff2fc;
}
body {
    margin-bottom: 100px;
}
.container {
    max-width: 725px;
    margin: 0 auto;
}

hr {
    overflow: visible;
    padding: 0 0 0 0;
    margin: 10px 0 30px 0;
    border: none;
    border-bottom: 3px double #1c1f1e;
    color: black;
    text-align: center;
}

a {
    text-decoration: none;
    color: indigo;
    font-weight: bold;
	  outline: 0;
}
a:hover {
    text-decoration: underline;
    font-weight: bold;
    color: black;
}

.main_font {
font-family: 'Adamina', Helvetica, sans-serif;
font-weight: 300;
}

.home_title {
text-align: center;
font-size: 36px;
margin: 80px 0 4px 0;
color: black;
}

.sub_title {
text-align: center;
font-size: 30px;
margin: 0 0 30px 0;
color: black;
}

.splash_image {
}

.title {
text-align: center;
font-size: 60px;
margin: 0;
}

.title_menu {
background-size: 100%;
margin: 0px 0px 0px 0px;
padding: 80px 0 70px 0;
}

.header {
text-align: center;
font-size: 30px;
}

.body_text {
font-size: 20px;
margin: 0 0 30px 0;
line-height: 170%;
font-weight: 300;
text-align: justify;
}

.center_text {
font-size: 20px;
margin: 0 0 30px 0;
line-height: 170%;
font-weight: 300;
text-align: center;
}

.little_text {
font-size: 12px;
margin: 0 0 30px 0;
line-height: 170%;
font-weight: 300;
text-align: center;
}

.body_image {
font-size: 12px;
margin: 0 0 30px 0;
line-height: 170%;
font-weight: 300;
text-align: center;
}

.nav {
border: none;
list-style: none;
margin: 0;
padding: 0;
text-align: center;
font-size: 18px;
}
.nav a {
display:inline-block;
color: black;
text-decoration: none;
}
.nav a:hover {
text-decoration: underline;
}

@media screen and (max-device-width: 480px) {
	.home_title {
		font-size: 2.25em;
    margin: 20px 0 10px 0;
	}
	.home_body {
		font-size: 1em;
    text-align: left;
	}
  .nav {
    font-size: 1em;
  }
}
