/* benjerred.com style sheet */
/* by Ben Jerred 11/30/19    */
/* revisit 12/2024 */
/* revisit 7/12/25 */

/* my local stored fonts */
@font-face {
    font-family: 'Top Drawer Fuselage'; /* Your font's name */
    src: url('tdf.ttf') format('truetype');
    font-weight: normal; /* Optional: define the weight (normal, bold, etc.) */
    font-style: normal; /* Optional: define the style (normal, italic, etc.) */
}

@font-face {
    font-family: 'New Allfield'; /* Your font's name */
    src: url('na.ttf') format('truetype');
    font-weight: normal; /* Optional: define the weight (normal, bold, etc.) */
    font-style: normal; /* Optional: define the style (normal, italic, etc.) */
}


* {
    margin: 0;
    padding: 0;
}

/* main page content box class */

.bv-main {
margin-right: 30px;
}

.vessel {
    margin: 20px 20px 20px 20px;
    opacity: .85;
    width: 90%;
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}

/* hidden full screen stuff */

.cban {
    display: none;
}

.computer {
    display: none;
}

.cline {
    display: none;
}

/*
p.whitenav {
    display: none;    
}
*/

p.whitenav {
    font-family: 'Top Drawer Fuselage', serif;
    font-weight: normal;
    font-size: 45px;
    color: #ffffff;
    text-shadow: 2px 2px 2px black;
    display: block;
    text-align: left;
    line-height: 45px;
}

/*plain links*/

a {
    color: black;
        font-family: 'Top Drawer Fuselage', serif;
    font-size: 20px;
}

a:hover {
    color: #aed6f1;
}

/* big white drop shadow text and link */

a.whiteshade {
    text-decoration: none;
    font-family: 'New Allfield';
    font-weight: normal;
    font-size: 100px;
    color: #ffffff;
    text-shadow: 2px 2px 5px black;
    /*display: block;*/
    text-align: center;
    line-height: 150px;
    opacity: 1;
    display: block;
}

a.wnav {
    text-decoration: none;
    font-family: 'Top Drawer Fuselage', serif;
    font-weight: normal;
    font-size: 45px;
    color: #ffffff;
    text-shadow: 2px 2px 2px black;
    display: block;
    text-align: left;
    line-height: 45px;
}

/* a background image you can put text on top of */

.mast {
    max-width: 100%;
    background-image: url("../img/graphics/miniheader.jpg");
    height: 200px;
    margin-bottom: 0px;
}

.wmast {
    /* max-width: 100%; */
    background-image: url("../img/graphics/rlogo.jpg");
    height: 200px;
    margin-bottom: 0px;
}

.wormo {
    background-color: #6ec23e;
    
}

.nobg

/* menu bar format */

nav {
    width: 100%;
    height: 120px;
    background-color: #aed6f1;
    /*#a19982*/
}

ul {
    font-family: 'Top Drawer Fuselage', serif;
    width: fit-content;
    display: block;
    margin: 0 auto;
    font-size:20px;
    color: #1a1a1a;
    line-height: 24px;
}

ul li {
    list-style: none;
    display: inline-block;
    line-height: 40px;
    padding: 0 20px;
}
nav a {
    color: #1a1a1a;
    text-decoration: none;
    font-family: 'Top Drawer Fuselage', serif;
    font-weight: bold;
    font-size: 20px;
    display: block;
}

nav a:hover {
    color: #ffffff;
}

/* main body format */
body {
    background-color: #9a6e3f;
    /* aed6f1 */
    
}

body::after {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/graphics/paper-crumple.jpg');
    background-repeat: repeat;
    min-height: 100%;
    height: 100vh;
    opacity: 0.5;
    z-index: -1;
}

h1 {
    font-family: 'Top Drawer Fuselage', serif;
    font-weight: bold;
    font-size: 28px;
    color: #1d8348;
    /*color: #1a1a1a;*/
}

h2 {
    
    font-family: 'Top Drawer Fuselage', serif;
    font-size: 20px;
    color: black;
    /*color: #1a1a1a;*/
}

p {
    font-family: 'Top Drawer Fuselage', serif;
    font-size:20px;
    color: #1a1a1a;
    line-height: 24px;
    padding: 20px 0 10px 0;
}

img {
    border-radius: 50px;
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-bottom: 0px;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.5);
}

.img-only {
    border-radius: 50px;
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-bottom: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
}

}

/* this is format for under header with byline, timestamp, etc. */

.normie {
    border-radius: 0px;
    box-shadow: none;
}

/* this is format for under header with byline, timestamp, etc. */

.substamp {
    font-family: arial;
    font-style: italic;
    font-size:12px;
    color: #1a1a1a;
    line-height: 16px;
}

/* this is format for simple captions */

.capper {
    font-family: arial;
    font-style: italic;
    font-size:12px;
    color: #1a1a1a;
    line-height: 16px;
    text-align: center;
}

/* This will switch format if its on a tablet or ipad */

@media only screen and (min-width: 768px) {
    
.computer {
    display: block;
    width: 400px;
    height: 40px;
    margin: 0px 0px 0px 40px;
}

p.whitenav {
    font-family: 'Top Drawer Fuselage', serif;
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
    text-shadow: 2px 2px 2px black;
    /* display: block; */
    text-align: left;
    line-height: 100px;
    margin-left:50px;
}

.cban {
    display: block;
    width: 400px;
    height: 75px;
    position: absolute;
    top: 15px;
    right: 100px;
}
    
.vessel {
    display: block;
    margin: 20px 20px 20px 20px;
    width: 30%;
    padding: 10px 10px 10px 10px;
    float: left;
    overflow-y: auto;

}

.bv-main {
    width: calc(100%-60px);
    margin: 0px 30px 0px 30px;
}

.mast {
    max-width: 100%;
    background-image: url("../img/graphics/midheader.jpg");
    height: 150px;
    margin-bottom: 0px;
}


nav {
    width: 100%;
    height: 80px;
    background-color: #aed6f1;
}

}

/* This will switch format for a computer or wide device */

@media only screen and (min-width: 1000px) {
ul {
    width: 100%;
    display: block;
    margin: 0 20px;
}

a.whiteshade {
    line-height: 150px;
    width: 400px;
    text-align: left;
    margin-left: 40px;
}

.mast {
    max-width: 100%;
    background-image: url("../img/graphics/header.jpg");
    height: 400px;
    margin-bottom: 0px;
}

p.whitenav {
    font-family: 'Top Drawer Fuselage', serif;
    font-weight: normal;
    font-size: 45px;
    color: #ffffff;
    text-shadow: 2px 2px 2px black;
    display: block;
    text-align: left;
    line-height: 45px;
}

.cban {
    display: block;
    width: 400px;
    height: 75px;
    position: absolute;
    top: 15px;
    right: 100px;
}

.computer {
    display: block;
    width: 400px;
    height: 100px;
    margin: 0px 0px 0px 40px;
}

.cline {
    display: block;
    text-align: right;
    line-height: 40px;
    color: white;
    font-style: italic;
    margin-right: 100px;
    font-family: 'Top Drawer Fuselage', serif;
}

.vessel {
    display: block;
    margin: 20px 20px 20px 20px;
    width: 30%;
    padding: 10px 10px 10px 10px;
    float: left;
/*    height: 500px; */
}

.bv-main {
    width: calc(100%-60px);
    margin: 0px 30px 0px 30px;
}


nav {
    width: 100%;
    height: 40px;
    background-color: #aed6f1;
}

h1 {
    font-family: 'Top Drawer Fuselage', serif;
    font-weight: bold;
    font-size: 24px;
    color: #1d8348;
    /*color: #1a1a1a;*/
}

}