/* Move down content because we have a fixed navbar that is 3.5rem tall */
.jumbotron{
background: #ddd url(../img/top04.jpg) no-repeat center center ;
background-size:cover;
display: block; /* imgタグはインライン要素のため、ブロック要素にする */
margin: 0 auto; /* ブロックレベル要素のものを中央に配置する */}
}
h1 img{
	width:400px;
}
.DRbtn{position:relative;
top: 350px;
left: 40%;
width: 100px;}
.display-3{font-size: 52px;
font-weight:700;}


/* ######################################
メディアクエリ
 ######################################*/

@media only screen and (min-width: 1200px){
}
@media screen and (min-width: 768px) and (max-width: 1199px){
	.display-3{font-size: 45px;
	font-weight:400;}
}
@media only screen and (max-width: 767px) {
	h1 img{
	width:200px;
	}
	.DRbtn{position:relative;
	top: 370px;
	left: 60%;
	}
	.display-3{font-size: 35px;
	font-weight:700;}
}
