@import url("reset.css");

@font-face { 
    font-family: NettoWeb; 
    src: url(../fonts/NettoWeb.woff) format('woff');
    font-family: 'TeXGyreChorus-MediumItalic';
    src:  url('../fonts/TeXGyreChorus-MediumItalic.ttf.woff') format('woff'),
    url('../fonts/TeXGyreChorus-MediumItalic.ttf.svg#TeXGyreChorus-MediumItalic') format('svg'),
    url('../fonts/TeXGyreChorus-MediumItalic.ttf.eot'),
    url('../fonts/TeXGyreChorus-MediumItalic.eot?#iefix') format('embedded-opentype'); 
    font-family: 'HKGrotesk-Medium';
    src:  url('../fonts/HKGrotesk-Medium.woff') format('woff'),
    url('../fonts/HKGrotesk-Medium.ttf') format('ttf'),
    url('../fonts/HKGrotesk-Medium.eot') format('eot'),
    url('../fonts/HKGrotesk-Medium.otf') format('otf'); 
    font-weight: normal;
    font-style: normal;
} 

body {
    font-family: HKGrotesk-Medium, Verdana, Arial, sans-serif;
    font-size: 13px;
    background: grey ; 
}

p {
    padding: 10px;
    
}

h1 { color: white; font-family: 'HKGrotesk-Medium', sans-serif; font-size: 45px; font-weight: bold; letter-spacing: 0px; line-height: 1.6; text-align: center; text-shadow: 2px 2px black;}
h2 { color: white; font-family: 'HKGrotesk-Medium', sans-serif; font-size: 30px; font-weight: bold; letter-spacing: 0px; line-height: 1.5; text-align: center; text-shadow: 2px 2px black;}
h3 { color: white;  font-family: 'HKGrotesk-Medium', sans-serif; font-size: 20px;  letter-spacing: 0px; line-height: 1.2; text-align: center; text-shadow: 1px 1px black;} 

#wrapper {
    margin: 0 auto;
    width: 1200px; 
}

#headerwrap {
    width: 1200px;
    float: left;
    margin: 0 auto;
}

#header { 
    height: 75px;
    background:   orange ;
    border-radius: 10px;
    border: 1px solid   orange ; /* #643D74 ; */
    margin: 5px;
}

#contentheaderwrap {
    width: 1000px;
    float: left;
    margin: 0 auto;
}

#contentheader {
    height: 75px;
    background:   orange ;
    border-radius: 10px;
    border: 1px solid darkgrey ; /*  #643D74 ; */
    margin: 5px;
}

#navigationwrap {
    width: 1200px;
    float: left;
    margin: 0 auto;
}

#navigation {
    height: 40px;
    background: white ;
    border-radius: 10px;
   /* border: 1px solid #ebb81f; */
    margin: 5px;
}

#contentwrap {
    width: 1000px;
    float: left;
    margin: 0 auto;
}

#content { 
    background: #FFFFFF; 
    border-radius: 10px;
    border: 1px; solid #ebebeb; 
    margin: 5px; 
}

#content h1 { 
    color:   white ; font-family: 'HKGrotesk-Medium', sans-serif; font-size: 18px; font-weight: bold;  line-height: 1.5; text-align: center; 
}

#pdfdocument {
    background: #FFFFFF;
    border-radius: 10px;
    margin: 5px;
}

#rightupperboxwrap {
    width: 200px;
    float: right;
    margin: 0 auto;
}

#rightupperbox { 
    height: 75px;
    background:  orange ;
    border-radius: 10px;
    border: 1px solid  orange ;
    margin: 5px;
    margin-bottom: 0px;
} 

#leftcolumnwrap {
    width: 150px;
    float: left;
    margin: 0 auto;
}

#leftcolumn {
    background: #33CCFF;
    border-radius: 10px;
    border: 1px solid #1fb8eb;
    margin: 5px;
}

#rightcolumnwrap {
    width: 200px;
    float: left;
    margin: 0 auto; 
    
}

#rightcolumn {
    background:  #A90000  ;
    border-radius: 10px;
  /*  border: 1px solid    #643D74 ; */
    margin: 5px;
    margin-bottom: 10px;
}

#footerwrap {
    width: 1200px;
    float: left;
    margin: 0 auto;
    clear: both;
}

#footer {
    height: 40px;
    background: #33FF66;
    border-radius: 10px;
    border: 1px solid  #643D74;
    margin: 5px;
}

span.libermath {
    font-family: 'NettoWeb', sans-serif; 
    font-size: 18px; 
}

span.cring {
    font-family: 'New Helvetica', sans-serif; 
    font-size: 18px;  
    text-shadow: 1px 1px lightgrey;
}

div.navtitle {
    color: white; 
    font-family: 'HKGrotesk-Medium', sans-serif; 
    font-size: 18px; 
    font-weight: bold; 
    line-height: 2;  
    text-align: center; 
    text-shadow: 1px 1px black;
}

div.copyrighttitle {
    color: white; 
    font-family: 'HKGrotesk-Medium', sans-serif; 
    font-size: 14px; 
    font-weight: bold; 
    line-height: 2;  
    text-align: center; 
    text-shadow: 1px 1px black;
}

div.copyright {
    color: white; 
    font-family: 'HKGrotesk-Medium', sans-serif; 
    font-size: 12px;
    line-height: 1.5; 
    margin-left: 10px;
}

ul.navigation { color: white; font-family: 'HKGrotesk-Medium', sans-serif;  font-size: 16px;   line-height: 1.5;   text-shadow: 1px 1px black;
    margin-left: 10px;

}

ul li {
    margin: 5px 0;
}

a:link {
    color: white;
}

a:visited {
    color: white;
}

a:hover {
    color: orange;
}

input[type=text] {
    width: 150px;
    margin-left: 19px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 12px;
    background-color: white;
    padding: 5px 5px 5px 5px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

