footer{
    background: #B3594D ;
    color: #ffffff;
    text-align: center;
    height: 150px;
    width: 100%;
    line-height: 50px;
    position: relative;
    margin-top: 10px;
}
    
.iframe1{
    width: 80%;
    height: 700px;
    padding: 3px;
    margin:auto;
    border: 0;
    margin-bottom: 5rem;
}
.header-title{
    padding-left:10rem;
    padding-top:2rem;
    padding-bottom:2rem;
    width:100%;
}
.header-title *{
    font-size:2rem;
    color:#FF5151;
}
h1{
    color:#444400;
}
body{
    line-height: 30px;
    font-family: "微軟正黑體";
}
*{
    font-family:"微軟正黑體";
}
.up{
    background: #444444;
    color: #ffffff;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: center;
    line-height: 50px;
    position: absolute;
    right: 5px;
    bottom: -200px;
}
.navbar{
    background: #971200;
}
.navbar a{
    color: #ffffff;

}
.img-fluid{
    width:100% !important;
}
main{
    font-family:"微軟正黑體" !important;
}
.dropdown-menu{
    a{
        color:#000000 !important;
}
}
.all-title{
    padding-left:1rem;
    border-left:5px #FFD2D2 solid;
}
.navbar-expand-lg .navbar-collapse {
    margin-left: 5.5rem !important;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #FF9797;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e)
}
.card {
    float: left;
    margin: 0.5rem;
    width: 22% ;
    font-size: 0.8rem !important;
}
 @media screen and (max-width:500px) { 
	*{
		font-size:16px !important;
		line-height:30px;
	}
	.iframe1{
    width: 90%;
    height: 600px;
    padding: 3px;
    margin:auto;
    border: 0;
    margin-bottom: 1rem;
	}
	.navbar-expand-lg .navbar-collapse {
     margin-left:.5rem !important; 
	}
	.card {
    float: left;
    margin: 0.5rem;
    width:90% !important;
    font-size: 0.8rem !important;
	}
	 .navbar-toggler-icon{
	  font-size: 1rem !important;
	  line-height: 20px;
		width:2rem;
		 height:auto;
		color:#FFF;
	 }
	 .navbar-toggler {
    padding: .25rem .25rem;
	 }
}
@media screen and (min-width:700px){ 
	*{
		font-size:18px;
		line-height:30px;
	}
	.card {
    float: left;
    margin: 0.5rem;
    width:22% !important;
    font-size: 0.8rem !important;
	}
	.all-title{
		font-size:30px;
	}
	.navbar {
	    padding: 0 !important;
	}
}