/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
.bg-primary {
    background-color: transparent!important}
        
        header {
  padding: 200px 50px;
    background-image: url(images/Background-Start.png);
    background-position: fixed;
    background-size: fixed;
    background-attachment: fixed;
}
header h1{
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
        }
header i{
    padding: 15px;
      font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
}
header a{
    color: white;
}
header a:hover{
    color: gray;
}

section {
  padding: 100px 0;
}

.navbar-nav > li{
  padding-left:3px;
  padding-right:3px;
}

#about h2{
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 30px;
}

/* Buttons */
.btn-dark {
    padding: 10px;
    width: 200px;
    transition-duration: 0.75s ease;
    margin-top: 30px;
}
.btn-dark:hover {
    background: #888;
        border-color: #888;
    
padding: 10px;
    width: 200px;
}

.btn-ligth {
    padding: 10px;
    width: 200px;
    transition-duration: 0.75s ease;
    margin-top: 30px;
}
.btn-ligth:hover {
     color: #ffffff;
    background: #888;
    border-color: #888;
    padding: 10px;
    width: 200px;
}
#service h2{
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 30px;
}


#education h2{
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 30px;}

/*! Backgroubf for projects

#education {
    background-image: url(images/Background-Start.png);
    background-size: cover;
    background-attachment: fixed;
}
#project1 {
    color:white;
    background-image: url(images/Background-Start.png);
    background-size: cover;
    background-attachment: fixed;
   
}*/
#contact i{
    font-size: 40px;
padding-right: 20px;
     color: #fff;
}
#contact i:hover{
    color: #888;
 }
contact a{
    color:#fff;
}
.btn btn-secondary my-2 my-sm-0 {
    
    font-family: 'Tangerine', cursive;
     padding: 1.375rem 1.75rem;  padding-right: 10rem;
}

.btn {
    display: inline-block;
    font-weight: 200;
    color: darkgray;
    text-align: right;
    vertical-align: middle;
    object-position: left;
    background-color: transparent;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
    .txt {
        background: #00000080;
        padding: 100px;
    }

.text-center {
    text-align: center!important}

.text-left {
    text-align: left!important}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0);
    
}
.navbar-dark .navbar-toggler:hover {
     background: #888;
    border-color: #888;}
    
    .btn-primary {
    color: white;
    background-color: gray;
        border-color: gray;}
        
         .btn-primary:hover {
    color: black;
    background-color: white;
    border-color: white;
}
             
             
.form-control {
    color: white!important;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 8px;
    transition:0.5s ease-in-out;
}

.form-control:focus {
    color: white!important;
    background-color: black;
    border: 2px solid #fff;
    
}

.form-control:hover {
    color: black!important;
    background-color: white;
    border: 2px solid white;
    border: 2px solid #fff;
}

/*Postioning the labels on index page*/

.AaboutUs {
  position: absolute;
  left:-20%;
  top: 30%;
  width: 100%;
  text-align: center;
  font-size: 18px;
}


.Ttechnology{
  position: absolute;
  left:-20%;
  top: 30%;
  width: 100%;
  text-align: center;
  font-size: 18px;
}
         
.Aapplications{
  position: absolute;
  left:-20%;
  top: 30%;
  width: 100%;
  text-align: center;
  font-size: 18px;
}
         
.Sservices{
  position: absolute;
  left:-20%;
  top: 30%;
  width: 100%;
  text-align: center;
  font-size: 18px;
}
         
.Pproducts{
  position: absolute;
  left:-20%;
  top: 30%;
  width: 100%;
  text-align: center;
  font-size: 18px;
}
         
.CcontactUs{
  position: absolute;
  left:-20%;
  top: 30%;
  width: 100%;
  text-align: center;
  font-size: 18px;
}
         
.Ddatenschutz{
  position: absolute;
  left:-20%;
  top: 30%;
  width: 100%;
  text-align: center;
  font-size: 18px;
}
         
.Iimpressum{
  position: absolute;
  left:-20%;
  top: 30%;
  width: 100%;
  text-align: center;
  font-size: 18px;
         
}
/*Postioning the text over background */
    


.overlay {
  position: absolute;
  top: 90%;
  bottom: 10%;
  left: 0;
  right: 0;
  height: 10%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;!important
}

.bg-primary:hover .overlay {
  opacity: 1;
    
}
 mark {
  background-color: #343a40 !important;
  color: white;
     opacity: 10%;
}
.container {
  position: relative;
  width: 100%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: left;
}

.container:hover .image {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

.text {
  background-color: gray;
  color: white;
  font-size: 14px;
  padding: 16px 32px;
}
