@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: 100vh; 
  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 img {
  height: 2.2rem;
  margin-left: 1rem;
}

.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: #131219b0 !important;
}

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

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

.dropdown:hover>.dropdown-menu {
  display: block;
  background-color: #0000008e; 
  transition-duration: 0.25s;
}

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

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

.dropdown-menu.show {
	background-color: #0000008e;
}

.dropdown-menu a:hover {
  color: #04041a !important;
  transition-duration: 0.5s;
}

.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: #f8b865;
} 

/* --------------------------------------------------------------------------------------------------------------------------- */

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

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

/* -------------------------------------------------------------------------------------------------------------------------------------------------------- */

 .jumbotron-1 {
  position: relative;
  background:url(./img/HomeJumbotron.jpg) center no-repeat;
 /*  box-shadow: inset 0 0 0 2000px #29365c94; */
  width: 100vw !important;
  height: 80vh !important;
  background-size: cover;
  background-position:center;
  color: #fff;
  margin-bottom: 0;
	text-align: center;
	border-radius: 0 !important;
}

.jumbotron-1 h1{
	font-size: calc(36px + (72 - 36) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 200;
  padding-top: 3rem;
  text-shadow: 1px 2px 2px #701111;;
}

.vertical-center {
  min-height: 70vh;
  display: flex;
  align-items: center;
}

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

.title h2 {
	font-size: calc(28px + (36 - 28) * ((100vw - 300px) / (2400 - 300)));
	color: #3A71B8;
}


.info p {
	margin-top: 2rem;
	font-size: calc(16px + (22 - 16) * ((100vw - 300px) / (2400 - 300)));
	font-weight: 100;
	padding: .5rem;
}

#boxes {
  margin: 3rem;
  padding: 2rem 1rem 1rem 1rem;
}


#boxes h4 {
  padding: 1.5rem 1rem;
  color: #5265BB;
}

.rm h4 {
	padding-top: 1rem !important;
	padding-bottom: .2rem !important;
}

#boxes p {
	padding: .5rem 1rem;
	font-weight: 100;
	font-size: 1rem;	
}

.hilite-div p {
	font-size: calc(14px + (30 - 14) * ((100vw - 300px) / (3800 - 300)));
}

.hilite-div:hover img {
  transform: scale(1.2);
  text-decoration: none !important;
}
.hilite-div:hover h4 {
  transform: scale(1.2);
  text-decoration: none !important;
}

/* PHOTOKIOSK PAGE */

.column {
  float: left;
  width: 100%;
  padding: 10px;
  text-align: center; 
}

.row {
  display: flex;
  align-content: center !important;
  justify-content: center !important;
  text-align: center;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* END PHOTOKIOSK PAGE */



.ps-info h2 {
	color: #5265BB;
	font-weight: 400;
	text-align: center;
	margin-top: 1rem;
	word-spacing: .2em !important;
  font-size: calc(28px + (36 - 28) * ((100vw - 300px) / (1600 - 300)));
  text-transform: uppercase;
}

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

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

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

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

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

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

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

#myFooter p {
	padding-top: 2rem;
	font-size: .6rem;
}

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

#myFooter ul {
	margin-bottom: 0 !important;
}

.container-legal {
  margin: 5rem 1rem;
}

/* MEDIA QUERIES */

@media screen and (max-width:600px) {
 
	.navbar img {
		height: 20px;
		margin-left: 0;
	}
	
	
	.navbar-nav {
		background-color: #222121d1;
	}

	.jumbotron-1 {
    min-height: 50vh !important;
    width: auto !important;
  }

  #boxes {
    margin: 2rem !important;
    padding: 1rem 0;
  }

  #boxes img {
    margin: 1rem;
	}
	
	#boxes h4 {
		padding: 0 !important;
	}

  .hilite-div:hover img {
    transform: none;
    text-decoration: none !important;
  }
  .hilite-div:hover h4 {
    transform: none;
    text-decoration: none !important;
  }

  .hilite-div {
    padding: 0 !important;
  }

  h3 {
    font-size: 1.3rem;
  }

  #myFooter li{
		display: 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: 600px){

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

	#boxes {
		margin: 0;
	}

  #boxes h3{
    font-size: 1.2rem;
  }

  .hilite-div {
    margin: 2rem 0;
  }
}

@media screen and (min-width: 601px) and (max-width: 767px){
	.navbar-nav {
		background-color: #222121d1;
	}
	
  #myFooter li{
		display: inline-block;
		font-size: .8rem !important;
		padding: 1rem !important;
	}

	#myFooter p {
		padding-top: 1rem;
		margin-bottom: 1rem !important;
	}
	
	.footer-info {
		margin: 2rem 0 0 0 !important;
		padding: 0 !important;
	}
}

@media(min-width: 768px) and (max-width: 1200px){
		
	.navbar img {
		height: 20px;
	}

  	.jumbotron-1 {
		max-height: 40vh !important;
		width: auto !important;
	}
	
	.vertical-center {
		min-height: 55vh !important;
	}

  .navbar {
		display: inline !important;
		text-align: center !important;
		vertical-align: middle !important;
		justify-content: center !important;
	}
	
  	.navbar img {
		height: 25px;
  	}
 
  .navbar-nav {
		margin-left: 40px !important;
		display: flex;
		text-align: center;
		align-items: center !important; 
	}

	.navbar-brand {
		margin-right: 0 !important;
	}
	.navbar-collapse {
    	justify-content: center !important;
	}
	
	.navbar-nav a {
    	font-size: .7rem !important;
	}

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

	.footer-info li {
		padding: 2rem;
	}

}


@media screen and (min-width: 1200px){
	
	.navbar img {
    	height: 25px;
	}
	
	.hilite-div h3 {
		font-size: 1.6rem !important;
	}
}

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

}

@media screen and (min-width: 2048px){
	
	.navbar img {
		height: 30px;
		margin-left: 0;
	}
	
	.rm h4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}
}

#boxes p {
	font-size: 1.4rem !important;
}

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

	/* .navbar li {
		font-size: 1.5rem !important;
	} */

	.dropdown-item {
		font-size: 1.5rem !important;
	}

	.navbar-brand img {
		height: 50px;
	}

	.jumbotron-1 {
		max-height: 70vh !important;
	}
	
  /* .jumbotron-1 h1 {
    font-size: 9rem !important;
	}	 */

	.hilite-div img {
		height: 150px;
	}

	.hilite-div h3 {
		font-size: 2.5rem !important;
	}

	/* .hilite-div p {
		font-size: 1.5rem !important;
	} */

	#myFooter {
		height: 15vh !important;
	}

	.footer-info {
		padding-top: 6rem;
	}

	.footer-bottom {
		padding-top: 3rem;
	}
}



/*============ 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) { ... }

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