#customText {
	color: white;
	text-align: center;
}
#primary-menu {
	display: none;
}
#bottom-bar .wf-float-left {
	display: none;
}
.main-nav.bg-outline-decoration.hover-bg-decoration.active-bg-decoration {
	display: none;
}
.mobile-navigation {
	display: none;
}
#custombg {
	background-color: #1e68b2;
	color: white;
	margin: 40px 0;
  	border-radius: 10px
}
#custombg .wpb_wrapper {
	padding: 5%;
}
.wpb_text_column.wpb_content_element.vc_custom_1641474353669 {
	color: white;
}
#comment {
	background-color: #1e68b2;
	color: white;
	border-radius: 10px;
  	box-shadow: 10px 10px 10px 10px lightgray;
}
#comment .wpb_wrapper {
	padding: 15px;
}
.standard-number-list.bullet-top {
	margin-left: 40px;
}
.box {
	height: 70px;
	width: 70px;
	background-color: red;
	margin-bottom: 10px;
	margin-left: 50px;
}
.box.box2 {
	background-color: #1e68b2;
}
.box.box3 {
	background-color: black;
}
.box.box4 {
	background-color: #6c757d;
}
#main {
	position: relative;
}
#mybox {
	position: absolute;
	top: -500px;
	left: 0px;
}
@media only screen and (max-width: 600px) {
	.box {
	margin-left: 8px;
}
 #mybox {
	display: none;
}
}