          /*colors: #FFFAD7; #304862; #A87B50; #9eb479; #bfd495*/
          

            @font-face {
                font-family: Frail;
                src: url('/Cac/Cadman_Roman.otf');
            }
            
            
            body {
                font-family: 'Frail';
                margin: 0;
                font-size: 20px;
                color: #FFFAD7;
                background-color: rgba(158,180,121,1);
                background-size: auto;
                background-repeat: repeat;
                background-attachment: fixed;
                
            }
            
            

            #container {
                max-width: 1200px;
                /* this is the width of your layout! */
                /* if you change the above value, scroll to the bottom
                  and change the media query according to the comment! */     
                margin: 0 auto;
                /* this centers the entire page */
            }
            

            /* the area below is for all links on your page
               EXCEPT for the navigation */
            #container a {
                color: #FFFAD7;
                font-weight: bold;
                text-decoration:none;
                display:inline-block;
                margin: 1px;
      
            }
            
            
            #container a:hover {
                color: #304862;
                text-decoration:underline;
                transform:rotate(-6deg);
      
            }
            
            #container a.H {
                color: #304862;
                font-weight: bold;
                text-decoration:none;
                display:inline-block;
                margin: 1px;
      
            }
            
            
            #container a.H:hover {
                color: #304862;
                text-decoration:none;
                transform:rotate(-180deg);
      
            }
            
            
            #img a:hover {
                color: #304862;
                text-decoration:underline;
                transform:rotate(0deg);
      
            }
            

            /* navigation link when a link is hovered over */
            #container li a:hover {
                color: #304862;
                text-decoration:underline;
                transform:rotate(-6deg);
            
            }
            

            header {
                width: auto;
                max-height: 115px;
                height: 150px;
                margin-bottom: 45px;
                margin-top: 10px;
                border-top: 4px dotted #A87B50;
                border-bottom: 4px dotted #A87B50;
                outline: 6px solid #bfd495;
                outline-offset: 0px;
                background: rgba(191,212,149,0.85) none no-repeat scroll 0px 0px;
                background-size: cover;
                -webkit-box-shadow: 10px 10px 10px 5px rgba(48,72,98,0.9); 
                box-shadow: 10px 10px 10px 5px rgba(48,72,98,0.9);
                -webkit-border-radius: 0px;
                border-radius: 0px;
            }
            


            #navbar {
                height: 45px;
                width: 100%;
            }
            

            #navbar ul {
                display: flex;
                padding: 0;
                margin: 0;
                list-style-type: none;
                justify-content: space-evenly;
            }
            

            #navbar li {
                padding-top: 25px;
            }
            

            /* navigation links*/
            #navbar li a {
                background-color: #FDF0A4;
                border: 5px double #A87B50;
                padding: 3px 15px;
                -webkit-box-shadow: 7px 7px 10px 5px rgba(91,65,36,0.9); 
                box-shadow: 7px 7px 10px 5px rgba(91,65,36,0.9);
                -webkit-border-radius: 4px;
                border-radius: 4px;
                color: #5B4124;
                /* navbar text color */
                font-weight: 800;
                text-decoration: none;
                display:inline-block;
                margin: 1px;
            }
            

            /* navigation link when a link is hovered over */
            #navbar li a:hover {
                background-color: #B6C9EA;
                border: 5px double #A87B50;
                padding: 3px 15px;
                -webkit-box-shadow: 10px 5px 10px 5px rgba(91,65,36,0.9); 
                box-shadow: 10px 5px 10px 5px rgba(91,65,36,0.9);
                color: #304862;
                text-decoration:none;
                transform:rotate(6deg);
            }
            

            #flex {
                display: flex;
            }
            
            
            #rightSidebar {
                max-width: 140px;
                height: fit-content;
                padding: 15px;
                margin-left: 50px;
                border: 4px dotted #A87B50;
                outline: 6px solid #bfd495;
                outline-offset: 0px;
                font-size: smaller;
                text-align: left;
                background: rgba(191,212,149,1) none no-repeat scroll 0px 0px;
                /* this makes the sidebar text slightly smaller */
                -webkit-box-shadow: 12px 12px 10px 5px rgba(48,72,98,0.9); 
                box-shadow: 12px 12px 10px 5px rgba(48,72,98,0.9);
                -webkit-border-radius: 20px;
                border-radius: 20px;
                order: 3;
            }
            
            #leftSidebar {
                max-width: 140px;
                height: fit-content;
                padding: 15px;
                margin-right: 50px;
                border: 4px dotted #A87B50;
                outline: 6px solid #bfd495;
                outline-offset: 0px;
                font-size: smaller;
                text-align: left;
                background: rgba(191, 212, 149,1) none no-repeat scroll 0px 0px;
                /* this makes the sidebar text slightly smaller */
                -webkit-box-shadow: 12px 12px 10px 5px rgba(48,72,98,0.9); 
                box-shadow: 12px 12px 10px 5px rgba(48,72,98,0.9);
                -webkit-border-radius: 20px;
                border-radius: 20px;
                order: 1;
            }
            

            main {
                max-width: 950px;
                padding: 70px;
                margin-bottom: 30px;
                border: 4px dotted #A87B50;
                outline: 6px solid #bfd495;
                outline-offset: 0px;
                background: rgba(191,212,149,1) none no-repeat scroll 0px 0px;
                background-size: 100% 100%;
                -webkit-box-shadow: 12px 12px 10px 5px rgba(48,72,98,0.9); 
                box-shadow: 12px 12px 10px 5px rgba(48,72,98,0.9);
                -webkit-border-radius: 20px;
                border-radius: 20px;
                order: 2;      
                
            }
            
            footer {
                width: 100%;
                height: 60px;
                padding: 5px;
                text-align: center;
                color: #E7E7E8;
                text-shadow: -2px 0 #9eb479, 0 2px #9eb479, 2px 0 #9eb479, 0 -2px #9eb479;
            }

            h1,
            h2,
            h3 {
                color: #A87B50;;
            }

            h1,
            h2 {
                font-size: 25px;
                text-align: center;
                border-bottom: 4px dotted #A87B50;;
            }   

            strong {
                /* this styles bold text */
                color: #A87B50
            }
            
            hr.dashed {
                   border-top: 4px dotted #A87B50;;
                   border-bottom: none;
                   margin-top: 20px;
                   margin-bottom: 20px;       
            }
            
            .bigger {
                   font-size:120%;
                   border-bottom: 3px dashed #5B4124;             
            }  
            
            .smaller {
                   font-size:65%;
                    
            } 
            
            
            .mar {
                   font-size:120%;
            } 
            
            .columns {
                      columns:2;
                      column-gap:15px;
            }
            
            .columns ul {
                        margin-top:0;
            }           
            
            
            .left {
                  width: 60%;
                  float: left;
                  page-break-inside: avoid;

            }

            .right {
                  width: 30%;
                  float: right;
                  padding-top:20px;

            }
            
            
            .row { 
               column-count: 2;
               padding: 20px;
               
            }  
            
          
            .C {
                background-color: #EFDA96;
                border: 7px double #5B4124;
                padding: 7px 20px;
                -webkit-box-shadow: 7px 7px 10px 5px rgba(91,65,36,0.9); 
                box-shadow: 7px 7px 10px 5px rgba(91,65,36,0.9);
                -webkit-border-radius: 4px;
                border-radius: 4px;
                color: #5B4124;
                text-decoration: none;
                display:inline-block;
                margin: 10px;

           }
           
           
           .img2 {
               display: block;
               margin-left: auto;
               margin-right: auto;
               border: 7px double #5B4124;

           }
           
           .img3 {
               display: block;
               margin-left: auto;
               margin-right: auto;
               border: 4px solid #FCFBF2;

           }
           
           .gallery {
                    margin: 10px 60px;
        
           }
           
           .gallery img {
                       transition: 1s;
                       padding: 0px;
                       border: 10px double #5B4124;
           }
           
          .gallery img:hover {
                           transform: scale(1.5);
           }   
           
           
           .hover_img a { position:relative; }
           .hover_img a span { position:absolute; display:none; z-index:99; }
           .hover_img a:hover span { display:block; }
             
            
/*button*/
            
            .button {
                      font-family: 'Frail';    
            }
 
            .button {
                background-color: #EFDA96;
                border: 5px double #5B4124;
                padding: 3px 15px;
                -webkit-border-radius: 4px;
                border-radius: 4px;
                color: #5B4124;
                /* navbar text color */
                font-weight: 800;
                text-decoration: none;
                display:inline-block;
                margin: 1px;
                margin-top: 5px;
            }

            .button:hover {
                background-color: #B6C9EA;
                border: 5px double #304862;
                padding: 3px 15px;
                color: #304862;
                text-decoration:none;
                
            }
           
           .hover_img a { position:relative; }
           .hover_img a span { position:absolute; display:none; z-index:99; }
           .hover_img a:hover span { display:block; }
           
           
            
/* Dropdown Button */

          .dropbtn {
                font-family: 'Frail';
                background-color: #EFDA96;
                border: 5px double #5B4124;
                padding: 3px 25px;
                -webkit-box-shadow: 7px 7px 10px 5px rgba(91,65,36,0.9); 
                box-shadow: 7px 7px 10px 5px rgba(91,65,36,0.9);
                -webkit-border-radius: 4px;
                border-radius: 4px;
                color: #5B4124;
                font-weight: 800;
                text-decoration: none;
                display:inline-block;
                width: 115%;
                margin-top: 10px;
                margin-bottom: 10px;
           }

/* Dropdown button on hover & focus */
          .dropbtn:hover, .dropbtn:focus {
                background-color: #B6C9EA;
                border: 5px double #304862;
                padding: 3px 25px;
                -webkit-box-shadow: 10px 5px 10px 5px rgba(91,65,36,0.9); 
                box-shadow: 10px 5px 10px 5px rgba(91,65,36,0.9);
                color: #304862;
                text-decoration:none;  
            }

/* The container <div> - needed to position the dropdown content */
             .dropdown {
                position: relative;
                display: inline-block;
            }

/* Dropdown Content (Hidden by Default) */
            .dropdown-content {
                display: none;
                position: absolute;
                background-color: #EFDA96;
                border: 5px double #5B4124;
                padding: 3px 15px;
                -webkit-box-shadow: 7px 7px 10px 5px rgba(91,65,36,0.9); 
                box-shadow: 7px 7px 10px 5px rgba(91,65,36,0.9);
                -webkit-border-radius: 4px;
                border-radius: 4px;
                color: #5B4124;
                width: 86%;
                z-index: 1;
            }

/* Links inside the dropdown */
            .dropdown-content a {
                padding: 5px 5px;
                color: #5B4124;
                font-weight: 800;
                text-decoration: none;
                display:inline-block;
                margin: 3px;
            }

/* Change color of dropdown links on hover */
            .dropdown-content a:hover {
                padding: 5px 5px;
                color: #304862;
                text-decoration:underline;
                transform:rotate(-6deg);
            }
                

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
            .show {display:block;}
            

            
/*Marquee*/
            .container {
                        overflow: hidden;
                        white-space: nowrap;
            }

            .scrolling {
                       animation: marquee 10s linear infinite;
                       display: inline-block;
                       padding-right: 20px;
                       color: #E7E7E8;
                       text-shadow: -2px 0 #9eb479, 0 2px #9eb479, 2px 0 #9eb479, 0 -2px #9eb479;
                      /* text-shadow: 3px 3px 3px #304862; */
            }

            @keyframes marquee {
            from {
                      transform: translateX(0);
            }
            to { 
                      transform: translateX(-100%);
              }
            }
            


            /* BELOW THIS POINT IS MEDIA QUERY */

            /* so you wanna change the width of your page? 
    by default, the container width is 900px.
    in order to keep things responsive, take your new height,
    and then subtrack it by 100. use this new number as the 
    "max-width" value below
    */
  
            @media only screen and (max-width: 800px) {
                #flex {
                    flex-wrap: wrap;
                }
                
                .left {
                    width: 100%;
                    padding-bottom: 10px;
                    float: none;
                }

                .right {
                    width: 100%;
                    padding-bottom: 5px;
                    float: none;
                }
                
                .columns {
                    columns:1;
                }
                
                .gallery {
                    margin: 10px 30px;
     
                }  
                
                .img3 {
                   float: left;
                   margin-left: 11px;
                   margin-right: 30px;

                }
                
                .C {
                   margin-top: 33px;

               }

                main {
                    order: 1;
                    padding: 20px;
                }

                #leftSidebar {
                    order: 2;
                    margin-left: 50px;
                }

                #rightSidebar {
                    order: 3;
                }

                #navbar ul {
                    flex-wrap: wrap;
                }
                
                #navbar li {
                    padding-top: 8px;
                    padding-left: 3px;
                    padding-right: 3px;
                }
            }
            
            
        
/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/holidays/hol-4/hol322.cur), auto !important;} /* End https://www.cursors-4u.com */
