@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');

* {
	box-sizing: border-box;
}

body {
	font-family: 'Noto Sans';
}

h1 {
	color: rgb(25, 173, 241);
  font-family: 'Noto Sans';
}

a {
	text-decoration: none;
}

.container {
	padding: 20px;
}

.second-title{
  font-size: 20px;
  color:  black;
  padding: 20px;
	margin: 0px;
}

.courses {
	background-color: darkcyan;
  padding: 10px;
  font-style: italic;
  color: white;
}

.courses h1 {
	margin-top: 0;
	margin-bottom: 20px;
  color: white;
}


/* 2 types elements *
	block elements <p> <h1>
	inline elements <img> <a>

*/

.image {
	display: inline;
	
}

.header-logo {
	padding: 20px;
}

.book-logo {
	display: inline-block;
	margin-left: 100px;
}
.servicemark {
  color: rgba(0, 0, 255, 0.904)
}
.navbar {
  background-color: rgba(128, 128, 128, 0.116);
  padding: 20px;
}
.navbar-link{
  margin-right: 30px;
	text-decoration: none;
}
.client-access{
background-color: rgba(135, 206, 250, 0.397);
padding: 30px;
}
.morehelp {
  background-color:rgba(126, 252, 0, 0.623);
  margin: 0; 
	padding: 20px;
	font-size: 20px;
};

.morehelp h5 {
	margin: 0;
	padding: 0;
}
.morehelp-icon {
margin-right: 10px;
}

.question{
  color:white;
padding-top: 10px;
padding-bottom: 10px;
}
.about-us {
  font-style: italic;
  color:black;
  margin: 0;
}

.services{ padding: 20px}

.inline {
display: inline;

}
.activitiesad {
vertical-align: top;
display: inline-block;
background-color: rgba(255, 235, 205, 0.719);
width: 200px;
}

.ssdclass-link{
  color: rgb(16, 162, 211);
  font-size: 20px; 
}

.activitiesad p {
	display: inline-block;
	width: 70px;
  color: black;
}

.access-link{
  display: inline-block;
	padding-left: 5px;
	margin: 0;
  font-size: 30px;
  font-style: italic;
}

.product-description {
  margin-bottom: 30px;
}
.productimages img{
  padding-left: 20px;
}
.contentdevt{
  background-color: rgba(172, 255, 47, 0.637);
  padding: 10px;
  margin: 0;
  font-size: 30px;
}

.expertise{
  background-color: rgba(32, 178, 171, 0.267);
  padding: 10px;
  margin: 0;
  font-style: italic;
}


.hover-box {
	opacity: 0;
	transition: .3s ease-in;
	background-color: white;
  padding-right: 30px;
  padding-left: 30px;
	position: absolute;
	transform: translateY(-30px)
}

.bar {
	height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
  padding-left: 10px;
}
.white-text {
  color: white;
}
.teal {
  background-color: teal;
}
.green {
	background-color: rgba(172, 255, 47, 0.671);
}

.blue {
   background-color:rgba(66, 205, 240, 0.692);
}

.bar-title {font-size: 30px;
  font-style: italic;
	padding: 0px;
	margin: 0px;
  margin-right: 20px;
}

.orderpage {
  flex-direction: row;
	justify-content: start;
	align-items: center;
}

.ssdclassbox {
background-color: lightcyan;
display: inline-block;
height: 200px;
width: 200px;
vertical-align: top;
padding: 10px;

}
.careersmartlink {
  vertical-align: top;
}
.footer {
font-size: 10px;

}
.AssessmentForm{
  color:teal;
}

/*======================================= 
	Mobile Screen
====================================== */

@media only screen and (max-width: 600px) {
  .header-logo img {
		height: 70px;
	}

	.book-logo {
		margin-left: 20px;
	}

	.orderpage {
		height: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.bar-title {
		font-size: 23px;
	}

	.courses-title {
		font-size: 23px;
	}
.about-us{
  font-size: 23px;
}
.hover-box{
font-size: 12px;

}
}