@import url('https://fonts.googleapis.com/css?family=Monoton|Raleway:500|Bitter:400,700|Raleway|Lora:400,700,700i');
@import url('https://fonts.googleapis.com/css2?family=Cedarville+Cursive&display=swap');

@font-face {
    font-family: LeagueSpartan;
    font-weight: bold;
    src: url("LeagueSpartan-Bold.otf") format("opentype");
}

body {
    background: #000;
    color: #999;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: georgia;
    font-size: 1em;
    text-align: center;
}

#container-myinfo {
    text-align: center;
    position: absolute;
    width: 100%;
    margin: auto;
    top: 13%;
}


#footer {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.h {
    color: #fb0
}

.c {
    display: inline;
    margin-left: 1em
}


#myimage {
    opacity: 0;
    box-sizing: border-box;
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
    filter: gray; /* IE5+ */
    /* -webkit-filter: grayscale(1); Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .5s ease-in;
    /* padding-bottom: 50px; */
    height: 400px;
}

#myimage:hover {
    filter: none;
    -webkit-filter: grayscale(0.2);
    -webkit-transform: scale(1.01);
}

#myimagecolored {
    position: absolute;
    opacity: 0;
}

#my-name {
    transform-origin: center top;
    font-size: 40px;
    opacity: 0;
    margin-top: 0px;
    color: white;
    font-family: 'Monoton', cursive;
}

#my-startup {
    padding: 8%;
}

#logo {
    width: 170px;
    padding: 20px;
}
.my-startup-desc{
    padding-left: 40px;
}
.el-opacity{
    opacity: 0;
}

.startup-media {
    height: 100%;
}

.startup-media video{
    float: left;
    border: #00B298 1px solid;
}


.ml5 {

    font-family: 'Raleway', sans-serif;
    position: relative;
    font-weight: 300;
    font-size: 3.5em;
    margin: 0px;
    color: #ffffff;
}

.ml5 .text-wrapper {
    position: relative;
    display: inline-block;
    /* padding-right: 0.05em; */
    /* padding-bottom: 0.15em; */
    line-height: 1em;

}

.ml5 .line {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: scale(0);
    height: 2px;
    width: 100%;
    background-color: #ffffff;
    transform-origin: 0.5 0;
}

.ml5 .ampersand {
    font-family: Baskerville, "EB Garamond", serif;
    font-style: italic;
    font-weight: 400;
    width: 1em;
    margin-right: -0.1em;
    margin-left: -0.1em;
}

.ml5 .letters {
    display: inline-block;
    opacity: 0;
}

.slide {
    transform-origin: left center;
    transform: scaleX(0);
    font-family: 'Raleway', sans-serif;
    border-collapse: collapse;
    bottom: 0px;
    box-sizing: border-box;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0% / auto padding-box border-box;
    font: normal normal 400 normal 16px / 16px sans-serif;
}

/*border-radius: 3000px 3000px 0px 0px;*/
.reveal {
    overflow-y: auto;
    width: 100%;
    height: 100%;
    transform-origin: bottom center;
    transform: scaleX(1) scaleY(0);
    font-family: 'Raleway', sans-serif;
    border-collapse: collapse;
    bottom: 0px;
    box-sizing: border-box;
    position: absolute;
    z-index: 100021;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0% / auto padding-box border-box;
    font: normal normal 400 normal 16px / 16px sans-serif;
}
.sliding-tab-line {
    height: 2px;
    width: 100px;
    margin: 10px;
    display: inline-block;
    background: #A9A9A9;
}

.sliding-tabs {
    position: absolute;
    bottom: 0px;
    text-align: center;
    margin: auto;
    width: 100%;
}

.col-vertical-centered {
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.project-feature{
    height: 100%;
    width: auto;
    margin: auto;
}

.project-tagline {
    width: 65%;
    background-color: rgba(255, 255, 255, 0.09);
    border-radius: 0px 54px 0px 0px;
    font-size: 27px;
    text-align: left;
    padding: 10px;
}

.project-title{
    text-align: left;
    color: white;
    font-family: 'Raleway', sans-serif !important;
}

.project-desc{
    font-family: 'Raleway', sans-serif !important;
    font-size: 15px !important;
    line-height: 22px !important;
    text-align: justify;
}
/*****about div******/
#about {
}

/*#snappy-DIV_1*/

#about-wrapper {
    top: 15%;
    width: 100%;
    left: 8%;
    border-collapse: collapse;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    position: absolute;
    text-decoration: none solid rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    text-align: left;
    outline: rgb(255, 255, 255) none 0px;
}

/*#snappy-DIV_2*/

.greeting {
    font-family: 'Bitter', serif;
    color: rgb(255, 255, 255);
    letter-spacing: 4.1px;
    text-decoration: none solid rgb(255, 255, 255);
    text-rendering: geometricPrecision;
    margin: 0px;
}

/*#snappy-H1_3*/

#greeting-hello {
    font: normal normal 700 normal 48px 'Cedarville Cursive';
}

#greeting-look {
    font: normal normal 700 normal 28px Bitter;
}

.text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    /* overflow: hidden; */
}

.letters {
    display: inline-block;
    line-height: 1em;
}

.about-anim {
    opacity: 0;

}

#about-me {
    border-collapse: collapse;
    box-sizing: border-box;
    color: #A9A9A9;
    height: 70px;
    width: 82%;
    letter-spacing: 0.5px;
    text-rendering: geometricPrecision;
    font: normal normal 400 normal 17px / 10px Raleway;
    margin: 0px;
    margin-top: 25px;
    line-height: 16.5pt;
}

/*#snappy-P_1*/

#recog-exp {
    box-sizing: border-box;
    margin-top: 20px;
    font: normal normal 400 normal 16px / 16px Raleway;
    display: flex;
}

/*#snappy-DIV_12*/

#recognition-container {
    margin-left: 7%;
    box-sizing: border-box;
    display: inline-block;
    text-decoration: none solid rgb(255, 255, 255);
    vertical-align: top;
    font: normal normal 400 normal 16px / 16px Raleway;
}

/*#snappy-DIV_13*/

#recog-header {
    font: normal normal 700 normal 13.5px / 40px Raleway;
    letter-spacing: 2px;
    margin: 0px;
    padding: 0px;
}

/*#snappy-H3_14*/

#recog-list {
    font: normal normal 400 normal 25px / 25px Raleway;
    list-style: none outside none;
    margin: 0px;
    padding: 0px;
}

#menu{
    margin-bottom: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#box1{
    padding-top: 30px;
    margin-top: 30px;
}

#box2{
    padding-top: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

div.col p{
    letter-spacing: 0.5px;
    text-rendering: geometricPrecision;
    font: normal normal 400 normal 17px / 10px Raleway;
    line-height: 16.5pt;
}

/*#snappy-UL_15*/

#recog-list li {
    color: #A9A9A9;
    letter-spacing: 0.5px;
    text-decoration: none solid rgb(106, 106, 106);
    text-rendering: geometricPrecision;
    border: 0px none rgb(106, 106, 106);
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    list-style: none outside none;
}

/*#snappy-LI_16, #snappy-LI_17, #snappy-LI_19*/

#experience-container {
    float: left;-
    box-sizing: border-box;
    font: normal normal 400 normal 16px / 16px Raleway;
}

/*#snappy-DIV_13*/

#exp-header {
    font: normal normal 700 normal 13.5px / 40px Raleway;
    letter-spacing: 2px;
    margin: 0px;
    padding: 0px;
}

/*#snappy-H3_14*/

#exp-list {
    font: normal normal 400 normal 16px / 16px Raleway;
    list-style: none outside none;
    margin: 0px;
    padding: 0px;
}

/*#snappy-UL_15*/

#exp-list li {
    color: #A9A9A9;
    letter-spacing: 0.5px;
    text-decoration: none solid rgb(106, 106, 106);
    text-rendering: geometricPrecision;
    border: 0px none rgb(106, 106, 106);
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    padding-top: 3px;
    list-style: none outside none;
}

/*#snappy-LI_16, #snappy-LI_17, #snappy-LI_19*/

#social-links-container {
    margin-top: 6%;
}

/*#snappy-DIV_27*/

#social-links {
    margin-top: 50px;
    padding-top: 50px;
    padding-left: 0;
}

#social-links-container ul{
    display: flex;
    flex-direction: column;
}

/*#snappy-UL_28*/

.stick{
    font: normal normal 400 normal 16px / 16px Raleway;
}

#social-links-container ul li {
    cursor: pointer;
    display: inline-block;
    letter-spacing: 0.5px;
    list-style: none outside none;
    margin: 10px 10px 0px 0px;
    transition: opacity 0.3s ease 0s;
}

/*#snappy-LI_29*/

#social-links-container ul li a {
    color: #16FFDC;
    letter-spacing: 0.5px;
    opacity: 0.9;
    text-decoration: none solid rgb(255, 255, 255);
    text-rendering: geometricPrecision;
    border-top: 0px none rgb(255, 255, 255);
    border-right: 0px none rgb(255, 255, 255);
    border-bottom: 1px solid #16FFDC;
    border-left: 0px none rgb(255, 255, 255);
    font: normal normal 400 normal 14px / 16px Raleway;
    -webkit-transition: all 0.3s ease;
}

#social-links-container ul li a:hover {
    opacity: 1;
    font-size: 16px;
}

/******************************************************/

/***************NAVIGATION*************/

.home-navigation-tabs {
    color: #16FFDC;
    cursor: pointer;
    padding-left: 10px;
    /*transform: rotate(-90deg);*/
    letter-spacing: 2px;
    font: normal normal 700 normal 11px / 11px Raleway;
    transition: all 0.3s ease 0s;
    opacity: 0.5;
}

.home-navigation-tabs:hover {
    opacity: 1.0;
    transform: scale(1.1);
}

#navigation-wrapper {
}

/*#snappy-DIV_1*/

#home-navigation {
    z-index: 900000;
    left: 0px;
    top: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transition: all 0.3s ease 0s;
    font: normal normal 400 normal 16px / 16px sans-serif;
}

/*#snappy-DIV_2*/

#nav-about {
    
}

/*#snappy-H3_4*/
.nav-right{
    width: 40px;
    top: 0px;
    right: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: absolute;
    font: normal normal 400 normal 16px / 16px Raleway;
    transition: all 0.3s ease 0s;
    opacity: 0.5;
}

.nav-right:hover {
    opacity: 1.0;
    transform: scale(1.1);
}

.nav-right h3,
.nav-right a {
    color: rgb(255, 255, 255);
    cursor: pointer;
    transform: rotate(-90deg);
    letter-spacing: 2px;
    text-decoration: none solid rgb(255, 255, 255);
    text-rendering: geometricPrecision;
    border: 0px none rgb(255, 255, 255);
    font: normal normal 700 normal 11px / 11px Raleway;
    outline: rgb(255, 255, 255) none 0px;
}

.nav-left{
    z-index: 100000;
    width: 40px;
    top: 0px;
    left: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: absolute;
    font: normal normal 400 normal 16px / 16px Raleway;
    transition: all 0.3s ease 0s;
    opacity: 0.5;
}

.nav-left:hover {
    opacity: 1.0;
    transform: scale(1.1);
}

.nav-left > h3 {
    color: rgb(255, 255, 255);
    cursor: pointer;
    transform: rotate(-90deg);
    letter-spacing: 2px;
    text-decoration: none solid rgb(255, 255, 255);
    text-rendering: geometricPrecision;
    border: 0px none rgb(255, 255, 255);
    font: normal normal 700 normal 11px / 11px Raleway;
    outline: rgb(255, 255, 255) none 0px;
}

/*#snappy-H3_4*/
.nav-bottom{
    z-index: 100021;
    height: 40px;
    bottom: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease 0s;
    margin-top: 3rem;
    margin-bottom: 4rem;
}

.nav-item{
    font: normal normal 400 normal 16px / 16px Raleway;
    margin-left: 10px;
    margin-right: 10px;
    opacity: 0.5;
    transition: all 0.3s ease 0s;
}



.nav-item:hover {
    opacity: 1.0;
    transform: scale(1.1);
}

.nav-bottom h3 {
    color: rgb(255, 255, 255);
    cursor: pointer;
    letter-spacing: 2px;
    text-decoration: none solid rgb(255, 255, 255);
    text-rendering: geometricPrecision;
    border: 0px none rgb(255, 255, 255);
    font: normal normal 700 normal 17px / 12px Raleway;
    outline: rgb(255, 255, 255) none 0px;
}

.nav-bottom a {
    color: rgb(255, 255, 255);
    cursor: pointer;
    letter-spacing: 2px;
    text-decoration: none solid rgb(255, 255, 255);
    text-rendering: geometricPrecision;
    border: 0px none rgb(255, 255, 255);
    font: normal normal 700 normal 16px / 12px Raleway;
    outline: rgb(255, 255, 255) none 0px;
}

.nav-bottom a :hover, #btn:hover{
    background-color: rgba(47,106,224,0.8);
 }

#btn{
    background-color: transparent;
    border: #fff solid;
    height: 35px;
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

 

.header-text{
    font-family: 'Bitter', serif;
    color: white;
    text-align: left;
    font-size: 35px;
    letter-spacing: 4.1px;
    text-decoration: none solid rgb(255, 255, 255);
    text-rendering: geometricPrecision;
    margin-left: : 0px;
    margin-right: 0px;
}

.quote{
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
    margin-bottom: 20px;
    font-family: 'Lora', serif;
    font-style: italic;
    font-weight: bold;
    font-size: 27px;
    width: 85%;
    color: white;
    text-align: left;
    line-height: 35pt !important;
}

.description-text{
    text-align: justify;
    border-collapse: collapse;
    box-sizing: border-box;
    color: #A9A9A9;
    letter-spacing: 0.5px;
    text-rendering: geometricPrecision;
    font: normal normal 400 normal 14px / 10px Raleway;
    margin: 0px;
    line-height: 16.5pt;
}


.video-play-button {
  transform-origin: center !important;
  position: absolute;
  z-index: 10;
  margin-top: 46%;
  margin-left: 75%;
  transform: scaleX(0) scaleY(0);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #00B298;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #00B298;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#00B298, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

.bottom-column
{
    float: none;
    display: table-cell;
    vertical-align: bottom;
}

.startup-links{
    opacity: 0;
    margin-top: 50px;
    text-align: center;
}

a.fa {
    color: #00B298;
    /*width: 40px;*/
    /*height: 40px;*/
    padding-left: 10px;
    padding-right: 10px;
    opacity: 1;
    text-decoration:none; 
    text-align: center;
    display: inline-block;
    /*background: white;*/
    line-height: 38px;
    /*border-radius: 142px;*/
    font-size: 20px;
    font-color: #999;
    -webkit-transition: all 0.3s ease;
    /*box-shadow: 0px 0px 2px #888;*/

}

a.fa:hover {
    opacity: 1;
    font-size: 30px;
}


@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/*#fb0*/
/*FF5A16*/
/*#snappy-A_7*/

.orange-span{
    color: #FF5A16;
}

.visiit{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.white-span{
    color: #ffffff;
}
::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}

@media screen and (max-width: 1003px) {
    #myImage{
        -webkit-filter: grayscale(0);
    }
}

@media screen and (max-width:552px) {
    #myImage{
        height: 300px;
        width: 400px;
    }
}

@media screen and (max-width: 768px) {
        .line{
        display: none;
    }
    #recognition-container {
        display: none;
    }
    #exp-list li{
        font-size: 13px;
    }
    h1#greeting-hello{
        font-size: 40px;
    }
    p.quote{
        font-size: 13.7px;
    }
    h1.header-text{
        display: none;
    }
    h2#greeting-look{
        font-size: 13.7px;
    }
    div.startup-links{
        margin-top: 0px;
    }
    .letters{
        font-size: 30px;
    }
    #myImage{
        width: 90vw;
        
    }
    #about-me{
        font: normal normal 400 normal 14px / 10px Raleway;
        letter-spacing: 0.5px;
    text-rendering: geometricPrecision;
    line-height: 14.5pt;
    }
}