body {
	margin-top: 60px;
	color:#000;
}

.spacer {margin-top: 70px;}
.spacer2 {margin-top: 35px;}
.spacer3 {margin-top: 20px;}
.spacer4 {margin-top: 10px;}

.logo {text-align: center;}
.logo img {width: 260px;}

.title {text-align: center;}
#othersocmed {display: none;}
#socmed img {margin-left: 15px;}
#socmed a {text-decoration: none;}
.info {font-family: 'Lato', sans-serif; text-align: left; font-size: 15px; color: #666;}
.info i {color: red;}
i.fas {font-size: 18px;}
.info .row {margin-bottom: .6em;}
.content {text-align: center;}
.content-left {font-family: "Acta-Book"; font-size:18px; color: #666; text-align: left; border-left: thin solid #ddd;}

h1 {font-family: "Acta-Bold"; font-size: 60px;}
h2 {font-family: "Acta-BoldItalic"; font-size: 45px; margin-top: -10px;}
h3 {font-family: "Acta-Bold"; font-size: 32px;}
h4 {font-family: "Acta-Book"; font-size: 18px; color: #1d1d1d;line-height: 1.4}
p {color: #1d1d1d}
.centergrid {
	width: 600px;
	margin: 1em auto;
	max-width: 100%;
}

.popupshare {
  position: fixed;
  width: 100%;
  left: 0%;
  right: 0;
  top: 0%;
  bottom: 0;
  z-index: 6;
  text-align: left;
  display: none;
}
.popupshare .bg-trans {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  right: 0;
}
.popupshare .fix-header {
  background-color: #fff;
  position: absolute;
  width: 480px;
  height: 385px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.popupshare .headpopupshare {
  background-color: #b3160f;
  padding: 15px;
  display: block;
}
.popupshare .headpopupshare .header-title {
  line-height: normal;
  text-transform: uppercase;
  font-size: 24px;
  color: #ffffff;
  margin: 0;
  display: inline-block;
}
.popupshare .closeshare {
  font-size: 29px;
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
  opacity: 1;
  float: right;
  line-height: 1px;
}
.popupshare .shared-comment {
  list-style: none;
  border: 0;
  padding: 0 12px;
  margin: 0;
  clear: both;
}
.popupshare .shared-comment li {
  display: block;
  width: 100%;
  padding: 7px 20px;
  clear: both;
  border-bottom: solid 1px #e5e5e5;
}
.popupshare .shared-comment li a {
  color: #6b6b6b;
  font-size: 21px;
  text-transform: capitalize;
  display: inline-block;
  text-decoration:none;
  padding: 0px 0;
  position: relative;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popupshare .shared-comment li a .fa {
  padding: 0;
  display: inline-block;
}
.popupshare .shared-comment li a span {
  font-size: 16px;
  display: inline-block;
}
.popupshare .shared-comment li a img {
	display:inline-block;
	width: 25px;
}
.popupshare .shared-comment li.btn-sharepopup {
  display: none;
}
.popupshare .shared-comment li.share-fb a:hover {
  /*color: #374E9E;*/
}
.popupshare .shared-comment li.share-tw a:hover {
  /*color: #50BCE0;*/
}
.popupshare .shared-comment li.share-flipboard a {
  padding-left: 37px;
}
.popupshare .shared-comment li.share-flipboard a:after {
  content: "";
  position: absolute;
  background-image: url(../img/Flipboard-icon-Grey.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 23px;
  height: 27px;
  display: block;
  top: 5px;
  left: 5px;
  transition: all 0.5s;
  opacity: 0.5;
}
.popupshare .shared-comment li.share-flipboard a:hover:after {
  /*background-image: url(../img/Flipboard-icon-Color.png);*/
  opacity: 1;
}
.popupshare .shared-comment li.share-gp a:hover {
  color: #DD5231;
}
.popupshare .shared-comment li.share-hand a:hover {
  color: #374E9E;
}
.popupshare .shared-comment li.share-pnt a:hover {
  color: #D33534;
}
.popupshare .shared-comment li.share-wa a:hover {
  color: #64d448;
}
.popupshare .shared-comment li.share-cm a:hover {
  color: #000;
}
.popupshare .shared-comment li.share-mt a:hover {
  color: #32007f;
}

@media screen and (min-width: 320px) and (max-width: 860px) {
	body {margin-top: 30px;}
	.logo img {width: 150px;}
	.spacer {margin-top: 40px;}	
	h1 {font-size:40px;}
	h2 {font-size:30px;}
	h3 {font-size:22px;}
	.popupshare .fix-header {
		width:100%;
	}
	.spacer4 {margin-top: 2em;}
	.info iframe, .hideMobile {
		display:none;
	}
}
.flato {font-family: 'Lato', sans-serif;}
.content-center {text-align: center;}
.credits h4 {font-family: 'Lato Reguler', sans-serif; font-size: 15px; color: #da2228; margin-bottom: -2px;}
.credits p {font-family: 'Acta-Book'; font-size: 16px; color: #1d1d1d; margin-bottom: -2px;}
.footer {margin: 70px 0 35px 0; text-align: center; font-size: 10px;}

