

@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: #00010987!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: #22222ba8; 
  transition-duration: 0.2s;
}

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

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

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

#intro-3 {
  background: #0c0e1352 url(../img/ecommerce.jpg) no-repeat ;
  background-position: 0px 60px !important;
  box-shadow: inset 0 0 0 2000px #1342be6e;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; 
  background-size: contain; 
  text-align: center;
  max-width:100%;
  height: auto !important;
}

#intro-3 h1 {
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  font-size: 6rem;
  font-weight: 200;
  text-shadow: 3px 3px 2px #000000;
  /* padding-top: 4rem; */
}

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

#intro-3 .row {
  display: flex;
  justify-content: center !important;
  text-align: center !important;
}
/* 
.vertical-center {
  min-height: 100vh; 
  display: flex;
  align-items: center;
}
 */
#showcase-4 {
  background-color: #00084b33;
  border-bottom: 1px solid darkslategrey;
  border-top: 1px solid darkslategrey;
}

#showcase-4 h1{
  font-size:2.7rem;
  text-align: center;
  margin: 1rem;
  text-shadow: 2px 2px 2px #1342be6e;
}

#showcase-3 {
  margin-top: 2rem;
  padding-top: 2rem;
  background-color: #c1c5f227;
  border-bottom: 1px solid darkslategrey;
  border-top: 1px solid darkslategrey;
}

#showcase-3 hr {
  border-top: 1px solid #ba26f14f;
  border:none;
  height: 20px;
 	width: 90%;
	height: 50px;
	border-bottom: 1px solid #1f1209;
	box-shadow: 0 20px 20px -20px #333;
  margin: -50px auto 10px; 
}

.content h2 {
  text-align: left !important;
  font-size: 1.5rem;
  line-height: 2.2rem;
  padding: 3rem 0 1rem 1.4rem;
}

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

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

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

.card-text {
  background-color: #007bff05;
  padding: .5rem;
  border: 1px solid #6260f738;
	margin: 0 2rem 2rem 2rem;
	height: 100% !important;
}

.card-text h2 {
  color: #0b5fcef7;
  font-size: 1.4rem;
  align-content: center;
  justify-self: center;
	padding: 1rem;
	line-height: 1.5;

}

.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: 1.2rem;
  text-align: center;
  display: list-item;
  list-style-type: disc; 
  list-style-position: inside;
}

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

.site-footer, .page-wrap:after {
  /* .push must be the same height as footer */
    height: 202px; 
}
.site-footer {
  background: #505962;
  color: floralwhite;
  text-align: center;
  padding: 3rem;
}

.site-footer p {
  margin-top: 1rem;
}

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

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


/* MEDIA QUERIES */



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

  .navbar {
    background: #1e0b49b6!important;
  }

  #intro-3 {
    background-position: 0px 60px !important;
		width: 100% !important;
		height: auto !important;
		max-height: 40vh;
  }

  #intro-3 h1 {
    padding-top: 7rem !important;
    font-size: 2.5rem;
  }

  .card-text {
    margin: 10px;
    padding: 8px;
  }

  .card-text h2{
    margin: 0;
    padding: 15px 10px;
    font-size: 1.1rem;
  }

  .card-text ul {
    padding: 5px 0;
  }

  .card-text li {
    font-size: .9rem;
  }

  #showcase-3 {
    margin: 5px 5px 0 5px !important;
    padding: 5px;
  }

  #showcase-3 h1{
    margin: 5px !important;
    padding: 5px 0;
    font-size: 1.4rem;
  }

  .li-3 {
    display: inline-block;
    text-align:left;
	}
	
	.li-3 h1 {
		text-align: center !important;
	}

  .li-3 h4 {
    font-size: 1.1rem;
		text-align: center;
  }

  .li-3 li{
    list-style-type: square;
    list-style-position: inside;
    font-size: .9rem;
    line-height: 1.5;
		padding-bottom: 1rem;
    float: left;
	}
	
	.li-3 ul {
		padding: 0 !important;
	}

  #myFooter p{
    font-size: .7rem !important;
    padding-top: 10px;
  }

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


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

  .navbar {
    display: inline;
    text-align: center !important;
    vertical-align: middle !important;
    justify-content: center !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;
  }

  #intro-3 {
    background-position: 0px 90px !important;
    max-height: 55vh !important;
    width: auto !important;
  }
  
  #intro-3 h1 {
    
    font-size: 4rem;
  }

	.card-text h2 {
		padding: 1rem 0 !important;
		font-size: 1.3rem;
	}
	
	.card-text li {
		font-size: 1rem;
	}

  #showcase-3 {
    margin: 5px;
    padding: 0;
	
	}
  #showcase-3 h1{
		font-size: 1.8rem;
		padding-top: 1rem;
  }


  .li-3 {
    display: inline-block;
    text-align:left;
    font-size: .9rem;
    padding: 0 2rem;
  }

  .li-3 h4 {
    font-size: 1.1rem;
    padding-bottom: 5px;
    text-align: center;
  }

  .li-3 li{
    list-style-type: square;
    list-style-position: inside;
    font-size: .9rem;
    text-indent: -12px;
  }

  #myFooter p{
    font-size: .6rem !important;
    padding-top: 10px;
  }

}


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

  #intro-3 {
    background-position: 0px 130px !important;
    max-height: 55vh !important;
    width: auto !important;
  }
  
  #intro-3 h1 {
    font-size: 6rem;
  }

  #showcase-3 {
    padding: 0;
  }


  .li-3 {
    display: inline-block;
    text-align:left;
    font-size: 1rem;
    padding: 0 2rem;
  }

  .li-3 h4 {
    font-size: 1.5rem;
    padding-bottom: 5px;
    text-align: center;
  }

  .li-3 li{
    list-style-type: square;
    list-style-position: inside;
    font-size: 1.2rem;
		text-indent: -12px;
		padding: 0 8rem;
	}


  #myFooter p{
    font-size: .6rem !important;
    padding-top: 10px;
  }
}

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

  #intro-3 {
    background-position: center 60px !important;
		background-size: contain; 
		min-height: 80vh;
	}
	
	#intro-3 h1 {
   padding-top: 20rem;
  }
	}
	
@media screen and (min-width: 1920px){

  #intro-3 {
    background-position: center 60px !important;
		background-size: contain; 
		min-height: 80vh;
	}
	
	#intro-3 h1 {
		font-size: 8rem !important;
   padding-top: 30rem;
  }

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

  #intro-3 {
    background-position: center 60px !important;
		background-size: contain; 
		min-height: 80vh;
	}
	
	#intro-3 h1 {
		font-size: 15rem !important;
   padding-top: 40rem;
  }

  }
