/* The following code was created for the Scottish Social  */
/* Services Council in June 2020 and is licensed under the */
/* Creative Commons CC-BY-4.0 International license.       */
/* License: https://creativecommons.org/licenses/by/4.0/   */

footer {
    background-color: #343a40;
    height: 100%;
    position: relative;
    bottom: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 11px;
    color: white;
}

footer p, a {
    color: white !important;
}

body {
    height: 100%;
    color: #FFF;
    font-family: Arial, sans-serif;
    text-align: center;
}

p,
li {
    font-size: 25px;
    color: black;
}

p {
    padding: 10px;
}

li {
    margin: 0 auto;
    width: 75%;
    padding-bottom: 15px;
}

h1,
h2 {
    font-family: Museo;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 30px;
}

#main a {
   color: #606060 !important; 
}

.mobileonly {
    display: none;
}

.textbox {
    color: black;
    padding-top: 0.3em;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 80%;
    margin: 0 auto;
}

.textbox_lightblue {
    background-color: #007CBD;
}

.textbox_orange {
    background-color: #ed6d3f;
}

.textbox_lime {
    background-color: #a0c01b;
}

.textbox_teal {
    background-color: #00908e; 
}

.textbox_charcoal {
    background-color: #606060;
}

.textbox_growthgreen {
    background-color: #01d17c;
}


@media screen and (max-width: 991.98px) {
    .mobileonly {
        display: block;
    }
    
    .bigonly {
        display: none;
    }
    
    .textbox {
        width: 100%;
    }
    
    h2 {
        font-size: 20px;
    }
    
    p, li {
        font-size: 16px;
    }
}