@charset "utf-8";

body {
    font-family: 'Roboto', sans-serif;
    max-width: 1450px;
    background-color: rgba(125,125,125,0.5);
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
    font-size: medium;
}

.nav {
    max-width: 1450px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(168,168,168,0.50);
    margin-top: 0px;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 2rem;
    line-height: inherit;
    white-space: nowrap;
}

.band-top {
    margin-top: 80px;
}
.band-top-carousel {
    padding-top: 100px;
    padding-bottom: 50px;
    margin-top: 25px;
}
.band-top-garden {
    padding-top: 10px;
    background-color: rgba(192,237,255,0.50);
    bottom: 0px;
    padding-bottom: 0px;
    top: auto;
}

.band-01 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.band-01-index {
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: rgba(176,235,255,1.00);
    margin-bottom: 10px;
}
.band-garden {
    padding-top: 30px;
    padding-bottom: 100px;
    background-color: rgba(176,235,255,1.00);
    margin-bottom: 10px;
}
.row-index {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.p-index {
    margin-top: 0px;
    top: auto;
    bottom: auto;

}
.p-footer {
    margin-top: 0px;
    top: auto;
    bottom: auto;
    font-weight: 200;
    font-size: small;

}


.band-01-garden {
    padding-top: 10px;
    padding-bottom: 100px;
    background-color: rgba(192,237,255,0.50);
}

.band-02 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #378766;
}

.band-03 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #BEE5FF;
}

.band-04 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #FFFB38;
}

.band-footer {
    background-color: rgba(126,126,126,0.51);
    padding-top: 10px;
    /* [disabled]padding-bottom: 5px; */
    border-top: medium solid rgba(0,0,0,1.00);
}

.center-block {
}

.hr {
    border: thin solid rgba(0,0,0,1.00);
    padding-top: 0px;
    padding-bottom: 0px;
}
.td-garden {
    text-align: center;
    font-size: small;
}

.contact-form{
 margin: 6em 0;
 position: relative;  
}

.contact-form h1{
 padding:2em 1px;
 color: #F97300; 
}
.contact-form .right{
 max-width: 600px;
}
.contact-form .right .btn-secondary{
 background:  #F97300;
 color: #fff;
 border:0;
}
.contact-form .right .form-control::placeholder{
 color: #888;
 font-size: 16px;
}
.h3-space {
    padding-bottom: 16px;
}
.row-pp {
    margin-top: 30px;
}
.btn-top {
    background-color: rgba(176,235,255,0.50);
    border: thin dashed rgba(0,0,0,1.00);
    text-align: left;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}
