.Mobile{
  display: none;
}

.Body1{
  width: 100%;
  left: 0;
  top: 0;
  height: 100vh;
  background-color: #fff;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Body1 h1{
  font-size: 4.5em;
  color: #000;
  text-align: center;
  margin-top: -100px;
  position: absolute;
  left: 43%;
}

.Body1 hr{
  width: 80%;
  height: 1px;
  border-width: 1px;
  color: #000;
  background-color: #000;
  margin-top: 80px;
}

.Border1{
  background-color: #7579e7;
  width: 100%;
  height: 40px;
}

.Body2{
  background-color: #16213e;
  height: auto;
}

.Body2 .container{
  padding-top: 80px;
}

.Body2 .container .col-lg-6{
  margin-bottom: 50px;
}

.Body2 .container .col-lg-6 h1{
  font-size: 45px;
  color: #fff;
}

.Body2 .container .col-lg-6 h2{
  font-size: 38px;
  color: #fff;
}

.Body2 .container .col-lg-6 p{
  font-size: 16px;
  color: #fafafa;
  margin-top: 15px;
}

.Body2 .container .col-lg-6 img{
  width: 450px;
  height: 350px;
}

.Border2{
  background-color: #ffabe1;
  width: 100%;
  height: 40px;
}

.Footer{
  margin-top: 0px;
}


@media screen and (max-width:450px){
  .Large{
    display: none;
  }

  .Mobile{
    display: block;
  }

  .Body1{
    width: 100%;
    left: 0;
    top: 0;
    height: 100vh;
    background-color: #fff;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .Body1 h1{
    font-size: 3.0em;
    color: #000;
    text-align: center;
    margin-top: 0px;
    position: absolute;
    left: 32%;
  }

  .Body1 hr{
    width: 80%;
    height: 1px;
    border-width: 1px;
    color: #000;
    background-color: #000;
    margin-top: 80px;
  }

  .Body2{
    background-color: #16213e;
    height: auto;
  }

  .Body2 .container{
    padding-top: 80px;
  }

  .Body2 .container .col-lg-6{
    margin-bottom: 50px;
  }

  .Body2 .container .col-lg-6 h1{
    font-size: 40px;
    color: #fff;
  }

  .Body2 .container .col-lg-6 h2{
    font-size: 32px;
    color: #fff;
  }

  .Body2 .container .col-lg-6 p{
    font-size: 16px;
    color: #fafafa;
    margin-top: 15px;
  }

  .Body2 .container .col-lg-6 img{
    width: 300px;
    height: 250px;
  }
}
