body, html, head {
    margin: 0;
    padding: 0;
    font-family: 'Noto Serif', serif;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.1em;
}
/* Header, logo and strapline code */
header {
    width: 100%;
    background-color: #22eb65;
}
.topStrip {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-family: Futura,Trebuchet MS,Arial,sans-serif;
    color: white;
}
.lineandlogo{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
#headlines {
    margin-top: auto;
    margin-bottom: auto;
    width: 40%;
}
#headlines h1 {
    font-family: futura;
    color:  #007fff;
    font-size: 2.4em;
    margin-bottom: 3px;
}
hr {
    height: 3px;
    background-color: #e94f37;
    border: 0;
}
#headlines h3 {
    text-align: left;
    color: #22eb65;
    margin-top: 3px;
}
/* 3 Intro square code - position, colour, etc */
/* Sets parameters for 'bubbles' */
.intro fieldset, legend{
    color: white;
    background-color: #007fff;
}
legend {
    color: #22eb65;
    font-size: 1em;
    font-weight: bold;
    border: #22eb65 solid 3px;
    border-radius: 20px;
    background-color: white;
    padding: 5px;
}
fieldset {
    border: #22eb65 solid 3px;
    border-radius: 20px;
    color: #007fff;
    /*max-width: 25vw;
    min-width: 20vw;*/
    padding: 10px;
    text-align: center;
}
fieldset p {
    text-align: justify;
}
#connect, #design, #contact {

}
h4{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.2em;
}
/* Code to position the first three bubbles */
.intro {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /*grid-template-rows: 1fr;*/
    background-color: #007fff;
    /*border: #22eb65 solid 3px;
    border-radius: 20px;*/
    color: white;
    padding: 10px;
    align-content: stretch;
    grid-column-start: 20px;
    column-gap: 20px;
    justify-content: space-around;
    /*margin-left: 10px;
    margin-right: 10px;*/
    margin-bottom: 20px;
}
/* Services offered css */

.main {
    background-color: #007fff;
}
h2 {
    text-align: center;
    color: white;
    padding: 20px;
}
#fucksake {
    color: #007fff;
}
a {
    text-decoration: none;
}
.offer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    justify-content: space-around;
    align-items: stretch;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #007fff;
}
.offer fieldset {
    background-color: white;
    color: #007fff;
}
/* Extra CSS for the Web Design page */
.journey {
    flex-direction: row;
    padding-bottom: 20px;
}
.journey fieldset {
    background-color: white;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 70%;
    min-width: none;
}
/* Extra CSS for the Hosting page */
#clock {
    margin-right: auto;
    margin-left: auto;
    color: white;
    width: 30%;
}
.hosting{
    padding-top: 10px;
    background-color: #007fff;
    color: white;
}
/* Extra CSS for the About page */
.youTubeVideo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.about fieldset {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.about li {
    text-align: left;
}
.mystory {
    padding: 20px 0;
}
.mystory fieldset {
    margin-right: auto;
    margin-left: auto;
    background-color: white;
    width: 80%;
}
#lovefitness{
    display: inline-block;
}
/* CSS for the footer */
footer {
    background-color: #22eb65;
    border-top: solid 3px white;
}
footer.topstrip {
    padding-top: 30px;
}
footer ul {
    text-decoration-color: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    color: white;
    list-style-type: none;
    text-decoration-color: none;
}
footer li {
    font-family: Futura;
    color: #07a6db;
    border: #007fff 3px solid;
    padding: 10px;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 20px;
    background-color: white
}
footer li a {
    color: #07a6db;
}
.socials {
    display: flex;
    justify-content: space-evenly;
    padding: 50px
}
