

body, htlml {
   font-family: 'Alegreya Sans', sans-serif;
}

 h1, h2 {
              font-weight: 100;
          }
          
    h3, h4, h5 {
              font-weight: 400;
          }
          


h1 {
    text-align: center;
    margin-top: 0.5em;
}

p {
    font-size: 18px;
    line-height: 1.75;
}

/*_________NAVBAR_____________*/
.navbar {
    background-color:black!important; /*black*/
    border-bottom: 1px solid #dedede;
    font-family: 'Alegreya Sans', sans-serif;
}

.navbar .navbar-nav .nav-link {
    color:#d1d1d1;
}

.navbar .navbar-nav .nav-link:hover {
    color:#fff;
}

.navbar-toggler-icon {
    color: #fff;
}

   li.active {
           	background-color: rgb(128, 128, 128)!important; /*gray*/
                        }
          


/*_________HEADER_____________*/

#header {
    background-color: rgba(229,226,221, 0.6); /*Existing purple colour*/
	

}


#header .container .row  {
    align-items: center;
    padding-top: 100px;
   
}


#header .branding {
    background-image: url(../img/brushstroke.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.padl {
    padding-left: 60px;
}    
/*_________HEADER SMALL _____________*/   

#header_small {
    padding: 2.5rem 0;
    margin-top: 3rem;
    background-color: rgba(229,226,221, 0.6);
}

    
/*_________SOCIAL_____________*/    
    #social {
        padding: 2.25rem 0 0.5rem 0;
}

#social h3 {
    color:#A08051; /* Mid Brown*/
    color:#000;
    font-weight: 400;

}
        
#social .fa    {
    font-size: 1.5em;
    color:#A08051;
    border: solid 2px #A08051;
    width: 40px;
    height: 40px;
    border-radius:30%; /*Another very new and useful tip*/
    text-align: center;
    padding: 18% 0;
    margin-top: 10px;
    transition: all 0.4s ease-in-out; /*Another very new and useful tip*/
    
    
}
    
#social .fa:hover {
    color: #fff;
    background:  #A08051; 
}


/*_________LEAD IN_____________*/

#lead_in .container {
    padding: 1rem 0;
    
}

.brown {
    color:rgba(160,129,81,1.0);
}

/*________MAIN CONTENT AREA _____________*/

 /*Bullet list styling*/

      
        h2.script {
            font-family: 'Parisienne', cursive;
            font-size: 3em;
            color:#000!important;
        }  


        ul.bullets li {
              padding-bottom: 10px;
              font-size: 18px;
          }
          
           ul.bullets li .fa {
             padding-right: 10px;
            color: rgba(172,154,180,1.00) ;  
          }
          
        .tpad      {
    padding-top: 20px;
}

h2 {
	color: #000!important;
}


          h3.tagline {
              font-style:italic;
              font-weight:100;
          }



/*__________FOOTER______________*/


#footer {
    padding: 2rem 0;

    background-color:black!important;
    color:#fff;
}

#footer a {
    color:#fff;
 }

#footer .fa  {
    padding-right: 10px;
    font-size: 24px;
}

#footer .fa:hover {
     color:rgba(229,226,221,1.00);
    font-size: 28px;
}



 @media (max-width: 768px) {
 
           #footer {
                text-align: center;
            }
            
            .row.credits {
                padding-top: 2rem;
            }
     
          
     #header_small h1, #header_small h3  {
                  text-align: center!important;
              }
     
}
     
            







