/*
 * This is the main style sheet for the MyRSF.net web site 
 */

body {
	background-color: #000000;
	padding-top: 10px;
	margin: 0 auto;
	line-height:18px;
	color: black;
	font-family: "Genos", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;

}


img {
  max-width: 100%;
}

input {
	font-size: 16px
}

.pageWrap {
	margin: 0 auto;
	max-width: 940px;
	background-color: White;
	overflow: hidden;
}



/* Container holding the image and the text */
.title {
  position: relative;
  text-align: center;
  color: white;
}

.bottom-left {
	position: absolute;
	bottom: 0.5em;
	left: 1em;
}	

.bottom-right {
	position: absolute;
	bottom: 0.5em;
	right: 1em;
}

.contact {
	font-size: 1.1em;
	width: 100%;
	display: block;
}

.bot-table-image {
	height: 300px;
	display: inline;
}

/* Hide elements with the class by default */
.showOnSmallScreens {
  display: none;
}

/* Show elements with the class when the screen width is below 600px */
@media only screen and (max-width: 600px) {
  .showOnSmallScreens {
    display: block;
  }
}

.fullsize {
	width: 100%;
}

.center {
	text-align: center;
}

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


.menu-box {
	display: flex;
	justify-content: space-around;
	padding-left: 1em;
	padding-right: 1em;
	background-color: black;
	width: 100%;
	position: relative;	
}

.menu-entry {
	height: 2em;
	color: white;
	text-decoration: none;
	background-color: black;
	display: inline-block;
}

.menu-text {
	font: 16px 'Libre Baskerville', serif;
	color: white;
	text-decoration: none;
	display: inline-block;
}

a.menu-text:link {
	text-decoration: none;
	color: white;
}

a.menu-text:visited {
	text-decoration: none;
	color: white;
}

.footer-box {
	display: flex;
	justify-content: space-around;	
	background-color: black;
	width: 100%;
	position: relative;	
}

.footer-entry {
	background-color: black;
	display: inline-block;
}

.footer-text {
	color: white;
	text-decoration: none;
	background-color: black;
	display: inline-block;
	padding: 1em;
}

a.footer-text:link {
	text-decoration: none;
	color: white;
}

a.footer-text:visited {
	text-decoration: none;
	color: white;
}

.twoby {
	display: grid;
	gap: 10px;
}

@media only screen and (min-width: 600px) {
	.twoby {
		grid-template-columns: repeat(2, 1fr);
	}
}


.menu-icon {
	height: 14px;
	background-color: white;
	display: inline-block;
}

.menubar { 
	width: 200px;
	float: left;
	background: #343434;
	padding: 0px 0px 0px 0px;
	margin-bottom: -4000px; padding-bottom: 4000px;
}


.bodyarea {
	margin: 1em;
}

.rectangle {
    background-color: DodgerBlue;
    display: block;
    height: 20px;
    max-width: 740px;
}

.tight {
	display: block;
}

p, ul, ol, h5, h6, table td, .bubble-text, .footer-text {
	font-size: 20px;
	font-weight: 500;
}

table th {
	font-weight: 700;
	background-color: Green;
    color: white;
}

table {
	border-collapse: collapse;
	margin-bottom: 10px;
}

table, th, td {
    border: 2px solid black;
	padding: 5px;
}

.date {
	font: bold 12px 'Open Sans', sans-serif;
	line-height: 2em;
}

a:link,a:visited {
	color: blue;
}
	
a:hover {
	color: green;
}

h1 {
	text-align: center;
	color: black;
	font-size: 36px;
	font-weight: 700;
}



h2 {
	font-size: 28px;
	margin-block-end: unset;
}

h3 {
	font: bold 1.2em 'Libre Baskerville', serif;
}

h4 {
	font: bold 1.2em 'Libre Baskerville', serif;
	margin-block-start: unset;
	margin-block-end: 0.4em;
}

h5 {
	text-align: center;
	font-weight: 600;
	font-size: 26px;
	margin-top:1em;
	margin-bottom: 1em;

}

h6 {
	font-weight: 600;
	font-size: 22px;
	margin-top:0;
	margin-bottom: 1em;
}


.cc-button {
	margin: 3px;
	padding: 20px;
	font-size: 1.3em !important;

}

.across3 {
	width: 32%;
}

.cc-area {
	background-color: White;
	margin: 0px 20px 20px 20px;
	padding: 5px 15px 5px 15px;
}

.cc-main {
	float: left;
	max-width: 420px;
	margin-right: 10px;
}

.cc-full {
	float: left;
	max-width: 670px;
}

.cc-side {
	float: right;
	max-width: 200px;
	background-color: LightGrey;
	margin-left: 10px;
}

.cc-half-left {
	float: left;
	width: 310px;
	margin-right: 10px;
}

.cc-half-right {
	float: right;
	width: 310px;
	margin-left: 10px;
}

.cc-recep-img {
	text-align: center;
	vertical-align: top;
	width: 25%;
}

.cc-recep-td {
	width: 25%;
	vertical-align: top;
}

.cc-center-td {
	text-align: center;
}

.cc-center-img {
	margin: auto;
	display: block;
}

.floatimg {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.floatimgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.footerarea {
	text-align: center;
	margin: 0 auto;
	max-width: 940px;
	background-color: #d7d1d8;
	overflow: hidden;
}

p:before {
  content: "";
  width: 7em;
  display: block;
  overflow: hidden;
  clear: left;   //use clear:right if img is float:left
}

@media screen and (max-width: 600px) {
table.large {
	display: none;
}
}

@media screen and (min-width: 600px) {
table.small {
	display: none;
}
}

.i1 { margin-left: 3em }

.i2 { margin-left: 9em }

.i3 { margin-left: 13em }

.i4 { margin-left: 18em }

.i5 { margin-left: 24em }

.keep-together {
	border: none;
	padding: 0;
}

.bubble-button {
	display: inline-block;
	border-radius: 25px;
	padding: 10px;
	margin: 15px;
	background: linear-gradient(to bottom, 
    #000000 0%, 
    #000000 3em, 
    #b5671a 3em, 
    #b5671a 100%
   );
}

.bubble-title {
	font-size: 20px;
	color: #f07007;
	background-color: black;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 5px;
}

.bubble-text {
	color: white;
	background-color: #b5671a;
	margin: 15px;
}

.bubble-text p a:link {
	color: wheat;
}

.bubble-text p a:visited {
	color: wheat;
}


.blogimg {
  float: right;
  margin-left: 10px;
  max-width: 50%; 
 }

.leftimg {
  float: left;
  margin-right: 10px;
  max-width: 50%; 
 }

.centerimg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.heading-break {
  background: DarkGreen;
  width: 100%;
  height: 2rem;
  font-family: clarendon-urw, serif;
  font-style: bold;
  font-size: 24px;
  color: white;
  text-align: center;
  margin-bottom: 1rem; 
  padding-top: 0.25em;

 }
 
 
 textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; 
  background-color: #b5671a;
    padding: 12px 20px;
    border-radius: 12px;
    font-size: 16px;
    color: white;
}

  [data-whatinput='mouse'] button {
    outline: 0; 
 }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.03125rem;
  margin: 0 0 0.83333rem;
  padding: 0.41667rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 0.83333rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; 
  font: 14px 'Open Sans', sans-serif;
  }
  
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; 
    font: 14px 'Open Sans', sans-serif;
  }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

::-webkit-input-placeholder {
  color: #cacaca; }

::-moz-placeholder {
  color: #cacaca; }

:-ms-input-placeholder {
  color: #cacaca; }

::-ms-input-placeholder {
  color: #cacaca; }

::placeholder {
  color: #cacaca; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 0.83333rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.41667rem;
  margin-right: 0.83333rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.41667rem; }

[type='file'] {
  width: 100%; }

 
 label {
  display: block;
  margin: 0;
  font-size: 0.72917rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; 
  font: 14px 'Open Sans', sans-serif;
 }
  
 label.middle {
    margin: 0 0 0.83333rem;
    padding: 0.46875rem 0; 
  }