@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');


html, body {
  height:100%;
  width:100%;
  font-family: 'Poppins', sans-serif;
  color:#222;
  scroll-behavior: smooth;
}

.navbar {
  padding : .8rem;
}
.navbar-nav li {
  padding-right: 20px;
}
.nav-link {
  font-size: 1.1em;
}

.btn-primary {
  background-color: #6648b1;
  border: 1px solid #6648b1;
}
.btn-primary:hover {
  background-color: #563d7c;
  border: 1px solid #563d7c;
}
.svg-inline--fa {
  font-size: 17px;
  margin-right: 7px;
}
.padding {
  padding-bottom: 2rem;
}
.welcome {
  width: 85%;
  margin: 0 auto;
  padding-top: 2rem;
}

.welcome-img {
   width: 90%;
   object-fit: contain;
   height: auto; 
   max-width: 500px;
}

.welcome-img:hover {
  transform: scale(1.1);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

.welcome hr {
  border-top: 2px solid #b4b4b4;
  width: 95%;
  margin-top: .3rem;
  margin-bottom: 1rem;
}
.welcome img {
  margin-bottom: 2rem;
}
.fa-keyboard {
  color: #e54d26;
}
.fa-qrcode {
  color: #563d7c;
}
.fa-edit {
  color: #2163af;
}
.fa-mobile-alt {
  color: #21af40;
}
.fa-keyboard, .fa-qrcode, .fa-edit, .fa-mobile-alt {
font-size: 4em;
margin: 1rem;
}
.formular {
  width:30%;
  min-width: 20rem;
  margin: 0 auto;
  margin-top: 3em;
  margin-bottom: 3em;
}
.form-group {
  margin-bottom: 25px;
}

.form-group input {
  height: 42px;
  border-radius: 5px;
  font-size: 18px;
  text-align:center;
}

.btn-link {
  font-size: 1em;
  color: #6648b1;


}
.btn-link:hover {
  color: #563d7c;
  text-decoration: none;
}
.btn-link:active {
  text-decoration: none;
}
.btn-link:visited {
  text-decoration: none;
}


footer {
  background-color: #3f3f3f;
  color: #d5d5d5;
  padding-top: 2rem;
}

.footer-link {
  text-decoration:none;
  color: #d5d5d5;
}

.footer-link:hover {
  text-decoration:none;
}

hr.light {
  border-top: 1px solid #d5d5d5;
  width:75%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}



/*---Media Queries --*/
@media (max-width: 992px) {

  }
@media (max-width: 768px) {
  
}
@media (max-width: 576px) {
  
}


/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 50%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/mac.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}



/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/








