@font-face {
font-family: 'NeutraText-BookAlt';
font-style: normal;
font-weight: normal;
src: local('NeutraText-BookAlt'), url('assets/neutra-text-alt-587261020eccb.woff') format('woff');
}


@font-face {
font-family: 'NeutraText-Light';
font-style: normal;
font-weight: normal;
src: local('NeutraText-Light'), url('assets/neutra-text-light-5872613aeda5b.woff') format('woff');
}


@font-face {
font-family: 'NeutraTextTF-Book';
font-style: normal;
font-weight: normal;
src: local('NeutraTextTF-Book'), url('assets/neutra-text-tf-5871e0b0704ed.woff') format('woff');
}


@font-face {
font-family: 'NeutraText-Bold';
font-style: normal;
font-weight: normal;
src: local('NeutraText-Bold'), url('assets/neutra-text-bold-5871e1605afa2.woff') format('woff');
}


@font-face {
font-family: 'NeutraText-BoldItalic';
font-style: normal;
font-weight: normal;
src: local('NeutraText-BoldItalic'), url('assets/neutra-text-bold-italic-5872615974382.woff') format('woff');
}




body {
    font-size: 18pt;
    color: #3a3a3c;
    text-align: center;
  

    min-width: 700px;
    padding-top: 30px;
}

nav {
       font-family: "NeutraText-Light", sans-serif;
    font-size: 65%;
    margin:50px auto 0 auto;
    width: 800px;
   text-align: center;
    display: flex;
        justify-content: space-between;
}


h1{
    font-family: "gotham thin"
    
}
h1 strong{
    font-family: "GeosansLight";
    font-size: 150%;
}
h1 span {
    font-family: "Cheddar Jack";
    color: red;
}

h1 img{
   

    position: relative;
    width:100px;
    margin: 10 auto;
    text-align: left;
   
}

img {
    width: 800px;
    margin:auto;
}




h2 {
    font-family: "NeutraText-Light", sans-serif;
    font-size: 90%;
    color: 45405C;
    padding-bottom: 5px;
}

h3 {
    font-family: "NeutraText-Light" , "Optima", sans-serif;
    font-weight: lighter;
    font-size: 65%;
    margin: 5 10 0 10;
    
}
h3 span {
       vertical-align: middle;

   
    padding-left: 25px;
    padding-right: 25px;
   
        
}

h3 img {
    width: 40px;
    position: relative;
    margin: 2 auto;
    padding:  1 0;
    
}

h3 a:link, h3 a:hover, h3 a:visited {
   color: #b3b3b3ff;
    
}


h4 {
    content: "";
    display: block;
    height: 1px;
    background: #3a3a3c;
    text-align: center;
    position: relative;
    margin: 0 auto;
    margin-top: 5px;
    width: 800px;
    
}

a:link, a:visited{
 color: #000;
    text-decoration: none;
}

a:hover{
 color: grey;
    text-decoration: underline;
}


    