body {
    text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
    overflow-y: scroll !important;   
}

    .blue{color: #0ba;}
    .blue_bg{background-color: #0ba;}

    .orange{color: #ffae1a;}
    .orange_a{color: #ffae1a;}
    .orange_bg{background-color: #ffae1a;}


    .pink{color: #a07;}
    .pink_bg{background-color: #a07;}

    .dark {color: #2c2c2c !important;}
    .dark_bg {background-color: #2c2c2c;}
    .dark_a {color: #2c2c2c;}

    .white {color: white !important;}
    .white_bg {background-color: white;}
    .white_a {color: white;}

    .grey {color: #646a6f;}
    .grey_a {color: #646a6f;}
    .grey_bg {background-color: #646a6f;}

    .red {color: #FF538A !important;}
    .red_a {color: #FF538A;}
    .red_bg {background-color: #FF538A;}

    .mred {color: #ae1044 !important;}
    .mred_a {color: #ae1044;}
    .mred_bg {background-color: #ae1044;}


    .light_grey {color: #abb0b3;}
    .light_grey_a {color: #abb0b3;}
    .light_grey_bg {background-color: #abb0b3;}

     a, a:visited, a:active{
            color: #777;
            text-decoration: none;
         }

     .downloads a, .downloads a:visited, .downloads a:active{
            color: #646a6f;
            text-decoration: underline;
         }

    a:hover{
            text-decoration: underline;   
    }

    li a, li a:visited, li a:active{
            color: #000;
            text-decoration: none;
         }

    h2 a, h2 a:visited, h2 a:active{
            color: black;
            text-decoration: none;
         }

    p a, p a:visited, p a:active{
            color: #777;
            text-decoration: none;
         }

    body{
        font-family: 'Altame Sans'; 
        font-size: 22px;
        //background: rgb(107,165,50);
        //background: rgb(214,229,100);
        background: #fcfcfc;
    }

    .bg{
        background-color: white;
        opacity: 0.925;   
        border-left: 1px solid grey;
        border-right: 1px solid grey;
        border-bottom: 1px solid grey;
        margin-bottom: 20px;
        position: absolute;
        width: 72%;
        z-index: 1;
        left: 14%;
    }

    .position_background{
        top: -300px !important; 
        height: 1000px;
    }

    .foreground{
        margin: 0 15%;
        padding: 0 5%;
        width: 60%;  
        position: relative;
        z-index: 4;
        position: relative;
        //background-color: aquamarine;
        //opacity: 0.7;
        z-index: 5;
    }



    h1{
        font-family: 'Altame Sans';
        font-size: 48px;
        margin-top: 150;
        line-height: 0.8em;
        //float: left;
        font-weight: normal;
        margin-bottom: 0.3em;
    }

    h2{
/*
        font-size: 42px;
        margin-bottom: 0.5em;
*/
        
        font-size: 32px;
        margin-bottom: 0.65em;
        
        font-weight: bold;
        margin-top: 3em;
    }

    h3{
        //font-family: 'Altame Slab';
        font-size: 24px;
        font-weight: bold;  
        //float: left;
        margin-bottom: 1em;
    }

    h4{
        //font-family: 'Altame Slab';
        font-size: 30px;
        font-weight: bold;
        width: 100%;
        text-align:center;
        margin-top: -0em;
    }

    h5{
        font-size: 80%;
        font-weight: bold !important;
    }

    h6{
        font-size: 100%;
        font-weight: normal;
        margin: 0.5em 0 0.5em 0;
    }

    p, ul {
        font-family: 'Altame Slab';  
        margin-bottom: 1em;
    }

    p{
/*
        width: 48%;
        position: inline-block;
        float: left;
        margin-right: 2%;
*/
    }

    li p{
        text-indent: 1em;
    }

    .altame {
        font-family: 'Altame Sans';  
    }

    .slab {
        font-family: 'Altame Slab'; 
    }

    .slabCD {
        font-family: 'Altame Slab CD'; 
    }

    .expanded{
        font-family: 'Altame Expanded';    
    }

    .condensed{
        font-family: 'Altame Condensed';    
    }

    .slab_print {
        font-family: 'Altame Slab';    
    }


    .w100{font-weight: 100 !important;}
    .w300{font-weight: 300 !important;}
    .w400{font-weight: 400 !important;}
    .w500{font-weight: 500 !important;}
    .w700{font-weight: 700 !important;}
    .w800{font-weight: 800 !important;}
    .w900{font-weight: 900 !important;}


    .i{
        font-style: italic;   
    }

    .b{
        font-weight: bold;   
    }

    .bb {
        font-weight: 900;   
    }


    .wide {
        font-family: 'Altame Slab'; 
        
    }

    .script {
        font-family: 'Altame Slab';  
        font-size: 18px;
        font-style: italic;
    }

    .italic {
        font-family: 'Altame Sans';  
        font-size: 18px;
        font-style: italic;
    }

    .black_slab {
        font-family: 'Altame Slab';
        font-weight: 900;
    }

    .black_sans {
        font-family: 'Altame Sans';
        font-weight: 900;
    }

    .office {
        font-family: 'Altame Office';
    }

    .antiqua {
        font-family: 'Altame Antiqua';
    }

   .rounded {
        font-family: 'Altame Rounded';
    }

   .slab_rounded {
        font-family: 'Altame Slab Rounded';
    }

    .sans {
        font-family: 'Altame Sans';
        font-weight: normal;
    }

    .thin {
        font-family: 'Altame Sans';
        font-weight: 200 !important;
    }

    .notBold {
        font-weight: normal !important;   
    }

    .mzSymbols{
        font-family: 'mzSymbols';   
    }

    .smaller{
        font-size: 16px;   
    }

    .tiny{
        font-size: 12px;   
    }

    .larger{
        font-size: 36px;   
    }

    .big{
        font-size: 66px;   
    }

    .half_page_offset{
        margin-top: 50vh;
    }
    
    .quarter_page_offset{
        margin-top: 25vh;
    }

    .centered_text{
        text-align: center;    
    }

    .strike{
        text-decoration: line-through;    
    }


    .pdffit{
        width: 100%;    
    }   

    .pdfalign{
        position: relative;
        left:-100%;
        width: 200%;
        margin-top: 20%;
        margin-bottom: 20%;
    }


    blockquote{
        quotes: "\201C" "\201D" "\2018" "\2019";
        border-left: 1px solid black;
        border-right: 1px solid black;
        padding-left: 5%;
        margin-bottom: 1em;   
    }

del {
    text-decoration: none;
    position: relative;
}
.strike2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    bottom: 35%;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}

/*
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
*/
/*
blockquote:after {
  color: #ccc;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
*/

    .left{
        //border: 1px solid red;
        text-align: left;
        float: left;
        position: relative;
        left: 0%;
        line-height: 28px;
        width: 48%;
        padding: 0 0.5%;
        margin-bottom: 1.5em;
    }

    .left_new{
        //border: 1px solid red;
        text-align: left;
        float: left;
        position: relative;
        left: 0%;
        line-height: 28px;
        width: 100%;
        padding: 0 0.5%;
        margin-bottom: 1.5em;
    }

   .left2{
        text-align: right;
       
    }

    .right{
        //border: 1px solid red;
        text-align: left;
        float: right;
        position: relative;
        right: 0%;
        line-height: 28px;
        width: 48%;
        padding: 0 0.5%;
        margin-bottom: 1.5em;
    }

    .section_2{
        border-left: 1px solid grey;
        width: 30%;
        text-align: left;
        float: left;
        padding: 1%;
        padding-left: 2%;
    }

    .section{
        border-left: 1px solid grey;
        width: 45%;
        text-align: left;
        float: left;
        padding: 1%;
        padding-left: 2%;
    }

    .disclaimer{
        float: left;
        width: 100%;
        font-size: 50%;
       // text-align: right;
    }

    .section a, .section_2 a{
        text-decoration: none;
        color: black;
        cursor: pointer;
    }

    summary{
        cursor: pointer;
    }


    #download_list li {
        line-height: 1.5em;
            
    }

    .downloads{
        padding: 0 10%;
        }

    .center{
        width: 100%;
        float: left;
        //margin-bottom: 3em;
        //border-bottom: 1px solid grey;
        text-align: left;
        font-size: 42px;
    }

    form {
        width: 100%;
        //border: 1px solid black;
        display: inline-block;
        height: 6em;
        margin: 3em 0 2em 0;
    }

    textarea{
        font-family: inherit;
        font-size: inherit;
        width: 100%;
        text-align: center;
        border: none;
        overflow: hidden;
        resize: none;
        background: transparent;
    }

    textarea:focus{
        box-shadow: none;   
        border: none;
        outline: none;
    }

    .pic {
        width: 700px;
        position: relative;
        top: -68px;
        left: -250px;       
    }
    
    .background_font1{
        font-size: 700%;    
        right: -15px;
        top: 480px;
        position: absolute;
        opacity: 0.15;
    }

    .background_font2{
        font-size: 850%;    
        right: -25px;
        top: 537px;
        position: absolute;
        opacity: 0.3;    
        font-weight: bold;
    }

    .background_font3{
        font-size: 4000%;    
        left: -110%;
        top: 65%;
        position: absolute;
        opacity: 0.05;    
        font-weight: bold;
        overflow: hidden;
    }

    img{
        //opacity: 0.7;
           
    }

    nav ul{
        margin-top: 1em;
        list-style-type: none;
        text-align: right;
        margin-right: -50px;
    }

    nav ul li{
        margin-bottom: 1em;   
    }

    .downloads li{
        margin-bottom: 0.5em;   
    }

    .image{
        width: 300px;
        left: -10%;
        position: absolute;
    }

    .center2{
        width: 100%;
        text-align: center;
    }

    .date{
        margin-left: 0em;
        margin-bottom: 1em;
        font-weight: normal;
/*        border-bottom: 1px dotted grey;*/
    }

    .update{
        margin-left: 1em;
        margin-bottom: 1em;
        font-weight: bold;
    }


   @media (max-width: 900px){
       
       .no_resize{
            font-size: 100% !importatnt;   
       }
       
        .left, .right{
            width: 100%   
        }
       .section{
            width: 35%;
            line-height: 24px;
       }
        .left2, .right2{
            width: 48%;
        }
   }


    /************
    MOBILE STYLE
    ************/
    @media (max-width: 540px){
        textarea{
            width: 100%;
            float: none;
        }
        
        .no_resize{
            font-size: 200% !importatnt;  
            color: blue;
       }
        
        nav ul{
            width: 100%;
            left: 0px;
            top: -200px;
            position: absolute;
            //background-color: lightgrey;
            width: 100%;
            text-align: center;
            margin: 10px 0 0 0;
            padding: 0;
        }
        nav li {
            float: center;
            font-size: 12px;
            background-color: #f5f5f5;
            margin: 0;
            padding: 0;
            font-weight:bold;
        
        }
        
        /*Not used, but coel*/
        li:nth-child(){
            background-color: lightgrey;
        }
        
        body{
            font-size: 16px;   
            
        }
        
        h1{
            margin-top: 200px;  
            font-size: 32px;        
        }
        
        .big{
            font-size: 64px;   
        }
        
        h2, h4, h3{
            font-size: 20px;   
        }
        
        .script{
            font-size: 12px;   
        }
        
        .pic {
            width: 450px;
            position: relative;
            top: 50px;
            left: -170px;       
        }
        
        .center{
            width: 100%;
            font-size: 24px;
        }

        
        .section{
            width: 100%;
            padding-bottom: 0px;
            padding-top: 0px;
            margin-bottom: 1em;
            line-height: 20px;
            font-size: 14px;
        }
    }


@media (max-width: 900px){
    .hide_when_small{
        display:inherit;    
    }
    
    .section_2{
        width: 40%;   
        margin-bottom: 1em;
    }
}


@media (max-width: 690px){
    .hide_when_small{
        display:inherit;    
    }
    .section_2{
        width: auto;   
        margin-bottom: 1em;
    }
}
