@charset "UTF-8";
 /*!
 * 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)
 */


/*.name-box {
  height: 70px;
  width: 100%;
}*/

/*header .intro-text {
  position: absolute;
  top: 28%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
}*/

.no-nav-bottom-border {
    border-bottom: 0px;
  }

.button-background {
  border-radius: 50%;
  background-color: #fff;
  /*background-color: rgba(255, 255, 255, 0.85);*/
}

.name-scale {
  max-width:50%; 
  height:auto; 
}

/*  padding-five-top md-padding-eight-top padding-one-bottom sm-padding-eighteen-top  */

.box-padding {
  padding-top: 1%;
}

.name-padding {
  padding-top: 8%;
  padding-bottom: 2%;
}

.name-padding-2 {
  padding-top: 8%;
  /*padding-bottom: 2%;*/
}

.outline {
  border: 1px solid #6f6f6f;
}

.stripe-header {
  width: 100%;
  background-color: #1c1c1c;
  background: repeating-linear-gradient(45deg, #1c1c1c 0%, #1c1c1c 10%, #000000 0%, #000000 50%) 0 / 15px 15px;
  background: -webkit-repeating-linear-gradient(45deg, #1c1c1c 0%, #1c1c1c 10%, #000000 0%, #000000 50%) 0 / 15px 15px;
  background: -moz-repeating-linear-gradient(45deg, #1c1c1c 0%, #1c1c1c 10%, #000000 0%, #000000 50%) 0 / 15px 15px;
  background: -ms-repeating-linear-gradient(45deg, #1c1c1c 0%, #1c1c1c 10%, #000000 0%, #000000 50%) 0 / 15px 15px;
}
.stripe-footer {
  width: 100%;
  background-color: #fb6c71;
  background: repeating-linear-gradient(45deg, #fb6c71 0%, #fb6c71 10%, #f7484e 0%, #f7484e 50%) 0 / 15px 15px;
  background: -webkit-repeating-linear-gradient(45deg, #fb6c71 0%, #fb6c71 10%, #f7484e 0%, #f7484e 50%) 0 / 15px 15px;
  background: -moz-repeating-linear-gradient(45deg, #fb6c71 0%, #fb6c71 10%, #f7484e 0%, #f7484e 50%) 0 / 15px 15px;
  background: -ms-repeating-linear-gradient(45deg, #fb6c71 0%, #fb6c71 10%, #f7484e 0%, #f7484e 50%) 0 / 15px 15px;
}

.stripe-about {
  background-color: #fb6c71;
  background: repeating-linear-gradient(45deg, #fb6c71 0%, #fb6c71 10%, #f7484e 0%, #f7484e 50%) 0 / 15px 15px;
  background: -webkit-repeating-linear-gradient(45deg, #fb6c71 0%, #fb6c71 10%, #f7484e 0%, #f7484e 50%) 0 / 15px 15px;
  background: -moz-repeating-linear-gradient(45deg, #fb6c71 0%, #fb6c71 10%, #f7484e 0%, #f7484e 50%) 0 / 15px 15px;
  background: -ms-repeating-linear-gradient(45deg, #fb6c71 0%, #fb6c71 10%, #f7484e 0%, #f7484e 50%) 0 / 15px 15px;
}



/***********************************************/ 
/**************** Media Queries ****************/ 
/***********************************************/

/*@media (max-width: 1024px) {

  header .intro-text {
    top: 20%;
  }
  
  .name-scale {
    max-width:50%;
  }

  .name-box {
    height: 340px;
  }

}*/


@media (max-width: 800px) {
  
  .name-scale {
    max-width:50%;
  }

  .box-padding {
    padding-top: 1%;
  }

  .name-padding {
    padding-top: 30%;
    padding-bottom: 1%;
  }

  .bg-white-md {background-color:#fff;}



/*header .intro-text {
    top: 20%;
  }

  .name-box {
    height: 40px;
  }*/

}



/* Extra Small Devices, Phones */ 
@media screen and (orientation:landscape)
and (max-device-width: 812px) {

  .name-scale {
    max-width:40%;
  }

  .name-padding {
    padding-top: 10%;
    padding-bottom: 1%;
  }

  .xs-nav-bottom-border {
    border-bottom: 1px solid lightgray !important;
  }

  .xs-no-border-bottom {border-bottom:0;}
}


@media screen and (orientation:portrait) 
and (max-device-width: 480px) {

  .name-scale {
    max-width:70%;
  }

  .name-padding {
    padding-top: 28%;
    padding-bottom: 2%;
  }

  .xs-nav-bottom-border {
    border-bottom: 1px solid lightgray !important;
  }

  .xs-no-border-bottom {border-bottom:0;}

}