.fa {
    padding: 0.5vmin;
	margin: 0.5vmin;
    font-size: 3vh;
    height: 3vh;
    text-align: center;
    text-decoration: none;
    background-size: 100% 100%;
  }
  
  .fa:hover
  {
      color: rgb(231, 23, 179);
      background-color: white;
  }
  .twitter {
      color: #1DA1F2;
  }
  .facebook {
      color: #1453db;
  }
  .google {
      color: #4285F4;
  }
  .linkedin {
      color: #0072b1;
  }
  .youtube {
      color: #FF0000;
  }
  .instagram {
      color: #8a3ab9;
  }
  .pinterest {
      color: #c8232c;
  }
  .tumblr {
      color: #34526f;
  }
  .tiktok {
      color: #ff0050;
  }
  .soundcloud {
      color: #ff8800;
  }
  .github {
      color: #171515;
  }
  .vk {
    color: #4C75A3;
  }
  .odnoklassniki {
    color: #f97400;
  }
  .reddit {
    color: #ff4500;
  }


  :root {
	--header-height: 5vh;
	--content-height:calc(100vh - var(--header-height)*2)
	}
	div.header, div.footer 
	{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5e696+0,d1d360+100;Wax+3D */
        background: #cacab2; /* Old browsers */
		display: flex;
		align-items: center;
		justify-content: left;
		flex-direction: row;
		width:98vw	;
		padding-left:1vw;
		padding-right:1vw;
		height: var(--header-height);
        overflow-x: scroll;
	}
    *::-webkit-scrollbar {
        display: none;
      }
      div.footer {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
      }      
	div.header h1
	{
		font-size: auto;
		padding-left:0.5vw;
	}
.logo {
height: auto;
width: 40vh;
}
	div.header .logo {
		height: auto;
		width: 20vh;
	}
	div.header form
	{
		margin-block-end:0;
	}

	div.content{
		height: var(--content-height);
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	body {
        font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
		display: flex;
		align-items: center;
		justify-content: center;
		background-size: cover;
		flex-direction: column;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+0,eeeeee+100;Grey+Flat */
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #eeeeee 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eeeeee 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

		height: 100%;
	}
	html, body {
		margin:0;
		padding:0;
	} 
	
	div.center	{
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
	}
	h1	{
		margin:0;
	}
	p	{
		margin:0;
		padding:0;
		color:red;
		width:100%;
		text-align:center;;
	}
	blink {
		animation: blinker 1s linear infinite;
	}
	.color-change {
		animation: color-change 1s infinite;
	}
	@keyframes color-change {
		0% { color: purple; }
		10% { color: pink; }
		20% { color: red; }
		30% { color: orange; }
		40% { color: yellow; }
		50% { color: green; }
		60% { color: lightgreen; }
		70% { color: aqua; }
		80% { color: blue; }
		90% { color: violet; }
		100% { color: purple; }
	}
	@keyframes logo-change {
		0% { background-image: url('logo.jpg'); }
		100% { background-image: url('logo.jpg'); }
	}
	@keyframes blinker {
	  50% {
		opacity: 0;
	  }
	}

	.flexrow {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.banner {
		font-size:2vmax;
		width:100vw
	}
	img.applink
	{
		width:20vw;
	}
    a
	{
        text-decoration:none;
	}
	.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

.close {
    position: absolute;
    top: 0.2em;
    right: 0.4em;
    color: #f1f1f1;
    font-size: 2em;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }
.home-body.modal-open {
    overflow: hidden;
}

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
	.gallery {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
	.galleryitem {
    margin: 0;
    padding: 0.5em;
    max-width: calc(100% - 1em);
    max-height: 10em;
    object-fit: cover;
    flex-grow: 1;
}

    .galleryitem:hover {
        background: linear-gradient(red,yellow);
        background-blend-mode: screen;
        cursor: pointer;
        filter: saturate(449%);
        -webkit-filter: saturate(449%);
        -moz-filter: saturate(449%);
    }

    .bloglink
	{
		font-size:5vmin; 
        font-style: normal;
	}

    .businessname
    {
        font-size: calc(var(--header-height) - 1vmax);
        color:red;
		text-align:center;
        overflow-x: scroll;
        width:100%;
        white-space: nowrap;
    }
    .description
    {
        font-size:4vmin;
        text-align:center;
    }