* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Gilroy Semi Bold, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

h1, h2 {
    font-size: 1.45em;
    font-weight: 400;
}

h3 {
    font-size: 1.2em;
    line-height: 1.5em;
}

h3 a {
    color: skyblue;
}

.video-box {
    position: relative;
    height: 100vh;
    background-color: #C1CFF7;
    overflow: hidden;
}

.video-box .video-background {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: calc(100vh - 50px);
}

.layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(19, 60, 154, .2);
    text-align: center;
}

.slogan {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: white;
    text-align: center;
    font-size: 12px;
    display: unset;
    margin-top: unset;
}

.slogan .subtitle {
    margin-top: unset;
}

.slogan .title {
    font-weight: 700;
    font-size: 1.75em;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.mb-5 {
	margin-bottom: 5rem!important;
}

.mt-5 {
	margin-top: 5rem!important;
}

.upload-btn {
    position: relative;
    left: 50%;
    width: 17em;
    line-height: 2.5em;
    margin-top: 1.75em;
    margin-left: -8.5em;
    color: white;
    border: 1px solid white;
    text-align: center;
    border-radius: 3em;
    cursor: pointer;
    font-size: 1.1em;
    user-select: none;
}

.upload-btn:hover {
	border: 2px solid white;
}

.upload-btn a {
	color: white;
	text-decoration: none;
}

.content {
    display: flex;
    justify-content: center;
    background: linear-gradient(45deg, skyblue, transparent);
}

.content .avatar-box {
    margin: 2.5rem 0;
}

.content .avatar-box div {
    font-size: 1.5rem;
    padding: 1rem;
    font-weight: 600;
}

.jumbotron {
	margin-bottom:0;
	text-align: center;
	padding-top:0;
	padding-bottom:10px;
	background: none;
}

.price {
    background: url('../images/live/poster-1280-720.png') center 0 no-repeat;
    background-size: cover;
    padding-top: 1px;
}

.price .container {
    background-color: rgba(255,255,255,1.0);
    margin: 3rem auto;    
}

.center-item {
    margin: 16px;
    text-align: justify;
    line-height: 2em;
    font-weight: normal!important;
}

@media screen and (max-width: 992px){
	.price .container {
	    margin: 30px 15px;
	}
}

@media screen and (max-width: 768px){
	.price .container {
	    margin: 15px;
	}
	
	h3 {
	    font-size: 1.1em;
	}
}