html  { 
	background-color: rgba(36, 16, 127, .2);
	}
body {
  font-family: 'Nunito', sans-serif;
  min-height: 100%;
  min-height: 100vh;
  overflow: auto;
  background-color: transparent;
  background-image: url( "../images/bg.svg" );
  background-size: cover;
}

.nav-item .nav-link {
  text-transform: uppercase;
  font-size: small;
}

.row, .col, .col-10 {
  background-color: transparent;
}

.row div h5 {
  color:#888;
}

.row div {
  color: #555;
}

.row div h1 {
  color: #bbb;
  text-align: center;
  font-weight: 400;
  font-size: xx-large;
}

main  {		
  margin: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

footer  {
  background-color: transparent;
  position: absolute;
  width: 100%;
  bottom: 0px;
}

.foo {
  line-height: 40px;
  text-align: center;
  background-color: rgba(0,0,0,.3);
  border-top: solid 1px rgba(255,255,255,.4);
  border-bottom: solid 1px #333;
  color: rgba(0,0,0,.4);
}

.col-6 {
  background-color: #fff;
  padding-top: 10px;
  padding: 20px;
  margin-bottom: 1px;
}

.right-white-tx {
  text-align: right;
  color: #fff;
  font-weight: 700;
  padding-top: 20px;
  text-shadow: 2px 2px 5px rgba(0,0,0,.6);
}

.co-tr {
  border-top-left-radius: 10px;
}

.co-tl {
  border-top-right-radius: 10px;
}

.co-br {
  border-bottom-left-radius: 10px;
}

.co-bl {
  border-bottom-right-radius: 10px;
}

.mar-70 {
  margin-top:10px;
  margin-bottom: 30px;
}

.notise {
  font-size: 110%;
  font-weight: 700;
}

.error {
  background-color: rgba( 255, 255, 255, .6);
  border: solid 2px #b00;
}

.label-tx {
  font-size: 90%;
  color: #333;
}

.fff {
  color: #fff;
  font-weight: bolder;
}

.form-bg {
  background-color: #fff;
  border-radius: 9px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.nlink1 {
  text-decoration: none;
  color: #700;
}

.nlink2 {
  text-decoration: none;
  color: #007;
}

textarea {
  border-radius: 7px;
  border: 1px solid #ccc;
}

#disp {
  display: none;
}

.cent-btn {
  width: 70%;
  margin: 40px 15% 10px 15%;
}

.cent-auto {
  width: 100%;
  margin: 20px 0 6px 0;
}

.modal-body input {
  border-radius: 5px;
  border-color: #888;
  text-align: right;
  margin-right: 0;
}

.gron {
  background-color: rgba(12, 92, 104, 0.7);
  color: #fff;
}

.gron:hover {
  background-color: rgb(15, 98, 110);
  color: #fff;
}

.gron2 {
  background-color: rgba(20, 124, 172, 0.7);
  color: #fff;
}

.gron2:hover {
  background-color: rgb(20, 123, 170);
  color: #fff;
}

.gray {
  background-color: #555;
  color: #fff;
}

.gray:hover {
  background-color: #999;
  color: #fff;
}

.lila {
  background-color: #6c7875;
  color: #fff;
}

.lila:hover {
  background-color: #91a39f;
  color: #fff;
}

.gul {
  background-color: rgb(216, 159, 1);
  color: #fff;
}

.gul:hover {
  background-color: rgb(185, 136, 0);
  color: #fff;
}

.inner-bg   {
  padding: 40px;
  background-color: #fff;
  border: solid 1px #333;
}

.outer-bg   {
  border-radius: 10px;
  padding: 20px;
  /*background-color: rgba(10,20,20,.3);*/
  background-image: linear-gradient(50deg, rgba(160,160,160,.2), rgba(10,20,20,.6));
}

.outer2-bg   {
  border-radius: 10px;
  padding: 2px 25px 25px 25px;
  background-image: linear-gradient(50deg, rgba(160,160,160,.2), rgba(10,20,20,.6));
}

.bg-gray-700	{
	background-color: rgba( 255, 255, 255, .7 );
}

.label		{
	float: right;
}

hr  {
  background-color: rgba(0,0,0,.2);
}

.ck-editor__editable {
  min-height: 100px;
}
