body,
html {
    padding: 0px;
    margin: 0px;
    font-family: sans-serif;
    background-image: url("/fd52cae1ad1c4ac49a6e092d0154b1be1b006c16/mg_7301.jpg");
    background-size: cover;
    background-attachment: fixed;
}

.logo a {
    float: left;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    color: black;
}

.navBar {
    width: 100%;
    margin: 0px;
    padding: 0;
    overflow: hidden;
    background-color: rgba(188, 192, 199, 0.65);
}

li {
    float: right;
    list-style-type: none;
}

li a {
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(1.3)
}

.head {
    width: 100%;
    height: 600px;
    background-color: rgba(188, 192, 199, 0.65);
    text-align: center;
    margin-top: -21px;
    margin-bottom: -43px;
}

.head h1 {
    padding-top: 50px;
    padding-bottom: 20px;
}

.head img {
    width: 300px;
    border-radius: 33px;
}

.h .head h4 {
    padding: 20px;
    width: 150px;
    margin: 0px;
    background-color: rgba(188, 192, 199, 0.65);
    color: white;
    border-radius: 234px
}

.portfolio {
    width: 100%;
    height: 500px;
    background-color: rgba(0, 0, 0, 0.65);
    text-align: center;
    color: white;
}

.portfolio h2 {
    padding: 20px;
    font-size: 50px;
}

.site {
    width: 30%;
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    color: white;
}

.site img {
    width: 100%;
    height: 175px;
    border-radius: 15px;
}

.site h4 {
    padding: 10px
}

.about {
    width: 100%;
    height: 300px;
    background-color: rgba(188, 192, 199, 0.65);
    text-align: center;
}

.about h2 {
    padding: 20px;
    font-size: 50px;
    margin-top: -0px;
}

.about p {
    width 500px;
    margin: 10px auto;
    font-size: 20px;
    line-height: 1.5;
}

.contact {
    width: 100%;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.65);
    text-align: center;
    color: white;
    margin-top: -40px
}

.contact h2 {
    padding: 20px;
    font-size: 50px;
}

.contact p {
    width: 500px;
    margin: 10px auto;
    font-size: 20px;
    line-height: 1.5;
}

.btn {
    background: #ff0000;
    background-image: -webkit-linear-gradient(top, #ff0000, #0073ff);
    background-image: -moz-linear-gradient(top, #ff0000, #0073ff);
    background-image: -ms-linear-gradient(top, #ff0000, #0073ff);
    background-image: -o-linear-gradient(top, #ff0000, #0073ff);
    background-image: linear-gradient(to bottom, #ff0000, #0073ff);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.btn:hover {
    background: #0055ff;
    background-image: -webkit-linear-gradient(top, #0055ff, #ff0000);
    background-image: -moz-linear-gradient(top, #0055ff, #ff0000);
    background-image: -ms-linear-gradient(top, #0055ff, #ff0000);
    background-image: -o-linear-gradient(top, #0055ff, #ff0000);
    background-image: linear-gradient(to bottom, #0055ff, #ff0000);
    text-decoration: none;
}
@media (max-width: 900px) {
    .head img {
        width: 200px;
    }
    .head {
        height: 500px;
    }
    .site {
        display: block;
        margin: auto;
        width: 50%;
    }
    .portfolio {
        height: 900px;
    }
    .portfolio h2,
    .about h2,
    .contact h2 {
        font-size: 25px;
    }
}

@media(max-width: 600px) {
    .portfolio {
        height: 900px;
    }
    .portfolio h2,
    .about h2,
    .contact h2 {
        font-size: 20px;
    }
     .site {
        display: block;
        margin: auto;
        width: 80%;
    }
    
    .about,
    .contact p {
        font-size: 15px;
        padding: 10px;
        width: 100%;
    }
    .about {
        height: 400px;
    }
    html {
        background: white;
    }
}
