body {
    font-family: "baskerville-display-pt", serif;
    font-weight: 400;
    font-style: normal;
    padding:30px;
    background-color:#ffffef;
    color:#233C63;
    font-size:1.25em;
    text-align: center;
}


.cherub{
    width:75%
}


@media (min-width: 768px) { 

    .cherub{
        width:25%;
    }
 }


.header{
    text-align:center;
}

.header img{
    margin-bottom:20px;
}

.header h2{
    font-size:1.3em;
}

.header h1{
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom:30px;
}

h1, h2, h3, h4, h5, h6, .intro p {
    text-align:center;
    width:100%;
    
}

h2{
    margin-bottom:20px;
    font-style: italic;
}

h3{
    font-size:1.1em;
    font-weight:bold;
}

.intro{
    margin-top:20px;
}

hr {
    height:0px;
    width:100%;
    border-top:1px dotted #002563;
    padding-bottom:15px;
}

a {
    text-decoration:none;
    text-decoration:underline;
    text-decoration-style: dotted;
    text-decoration-thickness: 0.1em;
    cursor: pointer;
    color: #002563;
}

a:hover{
    color: #335896;
    text-decoration-style: dotted;
    text-decoration-thickness: 0.1em;
    cursor: pointer;
}

.taxi-numbers{
    text-align:center;
}


span.line {
    display: inline-block;
  }


button {
    background-color: #233C63;
    color:#ffffff;
    border-color:#233C63;
    padding:10px;
    outline:0;
    margin-top:10px;
}

button:focus {
    outline:0;}

input {
    margin-top:10px;
    padding:10px;
}