@import 'https://fonts.googleapis.com/css?family=Montserrat';

body { 
    background-color: #ffffff ; 
    font-size: 2em ;
    /*I like serif for paper and sans-serif for Web*/
    /*font-family: "Times New Roman", Times, serif;*/
    font-family: Helvetica, Arial, sans-serif;
    }
img.socmed {
    height: 100px ;
    width:  100px ;
    }
#logo {
    height: 40px ;
    width:  40px ;
    }
.navbar { 
    font-family: 'Montserrat' , 'sans serif' ; 
    background-color: #815e08;
    color: #000 !important ;
    }
.navbar-nav li a { 
    color: #ddd !important ;
    }
.navbar-nav li a:hover { 
    color: #aaa !important ;
    }
.navbar-brand { 
    padding: 5px !important ;
    }
.navbar-toggle .icon-bar{
    background-color: white !important ; 
    }
.main {
    color: #555;
    }
.center {
    /*text-align: center ;*/
    }
b , strong {
    font-family: 'Montserrat' , 'sans serif' ; 
    color: #000;
    }
h1 , h2 , h3 , h4 ,
.main a {
    color: #815e08;
    font-weight: 900 ;
    font-family: 'Montserrat' , 'sans serif' ; 
    }
.main a:visited ,
.main a:active {
    color: #b1946c ;
    }
.main p {
    padding-left: 20px ;
    /*text-indent: -10px ;*/
    }
.main  {
    }
#image  {
    background-attachment: fixed ;
    background-color: black;
    background-image: url("/Images/perl_on_phone_1024.jpg") ;
    background-position: center ;
    background-size: cover ;
    height: 25em;
    width: 100% ;
    }
#events  {
    background-attachment: fixed ;
    background-color: black;
    background-image: url("/Images/perlbrew_1024.jpg") ;
    background-position: center ;
    background-size: cover ;
    height: 25em;
    width: 100% ;
    }
#contact  {
    background-attachment: fixed ;
    background-color: black;
    background-image: url("/Images/documentation_is_coding_1024.jpg") ;
    background-position: center ;
    background-size: cover ;
    height: 25em;
    width: 100% ;
    }


