.h1, h1{
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 700px;
	font-size:40px;
	letter-spacing: 5px;
	text-align:center;
	text-transform: uppercase;
}

.h2, h2{
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 350px;
	letter-spacing: 2px;
	font-size:24px;
	text-align:center;
}

.h3, h3{
	font-family: 'Libre Franklin', sans-serif;
	letter-spacing: 2px;
	color:#000000 ;
	text-align: center;
	font-size: 2vw;
	background-color:#ffffff;
	padding:20px 0;
}

.carousel-caption{
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.p{
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 700;
	font-size: 60px;
}

footer{
	position:absolute;
   bottom:0;
   width:100%;
	background-color: #f5f5f5 !important;
}
nav{
	height: 120px!important;
}
	
.navbar-brand {
	display: block;
    margin: 0 auto;
}

.navbar {
	text-align: center;
}

.bg-dark {
    background-color: #ffffff!important;
}

.main-body {
	text-align: center;
}

@media only screen and (max-width: 414px) {
	.carousel-caption h3 {
		font-size: 3.5vw;
	}
}
