@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@500&family=Roboto&display=swap');

body {
	margin-top: 0;
	padding: 0;
}


A:link {
  text-decoration: none;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 0.81em;

}

A:visited {
  text-decoration: none;
  color: #000000;
  font-family: 'Roboto', sans-serif;
}


A:hover {
    color: #fa7034;
}

A:active {
  text-decoration: none;
}

A.disabled {
    color: #000000;
}

body {background-color:#ffffff;}

h1 {
  display: block;
  font-family: 'Roboto', sans-serif; /*'Montserrat', sans-serif; */
  font-size: 2.6em;
  margin-top: 0.45em;
  margin-bottom: 0.45em;
  margin-left: 0;
  margin-right: 0;
 font-weight: bold;
 color: #000000;
}

h2 {
  display: block;
  font-family: 'Roboto', sans-serif; /*'Montserrat', sans-serif; */
  font-size: 1.15em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  margin-left: 0;
  margin-right: 0;
 font-weight: bold;
 color: #000000;
}

h3 {
  display: block;
  font-family: 'Roboto', sans-serif; /*'Montserrat', sans-serif; */
  font-size: 1.05em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  margin-left: 0;
  margin-right: 0;
 font-weight: bold;
 color: #000000;
	
}

h4 {
  display: block;
  font-family: 'Roboto', sans-serif; /*'Montserrat', sans-serif; */
  font-size: 1.0em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  margin-left: 0;
  margin-right: 0;
 font-weight: bold;
 color: #000000;
	
}

p {
  display: block;
  font-family: 'Roboto', sans-serif; /*'Montserrat', sans-serif; */
  font-size: 1.0em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  margin-left: 0;
  margin-right: 0;
 font-weight: normal;
 color: #000000;
	
}


img.logo{
	max-width:100%
}


img.fblogo{
  position: relative;
}

img.fvpic{
  position: relative;
  float: left;
  padding-top: 7px;
  max-width: 100%
}

  .thisframe {
    position: relative;
    overflow: hidden;
	padding-top: 65.50%;
}

.thisframe iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
margin-top: 7px;
padding-right: 4px;
padding-bottom: 6px;
}


/*polaroid effect*/
.polaroid {
  padding: 4px;
}
 
.polaroid img {
  border: 10px solid #fff;
  -webkit-box-shadow: 4px 4px 4px 3px #777;
     -moz-box-shadow: 4px 4px 4px 3px #777;
          box-shadow: 4px 4px 4px 3px #777;
}
/*end of Polaroid effect*/

/*polaroid effect with CAPTION*/
.polaroid2 {
  padding: 4px;
}

.polaroid2 {
	float: left;
	background: #fff;
	padding: 6px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: light;
	text-align: center;
  -webkit-box-shadow: 3px 3px 3px 2px #777;
     -moz-box-shadow: 3px 3px 3px 2px #777;
          box-shadow: 3px 3px 3px 2px #777;
}
/*end of Polaroid effect with CAPTION*/