.optSmall{
  width: auto;
  height: auto;
  margin-top: 1.5%;
  margin-left: 3%;
  float: left;
  color: white;
  text-align: center;
  font-size: 1.4em;
  text-decoration: none;
  transition: all .2s ease;
  animation: fadein 3s, fromTop .4s, colorShiftToWhite 2s;
}
.optSmall:hover{
  background-image: linear-gradient(rgb(0,50,29), rgb(1,119,69));
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  padding-bottom: 10px;
  border-bottom: 3px solid rgb(0,50,29);
}
.optSmallSub{
  width: auto;
  height: auto;
  margin-top: 2%;
  margin-left: 3%;
  float: left;
  color: white;
  text-align: center;
  font-size: 1.1em;
  text-decoration: none;
    background-size: 100%;
  transition: all .2s ease;
    padding-bottom: 10px;
  border-bottom: 3px solid rgba(0,50,29,0.0);
  animation: fadein 3s, fromTop .4s, colorShiftToWhite 2s;
}
.optSmallSub:hover{
  background-image: linear-gradient(rgb(0,50,29), rgb(1,119,69));
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  padding-bottom: 10px;
  border-bottom: 3px solid rgb(0,50,29);
}
.optSmallSelected{
  background-color: rgb(1,119,69);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
    border-bottom: 3px solid rgb(1,119,69);
      padding-bottom: 10px;
    animation: fadein 3s, fromTop .4s,borderBottom 2s;
}
.SmallBannerReader{
  width: 100%;
  height: 70%;
  float: left;
  background-image: url(./img/vbcbanner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 24%;
  background-color: black;
  transition: all .6s ease;
}
.topViewPageBanner2 {
    width: 100%;
    height: auto;
    float: left;
    background-color:rgb(24,24,24);
    box-shadow: 2px 2px 6px black;
    padding-bottom: 15px;

}
.SubNavMenu{
  width: 100%;
  display: block;
  margin-left:auto;
  margin-right: auto;
  height: auto;
}

.PageTitle {
    width: 100%;
    height: auto;
    display: block;
    margin-left:auto;
    margin-right: auto;
    text-align: center;
    margin-left: 1%;
    margin-top: 0.5%;
    font-size: 2.5em;
    color: white;
}
.ReaderRequests{
  width:100%;
  height: auto;
  float: left;
}
.SingleReader{
  width:80%;
  height: auto;
  float: left;
  margin-left: 10%;
  margin-top: 1%;
}
.ReaderContentContainerTitle {
    background-image: linear-gradient(rgb(0,50,29), rgb(1,119,69));
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    border-bottom: 1px solid  rgb(24, 24, 24);
    width: 90%;
    height: auto;
    padding-bottom: 5px;
    float: left;
    margin-left: 0.5%;
    margin-top: 0.5%;
    color: white;
    font-weight: bold;
    font-size: 1.4em;
}
.CommentContent {
    width: 90%;
    height: auto;
    float: left;
    margin-left: 0.5%;
    margin-top: 0.5%;
    color: rgb(24, 24, 24);
    font-size: 1.2em;
}
.ProfilePicUserName{
  float: right;
  width: 100%;
  height: auto;
  font-size: 0.8em;
  color: rgb(24, 24, 24);
  margin-top: 5%;
  text-align: center;
}
.ReaderActionsContainer {
    width: 90%;
    margin-left: 7%;
    height: 40px;
    opacity: 0.7;
    float: left;
}
.ActionReaderButton{
    width: 35px;
    height: auto;
    float: left;
    margin-left: 1%;
    margin-top: 0.5%;
    transition: all .3s ease;
    cursor: pointer;
}
.ActionReaderButton:hover{
  background-color: #dddddd;
  border-radius: 40%;
}
.SLideUpReaderHolder2 {
    animation: .3s slide-upLink;
    margin-top: 0%;
    line-height: 3em;
    background-color: #F5F5F5;
    border: 0.1em solid #F5F5F5;
    border-radius: 0.5em;
    height: auto;
    padding-bottom: 2%;
    margin-left: 5%;
    width: 90%;
    margin-top: 5%;
    background-color: white;
    float: left;
    box-shadow: 2px 2px 6px #444;
}
@keyframes slide-upLink {
  from {
    margin-top: 100%;

  }

  to {
    margin-top: 5%;

  }
}
.InputTitle{
  width:90%;
  height: auto;
  float:left;
  color:white;
  margin-top: 2%;
  margin-left: 5%;
}
.AddCommentContainerInput2{
  width:90%;
  height: auto;
  padding-top: 2%;
    padding-bottom: 1%;
  margin-top: 0.1%;
  margin-bottom: 1%;
  float: left;
  background-color: unset;
  color: white;
  outline: none;
  border: none;
  border-bottom:1px solid silver;
  transition: all 300ms linear;
  font-size: 1.2em;

}
.AddCommentContainerInput2::placeholder{
  color:silver;
}
.AddCommentContainerInput2:focus{
  background-color: white;
  color:#181818;
  border-radius: 10px;
  border-bottom:1px solid silver;
}
.AddReaderRequestTitle{
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  margin-top: 0.5%;
  color: rgb(24, 24, 24);
  font-size: 2.5em;
  margin-top: 1%;
  margin-bottom: 3%;
  font-weight: bold;
}
.AddReaderRequestInputTitle{
  width: 60%;
  height: auto;
  float: left;
  margin-left: 20%;
  margin-top: 0.5%;
  color: rgb(24, 24, 24);
  font-size: 1.6em;
  margin-top: 2%;
  margin-bottom: 1%;
  font-weight: 500;
    transition: all 300ms linear;
}
.AddReaderRequestInput{
  width:60%;
  height: auto;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 1%;
  margin-top: 0.1%;
  margin-bottom: 1%;
  float: left;
  background-color: white;
  color: #181818;
  box-shadow: 2px 2px 6px silver;
  outline: none;
  border: none;
  margin-left: 20%;
  border-bottom:1px solid silver;
  transition: all 300ms linear;
  font-size: 1.2em;
  border-radius: 20px;

}
.AddReaderRequestInput::placeholder{
  color:silver;
}
.AddReaderRequestInput:focus{
  background-color: unset;
  border-radius: unset;
  box-shadow: unset;
  color:rgb(0,50,29);
  border-bottom:3px solid rgb(0,50,29);
}
.AddReaderButton{
  width: 40%;
  height: auto;
  padding: 2% 2% 2% 2%;
  margin-top: 1%;
  margin-bottom: 10%;
  float: left;
  margin-left: 30%;
  font-size: 1.4em;
  border-radius: 20px;
  color:rgb(0,50,29);
  text-align: center;
  border:2px solid rgb(0,50,29);
  cursor: pointer;
  transition: all .3s ease;
}
.AddReaderButton:hover{
  color:white;
  background-color: rgb(0,50,29);
  border:2px solid rgb(0,50,29);
  box-shadow: 2px 2px 6px silver;
}
.Calander{
    width:100%;
    height:74%;
    float: left;
    border: none;
    outline: none;

}
.AddImageEventItem{
  width: 100%;
  height: auto;
  float: left;
  border-radius: 20px;
}
.AddEventItem {
    width: 100%;
    height: auto;
    float: left;
    border-radius: 20px;
}
.AddEventInputTitle{
  width: 80%;
  height: auto;
  float: left;
  margin-left: 10%;
  margin-top: 0.5%;
  color: rgb(24, 24, 24);
  font-size: 1.6em;
  margin-top: 2%;
  margin-bottom: 1%;
  font-weight: 500;
    transition: all 300ms linear;
}
.AddEventRequestInput{
  width:80%;
  height: auto;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 1%;
  margin-top: 0.1%;
  margin-bottom: 1%;
  float: left;
  background-color: white;
  color: #181818;
  box-shadow: 2px 2px 6px silver;
  outline: none;
  border: none;
  margin-left: 10%;
  border-bottom:1px solid silver;
  transition: all 300ms linear;
  font-size: 1.2em;
  border-radius: 10px;

}
.AddEventRequestInput::placeholder{
  color:silver;
}
.AddEventRequestInput:focus{
  background-color: unset;
  border-radius: unset;
  box-shadow: unset;
  color:rgb(0,50,29);
  border-bottom:3px solid rgb(0,50,29);
}
.EventPic{
  width:30%;
  height: auto;
  float: left;
  margin-left: 8%;
}
.FormInputLabelClear{
  width: auto;
  height: auto;
  padding: 0.5% 0.5% 0.5% 0.5%;
  float: right;
  margin-right: 70%;
  box-shadow: 2px 2px 6px silver;
  background-color: tomato;
  border-radius: 5px;
  border: 1px solid red;
  color:white;
  cursor: pointer;
}
.FormInputLabelClear:hover{
  color:blue;
  background-color: red;
}
.EventHolder{
  animation: .3s slide-upLink;
  margin-top: 0%;
  line-height: 3em;
  background-color: #F5F5F5;
  border: 3px solid rgb(0,50,29);
  border-radius: 0.5em;
  height: 85%;
  overflow-Y: auto;
  overflow-X: hidden;
  padding-bottom: 2%;
  margin-top: 2%;
  margin-left: 15%;
  width: 70%;
  background-color: white;
  float: left;
  box-shadow: 2px 2px 6px black;
}
.bannerPicEvent{
  width:100%;
  height: 30%;
  float: left;
  box-shadow: 2px 2px 6px grey;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
}
.EventTitle{
  width:40%;
  height: auto;
  margin-top: 0.5%;
  margin-left: 10%;
  font-size: 2.5em;
  font-weight: bold;
  float: left;
}
.EventButtonHolder{
  width:48%;
  height: auto;
  margin-top: 0.5%;
  margin-left: 1%;
  font-weight: bold;
  float: left;
}
.EventCreatedOnContent{
  width:100%;
  height: auto;
  float: left;
  margin-top: 0.3;
}
.EventProfilePicture{
  width: 30px;
  box-shadow: 2px 2px 6px silver;
  height: auto;
  float: left;
  margin-left: 10%;
  border-radius: 50%;

}
.eventButton{
  cursor: pointer;
  transition: all .2s ease;
}
.EventProfileUserName{
  width:50%;
  height: auto;
  margin-top: -1%;
  margin-left: 0.5%;
  font-size: 0.8em;
  float: left;
}
.CreatedBy{
  width:100%;
  height: auto;
  margin-top: 0.5%;
  margin-left: 10%;
  font-size: 0.8em;
  font-weight: bold;
  float: left;
}
.LastOnline{
  width:50%;
  height: auto;
  margin-top: -1.5%;
  margin-left: 0.5%;
  font-size: 0.7em;
  margin-left: 10%;
  float: left;
  color: silver;
}
.ReaderContentContainerTitleM {
    background-image: linear-gradient(rgb(0,50,29), rgb(1,119,69));
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    border-bottom: 1px solid rgb(24, 24, 24);
    width: 95%;
    height: auto;
    padding-bottom: 5px;
    float: left;
    margin-left: 0.5%;
    margin-top: 0.5%;
    color: white;
    font-weight: bold;
    font-size: 1.2em;
}
.CommentContentM {
    width: 90%;
    height: auto;
    float: left;
    margin-left: 0.5%;
    margin-top: 0.5%;
    color: rgb(24, 24, 24);
    font-size: 0.8em;
}
.ArticlesSingleM{
  width: 45%;
  height: auto;
  float: left;
  border-radius: 10px;
  background-color: white;
  box-shadow: 2px 2px 10px silver;
  margin-left:1%;
  margin-right:1%;
  margin-top: 1%;
  color: white;
  background-color: white;
}
.ArticlesSingle{
  width: 31.2%;
  height: auto;
  float: left;
  border-radius: 10px;
  background-color: white;
  box-shadow: 2px 2px 10px silver;
  margin-left:1%;
  margin-right:1%;
  margin-top: 1%;
  color: rgba(29,29,29,0.99);
  background-color: white;
padding-bottom: 1%;
}

.ArticlesSingleTitle{
  width: 98%;
  height: auto;
  padding-top: 1%;
  float: left;
  margin-left: 1%;
  font-size: 1em;
  font-weight: bold;
}
.atricleLogo{
  width:7%;
  height: auto;
  float: left;
  margin-left: 1%;
  margin-right: 2%;
  border-radius: 50%;
  box-shadow: 2px 2px 6px rgba(22,22,22,0.3);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ArticlesSingleTitleContent{
  width: 86%;
  height: auto;
  float: left;
  padding-top: 1%;
}
.ArticlesSingleBanner{
  width: 100%;
  height: 20%;
  float: left;
  background-image: url("./img/Logos/vbgcroosMiddle.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center

}
.buttonBlueArticles{
  background-color: white;
  border: 1px solid #ddd !important;
  border-radius: 3px;
  outline: none !important;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  min-width: 5%;
  width: auto;
  color: cornflowerblue;
  margin-bottom: 5px;
  height: auto;
  position: relative;
  float: left;
  cursor: pointer;
  margin-left: 0.5%;
  transition: all .2s ease;
}
.ArticlesSingleBannerOverlay{
  width: 100%;
  height: 100%;
  float: left;
  background-color:  rgba(22,22,22,0.6);
}
.ArticlesSingleBannerInfoSingle1{
  width: 97.5%;
  height: auto;
  float: left;
  margin-left: 2%;
  line-height: 1.1em;
  font-size: 0.9em;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
      overflow: auto;

}
.ArticlesSingleBannerInfoSingle2{
  width: 90%;
  height: auto;
  float: left;
  margin-left: 2%;
  line-height: 1.1em;
  font-size: 0.7em;
    padding-top: 1%;
    padding-bottom: 1%;

}
@media only screen and (max-height: 700px) {
    .ArticlesSingle {
        width: 47.6%;
        height: 35%;
    }
    .optSmall {
      font-size: 1em;
      margin-left: 4.5%;
    }

  }
  @media only screen and (max-width: 1000px) {
      .ArticlesSingle {
          width: 98%;
          height: auto;
          margin-top: 5%;
          margin-left: 1%;
      }
    .optSmall {
      font-size: 1em;
      margin-left: 4.5%;
    }
    .atricleLogo{
      width:10%;
    }
    .ArticlesSingleTitle{
      font-size: 0.95em;

    }
    .imgSingleM{
      top:10%;
      height: 88%;
      width: 99%;
    }
    .PageTitle{
      margin-top:5%;
    }
    .ArticlesSingleBannerInfoSingle1{
      font-size: 0.9em;
      overflow: auto;
    }
    .ArticlesSingleBannerInfoSingle2{
      font-size: 0.5em;
    }
}
