/* STYLE.CSS SHEET */
#blink {
	font-size: 18px;
	font-weight: bold;
	font-family: sans-serif;
	color: orange;
	transition: 0.4s;
}

h2,
h3 {
	background-color: teal;
	color: #ffffff;
	text-align: center;
	font-size: 24px;
	padding: 2px;
}
h4 {
	color: blue;
	text-align: center;
}
h5 {
	font-size: 18px;
	color: red;
	text-align: center;
}
body {
	background-image: url(Images/bigsky.jpg);
	background-size: cover;
	font-family: verdana, helvetica, georgia, san-serif;
	font-size: 1.2em;
}
a {
	color: #9b1f14;
	font-size: 18px;
	font-weight: bold;
}
hr {
	color: lightgray;
}
a:hover {
	color: #ff661a;
	text-decoration: none;
}
a:active {
	color: red;
	position: relative;
	top: 2px;
}
.dot {
	background-color: lightgray;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}
.highlight {
	background-color: lightgray;
	margin: 100px;
}
ul {
	list-style-type: none;
}
.i1 {
	color: red;
	font-size: 18px;
}
.container {
	border: 5px solid gray;
	display: flex;
}
.container > div {
	flex: 1;
}
.solo {
	display: block;
}
.solo > img {
	height: 250px;
	width: 250px;
}
.card .top a {
	color: #143f9b;
	font-size: 18px;
	font-weight: bold;
}
.basic-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-auto-rows: 480px;
}
.basic-grid > div.card {
	text-align: center;
	background-color: rgb(237, 250, 208);
	font-size: 20px;
}
.icenter {
	color: #03f0fc;
	font-size: 18px;
	border: 5px;
}
.ol {
	text-align: center;
	color: coral;
	list-style-position: inside;
	margin-left: 100px;
}
.align {
	text-align: center;
}
#images {
	margin: 0 auto;
	text-align: center;
}
#main {
	color: black;
	justify-content: center;
}
#solo {
	text-align: left;
	margin: left;
	display: flex;
}
#exper {
	color: black;
	display: flex;
	flex-direction: center;
}

.main2 {
	color: black;
	text-align: center;
	font-size: 18px;
}
#introclass {
	text-align: center;
	font-size: 18px;
}
#yoga {
	text-align: center;
}
