body, h1, h2, h3, h4, h5, h6,
.logo-block, .rt-container, .rt-showcase-pattern, #rt-top-surround, #rt-header, #rt-footer, #rt-drawer, .title, .component-content, .component-content h2 {
  color: #644f4e;
  text-shadow: none;
  box-shadow: none;
  border-bottom: none;
  background: none;
  background-image: none;
  font-family: "Roboto";
}

@media only screen and (max-width: 600px){
  #buttonWelcome{
    width: 100% !impotrant;
    font-size: 90% !important;
  }
  #welcomeText{
    width: 100% !important;
  }
  #vertLine{
    display: none;
  }
  #welcomeImage{
    width: 100% !important;
  }
  #subBox{
    flex-direction: column !important;
    align-items: center !important;
    padding: 20px !important;
  }
  #buttonMap, #buttonMiles, #buttonWorks{
    width: 100% !important;
  }
}

#welcomeOpenInner{
  padding: 10px;
}

#welcomeOpen{
  width: 90%;
  display: block;
  margin-right: auto;
  margin-left: auto; 
  background-color: #193252;
  padding: 0px;
  border-radius: 10px;
}

#welcomeOpen{
  background-image: url("/images/assets/bsb/BSB_Web_BG_10.jpg");
  background-size: contain;
  background-attachment: fixed;
  background-position: center center;
}
  
h1{
  color: #644f4e;
}

.welcomeText p{
  color: #644f4e;
}

#welcomeIcon{
  margin-bottom: 0px;
}

.mapBlock{
	position: relative;
}

#mapImage{
    z-index: 2;
    display: block;
 	margin-left: auto;
  	margin-right: auto;
 	margin-top: 25px;
  	width:80%;
	border-radius: 0px;
}

#icon1{
	position: absolute;
	left: 76%;
	top: 86%;
	z-index: 1;
 	width: 122px;
  	height: 20px;
	background: url("/images/assets/2023/Car_Icon_2023.png") -61px 0;
}

#icon2{
	position: absolute;
	left: 69%;
	top: 92%;
	z-index: 1;
  	width: 122px;
  	height: 20px;
	background: url("/images/assets/2023/Car_Icon_2023.png") 0 0;
  	visibility: hidden;
}

#icon3{
	position: absolute;
	left: 51%;
	top: 86%;
	z-index: 1;
  	width: 122px;
  	height: 20px;
	background: url("/images/assets/2023/Car_Icon_2023.png") 0 0;
  	visibility: hidden;
}

#icon4{
	position: absolute;
	left: 47%;
	top: 75%;
	z-index: 1;
  	width: 122px;
  	height: 20px;
	background: url("/images/assets/2023/Car_Icon_2023.png") 0 0;
  	visibility: hidden;
}

#icon5{
	position: absolute;
	left: 64%;
	top: 79%;
	z-index: 1;
  	width: 122px;
  	height: 20px;
	background: url("/images/assets/2023/Car_Icon_2023.png") 0 0;
  	visibility: hidden;
}

#icon6{
	position: absolute;
	left: 76%;
	top: 87%;
	z-index: 1;
  	width: 122px;
  	height: 20px;
	background: url("/images/assets/2023/Car_Icon_2023.png") 0 0;
  	visibility: hidden;
}

#icon7{
	position: absolute;
	left: 61%;
	top: 65%;
	z-index: 1;
  	width: 122px;
  	height: 20px;
	background: url("/images/assets/2023/Car_Icon_2023.png") 0 0;
  	visibility: hidden;
}

#icon8{
	position: absolute;
	left: 50%;
	top: 48%;
	z-index: 1;
  	width: 122px;
  	height: 20px;
	background: url("/images/assets/2023/Car_Icon_2023.png") 0 0;
  	visibility: hidden;
}

#icon9{
	position: absolute;
	left: 64%;
	top: 23%;
	z-index: 1;
  	width: 122px;
  	height: 20px;
	background: url("/images/assets/2023/Car_Icon_2023.png") 0 0;
  	visibility: hidden;
}

#icon10{
	position: absolute;
	left: 31%;
	top: 20%;
	z-index: 1;
  	width: 122px;
  	height: 20px;
	background: url("/images/assets/2023/Car_Icon_2023.png") 0 0;
  	visibility: hidden;
}

#icon11{
	position: absolute;
	left: 18%;
	top: 10%;
	z-index: 1;
  	width: 122px;
  	height: 20px;
	background: url("/images/assets/2023/Car_Icon_2023.png") 0 0;
  	visibility: hidden;
}

#icon12{
	position: absolute;
	left: 69%;
	top: 86%;
	z-index: 1;
  	width: 122px;
  	height: 20px;
	background: url("/images/assets/2022/Car_Icon_2022-2.png") 0 0;
  	visibility: hidden;
}

#icon13{
	position: absolute;
	left: 80%;
	top: 85%;
	z-index: 1;
  	width: 122px;
  	height: 20px;
	background: url("/images/assets/2022/Car_Icon_2022-2.png") 0 0;
  	visibility: hidden;
}


.submit{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-family: "Roboto";
}

#minutes{
	padding: 10px;
  	margin: 10px;
	border-radius: 10px;
	width: 20%;
	text-align: center;
  	font-size: 16px;
}

#submitButton{
	padding: 10px;
	border-radius: 10px;
	margin: 10px;
	color: #ffffff;
	background-color: #fdbd4b;
	font-weight: bold;
  	font-size: 16px;
}

#status{
  font-size: 16px;
  font-weight: bold;
  font-family: Roboto;
  color: #fdbd4b;
  border: solid 3px #fdbd4b;
  border-radius: 10px;
  padding: 7px;
  margin: 10px;
}

#submitButton{
  transition-duration: 0.4s;
}

#submitButton:hover{
  color: white;
  background-color: #644f4e;
}

.welcome{
  width: 90%
  display: block;
  position: relative;
  text-align: center;
  font-family: "Roboto";
}

.buttonWelcome{
  transition-duration: 0.4s;
}

#buttonReg{
  transition-duration: 0.4s;
}

#buttonMap:hover,#buttonMiles:hover, #buttonWorks:hover, #buttonReg:hover{
  color: white;
  background-color: #644f4e !important;
}

#welcomeIcon{
  padding: 10px 0 15px 0;
}

body{
    /*background: #F1F1FF;*/
  	/*background-image: none*/
  	background-image: url("/images/assets/2022/SC_2022_Web_BG.png");
  	background-size: cover;
  	background-attachment: fixed;
  	background-position: center center;
}

body .rt-container .rt-grid-3 {
    width: 210px;
}

.rt-block {
  margin: 0;
  padding: 0;
}

#rt-showcase {
  border-bottom: 0px solid white;
}

#rt-footer {
  border: 0px solid white;
}

.font-size-is-default {
  font-size: 16px;
  line-height: normal;
}

/*
#rt-showcase {
  text-shadow: none;
}
*/

img {
  border-radius: 15px;
}
