@import url('https://fonts.googleapis.com/css?family=Arizonia|Crimson+Pro|Libre+Baskerville|Montserrat|Open+Sans|Roboto+Mono&display=swap');


/* BROWSER RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {

	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
display: block;
}

/* -------GLOBAL STYLES ------------ */
* {transition:all 0.25s ease-in-out;}

body {
    margin:0 auto;
    background-color:#7fc1b3;
    align:center;
    font-family:'Montserrat',Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
        font-size:medium;
}

/* ----------- GLOBAL FONT STYLES ------------ */

h1 {
    font-family:Georgia,Constantia, "Lucida Bright", "DejaVu Serif",  "serif";
    display:inline-block;
    font-size:5.3vw;
    font-weight:bold;
    letter-spacing:0.1em;
    color:#fbcb81;
    margin:0 auto; 
    text-shadow: 3px 5px 4px black;
    transform:none;
}

h2 {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    font-size: 2em;
    line-spacing:0.2em;
    font-weight: bold;
    font-color: #cf755d;
    color: #CF755D;
}

h3 {
    font-family:'Open Sans',serif,Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size:1.25em;
    letter-spacing:0.1em;
    font-weight:bold;
    color:#1e858e;
}

h4 {
    font-family:'Roboto Mono', "anonymous-pro", monospace;
    margin:0;
    font-size:0.8em;
}

h5 {
    font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size:0.7em;  
}
   
h6 {font-family:'Roboto Mono',Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size:0.6em;
    margin:0 0 0 0;
}

#menu h6 {
    margin:50px 0 0 0;
    color:#fbcb81;
    font-family:xx-large;
}

p {margin:0.5em 0 0.5em 0;}

/* --------- ANCHOR STYLES ----------- */


#main_nav #main_menu li a:link {
    color:#cf755d;
}
    
#main_nav #main_menu li a:visited {
    color:#fbcb81;
}
    
#main_nav #main_menu li a:hover {
    color:red;
    font-size:0.9em;
    background-color:#FBCB81;
}

#main_nav #main_menu li a:focus {
    color:orange;
}

#main_nav #main_menu li a:active {
    color:grey;
}
    
#portal h6 a {
    color: #FBCB81;
    text-decoration: none;
}

#portal h6 a:hover {
    color:#1e858e;
    font-size:1.2em;
}

footer ul li a {font-size:0.8em;
}

footer ul li a:link {
    color:#cf755d;
}
 
footer ul li a:visited {
    color:#fbcb81;
}

footer ul li a:hover {
    color:red;
}

footer ul li a:focus {
    color:red;
    font-size:0.9em;
    background-color:#FBCB81;
}

footer ul li a:active {
    color:#7fc1b3;
}

/* --------- HEADER STYLES ----------- */
    
header {
    width:100%;
    height:12vh;
    margin:0 auto;
    top:0;
    background-color:#1e858e;
    }

#logo {
    width: 100px;
    height: 90px;
    margin: 5px 0 5px 5px;
    float: left;
    background-image: url(../images/Final_Logo-brn.png);
    background-size: contain;
    background-repeat: no-repeat;
    clear: both;
}
    
#menu {
    width:80px;
    height:50px;
    position:absolute;
    text-align:center;
    top:20px;
    right:10px;
    background-image:url("../images/Fmenu1.png");
    background-size:contain;
    background-repeat:no-repeat;
    clear:both;
    display:none;
}

#main_nav {
    width: 100%;
    height: 0%;
    margin:0 auto;
}
    
#main_nav #main_menu {
    float:left;
    width:100%;
    margin:0 auto;
    background-color:#cf755d;
}

#main_nav #main_menu li {
    display: inline-block;
    margin: 1% 3% 1% 2%;
    width: 10%;
    text-align: center;
    border-top-left-radius: 10px;
}

#main_nav #main_menu li a {
    padding:4px 0 0 0;
    height:18px;
    display: block;
    font-weight:bold;
    background-color:#1e858e;
    border-radius: 15px 15px 0px 0px;
    text-decoration:none;
    font-size:0.7em;
} 

/* ----------MAIN SECTION STYLES ------------ */
    
main {
    width: 95%;
    margin: 0 2.5% 0 2.5%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    overflow: hidden;
    min-height: 82vw;
}
  
/* ------------- FOOTER STYLES ------------ */

footer {
    width:100%;
    height:6vh;
    background-color:#1e858e;
    position:relative;
    }

footer ul {
        width:60%;
        margin:0 auto;
        align-contents:center;}
    
footer ul li {
        display:inline-block;
        text-align:center;
        width:15%;
        margin:1% 0 1% 0;
}
    
footer ul li a {
        display:block;
        text-decoration:none;
        font-size:0.6em;}
    
#social {
        float:left;}
    

#copyright {
    position:absolute;
    color:#cf755d;
    margin:0 10px 0 0;
    bottom:5px;
    right:0;
}
    
/* +++++ HOME PAGE +++++ */

.b_home #portal {
    margin: 0;
    padding: 1%;
    align: center;
    position: absolute;
    top: 3%;
    right: 2%;
    color: #fbcb81;
    border: thick solid #fbcb81;
    border-radius: 15px;
    background-color: #cf755d;
    text-align: center;
}

.b_home .center1  {
    text-align:center;
    margin:12% 35% 10% 5%;
    transform: skewY(-15deg);
}

.b_home h1 {
    font-size:9vw;
    animation:CalEnvFor 10s ease-in;
}

.b_home main {
    background-image:url("../images/redwoods.jpg");}

.b_home #menu {display:none;}

/* +++++ EDITORIAL PAGE +++++ */


.oped article h2 {
    color:#1e858e;
    text-align:center;
    font-weight:bold;
     margin:1% 0 0 0;
}

.oped article h3 {
    color:#1e858e;
    text-align:center;
    font-weight:bold;
     margin:1% 0 0 0;
}

.oped aside h4 {
        margin:1px 3px 2px 3px;
}

.oped h5 {margin:0 40% 0 40%;
        padding:0.5%;
        text-align:center;
        border:medium solid #1e858e;
        border-radius: 30px;
        }
    
.oped h5 a {color:#1e858e;
            text-decoration:none;
}

.oped .art3 {
     width:75%;
    height:75%;
     padding:2%;
    background-color:#fdf5ce;
    opacity:1;
    position:absolute;
    top:10%;
    left:10%;
    border:thick inset grey;
    overflow:auto;
    columns:30% 2;
     animation:OpEdVis 4s ease-in;
}
    
.oped article p {
    line-spacing:1.5em;
}

.oped main {  
    background-image:url("../images/wildflower1.jpg");
}

.oped aside {
    text-align: center;
    position: absolute;
    top: 2%;
    right: 2%;
    padding: 1%;
    background-color:#1E858E;
    border: thick solid #cf755d;
    border-radius: 30px;
}
    
.oped aside a {
        text-decoration:none;
        color:#FBCB81;
        margin:0 auto;
}

/* +++++ DOCUMENTS +++++ */

.docs main {  
    background-image:url("../images/Shasta.jpg");
}

.docs h3 {
    margin:0 0 5px 0;
    text-shadow:1px 1px 0 black;
}

.docs h4 {
    margin:1% 0 2% 0;
    color:#cf755d;
    text-shadow:1px 1px 0 black;
}

.docs p {}

.docs #art4  {
    width:32vw;
    padding:2vw 2vw 3vw 2vw;
    line-height:1.5em;
    max-height:80%;
    margin:5% 3% 5% 5%;
    background-color: #fdf5ce;
    overflow-y: auto;
    border: thick inset #1e858e;
    float: left;
    opacity:1;
    animation:ArtVis 3s ease-in;
}
    
.docs #art5 {
    width:32vw;
    max-height: 80%;
    line-height:1.5em;
    padding:2vw 2vw 3vw 2vw;
    margin:5% 5% 5% 3%;
    background-color: #fdf5ce;
    top: 5%;
    left: 50vw;
    overflow-y: auto;
    border: thick inset #1e858e;
    float: right;
    opacity:1;
    animation:ArtVis 5s ease-in;
    }

.docs #documenta, #documentb {
    width:75px;
    height:94px;
    float:left;
    text-indent:-999px;
    background-size:contain;
    background-repeat:no-repeat;
    border:thin solid #1e858e;
    margin:1% 2% 1% 0;
}

.docs #documenta {
    background-image:url("../images/SWP1.jpg"); 
}

.docs #documentb {
    background-image:url("../images/SJIA.jpg"); 
}

/* +++++ EVENTS +++++ */

 .events main { 
    background-image:url("../images/LA.jpg");
}

.events h3 {
    margin:0 0 5px 0;
    text-shadow:1px 1px 0 black;
}

hr {
    border-top:thick inset #cf755d;
}

.events h4 {
    margin-top:0;
    color:#cf755d;
    text-shadow:1px 1px 0 black;
    margin-bottom:0;
} 
 
.events p {
    margin-top:1%;
}

.events #art1, #art2 {
    width:35%;
    padding:1%;
    background-color:#fdf5ce;
     max-height:85%;
    text-align:center;
    border:thick inset #1e858e;
    overflow-y:auto;
    opacity:1;
    animation:EvVis 4s ease-in;
}

.events #art1 {
    position:absolute;
    top:5%;
    left:10%;
}

.events #art2 {
    position:absolute;
    top:5%;
    left:55%;
}

.events #art1, #art2 p {font-size:smaller;}

/* +++++ PHOTOS +++++ */

.photos section {
    width:29%; 
    float:left;
    text-align:center;
    }

.photos main {
     padding-top:2%;
    overflow: auto;
     background-image:url("../images/texture.jpg");
}
    
.photos main img {
    border:medium solid #1e858e;
    margin:1%;
    padding:1%;
    background-color:white;  
}

.photos main a:link {
    color:green;
}

.photos  main h3 {
    margin:0 0 0 0;
    color:#fbcb81; 
    background-color:#1e858e;
}

.photos  main h4 {
    margin:0 0 5% 0;
    color:#fbcb81; 
    background-color:#1e858e;
}
       
#desert, #bayarea, #mountain { 
    max-width:350px;
    margin:0 1.5% 1% 1.5%;     
    background-color:rgba(127,193,179,0.4);
    overflow-y:auto;
}

/*.photos .wrap1 {
    display:block;
    width:320px;
    height:240px;
    position:relative;
    overflow:hidden;
}*/

.photos .test1 {transform:scale(0.125)}


/* +++++ COMMENTS +++++ */

.coms main {
    background-image:url("../images/sunset.jpg");
}

.coms input[type=text] {
    width:30vw;
    margin-bottom:2%;
}

.coms input[type=submit] {width:15vw;}

.coms input[type=reset] {width:15vw;
margin-left:2vw;}

.coms textarea {width:40vw;
        height:20vw;
}

.row {
    display:flex;
}
    
.column {
    flex: 50%;
    margin: 2%;
    line-height: 1.5em;
}

.coms #art {
    width:55vw;
    max-height:70%;
    color:#1e858e;
    background-color:#fdf5ce;
    float:left;
    margin:15% 20% 10% 20%;
    border:thick outset #1e858e;
    overflow-y:auto;
    text-align:center;
}

.coms aside {
    display:block;
    width:25vw;
    padding:2%;
    text-align:center;
    float:left;
    margin:5% 35% 5% 35%;
    background-color:#fdf5ce;}
    
.coms div strong input {
    color: #CF755D;
    font-weight: bold;
    background-color: #7FC1B3;
    border-color: #1E858E;
    margin:2%;
}

.coms form div textarea {
    border: thick inset #1E858E;
}

.coms #art h3 {
    font-family:"alex-brush";
    margin-top:2%;
}

.coms #wrapper {
    opacity:1;
    animation:ComVis 4s ease-in;
}

@media (max-width:760px){
    
.photos section {
    width:45%; 
    float:left;
    text-align:center;
    }
    
}


@media screen and (max-width:480px){
 
/* ++++++ Global +++++ */
    
body {height:736px;
} 
    
h1 {

    font-size:5vw;
    letter-spacing:0.1em;
    margin:0 auto; 
    transform:none;
}
    
/* +++++ Header +++++ */
        
header {height:10vh;
}
    
#logo {height:45px;
        width:50px;
} 
    
#main_menu {display:none;
}
    
#menu {
    display:block;
    top:5px;
    cursor:pointer;
}

.pagtyt {
    display:flex;
    width:12vw;
    height:8vh;
    padding:0 1% 0 0;
}

/* +++++ Main +++++ */
    
main {
    height:auto;
    min-height:600px;
}
     
/* +++++ Footer +++++ */
    
footer ul {display:none;
}
    
footer {height:3vh;
}
    
#social {display:none;
}
    
/* ++++++ Home Page +++++ */
    
.b_home h1 {
    font-size:9vw;
    line-height:2em;
    transform: skewY(-0deg);
}

.b_home .center1  {
    text-align:center;
    margin:15% 35% 10% 5%;
}
      
/* +++++ Editorials +++++ */
       
.oped h5 {margin:0 80% 0 0;
        padding:1%;
        border-radius: 10px;
}

.oped aside {
    text-align: center;
    position: absolute;
    top: 1%;
    right: 2%;
    padding: 1%;
    background-color:#1E858E;
    border: thick solid #cf755d;
    border-radius: 30px;
}
  
.oped aside {display:none;
}  

.oped article h2, h3 {
    font-size:large;
}

.oped article p {font-size:small;
}   

/* +++++ Documents +++++ */
    
#art4, #art5 {width:80vw;
}
    #art4  {
    width:80vw;
    padding: 2%;
    max-height:80%;
    margin:5% 2% 5% 2%;
    background-color: #fdf5ce;
    border: thick inset #1e858e;
    float: left;
}
    
#art5 {
    width:80vw;
    max-height: 80%;
    padding: 2%;
    margin:5% 2% 5% 2%;
    background-color: #fdf5ce;
    border: thick inset #1e858e;
    float:left;
}
    
.docs #art4 {width:80vw;
}
    
.docs #art5 {
    width:80vw;
    float:left;
}
     
/* +++++ Events +++++ */
      
.events #art1 {
    width:80%;
    height:none;
    position:relative;
    float:left;
    padding:1%;
    margin-bottom:5%;
    background-color:#fdf5ce;
    text-align:center;
    border:thick inset #1e858e;
}
    
 .events #art2 {
    width:80%;
    padding:1%;
    background-color:#fdf5ce;
     position:relative;
     left:10%;
   float:left;
     margin-bottom:5%;
    text-align:center;
    border:thick inset #1e858e;
}
    
/* +++++ Photos +++++ */
    
.photos section {
    width:95%; 
    height:none;
    float:left;
    text-align:center;
    overflow:hidden;
    }
    
    
/* +++++ Comments +++++ */
    
.row {
    display:block;
    padding:0 2% 0 2%;
}
  
.coms h2 {font-size:medium;}
    
.coms input[type=text] {
    width:45vw;
    height:8vw;
    margin:1% 0 0 0;
}

.coms input[type=submit] {
    width:20vw;
}

.coms input[type=reset] {
    width:20vw;
    margin-left:2vw;
    }

.coms textarea {
    width:55vw;
    height:25vw;
}
       
.coms #art {
    width:80vw;
    max-height:60%;
    margin:4% 5% 4% 5%;
    color:#1e858e;
    background-color:#fdf5ce;
    border:thick outset #1e858e;
    overflow-y:auto;
    z-index:0;
}
    
.coms aside {
    width:60vw;
    margin:0 15% 0 15%;
}
  
#textcon1 {
    display:flex;
    width:50%;
}
    
/* ++++ MOBILE MENU +++++ */

#main_nav.open {
    float:right;
    width:40vw;
    margin:25px auto 10px auto;
    height:145px;
    text-align:center;
    transition:none;
}

#main_nav.open #main_menu {
    display:block;
    float:right;
    width:95%;
    margin-bottom:5px;
    background-color:#7FC1B3;
    z-index:999;
}

#main_nav #main_menu li {
    display:block;
    width:70%;
    margin:0 auto;
    padding:3% 0 3% 0;
}

#main_nav #main_menu li a {
    padding:3px 1px 3px 1px;
    height:0.8em;
    line-height:0.8em;
    text-align:right;
    display: block;
    font-weight:bold;
    background-color:#7FC1B3;
    border-radius: 0px 0px 0px 0px;
    text-decoration:none;
    font-size:0.7em;
}   
}


