@charset "utf-8";
@import url("../webfonts/StyleScript_Regular/stylesheet.css");
header {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 150px;
    padding: 20px;
    color: rgba(223,130,199,1.00);
    background-image: url(../images/2.jpg);
}
::selection{ background-color: bisque}
nav {
    width: 100%;
}
span {
    color: rgba(239,198,233,1.00);   

}
.headerli {
	padding: 25px; 
	list-style-type: none;
	display: inline-block
}
a {
	text-decoration: none;
	color: rgba(223,130,199,1.00);
	cursor: pointer;
}
main {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 500px;
    padding: 20px;
    color: black;
    background-image: url(../images/home_workout_.jpg);
}
aside {
	display: inline-block;
	width: 140px; 
	background-color: rgba(223,130,199,1.00);
	margin: 10px; 
	height: 90%;
	float: left
}

#haside {
    font-size: x-large;
    text-align: center;
    font-weight: bold;
}
section {
	display: inline-block;
	width: 700px;
	color: aliceblue; 
	margin: 30px;
	height: 90%;
	float: left; 
	text-align: center;
}
.sectiontable {
    width: 700px;
    height: 95%;
    border: 10px dotted rgba(179,117,183,1.00);
}
footer {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 120px;
    background-color: black;
    padding: 20px;
    color: rgba(223,130,199,1.00);
}

.colortable {
    color: white;
    border: 2px dashed rgba(179,117,183,1.00);	
}
.colortable2 {
    font-weight: bold;
	color: rgba(179,117,183,1.00);
    border: 2px dashed rgba(179,117,183,1.00)
}
.asidefontsie {
    font-size: medium;
    text-align: left;
    list-style-type: disc;
   
}
body {
    font-family: "StyleScript Regular";
}
.footertext {
    border-radius: 50px;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(238,162,255,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(238,162,255,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(238,162,255,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(238,162,255,1.00) 100%);
    color: rgba(0,0,0,1.00);
    text-align: center;
    text-decoration: underline;
    margin-left: 50px;
    margin-top: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
    font-size: x-large;
}
