
@font-face {
    font-family: camera-plain-regular;
    src: url("fonts/StudioTR3CameraPlain-Regular.otf") format("opentype");
}



html, body {
	height: 100vh;
	width: 100vw;
	
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	background: #000;	
	font-family: 'camera-plain-regular', 'Arial', "sans-serif";
}


.slideshowholder {
	
}
.slideshow {
	position: absolute;
	display: none;
	float: left;
    width: 100vw;
    height: 100vh;
	background-color: #fff;
}

.slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    opacity: 0;
}

.slideshow img.active {
    opacity: 1;
}


#mobile-indicator {
    display: none;
}



/*—————————————————————————————————————— CSS FOR MOBILES & TABLETS  ——————————————————————————————————————*/

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

.slideshow {
	display: block;
}

.mobile-slideshow {
	display: none;
}
	
	
   .box {
	margin-top: 40px;
	   margin-left: 40px;
	    margin-right: 40px;
	   margin-bottom: 40px;
	   display: flex;
        flex-flow: column;
        min-height: 85%;
      }
      .box .row {
     
      }
      .box .row.header {
        flex: 0 1 auto;
      }
      .box .row.content {
        flex: 1 1 auto;
		  text-align: center;
		   display: flex;
  align-items: center;
  justify-content: center;
		   margin-top: 40px;
		  margin-bottom: 40px;
      }
      .box .row.footer {
        flex: 0 1 40px;
      }		
	

.contact{
	float: right;
}

 .info{
	float: left;
	max-width: 520px;
	
	
}



	
h1 {
  font-size: 20px;
  font-family: 'camera-plain-regular', 'Arial', "sans-serif";
  font-weight: 400;
  line-height: 120%;
  color: #fff;	
  padding: 0;
  margin: 0;
}
		
	
.dltop {
	position: fixed;
	margin-left: 40px;
	margin-top: 40px;
	margin-right: 40px;
	margin-bottom: 0px;
	width: calc(100vw - 80px);
}


	
.dldown	{
	position: fixed;
	bottom:0;
	width: 100vw;	
	}

.dl {
	width: 100vw;
    height: 30vh;
	background-color: #fff;
	display: flex;
  	justify-content: center;
  	align-items: center;
	text-align: center;
}

.dl:hover {
	background-color: #C9F31E;
}

 .backbtn{
	margin-left: 40px;
	margin-bottom: 40px;
	float: left;
	max-width: 540px;
	bottom: 35px;

}

h2 {
  font-size: 44px;
  font-family: 'camera-plain-regular', 'Arial', "sans-serif";
  font-weight: 400;
  line-height: 120%;
  color: #000;	
  padding: 0;
  margin: 0;
}		
	
#mobile-indicator {
	display: block;}	
}



/*—————————————————————————————————————— CSS FOR SMALLER HORIZONTAL MOBILE SCREENS  ——————————————————————————————————————*/

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

.slideshow {
	display: block;
}

.mobile-slideshow {
	display: none;
}
	

   .box {
	margin-top: 20px;
	   margin-left: 20px;
	    margin-right: 20px;
	   margin-bottom: 20px;
	   display: flex;
        flex-flow: column;
        min-height: 82%;
      }
      .box .row {
       
      }
      .box .row.header {
        flex: 0 1 auto;
      }
      .box .row.content {
        flex: 1 1 auto;
		  text-align: center;
		   display: flex;
  align-items: center;
  justify-content: center;
		   margin-top: 20px;
		  margin-bottom: 20px;
      }
      .box .row.footer {
        flex: 0 1 40px;
      }	



.contact{
	float: right;
}

 .info{
	float: left;
	max-width: 360px;

}
	
h1 {
  font-size: 16px;
  font-family: 'camera-plain-regular', 'Arial', "sans-serif";
  font-weight: 400;
  line-height: 120%;
  color: #fff;	
  padding: 0;
  margin: 0;
}
		
.dltop {
	position: fixed;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	width: calc(100vw - 56px);
}

.dldown	{
	position: fixed;
	bottom:0;
	width: 100vw;	
	}

.dl {
	width: 100vw;
    height: 30vh;
	background-color: #fff;
	display: flex;
  	justify-content: center;
  	align-items: center;
	text-align: center;
}

.dl:hover {
  background-color: #C9F31E;
}

 .backbtn{
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
	max-width: 540px;
	bottom: 20px;
}

h2 {
  font-size: 44px;
  font-family: 'camera-plain-regular', 'Arial', "sans-serif";
  font-weight: 400;
  line-height: 120%;
  color: #000;	
  padding: 0;
  margin: 0;
}		
	
#mobile-indicator {
	display: block;}	
}




/*—————————————————————————————————————— CSS FOR MOBILE PHONES ——————————————————————————————————————*/

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

	
.slideshow {
	display: block;
			}
.desktop-slideshow {
	display: none;
			}
		

   .box {
	margin-top: 20px;
	   margin-left: 20px;
	    margin-right: 20px;
	   margin-bottom: 20px;
	   display: flex;
        flex-flow: column;
        min-height: 82%;
      }
      .box .row {
       
      }
      .box .row.header {
        flex: 0 1 auto;
      }
      .box .row.content {
        flex: 1 1 auto;
		  text-align: center;
		   display: flex;
  align-items: center;
  justify-content: center;
		   margin-top: 20px;
		  margin-bottom: 20px;
      }
      .box .row.footer {
        flex: 0 1 40px;
      }	

.contact{
	width: 100%;
	float: left;
	margin-top: 20px;

}

 .info{
	float: left;
	max-width: 360px;
	
}

	
h1 {
  font-size: 16px;
  font-family: 'camera-plain-regular', 'Arial', "sans-serif";
  font-weight: 400;
  line-height: 120%;
  color: #fff;	
  padding: 0;
  margin: 0;
}


.dltop {
	position: fixed;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	
	width: calc(100vw - 56px);
}


	
.dldown	{
	position: relative;
	float: left;
	width: 100vw;
	margin-top: 50vh;

	}

.dl {
	width: 100vw;
    height: 50vh;
	
	background-color: #fff;
	display: flex;
  	justify-content: center;
  	align-items: center;
	text-align: center;
}

.dl:hover {
  background-color: #C9F31E;


}

 .backbtn{
	margin-left: 20px;
	 margin-bottom: 20px;
	 float: left;
	 max-width: 540px;
	 bottom: 20px;

}

h2 {
  font-size: 34px;
  font-family: 'camera-plain-regular', 'Arial', "sans-serif";
  font-weight: 400;
  line-height: 120%;
  color: #000;	
  padding: 0;
  margin: 0;
}			
	
	
#mobile-indicator {
	display: block;}	
}



/*——————————————————————————————————————  CSS FOR DESKTOP —————————————————————————————————————— */

@media screen and (min-width:1025px) {
	
.slideshow {
	display: block;
}

.mobile-slideshow {
	display: none;
}
	
   .box {
	   margin-top: 40px;
	   margin-left: 40px;
	    margin-right: 40px;
	   margin-bottom: 40px;
	   display: flex;
        flex-flow: column;
        min-height: 85%;
      }
      .box .row {
     
      }
      .box .row.header {
        flex: 0 1 auto;
      }
      .box .row.content {
        flex: 1 1 auto;
		  text-align: center;
		   display: flex;
  align-items: center;
  justify-content: center;
		  margin-top: 40px;
		  margin-bottom: 40px;
      }
      .box .row.footer {
        flex: 0 1 40px;
      }		
	

.contact{
	float: right;

}

 .info{
	float: left;
	 max-width: 650px;
}


h1 {
  font-size: 24px;
  font-family: 'camera-plain-regular', 'Arial', "sans-serif";
  font-weight: 400;
  line-height: 120%;
  color: #fff;	
  padding: 0;
  margin: 0;
}

.dltop {
	position: fixed;
	margin-left: 40px;
	margin-top: 40px;
	margin-right: 40px;
	margin-bottom: 0px;
	width: calc(100vw - 80px);

}

	
.dldown	{
	position: fixed;
	bottom:0;
	width: 100vw;
	
		
	}

.dl {
	width: 100vw;
    height: 30vh;
	
	background-color: #fff;
	display: flex;
  	justify-content: center;
  	align-items: center;
	text-align: center;
}

.dl:hover {
  background-color: #C9F31E;


}

 .backbtn{
	margin-left: 40px;
	 margin-bottom: 40px;
	 float: left;
	 max-width: 540px;
	 bottom: 35px;
}

h2 {
  font-size: 64px;
  font-family: 'camera-plain-regular', 'Arial', "sans-serif";
  font-weight: 400;
  line-height: 120%;
  color: #000;	
  padding: 0;
  margin: 0;
}		
	
}


a:link {
	text-decoration: none;
	color:#fff;	
}

a:visited {
text-decoration: none;
	color:#fff;
}

a:hover {
	text-decoration: underline;
	color: #fff;
}

a:active {
	text-decoration: none;
	color:#fff;
}




