/* simple reset rule to set page defaults*/
* {
    margin: 0;padding: 0;border: 0;
    box-sizing: border-box;
}

:root {
    font-size: 62.5%; /*16px *.625= 10px*/

    --color-bg1: #EEE5E9;
    --color-bg2: #EFC88B;
    --color-fn1: olive;
    --color-accent1: #cf5c36;
    font-family:sans-serif;

}

body{
    background-color: var(--color-bg2);
    color: var(--color-fn1);
    font-size: 1.4rem;
    height: 2000px;
}

article{
    background-color: rgba(66, 65, 65, 0.5);
    color: rgb(65, 65, 94);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    min-height: 500px;
    padding: 16px;
    margin-top: 50px;
    margin: 16px;
}

h1{
    text-align: center;
    color: rgb(58, 58, 58);
    text-shadow: 2px 2px 2px rgba(175, 172, 172, 0.5);
    margin-bottom: 20px;
    font-size: 300%;
}

h1 span{
    font-family: 'Courier New', Courier, monospace;
    font-size: 80%;
}

.nav1{
    min-height: 50px;
    background-color: rgb(65, 65, 94);
    padding: .5%;
    position: sticky; 
    top: 0px;
    width: 100%
}

h1+nav a{
    color: rgb(194, 177, 29);
    border: 2px solid grey;
    text-decoration: none;
    display: inline-flex;
    height: 40px;
    padding: 10px;
    margin: 5px;
}

h1+nav a:first-child{
    margin-left: 10px;
}

h1+nav a:last-child{
    margin-right: 10px;
    float: right;
}

/*nav 1*/

.nav1a{
    display: inline-flex;
    width: 100%;
    margin-top: 40px;
    background-color: saddlebrown;
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
}

.nav1a li {
    height: 50px;
    width: 200px;
    border: grey solid;
    list-style-type: none;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
}

.nav1a a{
    display: block;
    text-decoration: none;
    color: grey;
    text-shadow: black 1px 1px 1px;
    margin-left: auto;
    margin-right: auto;
}

.nav1a a:hover{
    background-color: rgba(66, 65, 65, 0.5);
    color: seashell;
    text-shadow: black 1px 1px 1px;
}

/*nav 1*/


/*nav 2*/

.nav2 li{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 120px;
    padding-top: 15px;
}

.nav2 a{
    display: flex;
    height: 50px;
    text-decoration: none;
    font-size: 140%;
    font-weight: bold;
    font-family: sans-serif;
    color: rgb(171, 173, 171);
    text-shadow: black 1px 1px 1px;
}


#nav21{
    background-image: linear-gradient(to top left, rgba(51, 16, 16, 0.5),rgba(50, 66, 121, 0.548));
    border-radius: 0px 10px 10px 0px;
    box-shadow: rgba(66, 65, 65, 0.8) 2px 2px 2px;
    height: 50px;
    width: 480px;
}

#nav21:hover{
    background-image: linear-gradient(to top left,rgba(50, 66, 121, 0.548) ,rgba(83, 23, 23, 0.685),rgba(50, 66, 121, 0.548));
    width: 520px;
    transition: .3s ease-in;
    border-radius: 0px 15px 15px 15px;
    box-shadow: rgba(244, 248, 2, 0.692) 2px 2px 3px;
}

#nav22{
    height: 50px;
    width: 430px;
    background-image: linear-gradient(to top left, rgba(51, 16, 16, 0.5),rgba(50, 66, 121, 0.548));
    border-radius: 0px 10px 10px 0px;
    box-shadow: rgba(66, 65, 65, 0.8) 2px 2px 2px;
}

#nav22:hover{
    background-image: linear-gradient(to top left,rgba(50, 66, 121, 0.548) ,rgba(83, 23, 23, 0.685),rgba(50, 66, 121, 0.548));
    width: 520px;
    transition: .3s ease-in;
    border-radius: 0px 15px 15px 15px;
    box-shadow: rgba(244, 248, 2, 0.692) 2px 2px 3px;
}

#nav23{
    height: 50px;
    width: 380px;
    background-image: linear-gradient(to top left, rgba(51, 16, 16, 0.5),rgba(50, 66, 121, 0.548));
    border-radius: 0px 10px 10px 0px;
    box-shadow: rgba(66, 65, 65, 0.8) 2px 2px 2px;
}

#nav23:hover{
    background-image: linear-gradient(to top left,rgba(50, 66, 121, 0.548) ,rgba(83, 23, 23, 0.685),rgba(50, 66, 121, 0.548));
    width: 520px;
    transition: .3s ease-in;
    border-radius: 0px 15px 15px 15px;
    box-shadow: rgba(244, 248, 2, 0.692) 2px 2px 3px;
}

#nav24{
    height: 50px;
    width: 330px;
    background-image: linear-gradient(to top left, rgba(51, 16, 16, 0.5),rgba(50, 66, 121, 0.548));
    border-radius: 0px 10px 10px 0px;
    box-shadow: rgba(66, 65, 65, 0.8) 2px 2px 2px;
}

#nav24:hover{
    background-image: linear-gradient(to top left,rgba(50, 66, 121, 0.548) ,rgba(83, 23, 23, 0.685),rgba(50, 66, 121, 0.548));
    width: 520px;
    transition: .4s ease-in;
    border-radius: 0px 15px 15px 15px;
    box-shadow: rgba(244, 248, 2, 0.692) 2px 2px 3px;
}

#nav25{
    height: 50px;
    width: 280px;
    background-image: linear-gradient(to top left, rgba(51, 16, 16, 0.5),rgba(50, 66, 121, 0.548));
    border-radius: 0px 10px 10px 0px;
    box-shadow: rgba(66, 65, 65, 0.8) 2px 2px 2px;
}

#nav25:hover{
    background-image: linear-gradient(to top left,rgba(50, 66, 121, 0.548) ,rgba(83, 23, 23, 0.685),rgba(50, 66, 121, 0.548));
    width: 520px;
    transition: .4s ease-in;
    border-radius: 0px 15px 15px 15px;
    box-shadow: rgba(244, 248, 2, 0.692) 2px 2px 3px;
}

/*nav 2*/

/*nav 3*/



#nav3 a{
    border: brown solid;
    display: inline-flex;
    flex-wrap: wrap-reverse;
    margin: 1%;

}

#a4, #a6{
    width: 24%;
    height: 300px;
    border: springgreen solid;
    display: inline-flex;
    margin: 1%;
}

#a5{
    width: 45%;
    height: 300px;
    border: springgreen solid;
    display: inline-flex;
    margin: 1%;
}

#a1, #a3{
    width: 35%;
    height: 300px;
    border: springgreen solid;
    display: inline-flex;
    margin: 1%;
}

#a2{
    width: 23%;
    height: 300px;
    border: springgreen solid;
    display: inline-flex;
    margin: 1%;
}

#nav3{
    display: flexbox;
    flex-wrap: wrap;
    width: 1400px;
    border: solid black;
}

#a1{
    background-image: url(/images/thumb1.jpg);
    color: rgb(173, 154, 154);
    font-family: sans-serif;
    font-size: 25px;
    text-decoration: none;
}

#a2{
    background-image: url(/images/thumb2.jpg);
    color: rgb(173, 154, 154);
    font-family: sans-serif;
    font-size: 25px;
    text-decoration: none;
    background-position-x: center;
}

#a3{
    background-image: url(/images/thumb3.jpg);
    color: rgb(173, 154, 154);
    font-family: sans-serif;
    font-size: 25px;
    text-decoration: none;
    background-position-x: right;
}

#a4{
    background-image: url(/images/thumb4.jpg);
    color: rgb(173, 154, 154);
    font-family: sans-serif;
    font-size: 25px;
    text-decoration: none;
}

#a5{
    background-image: url(/images/thumb5.jpg);
    color: rgb(173, 154, 154);
    font-family: sans-serif;
    font-size: 25px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: cover;
}

#a6{
    background-image: url(/images/thumb8.jpg);
    color: rgb(173, 154, 154);
    font-family: sans-serif;
    font-size: 25px;
    text-decoration: none;
    background-position-x: center;
}

#tile{
    width: 100%;
}

h3{
    text-align: center;
    max-height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    text-shadow: rgba(19, 14, 14, 0.8) 1px 1px 1px;
}


/*nav 3*/

/*nav 4*/

#ul4{
    border: black solid;
    text-align:  center;
    list-style-type: none;
    width: 800px;
    background-color: rgba(160, 52, 52, 0.5);
}

#ul42{
    display: block;
    width: 400px;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    background-color: steelblue;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 25px;
    transition: linear .3s;
    padding-top: 10px;
    text-decoration: none;
}

#ul43{
    display: block;
    width: 200px;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    background-color: steelblue;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 25px;
    transition: linear .3s;
    padding-top: 10px;
    text-decoration: none;
}

#ul42:hover{
    width: 300px;
    background-color: rgba(255, 255, 0, 0.384);
    box-shadow: steelblue 2px 2px 2px;
}

#ul43:hover{
    width: 300px;
    background-color: rgba(255, 255, 0, 0.384);
    box-shadow: steelblue 2px 2px 2px;
}

#nav4 li{
    color: black;
    font-size: 150%;
    text-shadow: blanchedalmond 1px 1px 1px;
    font-weight: bolder;
}

/*nav 4*/
#art1break{
    margin-bottom:100px;

}

#art2break{
    margin-bottom:100px;

}

#art3break{
    margin-bottom:100px;

}

#art4break{
    margin-bottom:100px;

}


