html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: Microsoft JhengHei;
}
nav {
    height: 97px;
    line-height: 97px;
}
#main nav {
    background-color: #ff9800;
}
a.button-collapse i {
    height: 100px;
    line-height: 100px;
}
nav ul a {
    font-size: 1.5rem;
}
.navbar-fixed {
    height: 97px
}
.logoImg {
    max-height: 70px;
    border: 0px;
}
.brand-logo {
    left: 37px;
    top: 3px;
}
.main-photo {
    width: 100%;
    height: 90%;
    background: url(doctor_1.jpg);
    background-size: cover;
    position: relative;
}
.slogan {
    width: 50%;
    left: 30px;
    bottom: 100px;
    /* right: 0; */
    /* margin: auto; */
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}
.slogan .title {
    font-size: 40px;
    font-weight: 700;
    color: white;
}
@media (max-width: 992px) {
    .slogan {
        width: 90%;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 30px;
    }
    .slogan .title {
        font-size: 27px;
    }
    .main-photo {
        height: 80%;
    }
}
.slogan .content {
    color: white;
    font-size: 20px;
}
.intro {
    width: 100%;
    background: #ddd;
    padding-top: 50px;
    padding-bottom: 50px;
}
.origin {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(doctor_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 90%;
    padding-bottom: 50px;
    position: relative;
}
.origin .content-wrapper {
    margin: auto;
    padding-top: 100px;
    color: white;
}
.origin .title {
    font-size: 50px;
    font-weight: 700;
    padding-bottom: 30px;
    text-align: center;
}
.origin span {
    width: 50px;
    height: 5px;
    margin: auto;
    background: #35eea2 !important;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
.origin .content {
    font-size: 25px;
}
footer.page-footer {
    margin-top: 0;
}
.promo {
    padding: 10px;
}
.promo i {
    margin: 20px 0;
    /* color: #ee6e73; */
    font-size: 7rem;
    display: block;
}
.promo-caption {
    font-size: 1.5rem;
    font-weight: 500;
}

.archive-article-header h1 {
	font-size: 2.8rem;
}

footer {
	font-size: 15px;
}

nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
	height: 80px;
	line-height: 80px;
}

.caption {
	background-color: rgba(161, 136, 127, 0.5); 
	border-radius: 7px;
}

.card-action a {
	cursor: pointer;
}

@media only screen and (min-width: 993px) {
    
    #smallWord {
        font-size: 12px;
		height: 89px;
    }

	.card-content {
    	height: 66px;
	}

}

@media only screen and (max-width: 993px) and (min-width: 600px) {
    
    #smallWord {
        font-size: 12px;
		height: 105px;
    }

	.card-content {
    	height: 81px;
	}
}
