/* CSS document for swel website*/

body {
    background-colour: linen;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    color: #898a8b;
    width: 80%;
    margin: 0 auto;
}

.logo {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: white;
    padding: 1%;
}

.topnav button:hover {
    background-color: white;
    color: #e51168;
    box-shadow:
        0 12px 16px 0 rgba(0, 0, 0, 0.24),
        0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.topnav {
    position: relative;
    background-color: white;
    overflow: hidden;
}
.topnav a {
    width: 100%;
    float: left;
    padding: 14px 16px;
    font-size: 1.8em;
}
.topnav button {
    background-color: linen;
    color: #898a8b;
    font-size: 0.55em;
    border-radius: 4px;
    box-shadow:
        0 8px 16px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: grey;
    font-family: "Archivo Narrow", sans-serif;
}

.mainimage {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}

.maindescription {
    background-color: white;
    text-align: center;
    color: #898a8b;
    font-family: "Raleway", sans-serif;
    font-size: 1em;
    padding: 2%;
    margin-bottom: 1%;
}

.mainheading {
    background-color: white;
    color: black;
    font-family: "Archivo Narrow", sans-serif;
    font-size: 3em;
    text-align: center;
}
.maindescription2 {
    background-color: white;
    text-align: center;
    color: #898a8b;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    /*    padding: 1%;*/
    margin-bottom: 1%;
}
.address {
    background-color: white;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    text-align: center;
    color: #898a8b;
}
footer {
    position: relative;
    left: 0px;
    margin-top: 1%;
    margin-bottom: 0.5%;
    text-align: center;
    font-size: 0.75em;
    font-family: "Raleway", sans-serif;
}

footer a {
    color: #898a8b;
    text-decoration: none;
}

footer ul li {
    display: inline;
    list-style-type: none;
    padding-left: 0.5%;
    padding-right: 0.5%;
}

footer a:hover {
    background-color: white;
    color: #e51168;
}
