/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body#page-top {
    width: 100%;
    height: 100%;
    background: url('../images/main-bg.jpg') repeat;
    background-attachment: fixed;
    font-family: 'Open Sans', sans-serif;
}

body:not(#page-top) {
    font-family: 'Open Sans', sans-serif;
    padding-top: 100px;
}

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

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.intro-section {
    min-height: 100%;
    padding-top: 150px;
    text-align: center;
    color: #fff; 
    background-color: rgba(138,145,142, .7);
}

.about-section {
    min-height: 100%;
    padding-top: 150px;
    background: #eee;
    opacity: 0.9;
}

h1.section-header {
    text-align: center;
}

.services-section {
    min-height: 100%;
    padding-top: 150px;
    background: #fff url(../images/bg.png) repeat;
}

.contact-section {
    min-height: 100%;
    padding-top: 150px;
    background: #eee url(../images/bg.png) repeat;
}

footer {
    margin-top: 40px;
}

.mat-label {
    display: block;
    font-size: 16px;
    transform: translatey(25px);
    color: #05c9c3;
    transition: all .5s
}

.mat-input {
    position: relative;
    background: transparent;
    width: 100%;
    border: 0;
    outline: 0;
    padding: 8px 0;
    font-size: 16px
}

.mat-div {
    padding: 30px 0 0 0;
    position: relative
}

.mat-div:after,
.mat-div:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #e2e2e2;
    bottom: 0;
    left: 0;
    transition: all .5s
}

.mat-div::after {
    background-color: #c96105;
    transform: scalex(0)
}

.is-active::after {
    transform: scalex(1)
}

.is-active .mat-label {
    color: #c96105
}

.is-completed .mat-label {
    font-size: 12px;
    transform: translatey(0)
}

#images .col-md-4 {
  padding: 10px;
}

#mimg {
    margin: 0 auto;
}

button#submit {
    background-color: #05c9c3;
    border: 0;
    display: block;
    margin: 25px auto;
    padding: 15px 30px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff
}

#message {
    display: none;
    font-size: 15px
}

.logo {
    margin: 0 auto;
}

.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}



.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.75);
}

/* Padding for spacing */
.inner {
  padding: 30px;
}
.modal-body {
    max-height: calc(100vh - 212px);
    overflow-y: auto;  
    margin-right: 2px;
}

/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Comfortaa', cursive;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: rgba(255,255,255,.9);
  border-bottom: 2px solid transparent;
  font-family: 'Comfortaa', cursive;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

.float-left {
  float: left;
}
.float-right {
  float: right;
  margin: 0 0 0 10px;
}

.fa-6 {
  font-size: 12em;
}
.research,
.prototype,
.create,
.test {
  margin: 15px auto;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.research p,
.prototype p,
.create p,
.test p {
  font-size: 18px;
}
#buttonAdd {
  display: inline-block;
}

#file {
  display: inline-block;
}
.research {
  background-color: #59d3c5;
}
.prototype {
  background-color: #54adbc;
}
.create  {
  background-color: #1ed7f6;
}
.test {
  background-color: #527bc4;
  }

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}

/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 800px;
  }
}