﻿.amb-row{display:flex;justify-content:space-around;justify-content:space-evenly;align-items:flex-start;flex-wrap:wrap;max-width:1000px;margin:0 auto;}.amb-floater{display:flex;align-items:center;position:absolute;bottom:-100px;left:10%;}.amb-face{width:300px;height:300px;border-radius:50%;box-shadow:0 0 10px 1px #fcfbff;}.amb-text{padding:1em;color:#fcfbff;text-shadow:0 0 2px #0f0014,0 0 2px #0f0014;}.amb-text p{font-size:1em;margin-left:5px;}.amb-text .location{font-size:.8em;}.amb-preview{display:flex;flex-direction:column;justify-content:center;align-items:center;align-content:center;text-align:center;margin:2em;cursor:pointer;}.amb-preview .amb-face{width:240px;height:240px;box-shadow:0 0 5px;position:relative;transition:.2s ease-in-out;border:5px solid #c6c1b9;}.amb-preview:hover .amb-face,.amb-preview:active .amb-face,.amb-preview:focus .amb-face{box-shadow:0 0 15px;}.amb-preview .amb-text{max-width:220px;text-shadow:none;color:#05000a;}.amb-preview .amb-text p{font-size:12px;color:#8b8690;margin-left:0;}.amb-bg{background-size:cover;background-repeat:no-repeat;height:400px;background-position:center;position:relative;background-image:url("../images/generic-background.jpg");}.amb-bg:before{content:"";position:absolute;left:0;top:0;right:0;bottom:0;background:linear-gradient(15deg,#000 0%,rgba(0,0,0,0) 100%);clear:none;}.amb-socialicon{margin-right:2.5em;display:flex;transition:.2s ease-in-out;}.amb-socialicon-website{font-size:1.15em;font-weight:600;margin-right:0;text-decoration:underline;}.amb-socialicon .fa{font-size:2.5em;}.amb-socialicon:hover,.amb-socialicon:active,.amb-socialicon:focus{color:#ec7c0a;}.amb-content{display:flex;padding-top:1em;margin-bottom:3em;flex-wrap:wrap;max-width:1000px;margin:0 auto;}.amb-content .productcard{margin-top:3em;}.amb-content .amb-description{flex-basis:40%;flex-grow:1;flex-shrink:1;padding:3em;}@media only screen and (max-width:990px){.amb-face{width:200px;height:200px;}.amb-bg{height:300px;}.amb-floater{bottom:-50px;}.amb-socialicon{margin-right:1em;}.amb-socialicon .fa{font-size:2em;}}@media only screen and (max-width:590px){.amb-face{width:100px;height:100px;}.amb-bg{height:200px;}.amb-floater{bottom:5px;}}