
.parallax {
  box-sizing: border-box;
  /* color: #FFF; */
  /* font-size: 5rem; */
  /* display: flex; */
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-bottom: 20px;
  font-weight: bold;
}
.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  /* background-size: cover; */
  background-repeat: no-repeat;
  height: 50%;
  padding-left: 30px;
}

.img-bg-01 {
  
}
.img-bg-02 {
  
}
.img-bg-03 {
  
}

.box0001 {
    padding: 0.5em 1em;
    margin: .5em 0;
    /* font-weight: bold; */
    border: solid 3px #6091d3;
    border-radius: 10px;
    background-image: url('../images/picture1-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.box0001 p {
    margin: 0;
    padding: 0;
    line-height: 1.4;
    font-size: .85em;
}

.box0002  {
    padding: 0.5em 1em;
    margin: 1em 0;
    /* font-weight: bold; */
    border: solid 3px #6091d3;
    border-radius: 10px;
    background-image: url('../images/picture2-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.box0002 p {
    margin: 0;
    padding: 0;
    line-height: 1.4;
     font-size: .85em;
}
.box0003  {
    padding: 0.5em 1em;
    margin: 1em 0;
    /* font-weight: bold; */
    border: solid 3px #6091d3;
    border-radius: 10px;
    background-image: url('../images/picture3-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.box0003 p {
    margin: 0;
    padding: 0;
    line-height: 1.4;
     font-size: .85em;
}

@media screen and (max-width: 768px){
	.box0001 p {
	font-size: .8em;
	}
	.box0002 p {
	font-size: .8em
	}
	.box0003 p {
	font-size: .8em
	}
}

