@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
    max-width: 100%;
    clear: right;
    margin-top: 7px;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 770px and below. */

.container {
    background-image: url(images/socbg2020full.png);
    background-size: 130%
% auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #151515;
    background-size: 130% auto;
}


.about_box {
    color: #FFFFFF;
    max-width: 80%;
    font-style: normal;
    font-weight: 400;
    font-size: medium;
    margin-top: 20px;
    margin-bottom: 30px;
    font-family: basic;
    text-shadow: 0px 3px 2px #000000;
    margin-left: 10%;
}
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}

#pwindow {height: 100vh;}
.parallax-window {height: 100vh;
	
}

.top_head {
    position: fixed;
}
.logo {
    width: 50%;
    display: none;
    color: #FFFFFF;
    margin-top: 8px;
    font-family: basic;
    font-style: normal;
    font-weight: 400;
}
.menubox {
	width: 30px;
	float: right;
	clear: right;
	margin-top: 3px;
	margin-bottom: 8px;
}
.mb {
}
.mbb {
    width: 30px;
    height: 2px;
    background-color: #FFFFF4;
    margin-top: 7px;
    -webkit-box-shadow: 0px 3px 2px #0F0F0F;
    box-shadow: 0px 3px 2px #0F0F0F;
}
#sidebar {
    position: fixed;
    left: 103%;
    margin-top: 45px;
    height: 100%;
    -webkit-box-shadow: -3px 0px 11px;
    box-shadow: -3px 0px 11px;
}

#sidebar.visible {
	margin-top: 35px;
	left: 0%;
	transition: left 0.2s linear;
	width: 100%;
	background-image: url(images/menubg.png);;
	
 }
.sidemenu {
    padding-top: 0px;
}
.smenu {
}
.smm {
}

.smm a {
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
	display: block;
	padding-top: 25px;
	padding-bottom: 24px;
	padding-left: 23px;
	letter-spacing: 5px;
	text-align: center;
}


.smenu_img {
    display: none;
}

.smenu_img_mobile {
    text-align: center;
    margin-top: 30px;
}

.close {
	padding-left: 5%;
}
.social_top {
    width: 19%;
    clear: right;
    margin-left: 24%;
    display: none;
}
.social_box {
	clear: left;
	text-align: right;
	width: 40px;
	float: right;
}
.big_logo {
    text-align: center;
    margin-top: 15px;
}
.work {
    padding-bottom: 60px;
    color: #FFFFF4;
}
.logobox {
	width: 40%;
	float: right;
	clear: right;
	margin-top: 0px;
}
.ad_link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 7px;
    border: thin solid #1E1E1E;
    -webkit-box-shadow: 0 4px 7px #1E1E1E;
    box-shadow: 0 4px 7px #1E1E1E;
    margin-left: -7px;
    background-image: url(images/dimsq.png);
    display: none;
}
.cover_image {
    text-align: center;
    width: 75px;
    margin-left: 6%;
    margin-right: 6%;
    margin-top: 7px;
    -webkit-box-shadow: 4px 6px 6px;
    box-shadow: 4px 6px 6px;
    margin-bottom: 8px;
    background-image: url(images/pages.png);
}
.ad_text {
    padding-left: 6px;
    text-align: center;
    text-shadow: 3px 3px 5px #626262;
    font-size: medium;
    color: #2B2B2B;
}
.ad_hl {
	letter-spacing: 4px;
	font-size: 16px;
	clear: none;
	margin-top: -1px;
}
.avaialable {
	clear: right;
	width: 67%;
	letter-spacing: 2px;
	font-size: x-small;
	padding-left: 6px;
}
.buy {
	width: 67%;
	clear: right;
	margin-left: 6px;
	display: none;
}
.buy_it {
	clear: right;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 11px;
	width: 76px;
}
.title {
    margin-top: 40px;
    letter-spacing: 6px;
    font-size: large;
    color: #F7F7F7;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 4px 2px #0B0B0B;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 24px;
    font-family: basic;
}

.contact_title {
    letter-spacing: 6px;
    font-size: large;
    color: #F7F7F7;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 4px 2px #0B0B0B;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 24px;
    font-family: basic;
    margin-top: 0px;
}

.featured {
	padding-top: 40px;
}
.feature_title {
    color: #FFFFFF;
    letter-spacing: 6px;
    margin-bottom: 50px;
    margin-top: 20px;
    font-size: large;
    text-decoration: none;
    text-align: center;
    text-shadow: 0px 4px 2px #181818;
    font-family: basic;
    font-style: normal;
    font-weight: 400;
}
.feature_image {
    text-align: center;
    -webkit-box-shadow: 0px 5px 7px #101010;
    box-shadow: 0px 5px 7px #101010;
}
.sm_desc {
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 14px;
    margin-top: -38px;
    font-family: basic;
    font-style: normal;
    font-weight: 400;
    text-shadow: 0px 4px 2px #000000;
}
.lg_desc {
    color: #FFFFFF;
    margin-bottom: 30px;
    max-width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: medium;
    font-family: basic;
    text-align: center;
    text-shadow: 0px 3px 2px #000000;
}

.covid {
    color: #FFFFFF;
    max-width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: medium;
    margin-top: 20px;
    margin-bottom: 30px;
    font-family: basic;
    text-shadow: 0px 3px 2px #000000;
}
.feature_buy {
	color: #FFFFF4;
	text-align: left;
	margin-top: 25px;
	letter-spacing: 6px;
	margin-bottom: 10px;
}
.feature_amazon {
	width: 105px;
}
.feature_BaN {
	width: 88px;
	clear: right;
	margin-left: 10px;
}
.feature_info {
    margin-bottom: 41px;
}
.about {
	background-color: #EDEDEA;
	color: #1E1E1E;
	padding-bottom: 40px;
}
.title_blonde {
	border-bottom: thin solid #1E1E1E;
	font-size: large;
	letter-spacing: 6px;
	margin-top: 24px;
}
.Bio_pic {
	margin-top: 40px;
	text-align: center;
}
.Bio_head {
	text-align: center;
	letter-spacing: 6px;
	font-size: x-large;
	margin-bottom: 12px;
}
.Bio_body {
	margin-top: 30px;
	margin-bottom: 40px;
}
.bio_text {
	letter-spacing: 2px;
	line-height: 24px;
}
.contact {
	background-color: #EDEDEA;
}
.contact_head {
	text-align: center;
	margin-bottom: 20px;
	font-size: xx-large;
	letter-spacing: 10px;
}
.contact_form {
	text-align: center;
	margin-bottom: 60px;
	margin-top: 40px;
}
.form_body {
}
.contact_caption {
	margin-bottom: 27px;
	font-size: small;
	text-align: center;
}
.social {
	margin-bottom: 80px;
}
.social_links {
	width: 66%;
	margin-left: 18%;
	display: none;
}
.social_imgs {
}
.si {
	clear: right;
	width: 33.3%;
}

.si a {
	display: block;
	text-align: center;
}
.spacer1 {
}
.spacer2 {
}
.marker {
    padding-bottom: 40px;
    margin-top: 0px;
}
.home {
}
.edimg {
}
.edpc {
	margin-top: 40px;
	text-align: center;
	margin-bottom: 50px;
}
.edtxt {
	margin-top: 30px;
}
.pchead {
	letter-spacing: 6px;
}
.pc_desc {
	margin-top: 17px;
	width: 90%;
	margin-left: 5%;
	font-size: small;
	text-align: left;
}
.lnd {
	margin-top: 40px;
	width: 90%;
	margin-left: 5%;
	letter-spacing: 6px;
	margin-bottom: 30px;
	border-bottom: thin solid #EDEDEA;
}
.lnd_links {
	width: 90%;
	padding-left: 5%;
}
.lndlk {
	width: 50%;
	clear: right;
	text-align: center;
}

.lndlk a {
}
.footer {
    background-color: #151515;
    padding-top: 0px;
}
.bnbig {
	display: none;
}
.BotM {
	display: none;
}
.Bot_menu {
}
.bm {
}
.bm a {
	letter-spacing: 2px;
}
.copyright {
	color: #EDEDEA;
	letter-spacing: 7px;
	text-align: center;
	margin-top: 7px;
	font-size: x-small;
	margin-bottom: 9px;
	display: inline;
	clear: none;
}
.Bot_soc {
    margin-top: 50px;
    width: 14%;
    margin-left: 35%;
    display: none;
}
.Bot_so {
}
.bs {
}
.success {
	margin-top: 130px;
	background-image: url(images/lyte2.png);
	padding-top: 40px;
	padding-bottom: 40px;
	border: thin solid #151515;
	-webkit-box-shadow: 0px 4px 8px;
	box-shadow: 0px 4px 8px;
	background-color: #EDEDEA;
}
.success_head {
	text-align: center;
	font-size: xx-large;
	letter-spacing: 6px;
}
.success_body {
	text-align: center;
	letter-spacing: 3px;
	margin-top: 20px;
	font-size: small;
	width: 80%;
	margin-left: 10%;
}
.back_home {
	text-align: center;
	margin-top: 21px;
	margin-bottom: 10px;
}

.back_home a {
	color: #151515;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.social_links_mobile {
	width: 80%;
	margin-left: 10%;
}
.list_buy_mobile {
	clear: right;
	margin-top: 4px;
	width: 67%;
	margin-left: 6px;
}
.work_txt {
}
.review {
	margin-top: 40px;
}
.praise {
	margin-bottom: 15px;
	border-bottom: thin solid #EDEDEA;
	letter-spacing: 1px;
}
.review_quote {
	font-size: small;
	margin-bottom: 14px;
}
.review_citation {
	margin-bottom: 40px;
	font-style: italic;
}
.mw {
    text-align: center;
    color: #EDEDEA;
    font-size: small;
    letter-spacing: 6px;
    margin-top: 60px;
    margin-bottom: 6px;
}

.mw a {
	color: #EDEDEA;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-decoration: none;
	text-align: center;
}
.contact_email {
    /* [disabled]margin-top: 15px; */
    margin-bottom: 15px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    color: #FFFFF4;
    font-family: basic;
}

.contact_email a {
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-decoration: none;
	text-shadow: 0px 3px 2px #000000;
} 

.contact_emailtop {
    /* [disabled]margin-top: 15px; */
    margin-bottom: 15px;
    text-align: center;
    font-family: copse;
    font-style: normal;
    font-weight: 400;
    color: #FFFFF4;
    display: none;
}

.contact_emailtop a {
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-decoration: none;
    font-family: basic;
    font-style: normal;
    font-weight: 400;
	text-shadow: 0px 3px 2px #000000;
} 

.review_img {
	margin-bottom: 40px;
}


.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 770px to 1024px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 600px) {


	.container {background-image: url(images/socbg2020full.png);
    background-size: 100% auto;
    background-attachment: fixed; }
	
	.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#pwindow {height: 100vh;}
.parallax-window {
	
}
.top_head {
}
.logo {
    margin-top: 8px;
    margin-bottom: 0px;
    width: 40%;
    letter-spacing: 4px;
}
.menubox {
}
.mb {
}
.mbb {
}
#sidebar {
	margin-top: 60px;
}

#sidebar.visible {
	left: 0%;
	transition: left 0.2s linear;
	width: 100%;
 }
 
.sidemenu {
}
.smenu {
}
.smm {
}

.smm a {
	text-align: center;
}
	
	
.smenu_img {
    display: inline;
    margin-top: 30px;
    text-align: center;
}
	
.smenu_img_mobile {
    display: none;
}
	
.close {
}
.social_top {
    margin-left: 24%;
    width: 66%;
    /* [disabled]display: inline; */
    margin-bottom: 3px;
    margin-top: 0px;
}
.social_box {
}
.big_logo {
    margin-top: 54px;
}
.work {
}
.logobox {
	min-width: 51%;
	width: 51%;
	float: right;
}
.ad_link {
    background-image: url(images/dimsq.png);
    display: inline;
}
.cover_image {
    width: 75px;
    margin-top: 7px;
}
.ad_text {
    font-size: 24px;
}
.ad_hl {
	font-size: 24px;
}
.avaialable {
}
.buy {
	width: 67%;
	margin-top: 16px;
	clear: right;
	display: inline;
}
.buy_it {
	width: 24%;
}
.title {
    font-size: x-large;
    text-align: center;
    text-decoration: none;
}
	
	
	.contact_title {
    font-size: x-large;
    text-align: center;
    text-decoration: none;
    margin-top: 0px;
}
	
.featured {
	width: 100%;
	clear: right;
	margin-bottom: 60px;
}
.feature_title {
    font-size: x-large;
    text-align: center;
    width: 90%;
    margin-left: 5%;
    margin-top: 5px;
    text-decoration: none;
}
.feature_image {
    width: 40%;
    margin-left: 5%;
    margin-top: 16px;
    -webkit-box-shadow: 0px 5px 7px #101010;
    box-shadow: 0px 5px 7px #101010;
}
.sm_desc {
    text-align: center;
    width: 90%;
    margin-left: 5%;
}
.lg_desc {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 30px;
    max-width: none;
    font-style: normal;
    font-weight: 400;
    font-size: medium;
}

.about_box {
	max-width: 80%;
    font-style: normal;
    font-weight: 400;
    font-size: medium;
    color: #FFFFFF;
    width: 80%;
    margin-left: 10%;
}	
	
.covid {
    width: 90%;
    margin-left: 5%;
    max-width: none;
    font-style: normal;
    font-weight: 400;
    font-size: medium;
}	
	
.feature_buy {
}
.feature_amazon {
}
.feature_BaN {
}
.feature_info {
	width: 90%;
	margin-left: 5%;
	margin-bottom: 40px;
}
.about {
	padding-bottom: 70px;
}
.title_blonde {
	font-size: x-large;
}
.Bio_pic {
	width: 50%;
}
.Bio_head {
}
.Bio_body {
	width: 47%;
	clear: right;
	margin-top: 40px;
	padding-left: 20px;
}
.bio_text {
}
.contact {
}
.contact_head {
	width: 70%;
	margin-left: 15%;
}
.contact_form {
	width: 50%;
	border-right: thin solid #1E1E1E;
}
.form_body {
}
.contact_caption {
}
.social {
	width: 47%;
	clear: right;
	margin-top: 40px;
	margin-left: 2%;
}
.social_links {
	display: inline;
}
.social_imgs {
}
.si {
}

.si a { }
.spacer1 {
	height: 36px;
}
.spacer2 {
	height: 90px;
}
.marker {
	padding-bottom: 50px;
}
.home {
}
.edimg {
}
.edpc {
}
.edtxt {
}
.pchead {
	font-size: large;
}
.pc_desc {
	font-size: medium;
}
.lnd {
}
.lnd_links {
}
.lndlk {
	text-align: center;
	width: 24%;
}
	
.lndlk a {
}
.footer {
    padding-top: 30px;
    margin-top: -48px;
}
.bnbig {
	width: 250px;
	display: inline;
}
.BotM {
	clear: right;
	margin-left: 20px;
	margin-top: 5px;
	display: inline;
	width: 85px;
}
.Bot_menu {
	width: 20%;
}
.bm {
	color: #EDEDEA;
	margin-bottom: 6px;
}
	
.bm a {
	text-decoration: none;
	color: #EDEDEA;
	font-size: small;
	margin-bottom: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}	
.copyright {
	margin-top: 2px;
	clear: none;
	display: inline;
}
.Bot_soc {
    clear: right;
    display: inline;
    margin-left: 35%;
    width: 44%;
}
.Bot_so {
}
.bs {
	width: 33.3%;
	text-align: center;
	clear: right;
}
.success {
	width: 60%;
	margin-left: 20%;
	margin-top: 150px;
}
.success_head {
	font-size: 60px;
}
.success_body {
}
.back_home {
}
.back_home a {
}
.social_links_mobile {
	display: none;
}
.list_buy_mobile {
	display: none;
}
.work_txt {
	width: 55%;
	clear: right;
	padding-top: 0px;
}
.review {
	width: 90%;
	margin-left: 5%;
}
.praise {
	border-bottom: thin solid #EDEDEA;
	margin-bottom: 20px;
}
.review_quote {
	font-size: small;
	margin-bottom: 10px;
}
.review_citation {
	text-align: left;
	margin-bottom: 28px;
}
.mw {
	margin-top: 50px;
}
	
.mw a {
}
.contact_email {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-family: basic;
}
	
.contact_email a {
    letter-spacing: 3px;
    text-decoration: none;
} 
	
.contact_emailtop {
    text-align: center;
    font-family: copse;
    font-style: normal;
    font-weight: 400;
    display: inline;
}
	
.contact_emailtop a {
    letter-spacing: 3px;
    text-decoration: none;
    font-family: basic;
    font-style: normal;
    font-weight: 400;
} 
	
.review_img {}
	
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 1025px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 900px) {


	.container {
    background-image: url(images/socbg2020full.png);
    background-size: 100% auto;
    background-attachment: fixed;
	}
	
	
	.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}

	
	#pwindow {height: 100vh;}
	
.parallax-window {
	
}
.top_head {
}
.logo {
    font-style: normal;
    font-weight: 400;
    color: #FFFFFF;
    width: 30%;
    margin-top: 8px;
    font-family: basic;
}
.menubox {
}
.mb {
}
.mbb {
	height: 2px;
}
#sidebar {
	height: 100%;
}

#sidebar.visible {
	left: 83%;
	transition: left 0.2s linear;
	width: 17%;
 }
 
.sidemenu {
    padding-top: 0px;
}
.smenu {
}
.smm {
}
.smm a {
}
	
	
.smenu_img {
    display: inline;
}
	
.smenu_img_mobile {
    display: none;
}
	
.close {
	padding-top: 0px;
}
.social_top {
    display: inline;
}
.social_box {
}
.big_logo {
    text-align: center;
    margin-top: 60px;
    float: left;
    margin-bottom: 10px;
}
.work {
}
.logobox {
}
.ad_link {
    width: 72%;
    margin-left: 14%;
    background-image: url(images/dimsq.png);
    display: inline;
}
.cover_image {
    width: 75px;
}
.ad_text {
    font-size: 24px;
}
.ad_hl {
	font-size: 30px;
}
.avaialable {
	margin-top: -18px;
}
.buy {
}
.buy_it {
	width: 20%;
}
.title {
    text-align: center;
    text-shadow: 0px 5px 5px #000000;
    font-style: normal;
    font-weight: 400;
    font-size: x-large;
    font-family: basic;
}
	
.contact_title {
    text-align: center;
    text-shadow: 0px 5px 5px #000000;
    font-style: normal;
    font-weight: 400;
    font-size: x-large;
    font-family: basic;
}
	
	
	
.featured {
}
.feature_title {
    text-align: center;
    text-decoration: none;
}
.feature_image {
}
.sm_desc {
    text-align: center;
}
.lg_desc {
    font-size: medium;
    max-width: 60%;
    margin-left: 20%;
    text-shadow: 0px 3px 2px #000000;
    text-align: center;
    margin-bottom: 27px;
}
	
.about_box {
	max-width: 80%
    font-size: medium;
    text-shadow: 0px 3px 2px #101010;
    color: #FFFFFF;
    font-family: basic;
    font-style: normal;
    font-weight: 400;
    width: 80%;
    margin-left: 10%;
}	
	
.covid {
    font-size: medium;
    max-width: 60%;
    margin-left: 20%;
    text-shadow: 0px 3px 2px #101010;
}
	
.feature_buy {
}
.feature_amazon {
}
.feature_BaN {
}
.feature_info {
}
.about {
}
.title_blonde {
}
.Bio_pic {
}
.Bio_head {
}
.Bio_body {
}
.bio_text {
}
.contact {
}
.contact_head {
}
.contact_form {
}
.form_body {
}
.contact_caption {
}
.social {
}
.social_links {
}
.social_imgs {
}
.si {
}

.si a { }
.spacer1 {
	height: 35px;
}
.spacer2 {
}
.marker {
}
.home {
}
.edimg {
	width: 50%;
	padding-top: 32px;
}
.edpc {
	color: #EDEDEA;
}
.edtxt {
	width: 50%;
	clear: right;
}
.pchead {
	text-align: left;
	width: 90%;
	margin-left: 5%;
	border-bottom: thin solid #EDEDEA;
}
.pc_desc {
	text-align: left;
}
.lnd {
	border-bottom: thin solid #EDEDEA;
	text-align: left;
}
.lnd_links {
}
.lndlk {
}
	
.lndlk a {
	width: 28%;
}
.footer {
	padding-top: 30px;
}
.bnbig {
}
.BotM {
}
.Bot_menu {
}
.bm {
}
	
.bm a {
}
.copyright {
}
.Bot_soc {
    margin-left: 35%;
    display: inline;
}
.Bot_so {display: inline;
}
.bs {
}
.success {
}
.success_head {
}
.success_body {
}
.back_home {
}
	
.back_home a {
}
.social_links_mobile {
}
.list_buy_mobile {
}
.work_txt {
}
.review {
}
	
.review_img {
}
	
.praise {
	font-size: medium;
}
.review_quote {
	font-size: medium;
}
.review_citation {
}
.mw {
    margin-top: 50px;
}
	
.mw a {
}
.contact_email {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-family: basic;
}
	
.contact_email a {
    text-decoration: none;
} 
	
	
.contact_emailtop {
    text-align: center;
    font-family: copse;
    font-style: normal;
    font-weight: 400;
    display: inline;
}
	
.contact_emailtop a {
    text-decoration: none;
    font-family: basic;
    font-style: normal;
    font-weight: 400;
} 
	
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
.smm a:hover {
	color: #1E1E1E;
	background-color: #FFFFFF;
	margin-top: 0px;
}
.bm a:hover {
	color: #83EEE5;
}
.back_home a:hover {
	color: #83EEE5;
	text-decoration: none;
}
.mw a:hover {
	color: #83EEE5;
}
.smm a:active {
	background-color: #EDEDEA;
	color: #151515;
}
.contact_email a:hover {
	color: #E70B0E;
}
.contact_email a:active {
    color: #83EEE5;
    width: 0vmax;
}

.contact_emailtop a:hover {
	color: #E70B0E;
}
.contact_emailtop a:active {
    color: #83EEE5;
    width: 0vmax;
}
