@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 {
	margin: 0;
  display: flex;
  flex-direction: column;
  height: 100vh; 
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  color: #505962;
 }

a {
  text-decoration: none !important;
}

/* 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: #6bd9f5 !important;
	font-weight: 200;
  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: #6bd9f5 !important;
} 

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

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


.jumbotron {
  background: url('../img/SuperlabJumbotron.jpg') no-repeat 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-height: 60vh !important;
}

#intro-5 h1 {
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  font-size: calc(36px + (80 - 36) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 200;
  text-shadow: 3px 3px 2px #0805b7af;
}

.title {
	text-align: center;
}

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

.info p {
	margin: 0 0 2rem 0;
	font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1600 - 300)));	
	font-weight: 100;

}

.li-3 {
  font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1600 - 300)));	
  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;
}

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

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

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

.content7 li {
  list-style: none;
	font-size: 1.2rem;
	font-weight: 100;
	font-size: calc(14px + (22 - 14) * ((100vw - 300px) / (2400 - 300)));
}

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

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: #a2b9ff !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 img {
		height: 20px;
		margin-left: 0;
  }

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

	.content7 {
		margin: .5rem 0 !important;
	}

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

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

  #myFooter .row {
    margin: 1rem !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: 0 !important;
	}

	.footer-bottom {
		margin: 0 !important;
	}

}

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


@media screen and (min-width: 600px) and (max-width: 767px){
	.navbar-nav {
		background: #050c72c7;
	}

	 #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){

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

  .navbar img {
    height: 20px;
	}
	
	.navbar-brand {
		margin-right: 0 !important;
	}

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

	.footer-info li {
		display: inline;
		padding: 2rem;
		text-transform: uppercase;
		margin-top: 1rem !important;
	}

	#myFooter p {
		padding-top: 0 !important;	
	}
	
}

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

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

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

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

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

	.navbar img {
		height: 30px;
		margin-left: 0;
	}
	
  #myFooter .row {
    margin-bottom: 0 !important;
  }

  }

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

	
  #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) { ... }

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