@charset "UTF-8";

html 
{ 
	height: 100%;
    
    font-family: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-size: 30px;
    color: RGB(100, 100, 100);
    
    min-width: 1030px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

    overflow-x: hidden;
}

body.background
{
	background-color: RGB(255, 255, 255);
}

body 
{
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    
    line-height: 1.2;
    
    min-width: 1030px;
    margin-left: auto;
	margin-right: auto;
    text-align: center;
    
    overflow-x: hidden;
}

/*******************************

    Content

********************************/

img.button
{
	border-style: none;
}

.leftAlignedContent
{
	text-align: left;
}

/*******************************

    Text

********************************/

.leftAlignedText
{
    width: 980px;
    margin-left: auto;
	margin-right: auto;
    
    text-align: left;
    
    position: relative;
	left: 0px;
}

.centeredText
{
    width: 800px;
    
    margin-left: auto;
	margin-right: auto;
}

.smallText
{
    font-size: 22px;
}

.redText
{
    color: RGB(230, 0, 0);
}

/*******************************

    Links

********************************/

a:link, a:visited
{
	color: RGB(100, 100, 100);
	text-decoration: none;
	font-weight: bold;
}

a.colour:link, a.colour:visited
{
    color: RGB(230, 0, 0); 
    text-decoration: none;
    font-weight: bold;
}

a:hover, a:active
{
	color: RGB(230, 0, 0); 
    text-decoration: none;
	font-weight: bold;
}

/*******************************

    Sections

********************************/

/* Image on the left. */
.sectionImageLeft
{
    width: 1020px;
    
    margin-left: auto;
	margin-right: auto;
    
    margin-bottom: 100px;
}

.imageLeft
{
    width: 550px;
    display: inline-block;
    
    position: relative;
    left: -20px;
}

.titleAndDescriptionImageLeft
{
    width: 440px;
    display: inline-block;
    
    text-align: left;
    
    position: relative;
    left: -30px;
    top: -40px;
}

/* Image on the right. */
.sectionImageRight
{
    width: 1020px;
    
    margin-left: auto;
	margin-right: auto;
    
    margin-bottom: 100px;
}

.imageRight
{
    width: 550px;
    display: inline-block;
    
    position: relative;
    left: 20px;
    z-index: 0;
}

.titleAndDescriptionImageRight
{    
    width: 440px;
    display: inline-block;
    
    text-align: left;
    
    position: relative;
    left: 30px;
    top: -40px;
    z-index: 1;
}

/* Image in the center. */
.sectionImageCenter
{
    width: 1020px;
    
    margin-left: auto;
	margin-right: auto;
    
    margin-bottom: 130px;
}

.imageCenter
{
    
}

.titleAndDescriptionImageCenter
{
    width: 800px;
    
    text-align: left;
    
    margin-left: auto;
	margin-right: auto;
}

/* For the title and description in each screenshot. */
.title
{
	font-size: 38px;
    font-weight: bold;
    
    margin-bottom: 12px;
    
    color: RGB(60, 60, 60);
}

/*******************************

    Testimonials

********************************/

.testimonials
{
    width: 1020px;
    
    margin-left: auto;
    margin-right: auto;
    
    margin-bottom: 130px;

    padding-top: 80px;
}

.testimonialsTitleAndList
{
    width: 800px;
    
    text-align: left;
    
    margin-left: auto;
    margin-right: auto;
}

.testimonial
{
    margin-bottom: 12px;
}

.testimonialPhotoAndInfo
{
    width: 1020px;
    
    margin-left: auto;
    margin-right: auto;
    
    margin-top: 40px;
    margin-bottom: 30px;
}

.testimonialPhoto
{
    width: 300px;
    display: inline-block;
    
    position: relative;
    left: 20px;
}

.testimonialInfo
{
    width: 500px;
    display: inline-block;
    
    text-align: left;
    
    position: relative;
    left: -46px;
    top: -72px;
}

.testimonialName
{
    font-weight: bold;
}

.testimonialTrainerAndGym
{
    
}

.testimonialReadMoreButton 
{
    background:RGB(255, 255, 255);; 
    border:0;
    padding:0;
    font-size: 30px;
    color: RGB(230, 0, 0);
    text-align: left;
}

.testimonialMoreText 
{
    display: none;
}

/*******************************

    Contact

********************************/

fieldset
{
    border: 2px solid RGB(230, 0, 0);
    width: 870px;
    padding: 20px 20px;
    margin-left: 33px;
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

legend
{
    border: 2px solid RGB(230, 0, 0);
    padding: 10px 15px;
    margin-left: 284px;
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    
    background-color: RGB(255, 255, 255);
} 

input[type="text"]
{
    font-family: inherit;
    font-size: inherit;
    color: RGB(100, 100, 100);
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    
    line-height: 1.2;
    
    background-color: RGB(230, 230, 230);
    
    width: 340px;
    
    border-style: none;
}

input[id="Info"]
{
    visibility: hidden;
}

textarea
{
    font-family: inherit;
    font-size: inherit;
    color: RGB(100, 100, 100);
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    
    line-height: 1.2;
    
    background-color: RGB(230, 230, 230);
    
    height: 400px;
    width: 433px;
    
    border: 2px solid RGB(230, 0, 0);
    
    border-style: none;
    
    resize: none; 
}

input[type="submit"] 
{
    font-family: inherit;
    font-size: 24px;
    
    margin-top: 20px;
}

