html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* ///////////////////////////////////////////////////////////////////////////////////////// */
/* Site background */
body {
	/*default*/
    background-image: url(../images/background.jpg);
    color: white;
    font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top -45px;
}


/* ///////////////////////////////////////////////////////////////////////////////////////// */
/* Main Text Template */
.main_text_panel {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 0px;
  width: 73%;
  box-sizing: border-box;
  border-radius: 6px;
}
/* main frame */
.sub_text_panel {
  background: rgba(0,0,0,0.5);
  background-image: url(../images/textbox_background.png);
  width: 100%;
  box-sizing: border-box;
  margin-top: 23px;
  border: 1px solid white;
  border-radius: 6px;
}
/* Main title divs (icon + title) */
.main_titlediv {
  width: 100%;
  height: 59px;
  border: 2px solid white;
  border-radius: 6px;
  box-sizing: border-box;
  text-align: center;
}
/* title icon */
.maintexticon {
  margin-top: 3px;
  margin-left: 3px;
  border-radius: 3px;
  float: left;
}
/* title of the text paragraph*/
.boxtitle {
  /*float: right;*/
  width: auto;
  margin-top: 18px;
  margin-right: 50px;
  text-align: center;
}

/* main description text paragraph*/
.maintext {
  margin-left: 8px;
  margin-right: 8px;
}


/* ///////////////////////////////////////////////////////////////////////////////////////// */
/* Server Status info texts */
.server_status_text_offline {
  color: red;
}
.server_status_text_online {
  color: green;
}



@media only screen and (max-width: 1000px) {
  .boxtitle {
    float: none;
    width: auto;
    margin-right: 50px;
    margin-top: 18px;
    text-align: center;
  }
  .main_text_panel {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 0;
    margin-top: 3%;
    margin-bottom: 3%;
    width: 100%;
    box-sizing: border-box;
    border-radius: 6px;
  }

}
