body{
  font-family: Arial;
}

.paddingQ{
  padding: 40px 20px;
}
.paddingTop{
  margin-top: 14px;
}
.paragraph23{
  font-size: 15px;
  line-height: 24px !important;
  margin-left: 5px;
}
.a_but{
  font-size: 40px !important;
  line-height: 60px !important;
}
.a_but:hover, .a_but:link{
  color:white;
  cursor: pointer;
}
.margin{
  margin:50px 0;
}
.paddingB{
  padding-bottom: 20px;
}
.view{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.logo{
  width: 100%;
}
.borderArt{
  border-width: 1px;
  border-color:#a1a1a1;
  border-style: solid;
  background-color:#ffffff;
}
.header{
  font-family: 'Adobe Caslon Pro';
  color:#010101;
  font-size: 27px;
  font-weight: 700;
  text-align: left;
}
.header2{
  font-family: 'Adobe Caslon Pro';
  color:#010101;
  font-size: 44px;
  font-weight: 700;
  line-height: 47px;
  text-align: left;
}
.color{
  color:#000;
}
.bold{
  font-weight: 700;
}
.smallBold{
  font-weight: 400;
}
.date{
  color:#09374b;
  font-size:15px;
}
.left{
  text-align: left;
}
.right{
  text-align: right;
}
.center{
  text-align: center;
}
.hr{
  border-bottom: 1px solid black;
}
.paragraph{
  font-size: 17px;
}
.paragraph2{
  font-size: 16px;
}
.paragraph3{
  font-size: 18px;
}
.paragraph4{
  color:#feffff;
  font-size: 21px;
}
.paragraph5{
  font-size: 19px
}
.paragraph6{
  font-size: 13px;
}
.line-height{
  line-height: 22px;
}
.borderImg{
  background-color: #fff;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.62);
  padding: 10px 5px;
}
.CenterImg{
  display: block;
  margin: 0px auto;
  max-width: 100%;
}
.borderW{
  border:1px solid black;
}
.bg3{
  background-color: #09374b;
  padding: 15px;
}
.bg4{
  border-width: 6px;
  border-color:#09374b;
  border-style:solid;
  background-color: #4e6e7c;
}
.bg2{
  background-image: url("../img/Rectangle2.png");
  background-repeat: repeat-y;
  background-size: 100% 100%;
}
.color1{
  color:white;
}
.color2{
  color:#c7eeff;
}
.color3{
  color:#09374b;
}
.color4{
  color:#56ddf9;
}
.header2_2{
  text-decoration: underline;
  font-size: 29px;
}
.bg5{
  color:#fff;
  padding: 5px 15px;
}
.block{
  background-color: #09374b;
  padding: 2px;
}
.blocks{
  border-width: 1px;
  border-color:#a1a1a1;
  border-style: solid;
  background-color:#ffffff;
  opacity: 0.73;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  padding-left: 0px;
}
.fontText{
  font-size: 29px;
  color:#fff;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left:5px;
}
.cs{
  font-size: 16px
}
.paraCom{
  font-size: 21px;
}
.comment-name{
  color:#09374b;
}
.comment-date{
  color:#000;
}
.comment-text{
  font-size: 19px;
}
.textarea{
  resize: none;
  width: 100%;
  min-height: 80px;
  max-height: 100px
}
input{
  border-width: 1px;
  border-color:#a1a1a1;
  border-style: solid;
  background-color:#ffffff;
  margin:5px 0;
}
.button{
  background-color: #09374b;
  padding: 5px 10px;
  color:#fff;
  font-size: 14px;
}
.x{
  display: flex;
  justify-content: flex-end;
}
@media (min-width:770px) and (max-width:999px){
  .flex{
    display: flex;
    transform: scale(0.8);
    padding:0 10px;
  }
  .a1{
    justify-content: flex-start;
  }
  .b1{
    justify-content: flex-end;
  }
  .c1{
    justify-content: center;
  }
  .padd{
    padding:0 2%;
    position: relative;
  }
  .padds{
    position: absolute;
    left:33%;
  }
}
@media (min-width:1000px){
  .flex{
    display: flex;
    transform: scale(0.9);
    padding:0 30px;
  }
  .a1{
    justify-content: flex-start;
  }
  .b1{
    justify-content: flex-end;
  }
  .c1{
    justify-content: center;
  }
  .padd{
    padding:0 10%;
    position: relative;
  }
  .padds{
    position: absolute;
    left:38%;
    transform: scale(1.2);
  }
}
.psadds{
  line-height: 18px;
}
.bok{
  font-size: 20px;
  margin-left: -5%;
}
