/* Site CSS for A Churches */
/* Structural */

#titlebar {
                text-align: center;
                background-color: #00797b;
                width:100%;

}

#navigationbar {
                text-align: center;}

#main {
                text-align: left;}

#footer {       
                float:left;
                width:100%;
                text-align: center;}

#rightfloat {
                float:right;
                Border: 1px solid black;
                width:20%;
                border-radius: 15px;
                background-color: white;
                margin: 10px;
                padding:10px;
}
#leftfloat {
                float:left;
                Border: 1px solid black;
                width:70%;
                border-radius: 15px;
                background-color: rgba(255,255,255,0.6);
                margin: 10px;
                padding:10px;
}
#no-float    {
                clear:all;
                float:none;
                
}
body        {
                background-image: url(Kauriwalk.JPG);
                background-repeat: no-repeat;
                background-size: cover;
                background-attachment: right top;
    
            }

/* Formatting */

            h1    {
                color: white;
                font-size: 48pt;
                font-family: Arial, Veranda, sans-serif;
                font-weight: 100;
                }

          .active {
                background-color: #4CAF50;
                }
            ul    {
                list-style-type: none;
                margin: 0;
                padding: 0;
                overflow: hidden;
                background-color: #008a8c;
                
                }
            li  {
                float:left;
                }
            li a {
                display: block;
                color: white;
                text-align: center;
                padding: 14px 16px;
                text-decoration: none;
                }
            li a:hover {
                background-color: #4CAF50;
                }
           
    figcaption {
                text-align:left; 
                font-style:italic; 
                font-size:10pt; 
                color:black;
                }
figcaption::first-letter {
                font-weight:900; 
                font-style: italic;
                font-size:15pt; 
}

/* other */

.image-special {
                border-radius: 15px;
}
fieldset        {
                border: none;
}