@import url('https://fonts.googleapis.com/css2?family=Reenie+Beanie&display=swap');

:root {
  
  --color-primary: #7428ee;
  --color-secondary: #445bba;
  --color-shaded: rgba(0,0,0,0.05);
  --color-lines: rgba(0,0,0,0.05);
  --color-dimmed: rgba(0,0,0,0.5);
  --color-canvas: #A0CAF7;
  --shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  --panel-spacing: 1rem;
  
  --small: 0.75rem;
  
	
	
}

input:invalid {

box-shadow: 0px 0px 10px #6aadf9;
border-color: 0px 0px 10px #6aadf9;
}

.caption {
    font-size: .75em;
    opacity: .85;
    text-align: center;
}

.zoomable {
transition: transform 500ms ease-in-out;

}
.zoomable:hover {
transform: scale(1.5);
xtransition: transform 500ms ease-in-out;
}

.faq {
    font-weight: 800;
    margin-bottom: .5rem;
    cursor: pointer;
    border: 1px solid #ffffff52;
    border-width: 0 0 1px 0;
    padding: .5rem 0;
}
.snappie {
font-size: 1rem;
}
.snappie::after {
content: "help_outline";
}

.slideshow.overlay {

margin: 2em;
transform: translateY(15%);
}
    
.slideshow img{
border-radius: 10px;
box-shadow: 0px 0px 10px 3px rgb(3 169 244 / 23%);
}
.slideshow span {
font-size: .75em;
opacity: .85;
text-align: center;
}

body {
font-family: "Ubuntu";
font-weight: 100;
color: #434343;
font-size: 13pt;	
}

a {
color: var(--color-primary);
text-decoration: none;
}

h1 {
font-weight: 100;
font-size: 1.75em;
}

h2 {
font-weight: 800;
font-size: 1.5em;
}

h3 {
font-weight: 800;

}
h4 {
font-weight: bold;
font-size: 1.15em;
}

h5 {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    color: #878787;
    border-radius: 50em;
    font-size: .75em;
    background-color: #e5e5e5;
    margin: .5em 0;
}

b {
font-weight: 800;
}
.alert-info {
  color: white;
  background-color: #445bba29;
  border-color: #69b2ff;
}
.container {
max-width: 960px;
padding: 2em;
display: flex;
flex-direction: column;
}
/*
.fw-bold{ 
font-weight: 500!important;
}
*/
.bg-primary {
    background: linear-gradient(139deg, var(--color-primary), transparent);
    background-color: var(--color-primary)!important;
    background-color: #d8766f !important;
       background-color:#8fdbe8 !important;
}


.form-text {
color: #ffffffbd;
}
.btn {
    border-radius: 50rem!important;
 font-size: .85em;
}
.btn-secondary {
background-color: inherit;
border-color: var(--color-secondary);
color: var(--color-secondary);
}
.btn-secondary:hover {
background-color: white;
color: var(--color-secondary);
box-shadow: 5px 5px 10px rgba(0,0,0,0.125);
border-color: var(--color-secondary);
}

.bigtext {
font-size: 1.25em;
}
.highlights h2{
xcolor: black;
}

.leftBorder {
border: 4px solid var(--color-primary);
padding-left: 1em;
border-width: 0px 0px 0px 4px;
}

.feature {
display: flex;
flex-direction: row;
align-items: center;
gap: .5em;
color: var(--color-primary);
}

.feature span {

}

.opening {
color: var(--color-primary);
margin-right: .25em;
xfont-size: 2em;
}

.alert-trans {
border: 1px solid white;
}
.bg-light {
background-color: var(--color-shaded)!important;
}
.btn-primary {
background-color: var(--color-secondary);
border-color: var(--color-secondary);
font-weight: bold;

}

.btn-primary:hover {
background-color: var(--color-secondary);
color: white;
border-color: var(--color-secondary);
box-shadow: 5px 5px 10px rgba(0,0,0,0.125);
}

li::marker {
color: var(--color-primary);
}
.bg-image {
background-image: url("../img/r2.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.heroImg {
  transform: translateY(30%);
  margin-top: -13%;
}

#demo {
user-select: none;
pointer-events: none;
}
.marker {
   box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
   background-color: #EA556C;
}

.marker .material-icons {
font-size: 1em;
 
}


.foto {
background-color: white;
padding: .5rem;
box-shadow: var(--box-shadow);
max-width: 300px;
text-align: center;
  font-family: "Reenie Beanie";
  font-weight: bold;
  font-style: normal;
	font-size: 1.25rem;
	
	display: flex;
	flex-direction: column;
	z-index: 1;
}

.foto:hover {
z-index: 2;
}

.foto img {
width: 100%;
}

.foto span {
margin: .5rem;
}
.foto:nth-child(1){
transform: translateY(0%);
}
.foto:nth-child(2){
transform: rotate(5deg);
margin-top: -30%;
margin-left: 20%;
}
.foto:nth-child(3){
transform:  rotate(-5deg);
margin-top: -50%;
margin-left: -20%;
}

