@charset "UTF-8";
.floatright {
	float: right;
}
.center {
}
.image1 {
}
.floatedleft {
	float: right;
}
a {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-left: 3px;
	padding-right: 3px;
	color: #F50998;
	font-size: 24px;
}
body p {
	color: #F50998;
	font-size: 24px;
}

body {
	height: 0px;
	margin-left: 5%;
	padding-left: 3%;
	padding-right: 3%;
	font-size: 24px;
	text-align: center;
	background-color: rgba(7,7,7,1.00);
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #F50998;
}
body article p {
	color: #F50998;
}
.mainnav {
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	color: #F3F3F3;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 20.38%,rgba(17,16,16,1.00) 85.05%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 20.38%,rgba(17,16,16,1.00) 85.05%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 20.38%,rgba(17,16,16,1.00) 85.05%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 20.38%,rgba(17,16,16,1.00) 85.05%);
}
.center {
	font-size: xx-large;
	color: #F50998;
	background-color: #FFFFFF;
}
.mainNav a {
	margin-left: 10px;
	margin-right: 6px;
	color: #F50998;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.mainNav a:hover {
	color: #C6C6C6;
	background-color: #FFD96A;
}
.container {
	display: block;
	margin-top: 10px;
	background-color: #A5A5A5;
	color: #F50998;
	background-repeat: no-repeat;
	background-origin: padding-box;
	background-size: cover;
	background-image: url(60-Minute-Circuit-Workout.jpg);
	overflow-y: scroll;
	font-size: medium;
}
frame {
	margin-top: 10px;
	display: block;
}
.header {
	height: 10px;
	width: 100px;
	text-align: center;
	color: #F50998;
	font-size: larger;
	text-decoration: overline;
	border-style: groove;
	background-repeat: repeat-x;
	min-width: 0pt;
	
	border-top-color: #F50998;
}
.mainnav:active {
	color: #F50998;
	background-color: rgba(11,10,11,1.00);
	background-image: url(60-Minute-Circuit-Workout.jpg);
}
footer {
	background-image: -webkit-linear-gradient(270deg,rgba(245,245,245,1.00) 9.38%,rgba(13,0,0,1.00) 99.28%);
	background-image: -moz-linear-gradient(270deg,rgba(245,245,245,1.00) 9.38%,rgba(13,0,0,1.00) 99.28%);
	background-image: -o-linear-gradient(270deg,rgba(245,245,245,1.00) 9.38%,rgba(13,0,0,1.00) 99.28%);
	background-image: linear-gradient(180deg,rgba(245,245,245,1.00) 9.38%,rgba(13,0,0,1.00) 99.28%);
	-webkit-transition: all 4s ease 0s;
	-o-transition: all 4s ease 0s;
	transition: all 4s ease 0s;
}

@media screen and (max-width:670px){
.container {
	display: block;
	margin-top: 10px;
	background-color: #A5A5A5;
	color: #F50998;
	background-image: url(Workouts-for-Women-TITLE-Boxing-Club.jpg);
	font-size: medium;
}
body {
	
	font-size: 12px;
	
}
}

@media screen and (min-width : 672px ) and (max-width : 1200px ){
}

@media screen and (min-width:1200px){
}
footer:active {
	background-color: #F7F406;
}
