/* General page and header code*/
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: Futura;
}
header {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    right: 0px;
    color: white;
}
.contact {
    background-color: #736f72;
    height: 30px;
    text-align: right;
    padding-top: 5px;
    padding-right: 15px;
}
#icon {
    color: white;
    display: inline-block;
}
#logo {
    float: left;
    left: 0px;
    margin: 10px;
}
header h3 {
    font-family: Futura;
    font-size: 2rem;
    text-align: right;
    color: #4a1a57;
    margin-top: 80px;
    margin-right: 30px;
    font-style: italic;
    padding: 3px;
}
.grafitti {
    margin-bottom: 30px;
}
/* picture size definitions */
.pic {
    height: 300px;
    margin-bottom: 50px;
}
.lookatus .results {
    width: 300px;
}
/* Top menu code */
.topMenu {
    margin-top: 0;
    font-family: Futura;
    font-size: 1.5em;
    background-color: white;
}
.topMenu ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    margin: 0;
    padding: 0;
}
.topMenu li {
    list-style-type: none;
    align-items: stretch;
    flex: 1 0 auto;
}
.topMenu li a {
    list-style-type: none;
    font-family: Futura;
    color: #4daa57;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 25px;
}
.topMenu li:hover {
    background-color: #4daa57;
    text-decoration: none;
}
.topMenu li a:hover {
    color: white;
    background-color: #4daa57;
}
/* Home page content css */
.teresa, .lockdown, .sophie, .ricky {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    text-align: justify;
    padding: 10px;
    width: 70vw;
    border: solid 3px #726f72;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
h4 {
    text-align: center;
    color: #4a1a57;
}
.hometext, h4 {
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}
.mainSection p {
    max-width: 500px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.workout, .results, .chelsie {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    width: 70vw;
    text-align: justify;
    border: solid 3px #736f72;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
/* Testimonials css */ 
.peopleintro {
    margin: 10px;
    font-size: 1.2em;
    text-align: center;
}
/*.sophie {
    display: flex;
    margin: 20px;
    justify-content: center;*/
}
.resultsbubble {
    max-width: 30vw;
    text-align: justify;
    padding: 5px;
}
.peopleresults {
    height: 320px;
}
.lookatus {
    display: flex;
    justify-content: space-around
}
.bubbles {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: ce;
    color: white;
}
.bubble1 {
    position: relative;
	background: #00aabb;
	border-radius: .4em;
    margin: 20px;
    width: 20vw;
    padding: 5px;
}
.bubble1:after {
    content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 24px solid transparent;
	border-top-color: #00aabb;
	border-bottom: 0;
	border-left: 0;
	margin-left: -12px;
	margin-bottom: -24px;
}
.bubble2 {
    position: relative;
	background: #4daa57;
	border-radius: .4em;
    margin: 20px;
    width: 20vw;
    padding: 5px;
}
.bubble2:after {
    content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 24px solid transparent;
	border-top-color: #4daa57;
	border-bottom: 0;
	border-left: 0;
	margin-left: -12px;
	margin-bottom: -24px;
}
.bubble3 {
    position: relative;
	background: #4a1a57;
	border-radius: .4em;
    margin: 20px;
    width: 20vw;
    padding: 5px;
}
.bubble3:after {
    content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 24px solid transparent;
	border-top-color: #4a1a57;
	border-bottom: 0;
	border-left: 0;
	margin-left: -12px;
	margin-bottom: -24px;
}
.covid {
    margin: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 80vw;
    text-align: center;
    border: 3px #736f72 solid;
    border-radius: 10px;
    background-color: #4a1a57;
    color: white;
    padding: 20px
}
/* Contacts page css */
#covid19 {
    text-align: center;
    max-width: none;
}
.location {
    display: flex;
    justify-content: space-around;
    max-width: 70vw;
    /*margin: 10px;
    margin-right: 20vw;*/
    border: 3px #736f72 solid;
    border-radius:10px;
    margin-left: auto;
    margin-right: auto;
}
.rightloc {
    max-width: 30vw;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
}
iframe {
    margin: 10px;
}
/* Footer css */
footer {
    background-color: #4daa57;
    padding: 5px;
    font-size: 1.4em;
}
footer p {
    text-align: center;
    color: #4a1a57;
    padding: 20px;
}
.bottomMenu ul{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 15px;
}
.bottomMenu li {
    list-style-type: none;
}
.bottomMenu li a {
    color: white;
    text-decoration: none;
}
.bottomMenu li a:hover {
    color: #736f72;
}
.socials {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}
.facebook {
    padding: 20px;
    text-align: center;
}
.instagram {
    padding: 25px;
    padding-top: 22px;
    padding-bottom: 30px;
    text-align: center;
}
#wiredup {
    text-align: center;
    font-size:0.6em;
    color: white
}