/* CSS Document  */

/* colors:
#BF5672 pinkish
#342840 purple
#5EA4BF blue
#F2E7AC yellowish
#BF9663 tan

/* font-family: ltc-caslon-pro, serif;
font-weight: 400;
font-style: normal; */

/* 

font-family: herencia, sans-serif;
font-weight: 400;
font-style: normal;
*/

/*

font-family: lamar-pen, sans-serif;
font-weight: 400;
font-style: normal;
*/

@import url("https://use.typekit.net/ykp8rxq.css");

html{
    box-sizing: border-box;}
*,*:before, *:after{
}


body {
    width: 1200px;
    line-height: 1.45;
    background: #F2E7AC ;
    padding: 1em;
    font-size: 16px;
    display: block;
    margin: 0 auto
}

#package{
    margin: 0 auto;
    background-color: #ffff;
    border-style: solid;
    border-width: .8px;
    border-color: grey;
}

#chapter{
    font-family: ltc-caslon-pro, serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    padding-top: 1em;
    margin-top: 0;
    color:gray;
}

#chapter h6{
    font-size: .75em;
    margin: 0 0 0 0;
    padding:0;
    letter-spacing: .125em;
    opacity: 70%;
}

#chapter h3{
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 0;
    padding:4px 0 18px 0;
    letter-spacing: .125em;
}


#title{
    font-family: lamar-pen, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3em;
    color:black;
    text-align: center;
}

#title h1{
    margin-top: 0;
    margin-bottom: 20px;
}

#imagetop{
    margin: auto;
    display: block;
    width: 1060px;
    margin-bottom: 35px;
}

.copy{
    width: 1060px;
    columns: 2 auto;
    column-gap: 2em;
    font-size: 1em;
    font-family: ltc-caslon-pro, serif;
    font-weight: 400;
    font-style: normal;
    padding: 1.5em;
    margin: auto;
}

h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

p {
    line-height: inherit;
    margin-top: 0;
    margin-bottom:.5em;
    text-align: justify;
}

#capblockt{
    width:10em;
    float:left;
    margin-right: .5em;
    margin-bottom:.5em;
}

#incopyimage{
    width:501px;
    margin: 2em 0em
}

nav ul li a:link{
    text-decoration: none;
    color: white;
    }

nav ul li a:visited{
    text-decoration: none;
    color: white;
}

nav ul li {
	margin: 0;
	display: inline-block;
}

nav{
    align-content:center;
    text-align: center;
    font-size: 1em;
    font-family: ltc-caslon-pro, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .135em;
    word-spacing: 1em;
    padding: 2px;
    background-color: #5EA4BF;
    border-style: solid;
    border-width: .8px;
    border-color: grey;
}
