/*///////////////////////////////////
// Bootstrap Override
///////////////////////////////////*/

.mt-50 {
	margin-top: 50rem !important;
}

.bg01 {
  background-image: url("../images/background_texture.jpg");
}

.bg02 {
  background-color: #e3f1f7;
  background-image: url("../images/bg_line.png");
}

.bg03 {
  background-color: #e3f1f7;
  background-image: url("../images/bg02.jpg");
}

a.anchor {
    display: block;
    padding-top: 93px;
    margin-top: -93px;
}

.awhite {
	color: #fff;
}

a.powered_by_me {
    color: #fff !important;
	text-decoration: none !important;
	background-color: transparent !important;
}