
/* CSS Document  */
@import url('https://fonts.googleapis.com/css2?family=Montez&family=Montserrat:wght@200&display=swap');

/*
font-family: 'Montserrat', sans-serif;
*/

/*
font-family: 'Montez', cursive;
*/

/* colors used:

#FCFFF5 off white
#D1DBBD light moss green/blue
#91AA9D green/blue
#91AA9D calm blue
#193441 dark blue
*/

body{
    width:1280px;
    background-color: #FCFFF5;
    font-size: 16px;
    margin: 0;
       
}
p{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    text-align: justify;

}
h2{
    font-family: 'Montez', cursive;
    font-size: 2em;
    margin: 0 0 .5em 0;
    color: #193441;
}
li{
   list-style: none;
    color: #193441;
    
}
a:link{
    text-decoration: none;
    color:#193441;
}
a:visited{
    text-decoration: none;
    color:#91AA9D;
}
header{
        margin:0% 10% 0 10%;
        border-bottom-style: solid;
        border-bottom-color: #193441;
        border-bottom-width: 1%;
}

#logo{
    padding: .5em 0 1em 0;
    clear: right;
    margin: 0;
    background-image: url("/images/NWOheader1.jpg");
    background-position:top;
    background-size:auto;
    
}
#logo h1{
    font-family: 'Montez', cursive;
    font-size : 6em;
    color : #fff;
    margin:0 0 0 16px;
    padding: 0;
    text-shadow: 2px 2px black

}
#logo h3{
    font-family: 'Montserrat', sans-serif;
    margin:-30px 0 0 0px;
    letter-spacing: .35em;
    padding:3px 3px 3px 225px;
    font-size: 1.25em;
    color: #fff;
    background-color: #193441;
    width: 175px;
    text-align: center;
    border-radius: 0;
}

#ironworks{
    margin: 0;
    width: 100%;
    border:solid 1px;
    border-radius: 12px;
    
}
main h1{
    font-family: 'Montez', cursive;
    font-size : 3.5em;
    color: #193441;
    margin: 0;
    padding: 0;
}
main{
    margin:0% 10% 0 10%;
    float: left;
    width: auto%; 

}
#cafe{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    text-align: justify;
    float:left;
    clear: both;
    width:auto;
    padding: 1em;
    margin:0;
    border-bottom: solid 1px #193441;
}
#cafe img{
    width: 15%;
    border-radius: 12px;
    float: left;
    clear: both;
    margin: 0 2% 0 0;
    border: solid 1px;
}

#garden{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    text-align: justify;
    float:left;
    clear: both;
    width:auto;
    padding: 1em;
    margin:0;
    border-bottom: solid 1px #193441;
}
#garden img{
     width: 15%;
    border-radius: 12px;
    float: left;
    clear: both;
    margin: 0 2% 0 0;
    border: solid 1px;
}
#grave{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    text-align: justify;
    float:left;
    clear: both;
    width:auto;
    padding: 1em;
    margin:0;
    border-bottom: solid 1px #193441;
}
#grave img{
    width: 15%;
    border-radius: 12px;
    float: left;
    clear: both;
    margin: 0 2% 0 0;
    border: solid 1px;
}
#french{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    text-align: justify;
    float:left;
    clear: both;
    width:auto;
    padding: 1em;
    margin:0;
    border-bottom: solid 1px #193441;
}
#french img{
    width: 15%;
    border-radius: 12px;
    float: left;
    clear: both;
    margin: 0 2% 0 0;
    border: solid 1px;
}
#notable li{
    display:inline-block;
    color: darkred;
    margin: 0;
    padding: 0;    
}
footer{
    width:
    margin:0% 10% 0 10%;
    text-align: center;
}
#footer li{
    font-family: 'Montserrat', sans-serif;
    font-size: .75em;
    display:inline-block;
    color: darkred;
    margin: 0;
    padding: 0;    
}
.spacer{
    clear:both;
   
}