
a {
  color: rgb(196, 243, 255);
}


.bgframe {
    background-attachment: fixed;
    background-image: url("bg13.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 0px;
    width: 0px;
    z-index: -5;
  }
  .bgframe::before {
    background: inherit;
    content: '';
    filter: blur(6px);
    position: fixed;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    z-index: -5;
  }

.gbrt{
  display: inline-block;
  text-align:center;
  position: fixed;
  height: 100%;
  width: 94%;
  top: 0%;
  left:  3%;
  filter: blur(0em);
  /*border-radius: 0.5em;*/
  margin: 0em 0em 2em 0em;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.bbox{
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  background-color: rgba(255, 255, 255, 0);
  color:rgba(255, 255, 255, 0.87);
  padding: 1em 2em 1em 2em;
}
h1 {
  text-align: center;
  color: rgb(255, 255, 255, 0.87);
  margin: 0px 0px 0px 0px;
  }

h2{
  text-align: center;
  color:rgba(255, 255, 255, 0.87);
  background-image: url("bg12.jpg");
  background-repeat:no-repeat;
  background-position: top;
  width: auto;
  height: 200px;
  margin: 0px 0px 0px 0px;
}
.text1{
font-size: 100%;
}
.pic1{
  display: inline-block;
  width: 4em;
  height: 12em;
  object-position: 0px 0px;
  overflow: hidden;
  border-radius: 0.5em;
  margin: 0.5em 0.5em 0.5em 0.5em;
  border: solid 2px;
  border-color: rgba(0, 0, 0, 0.767);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.822);
}
.pic1 img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.prof1{
  display: inline-block;
  width: 6em;
  height: 6em;
  object-position: 0px 0px;
  overflow: hidden;
  border-radius: 0.5em;
  margin: 0.5em 0.5em 0.5em 0.5em;
  border: solid 2px;
  border-color: rgba(0, 0, 0, 0.767);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.822);
}
.prof1 img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.mail img{
  height:1.2em;
}
.bimg1{
  display: inline-block;
  width: 468px;
  height: 60px;
  object-position: 0px 0px;
  overflow: hidden;
  border-radius: 0.5em;
  margin: 0.5em 0.5em 0.5em 0.5em;
  border: solid 2px;
  border-color: rgba(0, 0, 0, 0.767);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.822);
}
.bimg2{
  display: inline-block;
  width: 200px;
  height: 40px;
  object-position: 0px 0px;
  overflow: hidden;
  border-radius: 0.5em;
  margin: 0.5em 0.5em 0.5em 0.5em;
  border: solid 2px;
  border-color: rgba(0, 0, 0, 0.767);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.822);
}

.ntext {
  color: #363636;
  font-weight: lighter;
  text-align: left;
  border-radius: 10px;
  margin: 20px 45px 20px 45px;
  padding: 15px 15px 15px 15px;
  background-color: rgba(233, 233, 233, 0);
  }
