* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;   
}
body {
    /* Lavigne Display */
    font-family:'lavigne-display',sans-serif;
    font-weight:400;
    font-style:normal; 
    background-color: #000000;
    color: white;
    /*line-height: 1.6;*/
}
ul {
    /* No bullet points */
    list-style-type: none;
}
a {
    /* No underline for links */
    text-decoration: none;
}

/* Start - Animation html styling */
.largecontainer-header{
    width: 100%;
    background-color: black;
}
.largecontainer-section{
    width: 100%;
    background-color: white;
}
.container {
    max-width: 1400px;
    /* 0 top and bottom, auto left and right*/
    margin: 0 auto;
    overflow: none;
    /* 0 top and bottom, 40 left and right*/
    padding: 0px 40px;
    height: 100%;
}
/*light container version*/
.container2 {
    max-width: 1400px;
    /* 0 top and bottom, auto left and right*/
    margin: 0 auto;
    overflow: none;
    /* 0 top and bottom, 40 left and right*/
    padding: 0px 40px;
    height: 100%;
    background-color: white;
}


.content {
    background-color:black;
    height: 50vh;
    padding: 40px;
    width: 100%;
    color: #ADD3C7;
}
.content2 {
    background-color:white;
    height: 50vh;
    padding: 40px;
    width: 100%;
    color: #ADD3C7;
}
.content h1{
    font-weight: bold;
    font-size: 3em;
}
.back {
    padding: 5px 10px 5px 10px;
    margin-bottom: 40px;
    background-color: black;
    border: 1px solid rgb(115, 121, 117);
    color: rgb(115, 121, 117);
    font-weight: bold;
}
.back:hover {
    border: 1px solid rgb(62, 66, 64);
    color: rgb(62, 66, 64);
    transition: ease-in-out 0.5s;
    cursor: pointer;
}
.homebtn {
    padding: 5px 10px 5px 10px;
    margin-bottom: 40px;
    background-color: white;
    border: 1px solid #0F1111;
    color: #0F1111;
    font-weight: bold;
}
.homebtn:hover {
    border: 1px solid #ADD3C7;
    color: #ADD3C7;
    transition: ease-in-out 0.5s;
}

.compscreen {
    position: relative;
    margin-top: 0px;
    margin-bottom: 100px;
}
video {
    position: relative;
   
    display: block; 
    margin: auto; 
    margin-left: 50vw; 
    transform: translate(-50%);
    width: 1100px;
}
.vidtext{
    padding: 20px 0px 25px 0px;
    /*text-align: end;*/
    font-family:'source-sans-pro', Helvetica, Tahoma;
    font-size: 13px;
    font-weight: 600;
    color: #5c5c5c;
    text-transform: uppercase;
    display: flex;
    float: right;
    margin-right: 185px;
}
.csbtn {
    position: relative;
    color: #939393;
    cursor: pointer;
    border-bottom: 1px solid;
    margin-left: 45px;
}
.csbtn:hover {
    position: relative;
    color: #ADD3C7;
    transition: ease-in-out 0.6s;
}


/*Loading section*/
  .comingtext{
      /*color: #858585;*/
      color: #8DBEAE;
      opacity: 0.8;
      font-size: 19px;
      text-align: center;
      position: relative;
      font-weight: 900;
      top: -75px;
  
  }
  /*.comingicon {
      width: 100px !important;
      color:red;

  }*/
  .loadinganim {
    width: 320px;
    display: block;
    margin: auto;
  }

/*Adjusts size of video and text for differen't device sizes*/
@media screen and (max-width: 900px) {
    video {
      width: 900px;
    }
    .comingtext h1{
        font-size: 3em;
    }
  }
  @media screen and (max-width: 800px) {
    video {
      width: 700px;
    }
    .comingtext h1{
        font-size: 2.8em;
    }
  }
  @media screen and (max-width: 700px) {
    video {
      width: 600px;
    }
    .comingtext h1{
        font-size: 2.5em;
    }
  }
  @media screen and (max-width: 600px) {
    video {
      width: 500px;
    }
    .content h1{
        font-size: 2.7em;
    }
    .comingtext h1{
        font-size: 2.3em;
    }
  }
  @media screen and (max-width: 500px) {
    video {
      width: 450px;
    }
    .content h1{
        font-size: 2.4em;
    }
    .comingtext h1{
        font-size: 2em;
    }
  }

  /* feather icon size set up*/
  .feather-16{
    width: 16px;
    height: 16px;
    }
    .feather-24{
    width: 24px;
    height: 24px;
    }
    .feather-32{
    width: 32px;
    height: 32px;
    }
    .feather-100{
        width: 100px;
        height: 100px;
        }

/* End */

