@font-face { font-family: 'Lato'; font-style: normal; font-weight: 300; src: url('../assets/fonts/lato-v15-latin-300.eot'); src: local('Lato Light'), local('Lato-Light'), url('../assets/fonts/lato-v15-latin-300.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/lato-v15-latin-300.woff2') format('woff2'), url('../assets/fonts/lato-v15-latin-300.woff') format('woff'), url('../assets/fonts/lato-v15-latin-300.ttf') format('truetype'), url('../assets/fonts/lato-v15-latin-300.svg#Lato') format('svg'); }
@font-face { font-family: 'Lato'; font-style: normal; font-weight: 400; src: url('../assets/fonts/lato-v15-latin-regular.eot'); src: local('Lato Regular'), local('Lato-Regular'), url('../assets/fonts/lato-v15-latin-regular.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/lato-v15-latin-regular.woff2') format('woff2'), url('../assets/fonts/lato-v15-latin-regular.woff') format('woff'), url('../assets/fonts/lato-v15-latin-regular.ttf') format('truetype'), url('../assets/fonts/lato-v15-latin-regular.svg#Lato') format('svg'); }
@font-face { font-family: 'Lato'; font-style: normal; font-weight: 700; src: url('../assets/fonts/lato-v15-latin-700.eot'); src: local('Lato Bold'), local('Lato-Bold'), url('../assets/fonts/lato-v15-latin-700.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/lato-v15-latin-700.woff2') format('woff2'), url('../assets/fonts/lato-v15-latin-700.woff') format('woff'), url('../assets/fonts/lato-v15-latin-700.ttf') format('truetype'), url('../assets/fonts/lato-v15-latin-700.svg#Lato') format('svg'); }


html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
	height: 100%; 
	width: 100%;
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  color: #505962;
  margin: 0;
 }

a {
  text-decoration: none !important;
}

/* Navigation */
.navbar {
	position: fixed;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: .1rem;
  background: #00010900!important;
}

.navbar {
	background: transparent;
	border: none;
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}

.navbar.scrolled {
	background: #180852d7 !important;
}

.navbar img {
  height: 2.2rem;
  margin-left: 1rem;
}

.navbar-brand {
  font-family: 'Noto Serif KR', serif !important;
}

.navbar-nav li {
  padding-right: .7rem;
  font-size: 1rem;
  font-weight: 200;
}

.dropdown-menu {
	border-radius: .75rem !important;
}

.dropdown-menu.show {
	background-color: #02024fa8;
}

.dropdown:hover>.dropdown-menu {
  display: block;
  background-color: #02024fa8; 
  transition-duration: 0.4s;
}

.dropdown-item {
  font-family: 'Lato', sans-serif;
	color: #6bd9f5 !important;
	font-weight: 200;
  text-align: center;
  transition-duration: 0.4s;
  background-color: none;
}

.dropdown-menu a:hover {
  color: #0907b6 !important;
  transition-duration: 0.4s;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
  padding-top: .8rem;
  text-align: center;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #6bd9f5;
} 

.navbar-dark .navbar-toggler-icon {
	background-image: url(../img/pk_menu.png) !important;
}

.navbar-toggler {
	font-size: .75rem !important;
	padding: .25rem .5rem;
	border-color: #6bd9f557 !important;
}


.jumbotron-1 {
  position: relative;
  background: url(../img/KioskJumbotron.jpg);
  /* box-shadow: inset 0 0 0 2000px #1100ff65; */
  width: 100% !important;
  height: auto !important;
  background-size: cover;
  background-repeat: repeat-x;
  color: #fff;
  margin-bottom: 0;
	text-align: center;
	border-radius: 0 !important;
}

.jumbotron-1 h1{
  font-size: calc(30px + (80 - 30) * ((100vw - 300px) / (2400 - 300)));
  font-weight: 200;
  /* padding-top: 8rem; */
  text-shadow: 2px 2px 2px #104cf16e;
}

.text-center p {
	font-size: calc(14px + (24 - 14) * ((100vw - 300px) / (2400 - 300)));
	font-weight: 100;
}

.vertical-center {
 /*  min-height: 100%; 
  min-height: 100vh; */
  display: flex;
  align-items: center;
}

.title {
	text-align: center;
	margin-top: 2rem;
	z-index: 1;
}

.title h2 {
	font-size: calc(28px + (48 - 28) * ((100vw - 300px) / (2400 - 300)));
	color: #5265BB;
	font-weight: 400;
}


/*  IMAGE SLIDER */

/* Slideshow container */
.slider {
	margin-top: 3rem;
}
#slide-container {
	position: relative;
	max-width: 600px; /* responsiveness */
	margin: 1rem !important;
}

/* First element to be in block mode for responsiveness */
#slide-first-element {
	display: block; /* to get the dimensions set */
	width: 100%;
	height: auto;
}

/* Other element to be in absolute position */
#slide-element-2,
#slide-element-3,
#slide-element-4 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

/* Style images */
.slide-image {
	width: 100%;
	border-radius: 20px;
}

/* Style text */
.slide-text {
	position: absolute;
	bottom: 10px;
	background-color: #0042b1bb;
	color: white;
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
}

/* Animation settings for individual elements */
/* For more images the animations have to be adjusted */
#slide-first-element {
	animation: fade-1 12s infinite;
	-webkit-animation: fade-1 12s infinite;
}

#slide-element-2 {
	animation: fade-2 12s infinite;
	-webkit-animation: fade-2 12s infinite;
}

#slide-element-3 {
	animation: fade-3 12s infinite;
	-webkit-animation: fade-3 12s infinite;
}

#slide-element-4 {
	animation: fade-4 12s infinite;
	-webkit-animation: fade-4 12s infinite;
}


@keyframes fade-1 {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	75% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fade-2 {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	75% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fade-3 {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	75% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

/* example for a 4th slide */
@keyframes fade-4 {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	75% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.card-text {
  background-color: #007bff05;
  align-content: center;
  justify-self: center;
  padding: 1rem;
  border: 2px groove #19178038;
	margin: 2rem 0 1rem 0;

}

.card-text h2 {
  color: #0b5fcef7;
	font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (1600 - 300)));
	font-weight: 200;
  align-content: center;
  justify-self: center;
  padding: 1rem ;
}

.card-text ul {
  padding: 0 1rem;
  max-width: 100%;
  text-align: center;
  margin:0;
}

.card-text  li {
  list-style: none !important;
  color: #000000f7;
	font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));
	font-weight: 200;
  text-align: center;
  display: list-item;
  list-style-type: disc; 
  list-style-position: inside;
}

  hr {
  width:40px;
	border-bottom: 1px solid #0b5fce5e;
	border-top: none !important;
}

.ps-info {
	margin-bottom: 2rem;
}

.ps-info h1 {
	color: #fff;
	background: #031f9caf;
	font-weight: 100;
	text-align: center;
	margin-top: 3rem;
	word-spacing: .2em !important;
	font-size: calc(28px + (40 - 28) * ((100vw - 300px) / (1600 - 300)));
}

.li-3 {
	text-align: center;
}

.li-3 ul {
	display: inline-block;
	text-align: center;
	list-style: none;
	padding-left: 0 !important;
	font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));
}

.li-3 li {
	list-style: none !important;
  color: #000000f7;
	font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));
	font-weight: 200;
  text-align: center;
  display: list-item;
  list-style-type: disc; 
  list-style-position: inside;
}

#myFooter ul{
	margin-top: 1rem !important;
}

#myFooter p {
	margin-bottom: 1rem !important;
	font-size: .6rem !important;
	font-weight: 400 !important;
}


#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: #6bd9f5 !important;
}

.footer-info {
	margin: 1rem !important;
  padding-top: 1rem;
}

.footer-info li {
	display: inline;
	padding: 3rem;
	text-transform: uppercase;
}

/* MEDIA QUERIES */

@media screen and (max-width:600px) {
 
	.navbar {
		background: #0001091c;
	}

  .navbar img {
		height: 20px;
		margin-left: 0;
  }

	.navbar-nav {
		background: #281e49ce;
	}

  .jumbotron-1 {
    min-height: 50vh !important;
    align-items: center;
    background-position: center !important;
	 }
	 
	 .jumbotron-1 h1 {
		 padding-top: 2rem !important;
	 }
	.card-text {
		 padding: .5rem 0 1rem 0 !important;
	 }

	#myFooter ul {
		display: block !important;
		margin: 0 !important;
	}

	#myFooter li{
		display: block !important;
		font-size: .8rem !important;
		padding: 1rem !important;
	}
	
	#myFooter p {
		padding-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.footer-info {
		margin: 0 !important;
		padding: 0 !important;
	}

	#myFooter .text-center {
		padding: .5rem !important;
	}
}

@media screen and (min-width: 601px)and (max-width: 767px){

.jumbotron-1 {
	min-height: 50vh !important;
	align-items: center;
	background-position: center !important;
 }

 .navbar-nav {
	background: #281e49ce;
}

 .navbar img {
	height: 20px;
	margin-left: 0;
}

#myFooter li{
	display: inline-block;
	font-size: .8rem !important;
	padding: 1rem !important;
}

#myFooter p {
	padding-top: 1rem;
	margin-bottom: 1rem !important;
}

.footer-info {
	margin: 1rem 0 0 0 !important;
	padding: 0 !important;
}
}

@media screen and (min-width: 768px)and (max-width: 1200px){

  .jumbotron-1 {
    min-height: 55vh;
    align-items: center;
    background-position: center !important;
   }

	.jumbotron-1 h1 {
	padding-top: 2rem;
  }

  .navbar {
    display: inline;
    text-align: center !important;
    vertical-align: middle !important;
		justify-content: center !important;
		background: #00010900!important;
  }

  .navbar img {
    height: 25px;
  }

  .navbar-nav a {
    font-size: .7rem !important;
  }
  
  .navbar-nav {
    margin-left: 40px !important;
    display: flex;
    text-align: center;
    align-items: center !important; 
  }

  .navbar-collapse {
    justify-content: center !important;
  }

  .photokiosk-info {
    padding-bottom: 2rem !important;
	}

	.card-text {
    margin: 2rem 1rem;
    padding: 10px;
  }

  .card-text h2 {
    font-size: 1.7rem;
    padding: .8rem;
	}
	
	.footer-info {
		margin: 1rem !important;
		padding-top: 1rem;
	}
	
	.footer-info li {
		display: inline;
		padding: 2rem;
		text-transform: uppercase;
	}

}

@media screen and (min-width: 1200px){
	
	.navbar img {
		height: 25px;
		margin-left: 0;
  }

  .jumbotron-1 {
		background-position: 0px -50px !important;
    min-height: 75vh !important;
    width: 100vw !important;
  }

  .card-text {
		margin: 6rem 1rem 2.5rem 1rem !important;
	}

  #myFooter .row {
    margin-bottom: 10px !important;
  }
  }

@media screen and (min-width: 1920px){
	
  .jumbotron-1 {
  	background-position: 0px -150px !important;
    min-height: 70vh !important;
    width: 100vw !important;
	}
	.navbar img {
		height: 30px;
		margin-left: 0;
	}
	
	#slide-container {
		margin: -22rem -8rem !important;
	}

  .card-text {
    margin-top: 8rem;
  }

  #showcase-3 {
    margin-bottom: 0;
  }

  #myFooter .row {
    margin-bottom: 10px !important;
  }

  }

@media screen and (min-width: 2048px){

	.navbar img {
		height: 30px;
		margin-left: 0;
  }
  .jumbotron-1 {
    /* background-position: 0px -450px !important; */
    background-size: cover; 
    min-height: 80vh !important;
    width: 100% !important;
  }

	.slide-image {
		height: 1000px;
		width: auto;
	}

	#slide-container {
		margin: 0 -12rem !important;
	}

	.vertical-center {
		min-height: 60vh !important;
	}

 
  }

@media screen and (min-width: 3840px){
  .jumbotron-1 {
    background-position: 0px -450px !important;
    background-size: cover; 
    min-height: 80vh !important;
    width: 100% !important;
  }

	.slide-image {
		height: 1000px;
		width: auto;
	}

	#slide-container {
		margin: -2rem -12rem !important;
	}

	.vertical-center {
		min-height: 50vh !important;
	}

 
  }








/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
