* {
    margin:0; padding:0; border: 0; box-sizing: border-box;
}

body {
    font-family: 'Julius Sans One', sans-serif;
    background-color: #345; 
    color:rgb(172, 158, 33);
    text-align: center;
    letter-spacing: .3em;
    min-width: 100%;  
    /* min-height: 1000px; */
    /* overflow: hidden; */
    /* background-image: url("/images/ProPic.jpg");
    background-repeat: no-repeat;
    background-position: ; */
}

header {
    background-color: rgb(1, 5, 35); 
    color: (172, 158, 33);
    text-align: center;
    padding: 24px;
    height: 100px;
}

h1 {
    font-family: 'Julius Sans One', sans-serif;
    font-weight: normal; text-transform: uppercase;
    letter-spacing: .1em;
    text-align: center;
    color: rgb(172, 158, 33);
    margin-top: 15px;
}

nav {
    /* border: solid 5px red; */
    font-family: 'Julius Sans One', sans-serif;
    font-weight: normal; text-transform: uppercase;
    letter-spacing: .1em;
    text-align: center;
    color: rgb(172, 158, 33);
    margin-top: 20px;
    min-height: 100px;
    /* overflow:hidden; */
   }


p {
    margin-top: 30px;
}


.zen {
    color: #A26769;
    margin-top: 30px;
    overflow: hidden;
    min-height: 395px;
    letter-spacing: normal;
    border-bottom: dashed 3px #FCFAF9;
    padding: 10px;
}

.intro_p {
    /* border: solid 2px red; */
    letter-spacing: .1em;
    width: 600px;
    margin: auto;
    margin-top: 20px;
}



.navbutton {
    /* display: block; */
    background-color: rgb(1, 5, 35);
    /* background-color: #345; */
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 8px;
    color:rgb(172, 158, 33);
    width: 140px;
    margin: auto;
    font-weight: bold;
    border-radius: 20px;
    transition: all 300ms ease-in-out;
    
}


.navbutton:link {
    color: rgb(172, 158, 33); text-decoration: none;
    font-size: 10pt;
}

.navbutton:hover {
    color: rgba(233,233,233,.6);
    /* color: #345; */
    /* background-color: rgba(233,233,233,.3); */
    background-color: #345;
    /* background-color: rgb(1, 5, 35); */
}

.navbutton:active {
    transform: translateY(2px);
}



footer {
    background-color: rgb(1, 5, 35); 
    color: (172, 158, 33);
    font-size: xxx-large;
    text-align: center;
    padding: 25px;
    margin-top: 100px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

footer .logo_transp {
    height: 250%;
    position: relative; 
    top: -50px;
}

.logo_transp {
    width: 1000px;
    height: 200px;

}

div.headshot {
    background-image: url(../images/ProPic.JPG);
    width: 100%; min-height: 1000px;
    background-size: contain; background-position: center 60%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-top: 10px;
    filter: opacity(40%) grayscale(1%);
}





/* ABOUT PAGE STYLES */

.aboutp {
    text-align: left;
    margin-left: 15px;
    letter-spacing: 0;
    text-transform: none;
    padding: 8px;
    font-size: larger;
}

.abouta {
    text-decoration: underline;
    color:rgb(172, 158, 33);
    background-color: rgb(1, 5, 35);
    }


.abouta:hover {
    background-color: #345;
}

