/*!
 * Start Bootstrap - Stylish Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
     
}

body {
  
    font-size: calc(1vw + 1vh );
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 2.5em;
    font-weight: 600;
}

.text-top-center {
    text-align: center;
    margin-top: 2%;
    /*vertical-align: middle;*/
}

.text-top-center h1 {
    margin-top: 8vh;
    padding:  auto;
    font-size: 2.5em;
    font-weight: 600;
}

 
/* Custom Button Styles */

#myCanvas{
 /*background: url(../img/bg.jpg) no-repeat center center scroll;*/
 background-color:   #000000;
 z-index:  1;
 position:fixed;
 width:100%;
 height:100%;
 top:0%;
}


.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#faq-wrapper {
    z-index: 3000;
    position: fixed;

    /*right: 0;*/
    width: 100%;
   /* height: 300px;
    top: -300px;*/
    height: 100%;
    top: -100%;
     
    /*transform: translateY(-250px);*/
    overflow-y: auto;
  
    background:rgba(   0,  0,  0, 0.85);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#faq-wrapper.active {
    /*right: 250px;*/
    width: 100%;
    top: 0px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
} 


#about-wrapper {
    z-index: 3000;
    position: fixed;

    width: 100%;
    height: 100%;
    top: -100%;
    overflow-y: auto;
  
    background:rgba(   0,  0,  0, 0.85);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}



#about-wrapper.active {
    /*right: 250px;*/
    width: 100%;
    top: 0px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#shapeways-wrapper {
    z-index: 3000;
    position: fixed;

    width: 100%;
    height: 100%;
    top: -100%;
    overflow-y: auto;
  
    background:rgba(   0,  0,  0, 0.85);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}


#shapeways-wrapper.active {
    /*right: 250px;*/
    width: 100%;
    top: 0px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 1% 1% 0 0;
}

/* Header */
.dg.ac {
                z-index: 5000 !important; /* FIX DAT.GUI */
            }
.header1 {
    /*display: table;*/
    /*position: relative;*/
    width: 100%;
    height: 100%;
    z-index: 2;
/*    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
}

/* About */

.about {
    padding: 5% 0;
 
}

 
/* Callout */

.callout {
 
    display: table;
    width: 100%;
    height: 10%;
    color: #fff;
    background: url(../textures/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Call to Action */

.call-to-action {
    padding: 5% 0;
}

.call-to-action .btn {
    margin: 2%;
}

 

/* Footer */

footer {
    padding: 10% 0;
}

#to-top {
  display: none;
  position: fixed;
  bottom: 1%;
  right: 1%;
}

