/* Font */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    src: url("../fonts/RobotoCondensed-Regular.ttf");
}

img {
    max-width: 100%;
    max-height: 100%;
}

/* Body */
body
{
    font-family: Roboto Condensed;
    font-size: 1.2em;
    background-color: white;
    text-align: left;
    margin: 0px;
    padding: 0px;
    min-width: 768px;
}

/* Banner at the top */
div.banner {
    text-align: center;
    color: #FFFFFF;
    background-color: #2266FF;
    height: 350px;
    margin: 0px;
    padding: 0px;
}
@media (max-width:1162px) {
    div.banner {
        height: 300px;
    }
} 
@media (max-width:965px) {
    div.banner {
        height: 250px;
    }
} 
@media (max-width:768px) {
    div.banner {
        height: 200px;
    }
} 

/* Header : line containing links to particular pages */
div.header
{
    font-family: Roboto Condensed;
    color: #FFFFFF;
    font-size: 125%;
    text-align: left;
    padding: 7px;
    clear: both;
    background-color: #2266FF;
    margin-bottom: 1em;
    width: 100%;
}
@media (max-width:768px) {
    div.header {
        font-size: 115%;
    }
} 
div.header a
{
    font-family: Roboto Condensed;
    color: #FFFFFF;
    font-size: 115%;
    text-decoration: none;
}
div.header a:hover
{
    text-decoration: underline;
}

/* Text : content of the page */
div.text
{
    font-family: Roboto Condensed;
    font-size: 1.6em;
    text-align: justify;
    padding-left:  2em;
    padding-right: 2em;
    padding-bottom: 2em;
    margin: 0px;
}
div.text p
{
    margin-top: 1em;
    text-align: justify;
    text-indent: 1.5em;
}
div.text h1
{
    font-family: Roboto Condensed;
    font-size: 120%;
    font-weight: bold;
    color: #113399;
    text-align: left;
}
div.text h2
{
    font-family: Roboto Condensed;
    font-size: 112%;
    font-weight: bold;
    color: #2266FF;
}
div.text h3
{
    font-family: Roboto Condensed;
    font-size: 106%;
    font-weight: bold;
    color: #3388FF;
}

/* Slide show */
div.slideshow
{
    text-decoration: none;
    text-align: left;
    margin: 0px 0px 0px 0px;
    width: 480px;
    float: right;
    position: static;
    padding: 0px 0px 15px 15px;
    background-color: #FFFFFF;
}
div.caption
{
    background-color: #FFFFFF;
    font-size: 1.1em;
    line-height: 125%;
    text-align: justify;
    padding: 5px 5px 5px 5px;
    height: 100px
}

/* Footer : contact and legal notice at the bottom of the page */
div.footer
{
    font-family: Roboto Condensed;
    font-size: 1.1em;
    font-style: italic;
    text-align: left;
    background-color: #FFFFFF;
    padding-left: 2.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-top: 0em;
    clear: both;
    padding-right: 0.5em;
    color: #000000;
}

span.link_pdf
{
    font-family: Roboto Condensed;
    color: #FFFFFF;
    background-color: #FF4040;
}

span.link_pdf:hover
{
    background-color: #CF1010;
}

span.link_web
{
    font-family: Roboto Condensed;
    color: #FFFFFF;
    background-color: #4080FF;
}

span.link_web:hover
{
    background-color: #1060CF;
}

span.link_dial
{
    font-family: Roboto Condensed;
    color: #FFFFFF;
    background-color: #40C040;
}

span.link_dial:hover
{
    background-color: #109010;
}

span.link_year
{
    font-family: Roboto Condensed;
    color: #FFFFFF;
    background-color: #74BFD7;
}

span.link_year:hover
{
    background-color: #529DB5;
}

/* Miscellaneous */
a:link,a:visited,a:active
{
    text-decoration: underline;
    color: #1684EA;
}
a:hover
{
    text-decoration: underline;
    color: #2244FF;
}

