body {
    font-family: "Open Sans",Tahoma,sans-serif !important;
    color:linear-gradient(rgb(0,50,29), rgb(1,119,69));
}
.mainColor{
  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;
}
#Main {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow-y: auto;
    overflow-x: hidden;
}
@keyframes scaleUp{
  from { transform: scale(1); }
  to   { transform: scale(1.3); }
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes Scalein {
    from { transform:  scale(2); }
    to   { transform:  scale(1);  }
}
@keyframes toLeft {
  from { margin-left: 0%; }
  to   { margin-left: 32%;  }
}
@keyframes toLeftSmall {
  from { margin-left: 0%; }
  to   { margin-left: 15%;  }
}
@keyframes fromTop {
  from { margin-top: 20%; }
  to   { margin-top: 2%;  }
}
@keyframes fromTopSmall {
  from { margin-top: -20%; }
  to   { margin-top: 0%;  }
}
.frontHomeContentRight{
  width:40%;
  height: 90%;
  float: left;
  margin-top: 8%;
}

.TopNavigation{
  position: fixed;
  height: 8%;
  width: 100%;
  top: 0%;
  //box-shadow: 2px 2px 2px black;
  background-color: rgb(22,22,22);
  z-index: 129;
  transition: all .2s ease;
  animation: fadein 1s;
}
.HomeBanner{
  width: 100%;
  height: 100%;
  float: left;
  background-image: url("./img/vbcbanner.PNG");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: black;
  transition: all .6s ease;
  background-position: center center;
}
.HomeBannerContent{
  width: 100%;
  height: 100%;
  float: left;
  background-color: rgba(0, 0, 0, 0.25);
}
.UserLogin{
  width: 5%;
  height: 50%;
  float: left;
  margin-top:2%;
  margin-left: 2.5%;
  animation: fadein 3s, fromTop .4s, colorShiftToWhite 2s;
  background-image: url("./img/userImage.png");
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: center 50%;
  background-repeat: no-repeat;
  background-color: silver;
  border-radius: 50%;
  cursor: pointer;
  transition: all .2s ease;
}
.UserLogin:hover{
  background-color: rgb(0,50,29);
  transform:scale(1.1);
}
.UserLoginSelected{
  width: 5%;
  height: 50%;
  float: left;
  margin-top:2%;
  margin-left: 2.5%;
  animation: fadein 3s, fromTop .4s, colorShiftToWhite 2s;
  background-image: url("./img/userImage.png");
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: center 50%;
  background-repeat: no-repeat;
  background-color: rgb(0,50,29);
  border-radius: 50%;
  cursor: pointer;
  transition: all .2s ease;
}

.menuOptions{
  width: auto;
  height:100%;
  float: right;
  min-width: 50%;
}

.opt{
  width: auto;
  height: auto;
  margin-top: 2.5%;
  margin-left: 3%;
  float: left;
  color: white;
  text-align: center;
  font-size: 1.35em;
  text-decoration: none;
  transition: all .2s ease;
  animation: fadein 3s, fromTop .4s, colorShiftToWhite 2s;
}
.opt: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);
}
.optSelected{
  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: 3px solid rgb(0,50,29);
      padding-bottom: 10px;
    animation: fadein 3s, fromTop .4s,borderBottom 2s;
}
.logoContainer{
  width: 8%;
  float: left;
  height: 100%;
  margin-left: 5%;
  margin-top: 0.1%;
  transition: all .2s ease;
}
.logoContainer:hover{
    transform: scale(1.05);
}
.MainJMLogo{
  width: 100%;
  float: left;
  height: auto;
  cursor: pointer;
  transition: all .4s ease;

}
.MainJMLogo:hover{
  opacity: 0.9;
}
.MainTitleHolder{
  width:100%;
  height: auto;
  float: left;
}
.right{
  width:2%;
  height: auto;
  float: left;
  margin-top: 0.1%;
  margin-left: 3%;
  cursor: pointer;
  transition: all 0.25s ease;

}

.rightClicked{
  width:2%;
  height: auto;
  float: left;
  margin-top: 0.1%;
  margin-left: 3%;
  cursor: pointer;
  transition: all 0.25s ease;
  background-color: grey;
}
.menuNav{
    position:fixed;
    left:120%;
    transition: left 0.4s ease;
    height:100%;
    width:40%;
    z-index: 130;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.5);
}
.Filler{
    width:70%;
    height:5%;
    float:left;
}

.Filler2{
    width:100%;
    height:auto;
    float:left;
    background-image: linear-gradient(rgb(0,50,29), rgb(1,119,69));
    background-size: 100%;
    padding-bottom: 1%;
    box-shadow: 2px 2px 3px silver;
}
.colorbgM{
    width:100%;
    height:100%;
    float:left;
    background-color: white;
  transition: all .3s ease;
  background-size: 100%;
    box-shadow:2px 2px 15px black;
    border-top:none;
}
.colorbg{
    width:100%;
    height:100%;
    float:left;

  transition: all .3s ease;
  background-color: White;
  background-size: 100%;
    box-shadow:2px 2px 15px black;
    border-top:none;
}
.LogoMenu{
  width:35%;
  float:left;
  height: auto;
  margin-top: 1%;
  margin-left: 2%;
  cursor: pointer;
  transition: all .3s ease;
}
.right2{
    width:6%;
    float:right;
    height: auto;
    margin-right: 6%;
    margin-top: 3%;
    cursor: pointer;
    transition: all .3s ease;
}
.right2:hover{
  transform: scale(1.02);
}
.singleLinkHolder{
  width: 95%;
  height: 15%;
  margin-top:0.5%;
  background-color: white;
  border-radius: 20px;
  margin-left: 2.5%;
  float: left;
  transition: all .2s ease;
}
.singleLinkHolder:hover{
  box-shadow: 2px 2px 10px black;
  transform: scale(1.05);
}
.menuLogo{
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  width: 12%;
  height: 65%;
  margin-left: 1%;
  margin-top: 2%;
  float: left;
  margin-right: auto;
}
.link{
  width:70%;
  height: auto;
    margin-top: 1%;
  float: left;
  font-size: 2.1em;
  text-align: left;
  font-weight: 800;
  text-decoration:none;
  margin-left: 1%;
  cursor: pointer;
    text-transform: uppercase;
  transition: all .2s ease;
}
.link2{
  width:60%;
  height: 40%;
  float: left;
  margin-left: 1%;
  font-size: 1.1em;
  text-align: left;
  text-decoration:none;
  cursor: pointer;
  transition: all .2s ease;
    color:grey;
}
.singleLinkHolderM{
  width: 100%;
  height: auto;
  margin-top:1%;
  background-color: white;
  float: left;
  transition: all .2s ease;
    padding-bottom: 1%;
    padding-top: 1%;
box-shadow: 2px 2px 6px grey;
background-image: linear-gradient(rgb(0,50,29), rgb(1,119,69));
}
.singleLinkHolderM:hover{
  box-shadow: 2px 2px 10px black;
  transform: scale(1.05);
}
.menuLogoM{
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-left: 1%;
  margin-top: 2%;
  float: left;
  margin-right: auto;
}
.linkM{
  width:80%;
  height: auto;
    margin-top: 1%;
  float: left;
  font-size: 1.4em;
  text-align: left;
  font-weight: 800;
  text-decoration:none;
  margin-left: 1%;
  cursor: pointer;
  color:white;
    text-transform: uppercase;
  transition: all .2s ease;
}
.link2M{
  width:80%;
  height: auto;
  float: left;
  margin-left: 1.3%;
  margin-top: 1%;
  font-size: 0.8em;
  text-align: left;
  text-decoration:none;
  cursor: pointer;
  transition: all .2s ease;
    color:darkseagreen;
}
.linkHolderM{
  width:100%;
  height: auto;
  float: right;
  overflow-y: auto;
  overflow-x: hidden;
}
.linkHolder{
  width:100%;
  height: 88%;
  float: right;
  overflow-y: auto;
  overflow-x: hidden;
}
.imgFooter{
    display: block;
    height:10%;
    width: auto;
    border-radius: 50%;
    box-shadow: 2px 2px 2px black;
    margin-right: auto;
    margin-left: auto;
}
.canvas{
  position: Fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 130;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  background: rgba(0, 0, 0, 0.85) none repeat scroll 0% 0%;
}
.X{
  height: 40px;
  width: 40px;
  Top: 20px;
  position: fixed;
  right: 100px;
  cursor: pointer;
  transition: all .25s ease-in-out;
}
.X:hover{
  border-radius: 50%;
  padding: 1% 1% 1% 1%;
  transform: scale(1.1);
  background-color: blue;
  box-shadow: 2px 2px 8px black;
}
.Welcome{
  width: 100%;
  height: auto;
  float: left;
  font-size: 8em;
  text-align: center;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0em;
  text-transform: uppercase;
  animation: fadein 4s,Scalein 1s,  colorShiftToWhite 2s;
  background-color: #f3ec78;
  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;
}
.logo{
  width:10%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6%;
  animation: fadein 4s, Scalein 1s,  colorShiftToWhite 2s;

}
.WelcomeInfo{
  width: 100%;
  height: auto;
  float: left;
  font-size: 3em;
  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;
  margin-top: 1%;
  text-align: center;
  animation: fadein 4s, Scalein 1s, colorShiftToWhite 2s;
}
.ButtonHolder{
  width: 25%;;
  height: 5%;
  margin-top:  4%;
    float: left;
  text-shadow: 0.1px 0.1px 1px black;
  background-color: rgba(0, 0, 0, 0.2);
  animation: fadein 4s;
  cursor: pointer;
  transition: all .2s ease;
  padding: 1% 1% 1% 1%;
  border: 4px solid rgb(4, 76, 4);
  border-radius: 20px;
  margin-left: 36%;
}

.Button{
  width:80%;
  height:auto;
  float: left;
  margin-right: auto;
  text-align: center;
  color: white;
  font-size: 2em;
}
.circleButton{
  width:15%;
  height:100%;
  float: left;
  margin-right: auto;
  text-align: center;
  color: white;
  font-size: 2.2em;
  border-radius: 50%;
  padding: 1% 1% 1% 1%;
  color:white;
  background-color: rgb(4, 76, 4);
}
.arrowDownScaleUp{
  width:7%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25%;
  animation: scaleUp 2s;
  animation-iteration-count:infinite;
  cursor: pointer;
  transition: all 1s ease;
}
.arrowDownScaleUp:hover{
  transform: scale(1.1);
}
.arrowDownScaleDown{
  width:7%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25%;
  animation: scaleUp 2s;
  animation-iteration-count:infinite;
  cursor: pointer;
  transition: all 1s ease;
  transform: scale(1.1);
}

.arrowDown{
  width:7%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25%;
  animation: fadein 4s,  colorShiftToWhite 2s;
  cursor: pointer;
  transition: all .2s ease;
  animation: scaleUp .
}
.arrowDown:hover{
  transform: scale(1.1);
}
.SubSection{
  height: 200%;
  margin-top: 2%;
  width: 100%;
  float:left;
}
.OffSetMainColor{
  background-image: linear-gradient( black, white);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.SubSectionHeader{
    background-size: cover;
    width:100%;
    height: 10%;
    padding-top: 6%;
    padding-bottom: 2%;
    float: left;
    box-shadow: 2px 2px 6px silver;
}
.ServicesHolder{
  height: 80%;
  width: 98%;
  float: left;
  margin-top: 1%;
  margin-left: 2%;
}
.SingleServicesWide{
  height: 40%;
  width: 95%;
  float: left;
  margin-left: 1%;
  border-radius: 10px;
  margin-top: 2%;
  box-shadow: 2px 2px 6px black;
  background-size: 100% 200%;
  transition:   all 2s ease;
  cursor: pointer;
}
.SingleServicesWide:hover{
  background-size: 105% 205%;
}
.SingleServices{
  height: 25%;
  width: 32%;
  float: left;
  border-radius: 10px;
  margin-left: 1%;
  margin-top: 1%;
  box-shadow: 2px 2px 6px grey;
  background-size: 100% 100%;
  transition:   all 1s ease;
  cursor: pointer;
  background-position: center;
}
.SingleServices:hover{
  background-size: 115% 115%;
}
.SingleServicesOverlay{
  width:100%;
  height: 100%;
  border-radius: 10px;
  float: left;
  background-color: rgba(0,0,0,0.1);
}
.SingleServicesOverlay:hover{
}
.headerImg{
  width: 50%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;

}
.TextServicesHeader{
  float: left;
  width: 100%;
  height: auto;
  margin-top: 8%;
  text-align: center;
  font-size: 3.8em;
  color:#405169;
  font-weight: bold;
}
.TextServicesSub{
  float: left;
  width: 100%;
  padding-top: 0.3%;
  text-align: center;
  font-size: 2em;
  color: ghostwhite;
}
.TextServicesmain{
  float: left;
  width: 80%;
  margin-left: 10%;
  padding-top: 0.2%;
  text-align: center;
  font-size: 1.2em;
  color: ghostwhite;
  text-shadow: 0.1px 0.1px 1px black;
}
.HomePageContent1{
  width: 100%;
  height: 100%;
  float: left;
  color: white;
  background-position: -10% 70%;
  background-size: cover;
  background-repeat:no-repeat;
    padding-bottom: 5%;
}

.sectionInfoHolder{
  width: 40%;
  height: auto;
  float: left;
  background-color: rgba(255,255,255,0.5);
  margin-top: 8%;
  margin-left: 55%;
  padding-top: 2%;
  padding-bottom: 2%;
  border-radius: 10px;
  box-shadow: 2px 2px 6px grey;
}
.SectionTitle {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 1%;
  text-align: center;
  font-size: 4em;
  font-weight: bold;
}
.SectionImg{
  margin-top: 2%;
  width:20%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.SectionAbout{
  float: left;
  width: 80%;
  margin-left: 10%;
  padding-top: 1%;
  text-align: center;
  font-size: 1.5em;
  line-height: 2em;
  color: rgb(42,42,42);
  text-shadow: 0.1px 0.1px 1px black;
}
.Section{
    width: 100%;
    height: 90%;

    float: left;
    color: white;
}

.footer{
  width:100%;
  height: 33%;
  float: left;
  background-image: linear-gradient(rgb(0,50,29), rgb(1,119,69));
  padding-top: 2%;
  margin-top: 5%;
  padding-bottom: 2%;
}
.buttonLarget:hover{
  background-color: ghostwhite;
  transform: scale(1.1);
}
.footerHolder{
  width:80%;
  height: auto;
  float: left;
  margin-left:10%;
}
.footerCloums{
    width:32%;
    height: 100%;
    float: left;

}
.headerFooter{
  height:auto;
  padding-top: 2%;
  width: 100%;
  float: left;
  color: #ffd300;
  font-size: 2em;
  text-align: center;
  font-weight: bold;
}
.linkFooter{
  height:auto;
  padding-top: 2%;
  width: 100%;
  float: left;
  color: white;
  font-size: 1.5em;
  text-align: center;
  text-decoration: none;
}
.linkFooter:hover{
  color: #ffd300;
}
.SubSection2{
  height:auto;
  width: 100%;
  float: left;
  padding-top: 5%;
  background-color:#f4f4f4;
  background-image: linear-gradient(rgb(0,50,29), rgb(1,119,69));
}
.PillarHolderTitle{
  width:100%;
  height: auto;
  float: left;
  color:white;
  margin-bottom: 5%;
  text-shadow: 0.1% 0.1% 3px black;
  font-size: 5em;
  text-align: center;
  letter-spacing: 0.2em;
}
.PillarHolder{
  height: 80%;
  width: 95%;
  float: left;
  margin-top: 1%;
  margin-left: 2.5%;

}
.SinglePillar{
  height: 80%;
  background-color: white;
  border-radius: 20px;
  box-shadow: 2px 2px 10px black;
  width: 28%;
  float: left;
  margin-left: 2%;
  padding-left: 1%;
  padding-right: 1%;
}
.PillarImg{
  width: 60%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;

}
.PillarHeader{
  width: 90%;
  margin-left: 3.5%;
  text-shadow: black 0.1px 0.1px 1px;
  margin-bottom: 1%;
  margin-top: 1%;
  font-size: 260%;
  color: rgb(0, 50, 29);
  float: left;
  height: auto;
  padding-top: 1%;
  text-align: center;
  font-weight: bold;
}
.TextContentHeader{
  float: left;
  width: 100%;
  height: auto;
  padding-top: 1%;
  text-align: center;
  font-size: 350%;
  color:#405169;
  font-weight: bold;
}
.TextContentSub{
  float: left;
  width: 100%;
  padding-top: 2%;
  text-align: center;
  font-size: 200%;
  font-weight: bold;
}
.TextContentmain{
  float: left;
  width: 80%;
  margin-left: 10%;
  padding-top: 2%;
  text-align: center;
  font-size: 150%;
  color: grey;
  text-shadow: 0.1px 0.1px 1px black;
}
.Section{
    width: 100%;
    height: 90%;

    float: left;
    color: white;
}
.HomePageContent2{
  width: 100%;
  height: 80%;
  float: left;
  color: white;
  background-position: -10% 90%;
  background-size: cover;
  background-repeat:no-repeat;
  padding-bottom: 8%;
    padding-top: 5%;
}
.SectionRight{
  width:60%;
  background-color: rgba(255,255,255,0.5);
  margin-top:3%;
  margin-left: 5%;
  padding-top: 2%;
  padding-bottom: 2%;
  border-radius: 10px;
  box-shadow: 2px 2px 6px black;
  height: auto;
  float: left;
}
.catchphrase{
  width: 100%;
  height:auto;
  margin-bottom: 1%;
  text-align: center;
  font-size: 3.8em;
  font-weight: bold;
}
.bullet{
  height:auto;
  width: 50%;
  float: left;
  margin-left: 30%;
  color: rgb(42,42,42);
  font-size: 2em;
  line-height: 2em;
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1.5em;

}
.buttonLarget{

  width: 60%;
  height: 6%;
  margin-left: 1%;
  margin-top: 10%;
  margin-left: 20%;
  cursor: pointer;
  padding-top: 2%;
  font-size: 2.8em;
  padding-bottom: 2%;
  float: left;
  text-align: center;
  font-weight: bold;
  color: White;
  background-image: linear-gradient(rgb(0,50,29), rgb(1,119,69));
  transition:  all 0.3s ease;
  border-radius: 10px;
  box-shadow: 2px 2px 6px grey;
}
.TreeofMemoriesAlert{
  width:15%;
  height:auto;
  min-height: 50px;
  position: fixed;
  z-index: 90000000000000000001;
  box-shadow: 2px 2px 10px black;
  background-color:#7FB57F;
  border:1px solid #104809;
  border-radius: 10px;
  top: 5%;
  padding: 1% 1% 1% 1%;
  left:42.5%;
  animation:  fadein .7s,AlertDropDown .7s;

}
.TreeofMemoriesAlertIcon{
  width: 20%;
  height: 100%;
  min-height: inherit;
  float: left;
  background-image: url("./img/greenCheck.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.TreeofMemoriesAlertText{
  width: 80%;
  height: auto;
  float: left;
  padding-top: 3%;
  text-align: center;
  color:white;
}
.TreeofMemoriesAlertIconFailed{
  width: 20%;
  height: 100%;
  min-height: inherit;
  float: left;
  background-image: url("./img/error.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.TreeofMemoriesAlertFailed{
  width:15%;
  height:auto;
  min-height: 50px;
  position: fixed;
  z-index: 90000000000000000001;
  box-shadow: 2px 2px 10px black;
  background-color:rgb(205,92,92);
  border:1px solid rgb(178,34,34);
  border-radius: 10px;
  top: 5%;
  padding: 1% 1% 1% 1%;
  left:42.5%;
  transition: all .5s ease;
  animation:  fadein .7s,AlertDropDown .7s;
}
@keyframes AlertDropDown {
  from { top: -15%; }
  to   { top: 5%;  }
}
.DropDown{
    position: absolute;
    top: 100%;
    left: 0;
    height: auto;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 0;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
}
.dropOption{
  width:100%;
  height: auto;
  margin-top: 0.5%;
  float: left;
  font-size: 14px;
  display: list-item;
  padding: 6px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  vertical-align: middle;
  text-transform: none;
  line-height: 1;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
.dropOption:hover{
    font-weight: 500;
}
.DropOptionImg{
  display: inline-block;
  font-size: 16px;
  line-height: 17px;
  margin-top: -0.7%;
  margin-right: 5px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  transition: width .5s ease;
}
.hide{
  display:none;
}
.UserDropDown{
  width:300px;
  background-color: white;
  box-shadow: 2px 2px 10px black;
  position: fixed;
  z-index: 130;
  height: auto;
  padding-bottom: 10px;
}
.DropTop{
  width: 100%;
  height: 80px;
  float:left;
  background-image: linear-gradient(rgb(0,50,29), rgb(1,119,69));
  border-bottom: 1px solid silver;
}
.DropTopImg{
  width: auto;
  margin-top: 2%;
  margin-left: 5%;
  height: auto;
  max-height: 90%;
  float: left;
  max-width:29%;
}
.DropTopInfo{
  width: 60%;
  height: 100%;
  float:left;
  margin-left: 5%;
}
.username{
  width: 100%;
  height: auto;
  margin-top: 5%;
  float: left;
  color: white;
  font-size: 1.4em;
}
.usernameSmall{
  width: auto;
  height: auto;
  margin-top: 1%;
  float: left;
  color: white;
  margin-left: 1%;
  font-size: 1.1em;
}
.DropOptionContainer{
  width:100%;
  height: auto;
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
    border-bottom: 1px solid silver;
}
.dropOptionUser{
  width:98%;
  height: auto;
  margin-top: 0.5%;
  float: left;
  font-size: 1.1em;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 2%;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  vertical-align: middle;
  text-transform: none;
  line-height: 1;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
.dropOptionUser:hover{
  background-color: #dddddd;
}
.SmallBanner{
  width: 100%;
  height: 100%;
  float: left;
  background-image: url("./img/vbcbanner.PNG");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: black;
  transition: all .7s ease;
  background-position: center center;
}
.HomeBannerContent{
  width: 100%;
  height: 100%;
  float: left;
  background-color: rgba(0, 0, 0, 0.25);
}
.WatchVideos{
  width:100%;
  height: auto;
  float:left;
  padding-bottom: 10%;
}
.VideoContainer{
  width:23.8%;
  margin-left: 1%;
  margin-top: 1%;
  height: 38%;
  float: left;
  background-color: #181818;
  border-radius: 5px;
  box-shadow: 2px 2px 6px silver;
  overflow: hidden;
  color: white;
  transition: all .5s ease;
}
.VideoContainer:hover{
    box-shadow: 2px 2px 15px black;
    color: rgb(1,119,69);
    transform: scale(1.04);
}
.VideoImage{
  width:100%;
  height: 75%;
  float: left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .5s ease;
  cursor: pointer;
}

.VideoImageOverlay{
  width: 100%;
  height: 100%;
  float: left;
  transition: all .5s ease;
  background-color: rgba(0,0,0,0.5);
}
.VideoImageOverlayImg{
  width:20%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20%;

}
.VideoContent{
  width: 100%;
  height: 25%;
  float:left;

}
.ChannelPicContainer{
  width:15%;
  height: 95%;
  margin-top: 2%;
  float: left;
}
.ChannelPicImage{
  width: 80%;
  height: auto;
  border-radius: 50%;
  margin-left: auto;
  display: block;
  margin-right: auto;
}
.VideoTitle{
  width:70%;
  margin-left: 2.5%;
  float: left;
  height: auto;
  padding-bottom: 1%;
  padding-top: 1%;
  font-size: 1.3em;
  font-weight: bold;
}
.VideoDate{
  width:77%;
  margin-left: 2.5%;
  float: left;
  height: auto;
  padding-top: 1%;
  font-size: 1em;
}
.iframe{
  width:100%;
  height:70%;
  float: left;
  border: none;
  outline: none;
  display: block;
  box-shadow: 2px 2px 6px sliver;

}
.VideoCotanier{
  width: 100%;
  height:90%;
  float: left;
  margin-top: 1%;
  background-color: #181818;
}
.buttonHolderVideo{
  width: 100%;
  height: auto;
  float: left;

}
.buttonBlue{
  background-color: #4c5667 !important;
  border: 1px solid #4c5667 !important;
  border-radius: 3px;
  outline: none !important;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  min-width: 5%;
  width: auto;
  color:white;
  margin-bottom: 5px;
  height: auto;
  position: relative;
  float: left;
  cursor: pointer;
  margin-left: 0.5%;
  transition: all .2s ease;
}
.buttonClear{
  border-radius: 3px;
  outline: none !important;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  min-width: 5%;
  width: auto;
  color:white;
  height: auto;
  position: relative;
  float: left;
  cursor: pointer;
  margin-left: 0.5%;
  transition: all .2s ease;
}
.VideoTitleContanier{
  width:80%;
  margin-left: 10%;
  padding-bottom: 1%;
  border-bottom: 1px solid silver;
  height:20%;
  float: left;
}
.YTVideoTitle{
  width:100%;
  height: auto;
  margin-top: 2%;
  color: white;
  font-size: 1.8em;
}
.CommentContainer{
  width:100%;
  height: auto;
  float: left;
}
.CommentContainerTitle{
  width:80%;
  margin-left: 10%;
  padding-bottom: 1%;
  border-bottom: 0.5px solid silver;
  height: auto;
  margin-top: 1%;
  color: white;
  font-size: 1.3em;
}
.BackButtonHolder{
  width:100%;
  height: 5%;
  float: left;
  text-decoration: none;
  color: White;
  font-size: 1.1em;
  transition: all .2s ease;
}
.BackButtonHolder:hover{
  transform: scale(1.02);
}
.BackButton{
  height: 60%;
  width: auto;
  float: left;
  margin-top: 0.2%;
  margin-left: 1%;
  margin-right: 1%;
}
.ChannelPicContainerSmall {
    width: 10%;
    height: auto;
    float: left;
    margin-top: 1%;
    margin-bottom: 3%;
}
.VideoDateSmall{
  width:100%;
  height: auto;
  margin-top: 2%;
  color: white;
  font-size: 1.2em;
}
.VideoDesCription{
  width:80%;
  margin-left: 10%;
  margin-bottom: 2%;
  height: auto;
  color:white;
  padding-top: 1%;
  margin-top: 1%;
  font-size: 1.2em;
  float: left;
}
.SLideUpHolder{
  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-top: 10%;
  margin-left: 20%;
  width: 60%;
  background-color: white;
  float: left;
  box-shadow: 2px 2px 6px #444;
}
@keyframes slide-upLink {
  from {
    margin-top: 100%;

  }

  to {
    margin-top: 10%;

  }
}
.canvas2{
  position:Fixed;
  top:0px;
  bottom:0px;
  right:0px;
  left:0px;
  z-index: 9000000000000000000;
  width:100%;
  height:100%;
  overflow-y: hidden;
  overflow-x: hidden;
  background: rgba(0, 0, 0, 0.85) none repeat scroll 0% 0%;
}
.FormInputContainer{
  width:100%;
  height:auto;
  float: left;
  margin-bottom: 1%;
}
.FormInputLabel{
  width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  float: left;
  margin-left: 2%;
}
.FormInput{
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    color: #565656;
    padding: 7px 12px;
    margin-left: 2%;
    height: 38px;
    width: 95%;
    float: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.AddCommentContainer{
  width:80%;
  height: auto;
  float: left;
  margin-left: 10%;
  margin-top: 1%;
}
.AddCommentContainerInput{
  width:90%;
  height: auto;
  padding-top: 2%;
  margin-top: 2%;
  float: left;
  background-color: unset;
  color: white;
  outline: none;
  border: none;
  border-bottom:1px solid silver;
  transition: all 300ms linear;
  font-size: 1.2em;

}
.AddCommentContainerInput::placeholder{
  color:silver;
}
.AddCommentContainerInput:focus{
  background-color: white;
  color:#181818;
  border-radius: 10px;
  border-bottom:1px solid silver;
}
.AddCommentContainerButton{
  width: 40%;
  height: 40px;
  margin-top: 8%;
  display: none;
  padding: 1% 1% 1% 1%;
  margin-left: auto;
  margin-right: auto;
  transition: all .4s ease;
  text-align: center;
  color:white;
  font-size: 1.2em;
  background-color: #4c5667 !important;
  border: 1px solid #4c5667 !important;
  border-radius: 3px;
  outline: none !important;
  box-shadow: 2px 2px 6px black;
  cursor: pointer;
}
.AllCommentContainer{
  width:80%;
  height: auto;
  float: left;
  margin-left: 10%;
}
.SingleComment{
  width:100%;
  height: auto;
  float:left;
  margin-top: 1%;
}
.ProfilePicContainer{
  width: 10%;
  height: auto;
  float: left;
}
.ProfilePicComment{
  width:60px;
  height: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8%;
  border-radius: 50%;
}
.CommentContentContainer{
  width:90%;
  height: auto;
  float: left;
}
.CommentContentContainerUserName{
  width:90%;
  height:auto;
  float: left;
  margin-left: 0.5%;
  margin-top: 0.5%;
  color: white;
  font-weight: bold;
  font-size: 1.2em;


}
.CommentContentContainerDate{
  width:90%;
  height:auto;
  float: left;
  margin-left: 0.5%;
  margin-top: 0.5%;
  color: silver;
  font-size: 0.7em;
}
.CommentContent{
  width:90%;
  height:auto;
  float: left;
  margin-left: 0.5%;
  margin-top: 0.5%;
  color: white;
  font-size: 1.2em;
}
.CommentActionsContainer{
  width: 90%;
  margin-left: 10%;
  height: 30px;
  float: left;
}
.ActionCommentButton{
  width: 25px;
  height: auto;
  float: left;
  margin-left: 1%;
  margin-top: 0.5%;
  transition: all .3s ease;
  cursor: pointer;
}
.ActionCommentButton:hover{
  background-color: #dddddd;
  border-radius: 40%;
}
.loader{
  width: 30%;
  height: auto;
  margin-top: 5%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.toastContainer{
  height: 3em;
  position: fixed;
  left: 50%;
  bottom: 1em;
  z-index: 100;
}
.ConfirmRemoveContainer{
  height: 100px;
  position: fixed;
  left: 25%;
  bottom: 50%;
  z-index: 100;
}
.ConfirmRemove {
  animation: 0.4s slide-up2;
  margin-top: 0%;
  line-height: 3em;
  height: auto;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
  background-color: #F5F5F5;
  border: 0.1em solid #F5F5F5;
  border-radius: 0.5em;
  box-shadow: 2px 2px 6px #444;
}
.toast {
  animation: 1s slide-up;
  margin-top:0%;
  line-height: 3em;
  text-align: center;
  vertical-align: middle;
  background-color: #F5F5F5;
  border: 0.1em solid #F5F5F5;
  border-radius: 0.5em;
  box-shadow: 2px 2px 6px #444;
}
.RemoveButton {
  border-radius: 3px;
  background-color: #4c5667 ;
  border: 2px solid #4c5667 ;
  color: white;
  cursor:pointer;
  box-shadow: 1px 1px 4px grey;
  text-align: center;
  line-height: 2em;
  vertical-align: middle;

}
.RemoveButton:hover{
    transform:scale(1.01);
}
@keyframes slide-up2 {
  from {
    margin-top: 100%;

  }

  to {
    margin-top: 0%;

  }
}
@keyframes slide-up {
  from {
    margin-top: 100%;
    height: 5em;
  }

  to {
    margin-top: 0%;
    height: 3em;
  }
}
.EditCommentContainerButton{
  width: 40%;
  height: auto;
  margin-top:1%;
  float: left;
  padding: 1% 1% 1% 1%;
  margin-left: 30%;
  transition: all .4s ease;
  text-align: center;
  color:white;
  font-size: 1.2em;
  background-color: #4c5667 !important;
  border: 1px solid #4c5667 !important;
  border-radius: 3px;
  outline: none !important;
  box-shadow: 2px 2px 6px black;
  cursor: pointer;
}
.topViewPageBanner{
  width:100%;
  height:12%;
  float: left;
  background-color: rgb(24, 24, 24);
  box-shadow: 2px 2px 6px black;
}
.LargeChannelPicContainer{
  width: 20%;
  height: 100%;
  float: left;

}
.LargeChannelPic{
  height: 90%;
  width: auto;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-top: 1%;
}
.LargeChannelPicContentContainer{
  width:70%;
  height: 100%;
  float: left;
}
.ChannelName{
  width:auto;
  height: 40%;
  float: left;
  margin-left: 1%;
  margin-top: 0.5%;
  font-size: 2.5em;
  color: white;
}
.VideoMenuOptions{
  width: 70%;
  margin-left:30%;
  height: 55%;
  float: left;
}
.X{
  height: 40px;
  width: 40px;
  Top: 40px;
  position: fixed;
  right: 100px;
  cursor: pointer;
  transition: all .25s ease-in-out;
}
.X:hover{
  border-radius: 50%;
  padding: 1% 1% 1% 1%;
  transform: scale(1.1);
  background-color: blue;
  box-shadow: 2px 2px 8px black;
}
.imgSingle{
  position: absolute;
    top: 10%;
    right: 20%;
    left: 20%;
    width: 60%;
    height: 80%;
    z-index: 2001;
    animation: 0.3s fromBottom;
    text-align: center;
    background-size:contain;
    background-position: center center;
    background-color: white;
}

@keyframes  fromBottom{
  from {
    top: 100%;
  }

  to {
    top: 10%;
  }
}
.PageInfoName {
    width: 100%;
    height: 40%;
    float: left;
    text-align: center;
    margin-top: 0.5%;
    font-size: 2.8em;
    color: white;
}
.MemberHolder{
  width:70%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  float: left;
  margin-top: 3%;
  margin-left: 15%;
  box-shadow: 2px 2px 6px black;
  cursor: pointer;
  transition: all .4s ease;
}
.MemberHolder:hover{
  background-color: #ddd;
}
.MemberHolderM{
  width:95%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  float: left;
  margin-top: 8%;
  margin-left: 2.5%;
  box-shadow: 2px 2px 6px black;
  cursor: pointer;
  transition: all .4s ease;
}
.BioLabel{
  width: 80%;
  float: left;
  height: auto;
  margin-left: 10%;
  color: rgb(24, 24, 24);
  font-size: 1em;
  font-weight: bold;
  border-bottom: 1px solid;
  margin-bottom: 3px;
}
.MemberHolderTop{
  width:100%;
  height: auto;
  float: left;
}
.ProfilBio{
  width: 80%;
  float: left;
  height: auto;
  margin-left:10%;
  color: rgb(24, 24, 24);
  font-size: 0.8em;
}
.loaderMain{
  width:60%;
  height: auto;
  top: 10%;
  position: fixed;
  left: 20%;
}
.loaderLarge{
  width: 250px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.LoaderContent{
  width:100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.loaderSmall{
  width: auto;
  height: 80px;
  float: left;
  margin-left: 40%;

}
.LoaderContentLabel{
  width:auto;
  height: auto;
  float: left;
  color: white;
  font-size: 22px;
  padding-top: 1.5%;
}
