@import url('https://fonts.googleapis.com/css?family=Comfortaa|Poiret+One|Raleway|Ubuntu+Mono&display=swap');
html{
  scroll-behavior: smooth;
}
.home{
  background-image: url('../images/backgrounds/h_img.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color:white;
  padding-top: 100px;
  text-align: center;
}
.home h1{
  padding: 2px;
  margin: 3px;
}
.home p{
  padding: 5px;
  padding-bottom: 200px;
}
#logo{
  margin-top: 80px;
  width: 80px;
  height: 80px;
  padding bottom: 20px;
}
#mouse{
  padding-bottom: 20px;
  animation: bounce 3s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-55px);
  }
  60% {
    transform: translateY(-45px);
  }
}
#about_us{
  text-align: center;
  padding-top: 50px;
  font-family: sans-serif;
  padding-bottom: 40px;
}
.services{
  text-align: center;
  background-image: url("../images/backgrounds/s_image.jpg");
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 20px;
  height: 400px;
  background-position: center;
}
.layout{
  background-color: rgba(0,0,0,0.3);
  padding-top: 100px;
  padding-bottom: 85px
}
h2{
  text-align: center;
}
.what-we-do{
  padding-top: 80px;
}
.descripion{
  text-align: center;
  padding-top: 20px;
  display: none;
}
.icon{
  text-align: center;
  padding-top: 20px;
}
#portfolio-header{
  text-align: center;
}
.portfolio{
  padding-top: 40px;
  padding-bottom: 100px;
}
#portfolio{
flex-wrap: wrap;
align-items: center;
padding-top: 20px;
text-align: center;
}
.col-md-3 img{
  max-width: 100%;
  max-height: 100%;
}
.contacts {
    background-image: url('../images/backgrounds/c_image.jpg');
    background-size: cover;
}

.contacts h1 {
    position: relative;
    top: 30px;
}
.text{
    margin-bottom: 20px;
}

.contact-overlay {
    background-color: rgba(0, 0, 0, 0.7);
}

.form-control{
    background-color: #66000000;
    color: white;
}
.input{
    margin-top: 30px;
}
.b-text{
    font-family: 'Comfortaa', cursive;
}
.m-text{
    font-family: 'Raleway', sans-serif;
}
.name{
    margin-right: 5px;
}
input.error {
    border: 1px dashed red;
    font-weight: 300;
    color: red;
}
.email{
    margin-right: 5px;
}
.social{
    justify-content:center;
    padding-left:10px;
    padding-right:10px;
}
.white{
    height: 300px;
    width: 366px;
    background-color: rgba(255, 255, 255, 0.5);
    display: none;
}
.img-fluid{
    max-width: 100%;
    height: auto;
}
.portimg {
    float: right;
    position: relative;
    margin: 5px;
}
.portimg .porttext {
    display: none;
    opacity: 1;
    background-color:rgba(0, 0, 0, 0.4);
    width: auto;
    position: absolute;
    bottom: 0;
    color: deepskyblue;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    padding: 30px;
    height: 100%;
}
textarea::placeholder{
    color: #ffffff;
}

#one, #two, #three, #four, #five, #six, #seven, #eight{
  display: none;
  color: black;
  width: 100%;
  height: 100%;
  background-color:rgba(255, 255, 255, 0.456);
  position:absolute;
  top: 1px;
  font-weight: bold;
  text-align: center center;
  font-size: 30px;
  padding-top: 30%;
  padding-right: 30px;
  font-family: 'Delius Swash Caps', cursive;
}
