header{height:100vh;width:100%;background:-webkit-gradient(linear, left top, left bottom, from(rgba(54,19,2,0.6)), to(rgba(54,19,2,0.6))),url(../images/jumbo1.jpg);background:linear-gradient(rgba(54,19,2,0.6), rgba(54,19,2,0.6)),url(../images/jumbo1.jpg);background-position:center;background-repeat:no-repeat;background-size:cover}header .jumbotronContent{width:100%;height:100vh;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;margin:0 auto}header .jumbotronContent img{width:700px;margin-bottom:50px}header .mainCTA{padding:7px;border:2px solid #fff;color:#CB8D43;text-decoration:none;background-color:#fff;font-weight:bold;border-radius:2px}header .mainCTA:after{content:'';display:block;width:0;height:2px;background:#CB8D43;-webkit-transition:0.3s ease-in-out 0s;transition:0.3s ease-in-out 0s}header .mainCTA:hover:after{width:100%}header .mainCTA:hover{border-color:rgba(255,255,255,0.2)}header .mainCTA:active{background:rgba(255,255,255,0.9)}section{width:100%;background-image:linear-gradient(315deg, #c8ca4a 50%, #f7f7f7 50%);display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;margin:0 auto;color:#361302}section .content{width:80%;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:start;align-items:flex-start;margin:0 auto;padding-top:50px}section .col{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;width:33%}section img{height:100%;width:300px}section .title{padding:20px}section .title h2{margin-bottom:-20px}section .title h5{color:#CB8D43}@media only screen and (max-width: 992px){section .content{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}section .col{width:100%}}@media only screen and (max-width: 600px){header .jumbotronContent img{width:80%;margin-bottom:50px}}div.notification{text-align:center;height:100%;width:100%;margin:0 auto;padding:5px 0;background-color:#4B4340;font-size:1.28rem}div.notification a{color:white;text-decoration:none;padding:5px 0}dev.notification a:hover{text-decoration:underline;-webkit-text-decoration-color:pink;text-decoration-color:pink}span.oshirase{margin-right:10px;padding:5px;background-color:#CB8C43;color:white;font-weight:bold}
