/*! =========================================================
 *
 * Styling document for the dsespace.com website. Developed by Felix Pojtinger (PFX, PojntFX)
 *
 * =========================================================
 *
 *
 *                       _oo0oo_
 *                      o8888888o
 *                      88" . "88
 *                      (| -_- |)
 *                      0\  =  /0
 *                    ___/`---'\___
 *                  .' \|     |// '.
 *                 / \|||  :  |||// \
 *                / _||||| -:- |||||- \
 *               |   | \\  -  /// |   |
 *               | \_|  ''\---/''  |_/ |
 *               \  .-\__  '-'  ___/-. /
 *             ___'. .'  /--.--\  `. .'___
 *          ."" '<  `.___\_<|>_/___.' >' "".
 *         | | :  `- \`.;`\ _ /`;.`/ - ` : | |
 *         \  \ `_.   \_ __\ /__ _/   .-` /  /
 *     =====`-.____`.___ \_____/___.-`___.-'=====
 *                       `=---='
 *
 *     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *
 *               Buddha Bless:  "No Bugs"
 *
 * ========================================================= */


/* BACKGROUND */
body {
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 70px;
}


/* TEXT STYLING */

body, p, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300; 
  line-height: 1.5em;
}

h1, .h1 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 100;
  font-size: 3.8em;
}

h2n, .h2n {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 2.6em;
}

h2, .h2 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 100;
  font-size: 2.6em;
}

h3, .h3 {
  font-size: 1.825em;
  line-height: 1.4em;
  margin: 20px 0 10px;
}

h4, .h4 {
  font-size: 1.3em;
  line-height: 1.4em;
}

h5, .h5 {
  font-size: 1.25em;
  line-height: 1.4em;
  margin-bottom: 15px;
}

h6, .h6 {
  font-size: 1em;
  text-transform: uppercase;
}

/* NAVBAR */

.navbar-semitransparent {
  background-color:  rgba(0, 0, 0, .6);
}

.navbar-semitransparent .dropdown-menu li > a:hover, .navbar-halftransparent .dropdown-menu li > a:focus {
  color: #FFFFFF;
  background-color: grey;
}



/* INSPIRATIONAL TEXT */

.area{
  animation:blur 2s  2;
  text-shadow:0px 0px 5px #fff,
      0px 0px 7px #fff;
  -webkit-animation: glow 2s 2 alternate;
}

@-webkit-keyframes glow {
    to {
        text-shadow: 0 0 100px #ffffff;
    }
}

@keyframes blur{
  from{
      text-shadow:0px 0px 3px #fff,
      0px 0px 10px #fff, 
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #7B96B8,
      0px 0px 150px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px -10px 100px #7B96B8,
      0px -10px 100px #7B96B8;}
}

.inspiration-mobile {
    text-align: center;
    color: white;
    line-height: 1em;
    margin-top: 9%;
    margin-bottom: 15%;
}

.inspiration-1-m {
    font-size: 3.2vw;
}

.inspiration-2-m {
    font-size: 2vw;
    font-style: italic;
    margin-top: -1.6%;
}

.inspiration-3-m {
    font-size: 2vw;
    font-style: italic;
    font-weight: 100;
    color: white;
    float: right;
    margin-right: 7%;
    margin-top: 10px;
}

.inspiration {
    text-align: center;
    color: white;
    line-height: 1em;
    margin-top: 9%;
}

.inspiration-1 {
    font-size: 1.6vw;
}

.inspiration-2 {
    font-size: 1vw;
    font-style: italic;
    margin-top: -1.6%;
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

.inspiration-3 {
    font-size: 1vw;
    font-style: italic;
    font-weight: 100;
    color: white;
    float: right;
    margin-right: 28%;
    margin-top: 10px;
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


/* SLIDER */
.carousel-style {
    margin-top: 11%;
    padding-top: 0;
    text-align: center;
    color: white;
    line-height: 1em;
    margin-top: 9%;
}

.carousel-text{
    padding-top: 2.25%;
    padding-bottom: 2.25%;
}

.container-wide {
    width: 100%;
}

.carousel-inner{
  width: cover;
  max-height: 700px !important;
}

.item {
    transition: display 1500ms linear 0s;
    overflow:hidden;
}
.item.active {
}
.item.active img {
    transition: transform 5000ms linear 0s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    transform: scale(1.05, 1.05);
}

.col-md-4-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.container-carousel-text {
    padding-top: 20px;
    padding-bottom: 20pxpx;
    font-size: 90%;
}

p1, .p1{
    font-size: 1.5em;
    font-weight: 500;
    text-align: left;
    margin-bottom: 5px;
}

p2, .p2 {
    font-size: 1.5em;
    font-style: italic;
    text-align: left;
    margin-bottom: 5px;
    line-height: 1.1;
}

p3, .p3 {
    font-size: 1.5em;
    text-align: left;
    margin-bottom: 5px;
    line-height: 1.1;
}

p4, .p4 {
    font-size: 1.5em;
    text-align: left;
    margin-bottom: 5px;
    padding-top: -20px;
    font-style: italic;
}

p5, .p5{
    font-size: 1.5em;
    font-weight: 500;
    text-align: center;
    margin-bottom: 5px;
}

.btn-red {
    background-color: grey;
}


/* FOOTER */

/* CONTENT */

.container-main {
    background-color: white;
    padding-top: -50;
}

.header {
    margin-top: -90px;
}

.heading1 {
    color: white;
}

.heading2 {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

.about-us-top {
    text-align: center;
}