
@import url('https://fonts.googleapis.com/css?family=Lato:200,400,700');



html {
  height: 100%;
}

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

a {
  text-decoration: none !important;
}

 .page-wrap {
  min-height: 100%;
  /* equal to footer height */
    margin-bottom: -142px; 
}
.page-wrap:after {
  content: "";
  display: block;
}

.offset:before {
  display: block;
  content: "";
  height: 4rem;
  margin-top: -4rem;
}

/* Navigation */
.navbar {
  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:hover>.dropdown-menu {
  display: block;
  background-color: #02024fa8; 
  transition-duration: 0.5s;
}


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

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

.dropdown-item {
  font-family: 'Lato', sans-serif;
  color: #90abff !important;
  text-align: center;
  transition-duration: 0.5s;
  background-color: none;
}

.dropdown-menu a:hover {
  color: #0907b6 !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: #a2b9ff;
} 



/* PHOTOSITE PAGE */
#intro-5 {
  background: #0c0e1352 url(../img/vancouver_night.jpg);
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: inset 0 0 0 2000px #5313be4a;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; 
  background-size: cover; 
  text-align: center;
  min-width:100%;
  height: 100vh !important;
}

#intro-5 h1 {
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  font-size: calc(54px + (54 - 30) * ((100vw - 300px) / (2400 - 300)));
  font-weight: 200;
  text-shadow: 3px 3px 2px ##0705b7;
  padding-top: 2.5rem;
}

#intro-5 .container {
  display: grid;
  text-align: center;
  height: 50vh;
  justify-content: center !important;
  align-content: center !important;
}

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

.lab h3 {
	color: #0753b6;
	font-size: calc(36px + (36 - 30) * ((100vw - 300px) / (2400 - 300)));
	padding-top: 2rem;
}

.li-3 {
  font-size: 1.2rem;
  color: #212529;
  padding-top: 1rem;
  margin-bottom: 3rem;
}

.li-3 h4 {
  color: #0b5fcef7;
}

.li-3 li {
  list-style: none;
  line-height: 1.8rem;
}

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

.container-7 {
  margin: 2rem;
}

.lab img {
	max-width: 100%!important;
  padding-top: 20px;
  align-self: center;
  justify-self: center;
}

.content7 {
	align-content: center;
  justify-self: center;
  padding: 1rem;
	vertical-align: middle;
  margin: 1rem;
  border: 3px groove #09c7ff2e;
  background-color: #f5f5fabf;
  font-size: 2rem;
  }


.content7 ul {
  padding: 2rem;
  max-width: 100%;
  text-align: center;
}

.content7 li {
  list-style: none;
	font-size: 1.2rem;
	font-weight: 100;
}

.content7 hr {
  width:50px;
  border-bottom: 1px solid #0b5fce5e;
}

#myFooter .row .text-center {
  padding: 0;
}

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

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

/* END PHOTOKIOSK PAGE */



/* MEDIA QUERIES */

@media screen and (max-width:600px) {
 
  .navbar img {
    height: 25px;
  }

  .navbar {
    background: #2b165c00!important;
	}
	
	.navbar-nav {
		background: #050c72c7;
	}

  #intro-5 {
    min-height: 50vh;
    align-items: center;
    background-position: center !important;
   }

   #intro-5  h1 {
    padding-top: 2rem;
	}
	
  .container-7 {
    margin: 1.5rem 1rem;
  }

  .content7 {
    padding: 0;
    margin: 10px;
	}
	
	.printer img {
		max-height: 10%;
	}

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

  #myFooter li{
    font-size: .8rem !important;
  }

  #myFooter .row {
    margin-bottom: 1rem !important;
  }

}

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

		.printer img {
			max-height: 600px !important;
		}

}

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

  #intro-5 {
    min-height: 45vh;
    align-items: center;
    background-position: center !important;
   }

   #intro-5 h1 {
    font-size: 3rem; 
  }

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

  .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;
  }

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

  #myFooter a {
    font-size: .8rem;
  }

  #myFooter h5 {
    font-size: .9rem !important;
  }
}


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

  .navbar img {
    height: 25px;
  }

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

}

@media screen and (min-width: 1200px){
  
  #intro-5 {
    background-position: 0px -60px !important;
    background-size: cover; 
    min-height: 85vh !important;
    width: 100vw !important;
  }

  #intro-5 h1 {
    padding-top: 16rem;
  }

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

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

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

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

  #intro-5 {
    background-position: 0px -100px !important;
    background-size: cover; 
    min-height: 85vh !important;
    width: 100vw !important;
	}
	
  #myFooter .row {
    margin-bottom: 0 !important;
  }

  }

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

  #intro-5 {
    background-position: center !important;
    background-size: cover; 
    min-height: 100vh !important;
    width: 100vw !important;
	}
	
  #myFooter .row {
    margin-bottom: 0 !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) { ... }

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