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

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

a {
    text-decoration: none;
    color: black;
	  outline: 0;
}
a:hover {
    text-decoration: underline;
}

.main_font {
font-family: 'Cormorant Garamond', Garamond, serif;
font-weight: 300;
}

.home_title {
text-align: right;
font-size: 36px;
font-style: italic;
margin: 80px 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: left;
font-size: 30px;
}

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

.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;
  }
}
