@font-face {
    font-family: ethnocentric;
    src: url(fonts/Typodermic-EthnocentricRg-Regular.ttf);
}

img.logo {
    /*background-image: url(../img/AnimaltronixLogo7_tm.cropped.png);*/
    margin: 0 auto;
    height: 450px; 
}

#robot {
    top: -1px;
/*    min-width: 117px;*/
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
/*  color: #999;*/
  font-family: ethnocentric; /*Lato, helvetica, arial; */
  margin-top: 20px;
}

input.input, textarea, input[type=password], input[type=text], input[type=email], input[type=number], input[type=tel], input[type=url] {
  background: transparent; /*#000;*/
  border-radius: 0;
  border: 1px solid #0ff;
/*  color: #999;*/
  font-size: 1.025rem;
  font-family: ethnocentric;
/*  font-family: Lato, helvetica, arial;*/
  font-weight: 300;
  padding: 16px 24px 15px;
  max-width: 300px;
  margin-bottom: 10px;
  line-height: 1;
  width: 100%;
}

.app-image img {
  /* padding-left: 20px; */
}

#mc_embed_signup form {
    font-family: ethnocentric;
/*    color: #333;*/
}
.required email {
    color: #666;
}

/*
.bckgrd {
    background-color: #000;
    width: 250px;
    height: 11px;
    opacity: .75;
}
*/

.notyfy-me {
    /*background-color: #FFFFFF;
    background-color: rgb(0,0,0,.7);*/
}

.notyfy-decr {
/*  color: #999;*/
  font-size: 1.00rem;
  font-weight: 500;
  font-family: ethnocentric;
/*  font-family: Lato;*/
  max-width: 243px;
  margin: 0 auto;
  padding-top: 4px;
  padding-bottom: 15px;
  line-height: 1.2;
  letter-spacing: 0.27px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn, .btn input[type="submit"], .btn button {
  background: transparent;
/*  color: #999;*/
  font-family: ethnocentric;
  border-left-style: dotted;
  border-right-style: dotted;
  border-color: crimson;
  border-width: thin;
}

body {
    border-width: 0px;
}

#wrapper:before {
  background: #000;
  width: 0px;
}

#wrapper:after {
  background: #000;
  width: 0px;
}

.video-embed {
    width: 700px; 
    height: 394px;
    margin: 0 auto;
}

.copyright {
    font-family: ethnocentric;
    font-size: 0.45rem;
/*    color: #FFFFFF;*/
}

@media (max-width: 415px) {
    img.logo {
    height: 280px;
    width: 314px;
    }
    .video-embed {
        width: 320px;
        height: 180px; 
    }
    
  }

@media (max-width: 767px) {
    #robot {
        min-width: 117px;
    }
    .col-xs-2 {
        float: none;
        padding-left: 0px;
        padding-right: 0px;
    }
    .col-xs-10 {
        width: 100%;
    }

  }



@media (min-width: 768px) {
    img.logo {
    }
     .small-logo {
        visibility: hidden;
    }
  }

@media (min-width: 992px) {

  }

@media (min-width: 1200px) {


  }