@import 'https://fonts.googleapis.com/css?family=Noto+Sans|Big+Shoulders+Stencil+Display';
@import 'flickity.css';
@import 'dist/jquery.fancybox.css';

html {
    scroll-behavior: smooth;
  }
  body {
      background-color: #f0f0f0;
      padding: 0px;
      font-family: Noto Sans, sans-serif, 'Arial', sans;
      margin: 0;
  }
  img {
      border: 0;
      max-width: 100%;
      height: auto;
  }
  h1,h2,h3,h4{
      font-weight: 600;
  }
  
  input, textarea {
      font-family:"Open Sans", Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif, Sans;
      font-size: 15px;
      border-radius: 5px;
      padding: 7px;
      border: 2px solid #757761;
      background-color: #fff;
      max-width: 80vw;
      width: 250px; 
  }
  select {
      font-family:"Open Sans", Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif, Sans;
      font-size: 15px;
      border-radius: 5px;
      padding: 7px;
      border: 2px solid #757761;
      background-color: #fff;
      max-width: 80vw;
  }
  a[href^="mailto:"]
  {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  table{
      width: 100%;
      border-collapse: collapse;
  
  }
  td{
      padding: 5px 3vw 5px 5px;
      vertical-align: top;
  }
  hr {
      height: 0;
      color: #fff;
      border-top: 1px dashed #444; 
  }
  





#container{
    background-color: #fff;
    max-width: 1400px;
    margin: auto; 
}
.header{
    display: flex;
    line-height: 65px;
}
.header img{
    background-color: #f0f0f0;
    display: block;
}
.header a{
    display: block;
    color: #333;
    text-decoration: none; 
    padding: 0 1vw;
    font-size: 15px;
    border-top: 15px solid #fff;
    border-bottom: 15px solid #fff;
}

.header a:nth-of-type(1), .header a:nth-of-type(1):hover {
    padding: 0; 
    border: 0;
}

.gallery-cell {
	width: 100%;
	height: calc(80vh  - 150px);
	margin-right: 10px; 
  }
  .bigpicture {
	background-size: cover;
	background-position: center center;
    height: 100%;

}
.address{
    background-color: rgba(50,50,50,1);
    color: #fff;
    padding: 20px 50px;
    line-height: 170%;
    text-align: center;
    font-size: 20px;
}

.address a{
    color: #fff;
    text-decoration: none;
}
.address a:hover{
    text-decoration: underline;
}
.addresslayer{
    position: relative;
}
.maintext {
    margin: 50px auto;
    max-width: 800px;
    line-height: 180%;
    color: #555;
    padding: 0 3vw;
}
.maintext h1{
    font-weight: normal;
    font-size: 30px;

}
.maintext h2, .maintext h3{
    font-weight: normal;
	color: #F80203;
}

.maintext a{
	color: #444;
	text-decoration: none;
	border-bottom: 1px dashed #444;
}
#mainthreecols {
	margin: 20px auto; 
	flex-flow: row wrap;
	display: flex;
	justify-content: center;
	color: #666;
	gap: 20px; 
}
#mainthreecols > div {
	flex: 1 1 30%;
	position: relative; 
	text-align: center;
	background-color: #e9e9e9;
    max-width: 600px;  
}
#mainthreecols > div .picture{
	width: 100%;
	height: 300px;
	text-align: center; 
	z-index: 1;
}
#mainthreecols > div .picture  img {
    object-fit: cover;
    width: 100%;
    height: 300px;
}
#mainthreecols div a{
 	color: #666;	
 	text-decoration:none;
}
#mainthreecols div a:hover{
 	color: #000;	
}
#mainthreecols div h3 a{
	border-bottom: 0;

}
#mainthreecols div h2{
	font-weight: normal;
	margin: 10px 20px;
	padding: 0px;
	text-align: center; 
	z-index: 3;
	position: relative;
	display: inline-block; 
	width: auto; 
	text-align: center; 
	line-height: 1;
	font-size: 30px; 
}
#mainthreecols div .text{
	font-size:13px;
	line-height: 160%;
	margin: 20px;
}
#mainthreecols .layerbox{
	line-height: 160%; 
	padding: 0px 20px 10px 20px; 
 	position: relative;
	font-size: 16px;
	text-align: center;   
}

#mainthreecols div h3{
	font-weight: normal; 
	line-height: 1;
	margin: 3px;
}
#mainthreecols div h2 a{
	color: #666; 
}
.pictures{
	display: flex;
 	flex-flow: row wrap;
    justify-content: center;
	border	: 4px solid white;
	background-color: #fff; 
}
.pictures > div {
	flex: 1 1 300px;
	width: 250px;
	height	: 300px;
	max-width: 640px;
	position: relative;
	margin	: 4px;
	overflow: hidden; 
	text-align: center; 
	align-items: center;
	display: flex; 
	justify-content: center;
}
.pictures > div.smallpic img{
	object-fit: none ;
    justify-content: center;
}
.pictures > div img{
	height:  300px !important;

}
@supports (object-position: 50% 50%) {
.pictures > div img{
	object-fit: cover ;
	width: 100%;
	object-position: 50% 50%;
}
.pictures > div{
	display: block; 
}
}
.pictures > div a{
	color: transparent; 
}
.pictures .textbox {
	position: absolute;
	width: calc( 100% - 20px ); 
	color: #000;
	background-color: rgba(255,255,255,0.5); 
	z-index: 2;
	bottom: 0;
	padding: 10px;
	line-height: 170%; 
}
.bullets{
    background-color: #F80203;
    color: #fff;
    font-size: 20px;
    margin: 50px auto;
    padding: 50px;
    text-align: center; 
    line-height: 120%; 

}
.open{
    color: #fff;
    font-size: 20px;
    margin: 50px auto;
    padding: 50px;
    text-align: center; 
    line-height: 180%; 
    background-color: rgb(50,50,50);

}
.footer{
	font-size: 16px;
	color: #333;
	background-color: #e9e9e9;
	line-height: 170%; 
}
.footer > div{
	max-width: 1000px;
    margin: auto;
	display: flex;
    flex-flow: row wrap; 
	justify-content: center; 
	padding: 30px 5vw;
	gap: 20px; 
}
.footer > div > div {
	flex: 1 1 250px; 
}
.footer a{
    color: #fff;
    text-decoration: none;
}
.footer a{
	color: #333;
}
.footer .social {
	text-align: center;
}
.footer .social img{
	margin: 10px; 
}
.footer p:first-child {
	padding: 0;
	margin: 0; 
}
.iw {
	font-size: 12px;
	padding: 20px 10vw 0 10vw;
	text-align: right;
    background-color: #f0f0f0;
    max-width: 1200px; 
} 
.iw a{
	color: #999;
	text-decoration: none;
}

.page {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	max-height: 60vh;
	height: 600px; 
}
.boxes {
    display: flex;
    flex-wrap: wrap;
    background-color: #E9E9E9;
    color: #333;
	margin: auto;
}
.boxes > div{
    width: 50%;
    flex: 1 1 auto; 
    display: flex;
}
.boxes .text, .boxes .reviews{
    align-items: center;  
    justify-content: center;
}
.boxes img {
    width: 100%; 
    height: auto; 
    display: block;
    object-fit: cover;
}
.boxes a{
	text-decoration: none; 
	color: #fff;
}
.boxes > div > div{
    padding: 5vw;
    line-height: 180%;
    font-size: 16px; 
    max-width: 500px;
}
.boxes > .reviews  > div{
	font-size: 15px;
}
.boxes h3{
	color: #F80203;
	font-weight: normal; 
	font-size: 28px; 
}
#map{
	height: 600px; 
	max-height: 80vh;
}
.company{
	font-size: 12px; 
	line-height: 16px;
	padding-top: 50px; 
}
.reviews  .gallery-cell {
    display: grid;
    justify-content: center;
    align-items: center;
}
blockquote{
    background-color: #E9E9E9;
    padding: 4svw;
    margin: auto;
    max-width: 600px;
    color: #666;
    line-height: 1.7;
    position: relative;
}
blockquote + cite{
    margin: auto;
    max-width: 600px;
    text-align: right;
    padding: 1rem 4svw;
    display: block;
}
blockquote + cite a{
    color: #000;
    text-decoration: none;
}
.images{
    text-align: center;
    padding: 1rem; 
}
.bigpoints{
    font-size: 1.1rem;
    color: #000; 
}





@media only screen and ( max-width: 800px ) {
    #mainthreecols{
        padding: 0; 
    }
    #mainthreecols > div {
        flex: 1 1 100%;
        width: 100%; 
    }
    .header{
        flex-wrap: wrap;
        justify-content: center;
    }
    .header a{
        flex: 1 1 50px;
        text-align: center;
    }
    .header a:nth-of-type(1){
        flex: 1 1 100%;
    }
    .address span{
        display: none;
    }
    .address{
        padding: 20px 0;
    }
    .flickity-prev-next-button{
        display: none;
    }
    }



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

    .boxes {
    display: block;
    }
    .boxes > div{
    width: auto;
    }
	.boxes img{
	display: none; 
}
	.address {
	font-size: 16px;
}
}

@media only screen and ( min-width: 1000px ) {
body {
        background-color: #f0f0f0;
        margin: 20px;

} 
.header a{
    transition: 0.7s;
}
.header a:nth-of-type(2) {
    margin-left: auto;
}
.header a:last-of-type {
    margin-right: 50px;
}
.threecols{
    column-count: 3;
    column-gap: 30px;
}
.address{
    background-color: rgba(50,50,50,0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    backdrop-filter: blur(3px);
    text-align: right;
}
#container, .footer{
    border-radius: 0 0 40px 0;
}
.header a:hover{
    background-color: #F80203;
    color: #fff;
    border-top: 15px solid #000;
    border-bottom: 15px solid #000;
}
blockquote:before,
blockquote:after{
    font-family: Georgia, Times New Roman; 
    position: absolute;
    top: 13px;
    color: var(--white);
    font-size: 80px;
}
blockquote:before{
    content: "\201C";
    margin-right: 13px;
    right: 100%;
}
blockquote:after{
    content: "\201D";
    margin-left: 13px;
    left: 100%;  
    bottom: 13px;
}
}