@charset "utf-08";

*{
    box-sizing:border-box;
    margin:0 auto;
    padding: 0;
}
body{
    width:1200px;
    height: 100%;
    background-image: url(countryside-river.jpg); 
    background-size: cover;
}
.header{
    margin-top: 20px;
    width:1200px;
}
.header-top{
    display: flex;
}
.header-logo{
    margin: 20px auto auto 30px;
}
.header-logo h1{
    font-size: 500%;
    font-weight: bold;
    color:rgb(7, 134, 19);
}
.header-top p{
    font-size: 150%;
}
.header-title{
    margin-top: 30px;
    text-align: center;
    width: 850px;
    padding: 30px;
    background-color:rgba(255,255,255,0.6);
}
.header-title p{
    overflow-wrap: normal;
    font-size: 150%;
    text-align: left;
}
.header-title span{
    font-weight: bold;
}
main{
    margin-top: 30px;
}
.proposal{
    width: 850px;
    margin-top: 30px;
    padding: 30px;
    background-color:rgba(255,255,255,0.6);
}
.proposal p{
    overflow-wrap: normal;
    font-size: 150%;
    font-weight: normal;
    text-align: left;
}
.inquiry{
    margin-top:50px;
    padding-top: 20px;
    padding-bottom: 20px;
    width:400px;
    background-color:rgba(198, 103, 31, 0.8);
}
.inquiry h2{
    color:rgb(3, 3, 106);
    text-align: center;
    font-weight: bold;
    font-size: 120%;
}
.inquiry p{
    text-align: center;
    color:rgb(3, 3, 106);
    font-weight: bold;
    font-size: 100%;
}
.inquiry span{
    color:white;
    font-weight: bold;
    font-size: 150%;
}
.footer{
    width:1200px;
    border-top: 2px solid #80808033;
    margin-top:40px;
    margin-bottom: 50px;
}
.copyrights{
    background-color:#dcd5d5;
    width:1200px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align:center;
}
.back{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
input{
    padding:10px;
}

