@import url('https://fonts.googleapis.com/css?family=Comfortaa|Poiret+One|Raleway|Ubuntu+Mono&display=swap');
html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}

.container-fluid {
    margin: 0;
    padding: 0;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    height: 668px;
}

.overlay > img, .h-text {
    position: relative;
    top: 33%;
}
.h-text{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.smaller-text{
    font-family: 'Times New Roman', Times, serif;
}
.overlay > img, .welcome {
    margin-bottom: 30px;
}

.click {
    margin-top: 330px;
}

.jumbotron-fluid {
    background-image: url("../images/backgrounds/h_img.jpg");
    background-size: cover;
    height: 669px;
}



@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-55px);
    }
    60% {
        transform: translateY(-45px);
    }
}

.about {
    height: 250px;
}

.about h1 {
    margin-top: 30px;
}

.services {
    background-image: url("../images/backgrounds/s_image.jpg");
    height: 280px;
}

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

.small-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    height: 280px;
}


.what-we-do h1 {
    margin-top: 30px;
}
figcaption{
    margin-top: 20px;
}

.portfolio {
    padding-bottom: 50px;
}

.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;
}
.port {
    float: right;
    position: relative;
    margin: 5px;
    /*color: #333;*/
}
.port .porttext {
    display: none;
    opacity: 1;
    background-color:rgba(107, 97, 97, 0.6);
    width: auto;
    position: absolute;
    bottom: 0;
    color: rgb(10, 10, 10);
    text-align: center;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    padding: 30px;
    height: 100%;
}
textarea::placeholder{
    color: #ffffff;
}