body {
  font-family: Inter, sans-serif !important;
  /* font-weight: 300; */
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.0125rem;
    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: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 10%;
    right: 10%;
    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: 6.8%;
  width: 100%;
  left: 0%;
    right: 0%;
  min-height: 50px;
  top: 0%;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
  background-color: rgb(22,22,22);
  z-index: 129;
  transition: all .2s ease;
  animation: fadein 1s;
}
.TopNavigation{
  position: fixed;
  height: 6.8%;
  width: 100%;
  left: 0%;
    right: 0%;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
  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;
    animation: slide 3s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #c48d5c 50%, #f9cfb8 50%);
    opacity: .5;
}
@keyframes slide {
  0% {
    transform:translateX(-10%);
  }
  100% {
    transform:translateX(10%);
  }
}
.HomeBannerSub{
  width: 100% !important;
  margin: 0% !important;
    height: 100%;
    animation-direction:alternate-reverse;
  animation-duration:4s;
}
.HomeBannerSub2 {
  width: 100% !important;  margin: 0% !important;
    height: 100%;
  animation-duration:5s;
}

.HomeBanner{
  width: 200%;
    height: 100%;
    float: left;
    margin-left: -50%;
    transition: all .6s ease;
    background-position: center center;
    animation: slide 3s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #e9b78a 49%, #813a15 50%);
    opacity: .5;
}
.HomeBannerContent{
  width: 100% !important;
  height: 100%;
  float: left;
  background-color: rgba(0, 0, 0, 0.25);
}
.Banner2HomeBanner {
  border-radius:.25em;
  left:50%;
  padding:10vmin;
  position:absolute;
  height: 45%;
  text-align:center;
  top:40%;
  width:100%;
  transform:translate(-50%, -50%);
}
.UserLogin{
  width: 5%;
  height: 50%;
  float: left;
  margin-top:2%;
  margin-left: 3.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: #955939
  transform:scale(1.1);
}
.UserLoginSelected{
  width: 5%;
  height: 50%;
  float: left;
  margin-top:2%;
  margin-left: 3.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: #955939;
  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.3%;
  margin-left: 5%;
  float: left;
  color: white;
  text-align: center;
  font-size: 1.15em;
  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: 5%;
  float: left;
  height: 100%;
  margin-left: 3%;
  margin-top: 0.4%;
  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%;
    padding-top: 1%;
    box-shadow: 2px 2px 3px silver;
}
.colorbgM{
    width:100%;
    height:100%;
    float:left;
    background-color: #ddd;
  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:17%;
  float:left;
  height: auto;
  margin-top: 1%;
  margin-left: 2%;
  cursor: pointer;
  transition: all .3s ease;
}
.right2{
    width:4%;
    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;
}
.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: 2%;
  background-color: white;
  float: left;
  transition: all .2s ease;
  padding-bottom: 1%;
  padding-top: 1%;
  box-shadow: 2px 2px 6px grey;
  background-image: s;
  border-radius: 9px;
  min-height: 59px;
}
.singleLinkHolderM:hover{
  box-shadow: 2px 2px 10px black;
  transform: scale(1.05);
}
.menuLogoM{
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-left: 1%;
  margin-top: 1%;
  margin-right: 1%;
  float: left;
  margin-right: auto;
}
.linkM{
  width: 80%;
  height: auto;
  margin-top: 1%;
  float: left;
  font-size: 1.1em;
  text-align: left;
  /* font-weight: 800; */
  text-decoration: none;
  margin-left: 1%;
  cursor: pointer;
  color: BLACK;
  /* text-transform: uppercase; */
  transition: all .2s ease;
}
.link2M{
  width: 80%;
  height: auto;
  float: left;
  margin-left: 1.3%;
  margin-top: 0%;
  font-size: 0.8em;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: all .2s ease;
  color: slategrey;
}
.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: 5em;
  text-align: left;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  margin-top: 1%;
  margin-bottom: 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-right: auto;
  margin-top: 2%;
  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;
  text-align: left;
  animation: fadein 4s, Scalein 1s, colorShiftToWhite 2s;
}
.WelcomeInfo2{
  width: 100%;
  height: auto;
  float: left;
  margin-top:1%;
  font-size: 2em;
  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;
  text-align: left;
  animation: fadein 4s, Scalein 1s, colorShiftToWhite 2s;
}
.MainSectionHome{
  width: 100%;
  min-height:110%;
  height: auto;
  float: left;
  background-color: white;


}
.MainSectionHomeTitle{
  width: 100%;
  height: auto;
  float:left;
  margin-top: 5%;
  font-size: 16px;
  font-weight:bold;
  text-align: center;
}
.MainSectionHomeContent{
  width: 40%;
  margin-left: 30%;
  height: auto;
  float:left;
  margin-top: 3%;
  font-size: 28px;
  line-height: 2em;
  text-align: center;
}
.MainSectionHomeImage{
  width: 50%;
  height: auto;
  float: left;
  margin-left:25%;
  margin-top: 3%;
}
.leftSectionHome{
  width:50%;
  height:100%;
  float:left;

}
.PhoneScreen{
  width:35%;
  height: 70%;
  border: 2px solid black;
  border-radius: 10px;
  margin-top: 9%;
  margin-left: 45%;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all .2s ease;
}
.RightSectionHome{
  width:50%;
  height:100%;
  float:left;
}
.RightSectionHomeTitle{
  width:60%;
  margin-left: 5%;
  height: auto;
  float: left;
  font-size: 40px;
  line-height: 1.5em;
  text-align: center;
  margin-top:15%;
}
.RightSectionHomeContent{
  width:65%;
  margin-left: 2.5%;
  margin-right: 10.5%;
  height: auto;
  float: left;
  font-size: 25px;
  line-height: 2em;
  text-align: center;
  margin-top:3%;
}
.RightSectionHomeButton1{
  width:25%;
  margin-left: 5%;
  margin-top: 5%;
  float: left;
  margin-right: auto;
  text-align: center;
  color: white;
  font-size: 20px;
  border-radius: 5px;
  padding: 1% 1% 1% 1%;
  color:white;
  text-decoration: none;
  background-color:rgb(0,50,29);
}
.RightSectionHomeButton{
  width:25%;
  margin-left: 5%;
  margin-top: 5%;
  float: left;
  margin-right: auto;
  text-align: center;
  color: white;
  font-size: 20px;
  border-radius: 5px;
  padding: 1% 1% 1% 1%;
  color:white;
  text-decoration: none;
  background-color:rgb(0,50,29);
}
.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%;
}
.SubscriptionTypes{
  width: 100%;
  min-height:110%;
  height: auto;
  float: left;
  background-color: rgba(24, 26, 29, 0.2);
}
.HomeJoinCardContainer{
  width: 80%;
  margin-left: 10%;
  height: auto;
  float: left;
}
.HomeJoinCard{
  width:30%;
  height: auto;
  min-height: 80%;
  padding-bottom: 10px;
  background-color: white;
  float: left;
  margin-top:  5%;
  margin-left: 2.5%;
  border-radius: 10px;
  transition: .3s ease all;
  cursor: pointer;
}
.HomeJoinCard:hover{
  box-shadow: 10px 10px 20px rgba(34, 37, 41, 0.4);
}
.SubTitle{
  width: 100%;
  height: auto;
  padding-top:12px;
  float: left;
  padding-bottom: 12px;
  background: rgb(34, 37, 41);
  color: rgb(255, 255, 255);
  font-size: 10px;
  text-align: center;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.JoinCardMainTitle{
  width: 100%;
  height: auto;
  padding-top:5px;
  padding-bottom: 5px;
  color: rgb(34, 37, 41);
  font-size: 25px;
  margin-top: 10%;
  text-align: center;
  font-weight: bold;
}
.JoinCardTitle{
  width: 80%;
  margin-left: 10%;
  height: auto;
  padding-top:5px;
  padding-bottom: 5px;
  line-height: 2em;
  color: rgb(34, 37, 41);
  font-size: 17px;
  margin-top: 5%;
  text-align: center;
  font-weight: bold;
}
.JoinCardPrice{
  width: 100%;
  height: auto;
  padding-top:5px;
  padding-bottom: 5px;
  color: rgb(34, 37, 41);
  font-size: 16px;
  margin-top: 3%;
  text-align: center;
}
.JoinCardSubContent{
  width:100%;
  height:auto;
  float:left;
}
.JoinCardSubContentItem{
  width:80%;
  height:auto;
  float:left;
  margin-left: 10%;
  margin-top: 5%;

}
.JoinCardSubContentItemImg{
  width:6%;
  height: auto;
  margin-top: 2%;
  margin-left: 1%;
  float: left;
}
.JoinCardSubContentItemLabel{
  width:90%;
  height: auto;
  padding-top:5px;
  padding-bottom: 5px;
  color: rgb(34, 37, 41);
  float: left;
  font-size: 16px;

}
.JoinCardSubContentItemContent{
  width:90%;
  height: auto;
  margin-top: -1%;
  color: rgb(34, 37, 41);
  float: left;
  font-size: 11px;
}
.MainMediaCardContainerLeft{
  width:34%;
  height: 100%;
  float: left;
  margin-left: 15%;
}
.MediaCardContainerLarge{
  width:100%;
  height: 40%;
  float: left;
  border-radius: 5px;
  background-position: center top;
  background-size: 50% auto;
  background-repeat: no-repeat;
  margin-top: 3%;
  background-color: white;
  transition: .3s ease all;
  cursor: pointer;
  color:white;
}
.MediaCardContainerLarge:hover{
  background-position: center top;
  background-size: 60% auto;
}
.MediaCardContainerSmall{
  width:100%;
  height: 30%;
  float: left;
  border-radius: 5px;
  background-position: center top;
  background-size: 45% auto;
  background-repeat: no-repeat;
  margin-top: 3%;
  background-color: white;
  transition: .3s ease all;
  cursor: pointer;
  color:white;
}
.MediaCardContainerSmall:hover{
  background-position: center top;
  background-size: 55% auto;
}
.MediaCardContainerOverLay{
  width:100%;
  height: 100%;
  float: left;
  border-radius: 5px;
  background: linear-gradient(6deg, rgba(0, 0, 0, 0.9) 0%, transparent 50%, transparent 100%);
}
.MediaCardContainerOverLayFiller{
  width: 100%;
  height: 85%;
  float: left;
}
.MediaCardContainerOverLayContent1{
  width:10%;
  margin-left: 3%;
  float: left;
  height: auto;
  font-size: 40px;
  margin-top: -2%;

}
.MediaCardContainerOverLayContent2{
  width:80%;
  margin-left: -3%;
  float: left;
  height: auto;
  font-size: 20px;
  
}
.MainMediaCardContainerRight{
  width:34%;
  height: 100%;
  float: left;
  margin-left: 1%;
  margin-right: 15%;
}
@media only screen and (max-width: 1200px) {
  .MediaCardContainerOverLayContent2{
    margin-left: 1%;
    font-size: 16px;
    
  }
  .MediaCardContainerOverLayContent1{
   
    margin-top: -4%;
  
  }
  .MainMediaCardContainerLeft{
    width:98%;
    height: auto;
    float: left;
    margin-left: 1%;
  }
  .MainMediaCardContainerRight{
    width:98%;
    height: auto;
    float: left;
    margin-left: 1%;
  }
  .HomeJoinCardContainer{
    width: 100%;
    margin-left: 0%;
    height: auto;
    float: left;
  }
  .HomeJoinCard{
    width:100%;
    height: auto;
    min-height: 85%;
    padding-bottom: 10px;
    background-color: white;
    float: left;
    margin-top:  8%;
    margin-bottom: 5%;
    margin-left: 0%;
    border-radius: 10px;
    transition: .3s ease all;
    cursor: pointer;
  }
  .MainSectionHomeContent{
    width: 90%;
    margin-left: 5%;
    height: auto;
    float: left;
    margin-top: 8%;
    font-size: 18px;
    line-height: 3em;
    text-align: center;
  }
  .MainSectionHomeTitle{
    width: 100%;
    height: auto;
    float:left;
    margin-top: 20%;
    font-size: 18px;
    font-weight:bold;
    text-align: center;
  }
  .MainSectionHomeImage{
    width: 70%;
    height: auto;
    float: left;
    margin-left: 15%;
    margin-top: 8%;
  }
  .leftSectionHome{
    width:100%;
    height:55%;
    float:left;
  
  }
  .PhoneScreen{
    width:55%;
    height:91%;
    border: 2px solid black;
    border-radius: 10px;
    margin-top: 7%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: unset;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: all .2s ease;
  }
  .RightSectionHome{
    width:45%;
    height:55%;
    float:left;
    display: none;
  }
  .RightSectionHomeTitle{
    width:97%;
    margin-left: 1.5%;
    height: auto;
    float: left;
    font-size: 23px;
    line-height: 1.5em;
    text-align: center;
    margin-top:25%;
    margin-bottom:5%;
  }
  .RightSectionHomeContent{
    width: 97%;
    margin-left: 1.5%;
    margin-right: 10.5%;
    height: auto;
    float: left;
    font-size: 15px;
    line-height: 2.5em;
    text-align: center;
    margin-top: 0.5%;
  }
  .RightSectionHomeButton1{
    width:40%;
    height: 30px;
    padding-top: 10px;
    font-size: 15px;

  }
  .RightSectionHomeButton{
    width:40%;
    height: 30px;
    padding-top: 10px;
    font-size: 15px;
  }
}
.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:3%;
  height: auto;
  display: block;
  margin-right: auto;
  animation: scaleUp 2s;
  animation-iteration-count:infinite;
  cursor: pointer;
  transition: all 1s ease;
  display: block;
  margin-left: auto;
  margin-right: auto;
      margin-top: 24%;
}
.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 .3;
}
.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,1);
  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: auto;
  float: left;
  background-color: rgb(34, 37, 41);
  padding-top: 2%;
  margin-top: 5%;
  padding-bottom: 2%;
}
.fsa-delimited-link {
  padding: 1% 1% 1% 1%;
  text-decoration: none;
  color: white;
  width:auto;
  height: auto;
  float: left;
}
.footerHolderLeft{
  width: 50%;
  margin-left: 20%;
  height: auto;
  float: left;
  margin-top: 20px;
}
.footerHolderLeft3{
  width: 50%;
  margin-left: 35%;
  height: auto;
  float: left;
  margin-top: 10px;
}
.footerHolderLeft4{
  width: 60%;
  display: block;
  height: auto;
  float: left;
  margin-left: 20%;
  margin-top: 10px;
}
.LinkOneFooter{
  width:auto;
  height: auto;
  float: left;
  font-weight: 100;
  font-size: 1em;
  padding: 1% 1% 1% 1%;
  text-decoration: none;
  color: white;

}
.LinkOneFooter2{
  width:auto;
  height: auto;
  float: left;
  font-weight: 100;
  font-size: 1em;
  padding: 1% 1% 1% 1%;
  text-decoration: none;
  color: white;

}
.footerHolderLeft2{
  width:30%;
  margin-right: 15%;
  margin-left: 2%;
  height: auto;
  float: left;
}
.footerHolderBorder{
  width: 100%;
  height: 30px;
  float: left;
  border-bottom: 1px solid white;
}
.FooterImg{
  width: 7%;
  height: auto;
  float: left;
  margin-left: 46%;
  margin-right: 36%;
  margin-top: 5px;
}
.FooterAppPicOne{
  width:7%;
  height: auto;
  float: left;
  margin-left: 3%;
  margin-top: 1%;
}
.FooterAppPicOne2{
  width:7%;
  height: auto;
  float: left;
  margin-left:28%;
  margin-top: 1%;
}
@media only screen and (max-width: 1200px) {
  .FooterImg{
    width: 20%;
    height: auto;
    float: left;
    margin-left: 40%;
    margin-top: 2%;
  }
  .LinkOneFooter{
    width:auto;
    height: auto;
    float: left;
    font-weight: 100;
    font-size: 0.9em;
    padding: 1% 1% 1% 1%;
    text-decoration: none;
    color: white;
  
  }
  .LinkOneFooter2{
    width:auto;
    height: auto;
    float: left;
    font-weight: 100;
    font-size: 0.7em;
    line-height: 2em;
    padding: 1% 1% 1% 1%;
    text-decoration: none;
    color: white;
  
  }
  .FooterAppPicOne2{
    width:20%;
    height: auto;
    float: left;
    margin-left: 3%;
    margin-top: 4%;
  }
  .FooterAppPicOne{
    width:20%;
    height: auto;
    float: left;
    margin-left: 3%;
    margin-top: 4%;
  }
  .footerHolderLeft{
    width:95%;
    margin-left: 2.5%;
    height: auto;
    float: left;
    margin-top: 5%;
  }
  .footerHolderLeft4{
    width:95%;
    margin-left: 2.5%;
    height: auto;
    float: left;
    margin-top: 2%
  }
  .footerHolderLeft3{
    width:95%;
    margin-left: 2.5%;
    height: auto;
    float: left;
    margin-top: 1%;
  }
  .footerHolderBorder{
    width: 100%;
    height: 10px;
    float: left;
    border-bottom: 1px solid white;
  }
}
.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: 1200;
    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(#e9b78a, #955939 );
  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:22%;
  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%;
}
@keyframes fromLeft {
  from { left: 100%; }
  to   { left: 0%;  }
}
.screenElement{
  position: Fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 1100;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  background-color: white;
  transition: all .2s ease;
  animation: 0.5s fromLeft;
}
.screenHeader{
  width:100%;
  height: 5%;
  padding-top: 1%;
  float: left;
  box-shadow: 2px 2px 5px silver;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
  transition: all .4s ease;
   animation: 2s fadein;
}
.screenbackButtonContainer{
  width:10%;
  height: 100%;
  float: left;
  transform: rotate(180deg);
}
.screenBackButton{
  width:auto;
  height: 80%;
  float: left;
  padding-left: 22%;
  margin-top:3%;
  cursor: pointer;
  transform:0.2s all ease;
}
.screenBackButton:hover{
  transform:scale(1.01);
}
.screenBody{
  width:100%;
  height: 93%;
  float: left;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: rgba(64, 0, 23,0.06);
}
.MainUserScreen{
  width:100%;
  height: auto;
  float: left;
}
.MainTitle{
  width:auto;
  height: auto;
  float: left;
  font-size: 40px;
  padding-left: 2%;
  font-weight: bold;
  margin-top: 3.5%;
}
.SectionTitle2{
  width:100%;
  height: auto;
  float: left;
  font-size: 30px;
  padding-left: 2%;
  font-weight: bold;
  margin-top: 3.5%;
}
.MainTitleProfilePicture{
  width:20%;
  height: auto;
  border-radius: 50%;
  float: left;
  margin-left: 5%;
  box-shadow: 2px 2px 6px silver;
}
.MainTitle_User{
  width:60%;
  height: auto;
  float: left;
  font-size: 20px;
  padding-left: 2%;
  font-weight: bold;
  margin-top: 3%;
}
.MainTitleSmallContent{
  width:48%;
  margin-top: 3%;
  height: auto;
  float: left;
}
.ProfileNameMain {
  width: 100%;
  height: auto;
  font-weight: bold;
  float: left;
  font-size: 1.7em;
  margin-left: 1%;
  margin-top: 3%;
}
.ViewBoxesContainer{
  width: 95%;
  height: 320px;
  margin-top: 7%;
  margin-bottom: 4%;
  float: left;
  margin-left:5%;
  overflow-x: auto;
  overflow-y: auto;
  white-space: nowrap;
}
.ViewBox {
  width: 50%;
  height: 300px;
  display: inline-block;
  margin-left: 2%;
  box-shadow: 2px 2px 6px silver;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: white;
}

.ViewBoxImg {
  width: 100%;
  height: 50%;
  float: left;
  background-position: center center;
  background-size: 150px auto;
  background-repeat: no-repeat;
  margin-top: 5%;
  }
.ViewBoxContent{
  height: auto;
  width: 100%;
  float: left;
  margin-top: 2%;
  text-align: center;
  color: cornflowerblue;
  font-size: 16px;
}
.ChartContainer2 {
  width: 100%;
  height: 60%;
  margin-bottom: 1%;
  border-radius: 3px;
  float: left;
}
.MainTopFoodTrackerBar {
  float: left;
  height: auto;
  width: 90%;
  margin-left: 5%;
  margin-top: 2%;
  box-shadow: 2px 2px 6px silver;
  top: 7.1%;
 background-color: white;
  z-index: 129;
  transition: all .2s ease;
  animation: fadein 1s;
  color: rgb(22,22,22);
}
.MainTopFoodTrackerBarInfoBottom {
  height: auto;
  width: 100%;
  float: left;
  font-size: 1.5em;
}
#AppContent{
  width: 100%;
  height: 94%;
  position: fixed;
  top:6%;
  width: 80%;
  left: 10%;
  right: 10%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
}
.UserContentMain {
  width: 100%;
  height:150px;
  float: left;
  margin-top: 1%;
  background-color: white;
  box-shadow: 2px 2px 3px rgb(98, 97, 97);
  padding-bottom: 1%;
  transition: all .2s ease;
}
.ProfilePictureMain {
  width: 16.12%;
  height: 81px;
  overflow: hidden;
  float: left;
  border-radius: 50%;
  margin-left: 20%;
  margin-top: 1%;
  margin-right: 0%;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.MainTitleBar{
  width: 100%;
  height: auto;
  float: left;
}
.LastOnlinePMAin {
  width: 100%;
  height: auto;
  float: left;
  font-size: .7em;
  margin-left: 1%;
  margin-top: 2.5%;
  color: silver;
}
.UserCoaninterMain {
  width: 70%;
  height: 100%;
  float: left;
  transition: all .2s ease;
}
.ProfileViewBox{
  width:90%;
  height: auto;
  float: left;
  margin-top: 2%;
  margin-left: 5%;
  margin-right: 5%;
}
.ViewBoxSmall {
  width: 30%;
  height: 200px;
 float: left;
  margin-left: 2.5%;
  margin-top: 1%;
  box-shadow: 2px 2px 6px silver;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: white;
}
.ViewBoxLong {
  width: 25%;
  height: 200px;
  margin-bottom: 20px;
 float: left;
 margin-top: 1%;
  margin-left: 2.5%;
  box-shadow: 2px 2px 6px silver;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: white;
}
.ViewBoxImgLong {
  width: 100%;
  height: 50%;
  float: left;
  background-position: center center;
  background-size: 40px auto;
  background-repeat: no-repeat;
  margin-top: 2%;
}
.ViewBoxImgExtraSmall {
  width: 100%;
  height: 150px;
  float: left;
  background-position: center center;
  background-size: 150px auto;
  background-repeat: no-repeat;
  margin-top: 2%;
  margin-bottom: 3%;
}
.ViewBoxExtraSmall {
  width: 29.5%;
  height: 220px;
 float: left;
  margin-left: 2.5%;
  margin-top: 3%;
  box-shadow: 2px 2px 6px silver;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: white;
}
.ChartContainerTitle{
  width: 100%;
  line-height: 2em;
  height: auto;
  float: left;
  font-size: 14px;
  text-align: center;
  color: silver;
  margin-top: 5%;
  margin-bottom: 3%;
}
.ChartContainer3 {
  width: 100%;
  height: auto;
  margin-bottom: 1%;
  border-radius: 3px;
  float: left;
}
.FoodSearchResultInfoBottominfoMain{
  height: auto;
  width: 20%;
  margin-left: 4%;
  float: left;
  font-size: 1em;
  padding-bottom: 10px;
  padding-top: 15px;
}
.SubMenuHolder{
  width:100%;
  height: 60px;
  background-color: white;
  float: left;
  box-shadow: 2px 2px 6px #ddd;
}
.backtoMain {
  width: 30px;
  height: auto;
  float: left;
  margin-left: 1%;
  margin-top: 8px;
  transform: rotate(180deg);
}
.backtoMainLAbel {
  width: auto;
  height: auto;
  float: left;
  font-size: 20px;
  padding-top: 12px;
  padding-left: 2px;
  font-weight: bold;
  text-decoration: none;
 
}
.backtoMainContainer{
  width: 100%;
  height: auto;
  padding-bottom: 5px;
  float: left;
  color: rgb(22,22,22);
  cursor: pointer;
  transition: all .3s ease;
}
.backtoMainContainer:hover{
  transform: scale(1.03);
  color: rgba(22,22,22,0.7);
  margin-left: 1%;
}
@media only screen and (max-width: 1100px) {
  .MainTopFoodTrackerBar {
    float: left;
    height: auto;
    width: 100%;
    box-shadow: 2px 2px 6px silver;
    top: 7.1%;
   background-color: white;
    z-index: 129;
    transition: all .2s ease;
    animation: fadein 1s;
    color: rgb(22,22,22);
    margin-left: 0%;
  }
  #Main {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0%;
    right: 0%;
    margin: auto;
    overflow-y: auto;
    overflow-x: hidden;
}
  #TopNavigation{
    position: fixed;
    height: 6.8%;
    width:100%;
    left: 0%;
    right: 0%;
    min-height: 50px;
    top: 0%;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    background-color: rgb(22,22,22);
    z-index: 129;
    transition: all .2s ease;
    animation: fadein 1s;
  }
  .TopNavigation{
    position: fixed;
    height: 6.8%;
    width:100%;
    left: 0%;
    right: 0%;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    background-color: rgb(22,22,22);
    z-index: 129;
    transition: all .2s ease;
    animation: fadein 1s;
  }
  #AppContent{
    width: 100%;
    height: 94%;
    position: fixed;
    top:6%;
    width:100%;
    left: 0%;
    right: 0%;
    overflow-y: auto;
  }
  .ViewBoxContent{
    height: auto;
    width: 100%;
    float: left;
    margin-top: 2%;
    text-align: center;
    color: black;
    font-size: 12px;
  }
  .ViewBoxesContainer{
    width: 99%;
    height: 180px;
    margin-top: 7%;
    margin-bottom: 4%;
    float: left;
    margin-left:1%;
    overflow-x: auto;
    overflow-y: auto;
    white-space: nowrap;
  }
  .ViewBox {
    width: 50%;
    height: 150px;
    display: inline-block;
    margin-left: 2%;
    box-shadow: 2px 2px 6px silver;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: white;
}
.ViewBoxImg {
    width: 100%;
    height: 50%;
    float: left;
    background-position: center center;
    background-size: 60px auto;
    background-repeat: no-repeat;
    margin-top: 5%;
}
  .ViewBoxImgExtraSmall {
  width: 100%;
  height: 75px;
  float: left;
  background-position: center center;
  background-size: 75px auto;
  background-repeat: no-repeat;
  margin-top: 2%;
  margin-bottom: 3%;
} 
.ViewBoxExtraSmall {
  width: 29.5%;
  height: 120px;
 float: left;
  margin-left: 2.5%;
  margin-top: 3%;
  box-shadow: 2px 2px 6px silver;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: white;
}
  .ViewBoxSmall {
    width: 46.6%;
    height: 90px;
    float: left;
    margin-left: 1.7%;
    margin-top: 2%;
    box-shadow: 1px 1px 3px #858585;
    /* border: 1px solid #ddd; */
    border-radius: 5px;
    background-color: white;
  
  }
  .ChartContainer2 {
    width: 100%;
    height: 30%;
    margin-bottom: 1%;
    border-radius: 3px;
    float: left;
  }
  .FoodSearchResultInfoBottominfoMain {
    height: auto;
    width: 28%;
    margin-left: 4%;
    float: left;
    font-size: 0.6em;
    padding-bottom: 10px;
}
  .screenbackButtonContainer{
    width:10%;
    height: 100%;
    float: left;
  }
  .screenBackButton{
    width: auto;
    height: 73%;
    float: left;
    padding-left: 6%;
    margin-top: 27%;
  }
  .screenTitle {
    width: 78%;
    height: auto;
    float: left;
    padding-top: 2.5%;
    text-align: center;
    font-size: 0.85em;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
  .screenBody{
    width:100%;
    height: 93%;
    float: left;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .UserContentMain {
    height: 100px;
  }
  .ProfilePictureMain {
    width: 14.12%;
    height: 62px;
    overflow: hidden;
    float: left;
    border-radius: 50%;
    margin-left: 5%;
    margin-top: 3px;
    margin-right: 2%;
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .ProfileViewBox {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 4%;
    margin-left: 0%;
    margin-right: 0%;
}
.ViewBoxLong {
  
    width: 98%;
    height: 90px;
    float: left;
    margin-top: 2%;
    margin-left: 0.5%;
    box-shadow: 1px 1px 3px #858585;
    border-radius: 5px;
    background-color: white;

}
.SectionTitle2 {
  width: auto;
  height: auto;
  float: left;
  font-size: 21px;
  padding-left: 2%;
  font-weight: bold;
  margin-top: 9.5%;
}
}
