html,body,a,p,h1,h2,h3,h5,h6{
	font-family: Arial, Helvetica, sans-serif;
	scroll-behavior: smooth;
}
a {
	color: #333333;
}
a:hover {
	color: #e07a5f;
}

.top-message a {
	font-size: 25px !important;
	margin: 0 auto !important;
	text-align: center;
}

.top-message a:hover {
	color: white !important;
}
a.donatebtn {
	color: #ffffff;
	margin-top: 2px;
}
a.donatebtn:hover {
	color: #333333;
}
a.donatebtn:active {
	color: #000000;
}

body::-webkit-scrollbar {
    width: 5px;
}

div.a {
    text-align: center;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #e07a5f;
  outline: 1px solid #e07a5f;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  #safari { display: block; } 
} 
_::-webkit-full-page-media, _:future, :root .safari_only {

  color:#0000FF; 
  background-color:#CCCCCC; 

}

.h1, h1 {
	color: #333333;
	font-size: 45px;
	line-height: 60px;
	font-weight: regular;
	/*font-family: Georgia, 'Times New Roman', serif;*/
	text-align: center;
}
p, li{
	font-size: 16px;
	line-height: 21px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
p a{
	font-family: Arial, Helvetica, sans-serif;
}
li a{
	font-size: 16px;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
}
.h2, h2 {
	font-size: 35px;
	line-height: 45px;
	font-weight: regular;
	color: #e07a5f;
	/*font-family: Georgia, 'Times New Roman', serif;*/	
}
.h3, h3 {
	font-size: 35px;
	line-height: 45px;
	font-weight: regular;
	color: #333333;
	/*font-family: Georgia, 'Times New Roman', serif;*/	
}
.h4, h4 {
	font-size: 25px;
	line-height: 45px;
	font-weight: regular;
	color: #333333;
	/*font-family: Georgia, 'Times New Roman', serif;*/	
}
.header-logo {
	max-width:270px;
}
.navbar{
	margin-bottom: 0;
}
.navbar-default{
	background-color: transparent;;
	border: none;
}
.navbar-default .navbar-nav>li>a, .dropdown-menu>li>a{
	color: #fff!important;
    -webkit-transition: background-color 0.3s; /* Safari */
    transition: background-color 0.3s;	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	    	
}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>.open>a,.dropdown-menu>li>a:hover{
	background-color: #706a5c!important;
}
.dropdown-menu{
	background-color: #7b7565; 
}
.dropdown-menu>li>a{
	color: #fff;
}
.container-fluid {
width:100%;
padding-right:0px;
padding-left:0px;
margin-right:auto;
margin-left:auto;
}
.container-fluid-light {
width:100%;
background-color: #f7f6f1;
padding-right:0px;
padding-left:0px;
margin-right:auto;
margin-left:auto;
}
.container-orange {
background-color: #e07a5f;
}

div.homepageImages {
  text-align: center;
}

.homepageImage {
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    padding-top: 3px;
}

div.homepageImages div.bottom-left {
  background-color: black;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
  color: #fff;
  border-left: 3px solid #e07a5f;
  text-shadow: 1px 1px #000;
  text-decoration: none;
}

.bottom-left a{
  color: #fff;
  text-shadow: 1px 1px #000;
  text-decoration: none;
}

.image1:hover .homepageImage {
  transition: transform 1s, filter 0.5s ease-in-out;
  transform-origin: center center;
  filter: grayscale(0%);
}
.image2:hover .homepageImage {
  transition: transform 1s, filter 0.5s ease-in-out;
  transform-origin: center center;
  filter: grayscale(0%);
}
.image3:hover .homepageImage {
  transition: transform 1s, filter 0.5s ease-in-out;
  transform-origin: center center;
  filter: grayscale(0%);
}

/*.col-xs-12{
	padding-left: 15px;
	padding-right: 15px;
}*/

.macedoniaSectionImages {
	width: 239px!important;
	height: 239px!important;
	/*text-shadow: 0px 2px 7px black;*/
}

.macedoniaSectionImagesColumn {
  float: left;
}

/* Content */
.macedoniaSectionImagesContent {
  padding: 10px;
}

.macedoniaSectionImagesContent h4 {
	font-size: 20px;
	
}
.macedoniaSectionImagesContent p {
	font-size: 16px;
}

.banner{
	min-height: 500px;
	background: url(../img/home-main.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-width: 100%;
	padding: 0;
}

.banner-our-vision{
	min-height: 500px;
	background: url(../img/Our_Vision.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-width: 100%;
	padding: 0;
}

.banner-our-board{
	min-height: 500px;
	background: url(../img/kids_thumbs_up.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-width: 100%;
	padding: 0;
}

.banner-newsletter{
	min-height: 500px;
	background: url(../img/newsletter_signup.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-width: 100%;
	padding: 0;
}

.banner-pastprojects{
	min-height: 500px;
	background: url(../img/past_projects.jpeg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-width: 100%;
	padding: 0;
}

.banner-our-story{
	min-height: 500px;
	background: url("../img/Naskov_Family.jpg") no-repeat center bottom fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-width: 100%;
	padding: 0;
	/*background-position-y: 50px;*/
	background-color: black;
}

.banner-contact{
	min-height: 500px;
	background: url(../img/contact-us.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-width: 100%;
	padding: 0;
}

.banner-volunteer{
	min-height: 500px;
	background: url(../img/Volunteer_Trips.jpeg) no-repeat center top fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-width: 100%;
	padding: 0;
}

.banner-financials{
	min-height: 500px;
	background: url(../img/financials.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-width: 100%;
	padding: 0;
}

.banner-state-nonprofit{
	min-height: 500px;
	background: url(../img/state_nonprofit_disclosures.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-width: 100%;
	padding: 0;
}

.banner-ambassadors{
	min-height: 500px;
	background: url(../img/loh_ambassadors.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-width: 100%;
	padding: 0;
}

.banner-home-for-children{
	min-height: 500px;
	background: url('../img/joy-home2021.jpg') no-repeat fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-width: 100%;
	/*background-position:center bottom;*/
	padding: 0;
}

.banner-one-by-one{
	min-height: 500px;
	background: url(../img/one-by-one.jpeg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-width: 100%;
	padding: 0;
}

.banner-therapy-dogs{
	min-height: 500px;
	background: url(../img/therapydogs.jpeg) no-repeat top center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-width: 100%;
	padding: 0;
}

.banner-campjoy2024 {
	min-height: 500px;
	background: url(../img/LOH_Summer_Camp_2024_Flyer_MK.jpg) no-repeat top center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-width: 100%;
	padding: 0;
}

.banner-education{
	min-height: 500px;
	background: url(../img/education.jpeg) no-repeat top center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-width: 100%;
	padding: 0;
}

.banner-donate{
	min-height: 500px;
	background: url(../img/donateHeader.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-width: 100%;
	padding: 0;
}

.banner-little-joy-annex{
	min-height: 500px;
	background: url(../img/little_joy_annex.jpg) no-repeat center bottom fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-width: 100%;
	padding: 0;
}

.banner-partner-organizations{
	min-height: 500px;
	background: url(../img/partner_organizations.jpeg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-width: 100%;
	padding: 0;
}

.banner-transportation{
	min-height: 500px;
	background: url(../img/transportation.png) no-repeat center bottom fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-width: 100%;
	padding: 0;
}

@media only screen and (max-width: 768px) {
} 

.banner-contact-naskov-title-lg {
	color: #333333;
	font-size: 20px;
	line-height: 10px;
	font-weight: bold;
	/*font-family: Georgia, 'Times New Roman', serif;*/
	vertical-align: middle;
}

.banner-contact-naskov-body {
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	font-weight: regular;
	font-family: Arial, Helvetica, sans-serif;
	/*text-align: left;*/
}


.banner-about-title {
	font-size: 45px;
	line-height: 60px;
	font-weight: regular;
	font-family: Arial, Helvetica, sans-serif!important;
	text-align: center;
	color: white;  
	margin-top: 100px; 
	text-shadow: 2px 2px 8px #000;
	vertical-align: top;
}
.banner-about-naskov{
	min-height: 500px;
	background: url(../img/Naskov_Family.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}

.banner-about-naskov-title-lg {
	color: #333333;
	font-size: 45px;
	line-height: 60px;
	font-weight: regular;
	/*font-family: Georgia, 'Times New Roman', serif;*/
	text-align: center;
	vertical-align: middle;
}
.banner-about-naskov-title-sm {
	color: #333333;
	font-size: 30px;
	line-height: 35px;
	font-weight: regular;
	/*font-family: Georgia, 'Times New Roman', serif;*/
	text-align: center;
	vertical-align: middle;
	padding-top: 15px;
}

.banner-about-naskov-body {
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	font-weight: regular;
	font-family: Arial, Helvetica, sans-serif;
	/*text-align: left;*/
	padding: 10px;
}

.banner-our-vision{
	min-height: 500px;
	background: url(../img/Our_Vision.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}

.banner-our-vision-title-lg {
	color: #333333;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	margin-bottom: -40px;
}
.banner-our-vision-title-sm {
	color: #333333;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	margin-bottom: -40px;
}

.banner-our-vision-body {
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	font-weight: regular;
	font-family: Arial, Helvetica, sans-serif;
	/*text-align: center;*/
	padding: 10px;
}

.banner-why-macedonia-title-lg {
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	font-weight: regular;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	/*margin-bottom: -40px;*/
}
.banner-why-macedonia-title-sm {
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	font-weight: regular;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	/*margin-bottom: -40px;*/
}

.banner-why-macedonia-body {
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	font-weight: regular;
	font-family: Arial, Helvetica, sans-serif;
	/*text-align: center;*/
	padding: 10px;
}

.banner-loh-ambassadors-body {
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	font-weight: regular;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 10px;
	text-shadow: 2px 2px 8px #000;
}

.banner-title {
	color: #ffffff;
	font-size: 45px!important;
	line-height: 60px;
	font-weight: regular;
	/*font-family: Georgia, 'Times New Roman', serif;*/
	font-family: Arial, Helvetica, sans-serif!important;
	text-align: left;
	text-shadow: 2px 2px 8px #000;
}
.banner-subtitle {
	font-size: 35px;
	line-height: 45px;
	font-weight: regular;
	color: #e07a5f;
	/*font-family: Georgia, 'Times New Roman', serif;*/
	font-family: Arial, Helvetica, sans-serif!important;
	text-align: left;
	text-shadow: 2px 2px 8px #000;
}
.banner-title-sm {
	font-size: 30px;
	line-height: 28px;
	font-weight: regular;
	/*font-family: Georgia, 'Times New Roman', serif;*/
	font-family: Arial, Helvetica, sans-serif!important;
	text-align: center;
	padding: 10px 0px 10px 0px;
	color: white; 
	text-shadow: 2px 2px 8px #000;
	font-family: serif;  
}
.banner-subtitle-sm {
	font-size: 20px;
	line-height: 20px;
	font-weight: regular;
	color: #e07a5f;
	/*font-family: Georgia, 'Times New Roman', serif;*/
	font-family: Arial, Helvetica, sans-serif!important;
	text-align: center;
	text-shadow: 2px 2px 8px #000;
	padding-bottom: 10px;
}
.banner-button-padding-sm {
padding: 5px;
text-align: center;
}

.banner-padding {
padding: 50px;
}
.donateButton-padding {
	padding-left: 10px;
}

.btn-donate {
    color: #ffffff;
    background-color: #e07a5f;
    background-image: none;
    border-color: #e07a5f;
	margin: 5px;
	
}
.btn-get-involved {
    color: #ffffff;
    background-color: #333333;
    background-image: none;
    border-color: #333333;
	margin: 5px;
}
.gap {
padding: 10px;
}
.orange-bar-padding {
	padding: 10px;
}

.page-header {
	color: #333333;
	font-size: 45px;
	line-height: 60px;
	font-weight: regular;
	/*font-family: Georgia, 'Times New Roman', serif;*/
	text-align: center;
	padding: 15px;
}

.vision-title {
	color: #ffffff;
	font-size: 35px;
	line-height: 45px;
	font-weight: regular;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
.vision-text {
	color: #000;
	font-size: 16px;
	line-height: 20px;
	font-weight: regular;
	/*font-family: Georgia, 'Times New Roman', serif;*/
	text-align: center;
	float: center;
	margin-left: 20%;
}
.vision-padding {
	padding: 20px;
}

.vision-title-sm {
	color: #ffffff;
	font-size: 25px;
	line-height: 40px;
	font-weight: regular;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.vision-text-sm {
	color: #333333;
	font-size: 14px;
	line-height: 16px;
	font-weight: regular;
	/*font-family: Georgia, 'Times New Roman', serif;*/
	text-align: center;
}

.card-text{
	font-size: 17px;
	/*font-weight: bold;*/
}

.card-text-hope{
	font-size: 15px;
	text-align: center;
	float: center;
	line-height: 17px;
	/*font-weight: bold;*/
}

.card-title {
	color: #333333;
	font-size: 40px;
	line-height: 60px;
	font-weight: regular;
	/*font-family: Georgia, 'Times New Roman', sans-serif;*/
	/*font-family: 'Indie Flower', cursive;*/
	text-align: left;
}
.card-subtitle {
	color: #333333;
	font-size: 21px;
	line-height: 60px;
	font-weight: regular;
	/*font-family: Georgia, 'Times New Roman', serif;*/
	text-align: left;
}
.card-title-sm {
	color: #333333;
	font-size: 30px;
	line-height: 30px;
	font-weight: regular;
	/*font-family: Georgia, 'Times New Roman', serif;*/
	/*font-family: 'Indie Flower', cursive;*/
	text-align: center;
}
.card-subtitle-sm {
	color: #333333;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	/*font-family: Georgia, 'Times New Roman', serif;*/
	text-align: center;
}
.card-button-sm {
text-align: center;
padding: 5px;
}
.card-padding {
padding: 30px;
}
.card-padding-sm {
padding: 30px 0px 30px 0px;
}
.card-img-padding-sm {
/* padding-bottom: 10px; */
}
.card-img-left {
padding-right: 40px;
}
.card-img-center {
text-align: center;
}

.board-member-white {
	padding: 20px;	
	background-color: #ffffff;
}

.board-member-light {
	padding: 20px;
	background-color: #f7f6f1;
}

.board-member-img {
	padding: 20px;
	text-align: center;
}
.board-member-title {
	color: #e07a5f;
	font-size: 40px;
	line-height: 60px;
	font-weight: regular;
	/*font-family: Georgia, 'Times New Roman', serif;*/
	text-align: center;
	padding-bottom: 10px;
}

.homepage-title {
	color: #e07a5f;
	font-size: 40px;
	line-height: 60px;
	font-weight: regular;
	/*font-family: Georgia, 'Times New Roman', serif;*/
	text-align: center;
}

.board-member-body {
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	font-weight: regular;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.newsletter-padding {
	padding: 20px;
}
.newsletter-header {
	color: #ffffff;
	font-size: 36px;
	line-height: 40px;
	font-weight: regular;
	/*font-family: Georgia, 'Times New Roman', serif;*/
	text-align: center;
}
.newsletter-text {
	color: #333333;
	font-size: 16px;
	line-height: 20px;
	font-weight: regular;
	/*font-family: Georgia, 'Times New Roman', serif;*/
	text-align: center;
	padding-top: 5px;
	padding-bottom: 20px;
}

.footer-title {
	color: #e07a5f;
	font-size: 21px;
	line-height: 25px;
	font-weight: regular;
	/*font-family: Georgia, 'Times New Roman', serif;*/
	text-align: left;
}
.footer-subtitle {
	color: #333333;
	font-size: 16px;
	line-height: 16px;
	font-weight: regular;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.footer-title-xs {
	color: #e07a5f;
	font-size: 18px;
	line-height: 22px;
	font-weight: regular;
	/*font-family: Georgia, 'Times New Roman', serif;*/
	text-align: center;
}
.footer-subtitle-xs {
	color: #333333;
	font-size: 14px;
	line-height: 16px;
	font-weight: regular;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.footer-padding {
	padding: 15px 0px 15px 0px;
}
.nav-link-sm {
font-size: 12px;
}
.margin-25{
	margin-top: 10%;
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
    .header-logo {
	max-width:210px;
}
    .ambassadors {
	  border-radius: 5px;
	  padding-top: 25px;
	  padding-left: 70px;
	  padding-right: 70px;
	  padding-bottom: 25px;
	}
	.homepageImage{
		height: 230px;
		width: 375px;
	}
	.homepageImages{
		padding-left: 5px;
		padding-right: 5px;
	}
	.banner, [class*="banner-"]{
		background-attachment: scroll!important;
	}
	.macedoniaSectionImages {
		/*width: 580px;*/
		/*height: 330px!important;*/
	}
}


@media screen and (max-width: 990px) {
	.margin-25{
		margin-top: 5%;
	}
	a.donatebtn{
		margin-left: 0px;
	}
	.header-logo {
	max-width:240px;
	}
	.ambassadors {
	  border-radius: 5px;
	  padding-top: 25px;
	  padding-left: 70px;
	  padding-right: 70px;
	  padding-bottom: 25px;
	}
}

@media screen and (max-width: 1100px) {
	.header-logo {
	max-width:270px;
}
	.ambassadors {
	  border-radius: 5px;
	  padding-top: 25px;
	  padding-left: 70px;
	  padding-right: 70px;
	  padding-bottom: 25px;
	}
}

@media screen and (min-width:1140px){
	.header-logo {
	max-width:300px;
	}
	.subQuote{
		margin-left: 6%;
	}
	.img-fluid{
		width: 481px;
		height: 300px;
		/*box-shadow: 3px 5px 30px #888888;*/
	}
	.ambassadors {
	  border-radius: 5px;
	  padding-top: 50px;
	  padding-left: 300px;
	  padding-right: 300px;
	  padding-bottom: 50px;
	}
	.image22{
		height: 300px;
	}
}

.no-padding{
	padding-left: 0px;
	padding-right: 0px;
}

.subQuote{
	font-size: 15pt;
	color: black!important;
	text-align: center;
	float: center;
}
.subQuote1{
	font-size: 15px;
	padding: 3%;
	color: black!important;
	text-align: center;
	float: center;
}
.dropdown {
  position: relative;
  display: inline-block;
  -webkit-transition: background-color 0.3s; /* Safari */
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  -webkit-transition: background-color 0.3s; /* Safari */
}

.dropdown-content a {
  color: black;
  padding: 13px 18px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  -webkit-transition: background-color 0.3s; /* Safari */
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
  -webkit-transition: background-color 0.3s; /* Safari */
}
.dropdown:hover .nav-link {
  color: #e07a5f;
  -webkit-transition: background-color 0.3s; /* Safari */
}
/* ------------------- LOH Ambassadors ------------------- */

* {
  box-sizing: border-box;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}
input[type=email], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #e07a5f;
  color: white;
  border: none;
  padding: .375rem .75rem;
  border-radius: 2px;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
  background-color: #e07a5f;
  color: black;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
.clear{
	clear:both;
}


@media screen and (max-width: 767px) {
  .footerRow{
  	display: flex;
    flex-direction: column-reverse;
  }
}


/* Footer social media buttons */

.fa {
  padding: 10px;
  font-size: 25px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 80px;
}

.fa-facebook {
  /*background: #e07a5f;*/
  color: #e07a5f;
}

.fa-twitter {
  /*background: #e07a5f;*/
  color: #e07a5f;
}

.fa-instagram {
  /*background: #e07a5f;*/
  color: #e07a5f;
}


.button-viztype {
	border-radius: 3px; 
	border-color: grey;
	width: max-content;
    height:35px;
    font-size: 1.3em;
}
