/*
 * @media (max-width: 991px) {
 *	.main_text_block {
 *	margin-top: 20px;
 *  }
 * }
 *
 * @media (max-width: 767px) {
 *	.main_text_block {
 *	margin-right: 20px;
 *	margin-left: 20px;
 *	max-width: 92%;
 *  }
 * }
 *
 * @media (max-width: 479px) {
 *	.main_text_block {
 *	margin-top: 20px;
 *	text-align: left;
 *  }
 * }
 */

@font-face {
  font-family: "U8Font";
  src: url("/fonts/U8-Light-web.woff") format('woff');
}

@font-face {
  font-family: "U8Font";
  src: url("/fonts/U8-Bold-web.woff") format('woff');
  font-weight: bold;
}

/*
 * @font-face {
 *  font-family: "U8Font";
 *  src: url("/fonts/U8-Bold-web.woff") format('woff');
 *  font-weight: bold;
 *  font-style: italic;
 * }
 *
 * @font-face {
 *  font-family: "U8Font";
 *  src: url("/fonts/U8-Light-web.woff") format('woff');
 *  font-style: italic;
 * }
 */


a {
  color: inherit;
}

.body {
  max-width: 950px;
  color: #1d1d1b;
  background: #e8e8e8;
}

.centre {
  margin: auto;
  padding-top: 50px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.hr_short {
  width:50%;
  margin:0 auto;
}

.font_large {
  font-family: "U8Font", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  line-height: normal;
}

.sale_font_large {
  font-family: "U8Font", sans-serif;
  font-size: 180%;
  font-weight: bold;
  line-height: normal;
}

.sale_font_small {
  font-family: "U8Font", sans-serif;
  font-size: 100%;
  font-weight: normal;
  line-height: normal;
}

.sale_border {
  border: 1px solid #1d1d1b;
  border-radius: 0.25rem;
}

.super {
  font-family: "U8Font", sans-serif;
  /*font-size: 2.0rem;*/
  font-size: 110%;
  line-height: normal;
  vertical-align: super;
  position: relative;
  top: -0.3rem;
}

.banner {
  font-family: "U8Font", sans-serif;
  font-size: 0.9rem;
  text-align: center;
  background-color: transparent;
  letter-spacing: 0.03rem;
  padding-top: 10px;
  /* padding-right: 10px; */
  padding-bottom: 10px;
  /* padding-left: 10px; */
  margin-top: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  color: #1d1d1b;
  line-height: 150%;
  border: 2px solid;
}

.italic {
  font-style: italic;
}

.align_lhs {
	font-family: "U8Font", sans-serif;
	font-size: 100%;
	font-weight: bold; /*700*/
	color: #1d1d1b;
	line-height: 120%;
	text-align: left;
	text-justify: none;
	margin-left: 5px;
}

.align_rhs {
  text-align: right;
  margin-right: 5px;
}

.align_centre {
  text-align: center;
}

.main_title {
  line-height: 200%;
}

.main_heading {
  font-family: "U8Font", sans-serif;
  font-size: 1.6rem;
  font-weight: bold; /*700*/
  color: #1d1d1b;
  line-height: 120%;
  text-align: left;
  text-justify: none;
}

.embolden {
	font-family: "U8Font", sans-serif;	
	font-weight: bold; /*700*/	
	color: inherit;
}

.strongly {
	font-family: "U8Font", sans-serif;
	font-weight: bold; /*700*/
	color: inherit;
}

/* =========================================== */
/* for sale highlight */
.highlight {
  /*width: 98%;*/
  color: white;
  background-color: #dc3545;
  padding: 5px 5px 5px 5px;
  margin: 0 0 0 0 ;
  border: 1px solid #1d1d1b;
  border-radius: 0.25rem;
  /*font-family: "U8Font", sans-serif;
  font-weight: bold;
  font-size: 120%;*/
  text-align: center;
  vertical-align: middle;
}
/* =========================================== */



.main_text_block {
  font-family: "U8Font", sans-serif;
  font-size: 0.9rem;
  text-align: justify;
  text-justify: inter-word;
  background-color: transparent;
  letter-spacing: 0.03rem;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  color: #1d1d1b;
  line-height: 150%;
}


.top_container {
  width: 100%;
  overflow: hidden;
  /*border: 1px solid #000000;*/
}

.logo_rhs {
  width: 200px;
  float: right;
  /* border: 1px solid #000000;*/
}

.menu_lhs {
  margin-right: 220px;
  margin-top: 30px;
  /*padding-left: 20px;*/
  /*border: 1px solid #000000;*/
}


img.logoimg {
  /*    width: 130px; */
  width: 200px;
  margin-top: 3px;
  margin-right: 3px;

}

img.burgessesslogoimg {
  width: 242px;
  margin-right: 3px;
}

/* Table Style*/
/* spacing */

table {
  font-family: "U8Font", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: normal;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid ;
  background-color: #c2c2c2;
}
/* domain */
thead th:nth-child(1) {
  width: 35%;
}
/* trademark */
thead th:nth-child(2) {
  width: 65%;
}
/* keywords */
/*
 * thead th:nth-child(3) {
 *	width: 28%;
 * }
 *
 * thead th:nth-child(4) {
 *	width: 15%;
 * }
 */
th, td {
  padding: 5px 5px 5px 25px;
  border: 1px solid #000000;
}

/* colours & graphics */
/* https://colorhexa.com/[colour_value_in_hex_(minus_#)]    */

thead, tfoot {
  /* color: #ffffff; */
  text-align: center;
  /*text-shadow: 1px 1px 1px #000000 */
}

thead th, tfoot th, tfoot td {
  border: 1px solid #000000;
}

/* alternate row colours */

tbody tr:nth-child(odd) {

  background-color: #f5f5f5;
}

tbody tr:nth-child(even) {
  background-color: #fdfdfd;
}

tbody tr {

}

/* footer */

* {
  box-sizing: border-box;
}

.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

/* =========================================== */
/* Scale Domain Font */

/* If the screen size is 601px wide or more, set the font-size of <div> to 300% */
@media screen and (min-width: 601px) {
  .domain {
    font-family: "U8Font", sans-serif;
    padding: 5px 5px 5px 5px ;
    margin: 0 auto;
    color: white;
    vertical-align: middle;
    font-weight: bold;
    font-size: 300%;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 200% */
@media screen and (max-width: 600px) {
  .domain {
    font-family: "U8Font", sans-serif;
    padding: 5px 5px 5px 5px ;
    margin: 0 auto;
    color: white;
    vertical-align: middle;
    font-weight: bold;
    font-size: 200%;
  }
}
/* =========================================== */





