@font-face {
    font-family: "Courgette";
    src: url("../Fonts/Courgette-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

body {
    margin: auto;
    width: 980px;
    font-size: 18px;
}

h1, h2, h3 {
    font-family: Courgette;
    text-align: center;
}

h1 {
    font-size: 2.2em;
    color: #003884; 
}

h2 {
    font-size: 1.94em;
    color: #4f89b9;
}

h3 {
    font-size: 1.39em;
    color: #003884;
}

.imgcenter {
    display: block;
    margin: auto;
}

#menu {
   font-family: Courgette;
   font-weight: bold;
   color: #003884; 
}

#citation {
    font-family: Courgette;
    background-color: #d7e1ef;
    text-align: center;
    font-weight: bold;
}

blockquote {
    color: #003884; 
    font-size: 1.3em;
}

#citation p {
    color: #003884; 
}


p {
    color: #444;
}

footer {
    text-align: center;
    font-size: 0.8em;
}

span {
    color: #003884; 
    font-weight: bold;
}

span1 {
    color: #003884;
    font-style: italic;
}

.overflow {
    display: block;
    overflow: auto;
}

.floatLeft {
    float: left;
    width: 69%;
}

#flag {
    float: right;
    width: 31%;
    margin-top: 18px;
}

#statue {
    float: left;
    width: 30%;
    margin-top: 18px;
}

.floatRight {
    float: right;
    width: 70%;
}

.floatLeft1 {
    float: left;
    width: 70%;
}

#bridge {
    float: right;
    width: 18%;
    margin-top: 18px;
}


#taxi {
    float: left;
    width: 26%;
    margin-top: 18px;
}

#logo {
    width:3em;
}

.footer a {
    color: black;
    text-decoration: underline;
}