/* FONT */
/* font-family: "romana-tw", serif;
font-weight: 400;
font-style: normal; */

/* COLORS */
/* #25CC8C #177580 #142D59 #FED433 #507899  */

body {
   
    background-image: url('./images/seamlessocean.jpg');
  background-repeat: repeat;
  background-color: rgba(10, 36, 87, 0.891); /* tint layer */
  background-blend-mode: multiply; /* try overlay, screen, etc. */
  margin: 0;
  color: white;
}

main {
    /* background-color: #FED433; */
    background-repeat: repeat;
    background-position: center top;
    background-size: auto;
    max-width: 66%;
    margin-left: 195px;

    .section {
    
        padding: 10px;
        background: #609499;
       
    }


}


h1 {
    font-family: "romana-tw", serif;
    font-weight: 400;
    font-style: normal;
    color: #cfb855;
}

h2 {
    font-family: "romana-tw", serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
}

h3 {
    font-family: "romana-tw", serif;
    font-weight: 400;
    font-style: normal;
    color: #cfb855;
}



p {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #ffffff;

}

/* LARGE TEXT AT TOP */

.topblock {
    font-family: "romana-tw", serif;
    font-weight: 400;
    font-style: normal;
    /* background-image: url('./images/king neptune.jpg');
    background-repeat: no-repeat;
    background-position: center; */
    /* padding: 1em; */

}

.intro {}

.caption {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


.section {
    border: 5px #142D59 solid;
    margin-bottom: 1.2em;
}


/* / / / TOP NAVIGATION AREA / / / */


header {}

nav {}

nav a {}

/*/
/ / PAGE SECTIONS / /
/*/

header,
nav,
main,
footer {}




footer {
    /*Specific styles for just the footer. */
}



/* / / / REGULAR PAGE LINKS / / / */

/*Sets default links style*/
a:link {}

/*Sets default link mouseover style*/
a:hover {}

/*Sets default link down-click style*/
a:active {}

/*Sets default visited link style*/
a:visited {}


/*/ / / TABLE STYLES / / /*/

table {
    /* border: 1px blueviolet solid;
    margin-bottom: 1em; */

}

caption {}

th {}

tr {}

td {
    /* border: 1px red solid;
     */
    vertical-align: top;
    padding: 7px;
}