.img-raceProfile {
    border-radius: 50%;
	width: 175px;
	height: 175px;
}

.raceText {
	margin: 10px;
	font: arial;
}

.raceHeader {
	margin: 10px;
}
#headerElement {
	background-image: url("../site_images/header_image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
	width: 101%;
	height: 100vh;
	margin: 0px -8px;
    background-attachment: fixed;
}
#headerElement h1 {
	color: white;
	font-size: 62px;
	font: arial;
	padding: 80px 80px;
	width: 50%;
}
#headerElement p {
	color: white;
	font-size: 28px;
	font: arial;
	padding: 20px 80px;
	width: 50%;
}
#textArea {
	background-image: url("../site_images/header_image.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
	width: 101%;
	height: auto;
	margin: -150px -10px;
	font-size: 20px;
	font: arial;
	padding: 0px 0px;
}
#TextContent {
	background-image: url("../peli/back_sutattu.png");
	width: 90%;
	height: auto;
	margin: 150px 80px;
    background-size: cover;
	font-size: 24px;
	font: Broadway;
	padding: 40px 20px;
}
#emptyTabber {
	float: right;
	height: 30px;
	font: arial;
	padding: 15px 30px;
	margin: 0px 75px;
    border-radius: 25px;
}
#advevertingProject {
	background-image: url("../peli/back_sutattu.png");
	float: right;
	height: auto;
	font: arial;
	padding: 5px 30px;
	margin: 10px 75px;
    border-radius: 25px;
}
#advevertingProject img {
	width: 90%;
	height: 170px;
	margin: 0px 5%;
	float: left;
}
#advevertingProject p {
	padding: 10px;
	font-size: 18px;
}
#advevertingProject h1 {
	padding: 10px;
	font-size: 24px;
	width: 100%;
	text-align: center;
	background-image: url("../site_images/otsikko.png");
    background-size: cover;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

[class*="col-"] {
    float: left;
    padding: 15px 0px;
    border: 0px solid red;
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 75%;
    }
	#advevertingProject {
		height: auto;
		font: arial;
		padding: 15px 30px;
		margin: 10px 0px;
		border-radius: 25px;
	}
	#textArea {
		clear: both;
		width: 100%;
		height: auto;
		margin: 50px -90px;
	}
}

.row:after {
    content: "";
    clear: both;
    display: block;
}
