/*!
 * Start Bootstrap - Freelancer v3.3.7+1 (http://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}

.multicolored-border{
  border-radius: 25px;
  border: 10px solid #73AD21;
  padding:15px;
  background: rgba(0, 0, 0, .8);
  color:white;
  font-family: 'vcr';
  box-shadow: 0px 0px 65px #e83595;
}

.flash-pink{
  border-color: #e83595;
  animation: flash-p 0.12s infinite;
}
.flash-blue{
  border-color: #11b6b2;
  animation: flash-b 0.2s infinite;
}
.flash-yellow{
  border-color: #ffe900;
  animation: flash-y 0.4s infinite;
}
.flash-gray{
  border-color: #d000ff;
  animation: flash-gra 0.1s infinite;
}
.flash-red{
  border-color: #ff0000;
  animation: flash-r 0.2s infinite;
}
.flash-green{
  border-color: #a1ff00;
  animation: flash-g 0.4s infinite;
}
.flash-img{
  animation: flash-img 4s infinite;
}
@keyframes flash-p {
  0% {
    box-shadow: 0px 0px 65px #e83595;
    border-color: #e83595;
  }
  3% {
    box-shadow: 0px 0px 65px #e5c9d8;
    border-color: #e5c9d8;
  }
  8% {
    box-shadow: 0px 0px 65px #e83595;
    border-color: #e83595;
  }
  80% {
    box-shadow: 0px 0px 65px #e83595;
    border-color: #e83595;
  }
  82% {
    box-shadow: 0px 0px 65px #e5c9d8;
    border-color: #e5c9d8;
  }
  84% {
    box-shadow: 0px 0px 65px #e83595;
    border-color: #e83595;
  }
  100% {
    box-shadow: 0px 0px 65px #e83595;
    border-color: #e83595;
  }
}
@keyframes flash-b {
  0% {
    box-shadow: 0px 0px 65px #11b6b2;
    border-color: #11b6b2;
  }
  22% {
    box-shadow: 0px 0px 65px #d3fffd;
    border-color: #d3fffd;
  }
  23% {
    box-shadow: 0px 0px 65px #11b6b2;
    border-color: #11b6b2;
  }
  80% {
    box-shadow: 0px 0px 65px #11b6b2;
    border-color: #11b6b2;
  }
  82% {
    box-shadow: 0px 0px 65px #d3fffd;
    border-color: #d3fffd;
  }
  84% {
    box-shadow: 0px 0px 65px #11b6b2;
    border-color: #11b6b2;
  }
  100% {
    box-shadow: 0px 0px 65px #11b6b2;
    border-color: #11b6b2;
  }
}
@keyframes flash-y {
  0% {
    box-shadow: 0px 0px 65px #ffe900;
    border-color: #ffe900;
  }
  10% {
    box-shadow: 0px 0px 65px #fffbdb;
    border-color: #fffbdb;
  }
  16% {
    box-shadow: 0px 0px 65px #ffe900;
    border-color: #ffe900;
  }
  50% {
    box-shadow: 0px 0px 65px #ffe900;
    border-color: #ffe900;
  }
  52% {
    box-shadow: 0px 0px 65px #fffbdb;
    border-color: #fffbdb;
  }
  54% {
    box-shadow: 0px 0px 65px #ffe900;
    border-color: #ffe900;
  }
  100% {
    box-shadow: 0px 0px 65px #ffe900;
    border-color: #ffe900;
  }
}
@keyframes flash-gra {
  0% {
    box-shadow: 0px 0px 65px #d000ff;
    border-color: #d000ff;
  }
  22% {
    box-shadow: 0px 0px 65px #f5d1ff;
    border-color: #f5d1ff;
  }
  23% {
    box-shadow: 0px 0px 65px #d000ff;
    border-color: #d000ff;
  }
  80% {
    box-shadow: 0px 0px 65px #d000ff;
    border-color: #d000ff;
  }
  82% {
    box-shadow: 0px 0px 65px #f5d1ff;
    border-color: #f5d1ff;
  }
  84% {
    box-shadow: 0px 0px 65px #d000ff;
    border-color: #d000ff;
  }
  100% {
    box-shadow: 0px 0px 65px #d000ff;
    border-color: #d000ff;
  }
}
@keyframes flash-r {
  0% {
    box-shadow: 0px 0px 65px #ff0000;
    border-color: #ff0000;
  }
  25% {
    box-shadow: 0px 0px 65px #ff5b5b;
    border-color: #ff5b5b;
  }
  28% {
    box-shadow: 0px 0px 65px #ff0000;
    border-color: #ff0000;
  }
  80% {
    box-shadow: 0px 0px 65px #ff0000;
    border-color: #ff0000;
  }
  82% {
    box-shadow: 0px 0px 65px #ff5b5b;
    border-color: #ff5b5b;
  }
  84% {
    box-shadow: 0px 0px 65px #ff0000;
    border-color: #ff0000;
  }
  100% {
    box-shadow: 0px 0px 65px #ff0000;
    border-color: #ff0000;
  }
}
@keyframes flash-g {
  0% {
    box-shadow: 0px 0px 65px #a1ff00;
    border-color: #a1ff00;
  }
  10% {
    box-shadow: 0px 0px 65px #ebffc9;
    border-color: #ebffc9;
  }
  15% {
    box-shadow: 0px 0px 65px #a1ff00;
    border-color: #a1ff00;
  }
  40% {
    box-shadow: 0px 0px 65px #a1ff00;
    border-color: #a1ff00;
  }
  42% {
    box-shadow: 0px 0px 65px #ebffc9;
    border-color: #ebffc9;
  }
  44% {
    box-shadow: 0px 0px 65px #a1ff00;
    border-color: #a1ff00;
  }
  100% {
    box-shadow: 0px 0px 65px #a1ff00;
    border-color: #a1ff00;
  }
}

@keyframes flash-img {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  81% {
    opacity: 0.2;
  }
  82% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  91% {
    opacity: 0.2;
  }
  92% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
p {
  font-size: 20px;
}
p.small {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #11b6b2;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
hr.star-light,
hr.star-primary,
hr.star-info,
hr.star-contact {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
hr.star-light:after,
hr.star-primary:after{
  content: "\f11b";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.star-contact:after{
  content: "\f0e0";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.star-info:after {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.star-light,
hr.star-info {
  border-color: white;
}
hr.star-contact {
  border-color: white;
}
hr.star-light:after {
  background-color: #e83595;
  color: white;
}
hr.star-contact:after {
  background-color: #e83595;
  color: white;
}
hr.star-info:after {
  background-color: #11b6b2;
  color: white;
}
hr.star-primary {
  border-color: #4c4c4d;
}
hr.star-primary:after {
  background-color: white;
  color: #4c4c4d;
}
.img-centered {
  margin: 0 auto;
}

.star-background{
  background: black;
  color: white;
  background-image: url("../img/top_background.gif");


  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
}
header .container {
  padding-top: 100px;
  padding-bottom: 50px;
}
header img {
  display: block;
  margin: 0 auto 20px;
}
header .intro-text .name {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
}
header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 300;
}
@media (min-width: 768px) {
  header .container {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  header .intro-text .name {
    font-size: 4.75em;
  }
  header .intro-text .skills {
    font-size: 1.75em;
  }
}
.navbar-custom {
  background: black;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
}
.navbar-custom .navbar-brand {
  color: white;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: white;
}
.navbar-custom .navbar-nav {
  letter-spacing: 1px;
}
.navbar-custom .navbar-nav li a {
  color: white;
}
.navbar-custom .navbar-nav li a:hover {
  color: #e83595;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: white;
}
.navbar-custom .navbar-nav li.active a {
  color: white;
  background: #e83595;
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: white;
  background: #e83595;
}
.navbar-custom .navbar-toggle {
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  border-color: white;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #e83595;
  color: white;
  border-color: #e83595;
}
@media (max-width: 768px) {
  .top-logo {
    content:url("../img/top_logo.png");
  }
  .top_logo_fixed{
    display:none;
  }
  .navbar-brand{
    margin-top:-15px;
  }
  .btn-social-top{
    height:35px !important;
    line-height: 10px !important;
  }
}
@media (max-width: 425px) {
  .top-logo {
    content:url("../img/top_logo.png");
  }

  .btn-social-top{
    height:35px !important;
    line-height: 10px !important;
  }

  .container{
      padding-left: 15px !important;
      padding-right: 15px !important;
  }
  p, li{
    font-size:14px !important;
  }

  .margined{
    padding: 15px 15px 20px 15px !important;
  }

  .big-button{
    font-size:18px !important;
  }
  .kickstarter-img{
      padding:25px 10px 10px 10px !important;
  }
  .campaign-countdown{
     font-size:25px !important;
  }
  .campaign-text{
    font-size:14px !important;
  }
  .powered-by{
    display:none;
  }
}
@media (min-width: 768px) {
  .btn-social-top{
    height:30px !important;
    line-height: 0px !important;
  }
  .navbar-custom {
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    background-color:transparent;
  }

  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
  }
  .navbar-custom.affix {
    padding: 10px 0;
    background-color: black;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
    opacity: 1;
  }
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-bran{
    margin-top:-20px;
    margin-left:20px;
  }
}
section {
  padding: 70px 0;
}
section h2 {
  margin: 0;
  font-size: 3em;
}
section.success {
  background: #e83595;
  color: white;
}
section.info {
  background: #11b6b2;
  color: white;
}
@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption {
  background: rgba(24, 188, 156, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #e83595;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
footer {
  color: white;
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 50px;
  background-color: #4c4c4d;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 25px 0;
  background-color: #000000;
}
.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #e83595;
  background: white;
  border: solid 2px white;
}

.btn-primary {
  color: white;
  background-color: #11b6b2;
  border-color: #11b6b2;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #e83595;
  border-color: #e83595;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #4c4c4d;
  border-color: #4c4c4d;
}
.btn-primary .badge {
  color: #4c4c4d;
  background-color: white;
}
.btn-success {
  color: white;
  background-color: #e83595;
  border-color: #e83595;
  font-weight: 700;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: white;
  background-color: #11b6b2;
  border-color: #11866f;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #e83595;
  border-color: #e83595;
}
.btn-success .badge {
  color: #e83595;
  background-color: white;
}
.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.btn-social-top {
  display: inline-block;
  height: 30px;
  width: 30px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 0px;
  margin-top:10px;
  margin-left:15px !important;
}
.fa-top{
  margin-left:-12px !important;
  margin-top:-9px !important;
  font-size: 20px !important;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #4c4c4d;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #4c4c4d;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
#skipnav a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: transparent;
  transition: top 1s ease-out, background 1s linear;
  z-index: 2000;
}
#skipnav a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #e83595;
  outline: 0;
  transition: top 0.1s ease-in, background 0.5s linear;
}
div#maincontent {
  outline: none;
  height: 100% !important;
}

.team-member {
  text-align: center;
  margin-bottom: 50px;
}
.team-member img {
  margin: 0 auto;
  border: 7px solid white;
}
.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}
.team-member p {
  margin-top: 0;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #4c4c4c;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #eb3492;
}
.text-muted {
  color: white;
  font-size:15px;
  font-style:italic;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.row{
  padding-left:20px;
  padding-right:20px;
}
.no-padding{
  padding-left:0px !important;
  padding-right:0px !important;
}
.container{
  padding-left:60px;
  padding-right:60px;
}
.margined{
  margin-left:10px !important;
  margin-right:10px !important;
  margin-top:10px !important;
  padding: 10px 50px 30px 50px;
}
#countdown{
  text-align: center;
  font-size:30px;
  color: #14E06E;
}
.big-button{
  font-size:23px;
}
li{
  font-size:20px;
}
.kickstarter-img{
    padding:65px 65px 10px 65px;
}
.campaign-countdown{
   font-size:35px;
}
.campaign-text{
    font-size:17px;
  }

@media (min-width: 1200px) {
  .gang-div-top{
    height:850px;
  }
  .gang-div{
    height:950px;
  }
  .team-div{
    height:950px;
  }
}
.nav>li{
  font-size:14px !important;
}
.greenish{
  color:#a1ff00;
}
.spoiler{
  display: none;
}
.img-ability{
  margin-bottom:20px;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(17, 182, 178, 0.9);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}
.no-padding {
  padding: 0;
}

.no-h-padding {
  padding-right: 0;
  padding-left: 0;
}

.section-text{
  color:white;
  font-size: 1.2em !important;
}

.team-names{
  color:white;
  padding-top:10px;
}

.teal-text{
  color:#56D9CD;
}
.pink-text{
  color:#ff00a5;
}
.gold-text{
  color:#F6AB28;
}
.white-text{
  color:white;
}
.bold-text{
  font-weight: bold;
  font-size:1.5em;
}


.btn-outline-contact {
  color: white;
  font-size: 10px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline-contact:hover,
.btn-outline-contact:focus,
.btn-outline-contact:active,
.btn-outline-contact.active {
  color: #e83595;
  background: white;
  border: solid 2px white;
}

.btn-social-contact {
  display: inline-block;
  height: 32px;
  width: 32px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin: 0 0 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 25px;
}

@media (min-width: 768px) {
  p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 35px;
  }
}

.btn-default {
  color: #2eeae4;
  border: 1px solid #2eeae4;
  background-color: transparent;
}

.btn-default:focus, .btn-default:hover {
  color: black;
  border: 1px solid #2eeae4;
  outline: none;
  background-color: #2eeae4;
}


.btn-steam {
  color: #3371A8;
  border: 1px solid #3371A8;
  background-color: transparent;
}

.btn-steam:focus, .btn-steam:hover {
  color: black;
  border: 1px solid #3371A8;
  outline: none;
  background-color: #3371A8;
}

.btn-nintendo {
  color: #E60012;
  border: 1px solid #E60012;
  background-color: transparent;
}

.btn-nintendo:focus, .btn-nintendo:hover {
  color: black;
  border: 1px solid #E60012;
  outline: none;
  background-color: #E60012;
}

.btn-microsoft {
  color: #008746;
  border: 1px solid #008746;
  background-color: transparent;
}

.btn-microsoft:focus, .btn-microsoft:hover {
  color: black;
  border: 1px solid #008746;
  outline: none;
  background-color: #008746;
}


.btn-sony {
  color: #0072CE;
  border: 1px solid #0072CE;
  background-color: transparent;
}

.btn-sony:focus, .btn-sony:hover {
  color: black;
  border: 1px solid #0072CE;
  outline: none;
  background-color: #0072CE;
}

.row{
  margin-top:20px;
}

.mx-auto{
  margin-right: auto !important;
}
.img-responsive{
  display:inline !important;
}
@media (min-width: 768px){
  .navbar-right {
      float: right!important;
      margin-right: 35px !important;
  }
  .members_sprite_alignment{
     text-align: right;
  }
  .members-portrait{
    margin-top:80px;
  }
}
#team_name{
  font-weight: bold;
  font-size:1.5em;
}
#team_title{
  font-weight: bold;
  font-size:1.5em;
  color:white;
}
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.img-portrait{
  cursor:pointer;
}

.divider-1{
  background-image: url("../img/divider_black_to_gray.png");
  height:80px;
}
.divider-2{
  background-image: url("../img/divider_gray_to_black.png");
  height:80px;
}
#subscribe{
  z-index:10;
}
#subscribe_bg{
  background-image: url("../img/subscribe_bg.jpg");
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position:absolute;
  z-index:0;
}
.overlay{
  background-image: url("../img/overlay.png");
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: repeat;
  position: absolute;
  z-index: 2;
}

