body
  { background: url('bg.jpg');
  background-size: cover;
  background-repeat: repeat;
  margin: 0;
  font-family: tahoma, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.5px;
  word-spacing: 1.5px;
  word-wrap: break-word; }

#tophead
    { background: linear-gradient(135deg, #246ea9, #d9d9ed);
    top: 0px;
    border-radius: 50px;
    box-shadow: -1px 1px 5px white;
    width: 30%;
    height: 35px;
    margin: 35px 0 0 auto;
    position: absolute;
    right: 5%;
    z-index: -1; }

.topheadtxt
    { font-family: 'Chewy', cursive;
    font-size: 3.5rem; /* 70px */
    color: white;
    text-transform: lowercase;
    letter-spacing: 3px;
    word-spacing: 10px;
    text-align: right;
    padding: 1rem;
    margin-top: -12px;
    text-shadow: -2px 2px 1px black; }

#bodytxt
    { position: relative;
    background: rgba(245, 239, 225, 0.25);
    border: 1px solid white;
    font-size: 1rem;
    line-height: 1.25rem;
    color: black;
    text-shadow: -1px 1px 3px white;
    margin: 145px auto 0 auto;
    width: 75%;
    padding: 13px;
    box-shadow: -1px 1px 5px white;
    margin-bottom: 5rem;}

.bunav
    { display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    float: left; }

.bunavtxt
    { font-size: 2rem;
    font-family: 'Fira Sans';
    font-size: 2rem;
    color: white;
    text-shadow: -2px 2px 1px black;
    text-align: center;
    background: none;
    max-width: 300px;
    margin-top: -13px; }

.bunav img
    { width: 100%;
    max-width: 300px;
    height: auto;
    border: 1px solid white;
    box-shadow: -1px 1px 5px white;
    background: white;
    padding: 3px; }

#flex
    { display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 1rem;
    box-sizing: border-box; }

.list
    { display: inline-block;
    flex: 1 1 300px;
    max-width: 45%;
    margin: 10px;
    padding: 5px;
    background: rgba(245, 239, 225, 0.25);
    border: 1px solid white;
    font-size: 0.75rem;
    line-height: 1rem;
    color: black;
    text-shadow: -1px 1px 3px white;
    box-shadow: -1px 1px 5px white; }

.list ul 
    { list-style: none;
    padding: 0;
    margin: 0; }

.list li
    { background: url('bullet.gif') no-repeat; 
    background-position: 5px;
    padding-left: 30px;
    margin-bottom: 15px; }

.lhead
    { display: block;
    font-family: 'Fira Sans';
    font-size: 1.45rem;
    color: white;
    text-shadow: -2px 2px 1px black;
    padding: 5px;
    text-align: right;
    text-transform: lowercase;
    font-weight: bolder;
    margin-bottom: 10px;}

.lhead img
    { float: left;
    scale: 150%;}

#nav
    { display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
    width: 100%; }

.link 
    { display: inline-block;
    width: auto; 
    padding: 5px 15px 5px 15px;
    text-align: center;
    background: url('bg.jpg') center no-repeat;
    font-family: 'Fira Sans';
    font-size: 1rem;
    color: white;
    text-shadow: -1px 1px 2px black;
    box-shadow: -1px 1px 5px white;
    text-decoration: none;
    border-radius: 50px;
    margin: 1.5% 3% 0 0;
    transition: all 1.5s ease-in-out 0.2s; }

.link:hover
{ background: url('bg.jpg') bottom left no-repeat;
filter: saturate(1.5);
transition: all 1.5s ease-in-out 0.2s; }

.clhead
    { display: flex;
    align-items: center;
    justify-content: space-between;
    width: 77%;
    border-top: 6px double white;
    border-bottom: 6px double white;
    background: transparent;
    font-family: 'Fira Sans';
    font-size: 2rem;
    color: white;
    text-shadow: -2px 2px 1px black;
    font-weight: bolder;
    text-align: left;
    margin-left: 23%;
    margin-bottom: 10px; }

.clhead img
    { height: 4rem; 
    width: auto; }

#cl
    { width: 100%;
    height: 480px;
    overflow-y: hidden;
    overflow-x: auto;
    margin: 0;
    background: rgba(245, 239, 225, 0.25);
    border: 1px solid white;
    box-shadow: -1px 1px 5px white;}

#cl img
    { height: 90%;
    width: auto;
    margin: 10px; }

.clbox
    { height: 480px;
    padding: 10px;
    width: auto;
    display: flex;
    flex-wrap: nowrap; }

.bunfloat
    { height: 600px;
    width: auto;
    display: flex;
    margin-top: -110px; }

#wrap
    { display: flex;
    align-items: flex-start; }

#cl::-webkit-scrollbar
    { height: 8px;
    width: 8px;
    background: white; }

#cl::-webkit-scrollbar-track
    { background: white; }

#cl::-webkit-scrollbar-thumb
    { background: rgba(73, 149, 199, 0.5); }

html::-webkit-scrollbar,
body::-webkit-scrollbar
    { height: 8px;
    width: 8px;
    background: transparent; }

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track
    { background: transparent;
    border: 1px solid white;
    box-shadow: -1px 1px 5px white; }

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb
    { background: rgba(73, 149, 199, 0.5); }

b { text-transform: lowercase;
font-family: tahoma;
font-weight: bolder;
font-size: 1.1rem;
    color: #456EB0; }

i { text-transform: lowercase;
font-family: tahoma;
font-weight: bold;
font-size: 0.9rem;
color: white;
text-shadow: -1px 1px 3px black; }


/* resizing */

@media (max-width: 1024px) {
    #tophead { width: 60%; right: 20%; }
    .topheadtxt { font-size: 3.5rem; text-align: center; }
    .bunavtxt { max-width: 100%; }
    .bunav img { max-width: 100%; }
    .link { font-size: 1.3rem; } }
    
@media (max-width: 600px) { 
    #tophead { width: 80%; right: 10%; } 
    .topheadtxt { font-size: 2.5rem; } 
    .bunavtxt { font-size: 1.25rem; max-width: none; text-align: left;}
    .bunav img { max-width: 100%; }
    #flex { flex-direction: column; align-items: stretch; }
    .list { width: 100%; max-width: 100%; box-sizing: border-box; margin: 0.5rem;  }
    .link { font-size: 1rem; padding: 2px 6px 2px 6px; width: 100%; }
    .clhead { font-size: 1.5rem; width: 100%; margin-left: 0; }
    .bunfloat { display: none; } }
    

