/* stylesheet: thelifeboatbakery.co.uk */

/* */

* {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

body, html {
    padding: 3px 3px 3px 3px;
 
    background-color: #fff8eb;

    font-family: sans-serif;
    font-size: 1rem;
    text-align: center;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
    color: #0000aa;
}

a:hover {
    background-color: #000000;
    color: #DCDFE6;
}

.alert {
    color: #ff0000;
}

.left {
    text-align: left;
}

.centralise {
    margin-left: auto;
    margin-right: auto;
}

table.centralise {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}

div.main_page {
    position: relative;
    display: block;
    width: 100%;

    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 0px 0px;

    text-align: center;
}

div.content_section {
    width: 100%;
    margin: 3px 3px 3px 3px;
    text-align: center;
}

div.content_section div.central {
    width: 100%;
    margin: auto;
}

div.content_section p {
    text-align: left;
    margin: auto;
}

div.content_section ul.ul {
    width: 50%;
    list-style-position: inside;
}

div.content_section ol {
    list-style-position: outside;
    list-style-type: decimal;
    text-align: left;
    margin: auto;
}

div.content_section ol li {
    margin-left: 2em;
    padding-bottom: 0.75em;
}

div.content_section div.tagline {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

div.central h1, h2, h3 {
    padding-bottom: 10px;
}

div.central div.menu {
    padding-top: 20px;
}

div.central div.menu a {
    font-size: 1.1rem;
    border-radius: 0.5rem;
    margin: 0px 10px;
    padding: 0px 10px;
    background-color: #ffbdbe
}

div.central div.menu a:hover {
    background-color: #00007f;
    color: #DCDFE6;
}

div.content_section img.banner {
    max-width: 100%;
}

div.footer {
    width: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9rem;
    background-color: #fff8eb;
}

p.text {
    padding-bottom: 0.75em;
}

div.content_section table.pix {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    padding-top: 10px;
    padding-bottom: 20px;
}
div.content_section table.pix tr {
    max-height: 100px;
}
div.content_section table.pix td {
    margin: auto;
}
div.content_section table.pix td img {
    width: 100%;
    margin: auto;
}


@media screen and (min-width:1000px) {
    div.content_section div.central {
        width: 60%;
    }
    div.content_section img.banner {
        max-width: 70%;
    }
    div.footer {
        width: 80%;
    }
    p.text {
        font-size: 120%;
    }
    div.content_section ol {
        width: 90%;
        font-size: 110%;
    }
    div.content_section table.pix {
        width: 40%;
    }
}

div.footer div.menu a {
    border-radius: 0.5rem;
    margin: 0px 2px;
    padding: 0px 2px;
    background-color: #fdfdd0;
}

div.footer div.menu a:hover {
    background-color: #00007f;
    color: #DCDFE6;
}

div.footer table.footlay {
    width: 100%;
    margin: auto;
}

div.footer table.footlay tr {
}

@media screen and (min-width:800px) {
    div.footer table.footlay {
        width: 80%;
        font-size: 1.1rem;
    }
}

div.footer table.footlay td.left {
    width: 25%;
    padding-left: 1rem;
}

div.footer table.footlay td.right {
    width: 25%;
    margin: 0;
}

div.footer table.footlay td.center {
    width: 50%;
    text-align: center;
    padding: 0.5rem 0;
    margin: 0.5rem 0;
}

div.footer div.left {
    margin-left: 10px;
}

div.footer div.middle {
    text-align: center;
}

div.footer div.right {
    padding-left: 3px;
    display: inline-block;
}

div.footer img {
    max-width: 32px;
    max-height: 32px;
}

div.validator {
}

/* */
