
      
          /* reset browser defaults */

    html {
        color: #232323;
        /*font-size: 62.5%;*/
        line-height: 1.5rem;
        font-size: 16px;
    }
    
    body {
        background-color: #ffffff;
        color: black;
        width: 100%;
        padding: 10px 10px 10px 10px; 
        margin-left: 0;
        margin-right: 0;
        font-weight: 300;
        /*font-family: "Open Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;*/
        font-family: sans-serif;    
    }
    
    
    
    *,
    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /*  direction: rtl; */
    }
    
    img {
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-drag: none;
    }
    
    /*
    img {
     opacity: 1;
     transition: opacity 0.5s; 
    }
    
    img[data-src] {
        opacity: 0;
     }
    */
    
    img {
        opacity: 0.8;
       }
    

    img:hover {
        opacity: 1;
        transition: opacity 0.5s; 
       }
    
    
    ol, ul {
        list-style: none; }
    
    blockquote, q {
        quotes: none; }
    
    table {
        border-collapse: collapse;
        border-spacing: 0; }
    
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
        display: block; }
    
    ol, ul {
        list-style: none; }
    
    blockquote, q {
        quotes: none; }
    
    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none; }
    
    table {
        border-collapse: collapse;
        border-spacing: 0; }
    
    /* general styling */
    
    /* links */
    a:link, a:visited {
        color: #4083a9;
        outline: none;
        text-decoration: none; }
    
    a:hover {
        text-decoration: none;
        color: #205f82;
    }
    
    a,
    a:hover,
    a:active,
    a:focus {
        text-decoration: none;
        outline: none;
    }
    
    a,
    button,
    a span {
        -webkit-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }
    
    
    
    h1
    h2,
    h3 {
        font-weight: 500;
        margin: 0;
    }
    h4,
    h5 {
        font-weight: 300;
        margin: 0;
        line-height: 2rem;
    }
    h1 {
        font-size: 3rem;
        line-height: 5rem;
        font-weight: 300;
    }
    
    h2 {
        font-size: 1.4rem;
        line-height: 1.8rem;
        margin-bottom: .9rem;
        color: #303e49;
        font-weight: 400;
    }
    
    h3 {
        font-weight: 500;
        font-size: 2.4rem;
        line-height: 2.7rem;
        text-transform: uppercase;
        color:#7b6c63;
        margin-bottom: .5rem;
        margin-top: 1.8rem;
    }
    h4 {
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 2.2rem;
        margin-bottom: 1.1rem;
         color:#7b6c63;
    }
    
    h5 {
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }
    h6 {
        font-size: 1rem;
        margin-bottom: .9rem;
    }
    p {
        margin: 0 0 15px;
        color:black; 
        line-height: 1.5rem;
        font-size: 1.3rem;
        text-align: justify;
        text-indent: 50px;
    }

    div.titlebg {display: flex; height: 50px; background-color: grey; margin-top: 0px;margin-bottom: 20px; align-content: center;}
    span.title {font-weight: 600; font-size: 30px; color:white; padding-left: 40px; padding-top: 10px;}
    div.bottombg{display: flex; height: 15px; background-color: grey; margin-top: 15px; align-content: center;}

