* {
    font-family: 'Times New Roman', Times, serif;
}

nav a {
    font-size: 17px !important;
}

.headline {
    background-image: url("/img/5.png");
    padding: 13%;
    background-size: cover;
}

.headline h1 {
    color: white;
   text-align: center;
   font-size: 50px;

}

.about-me {
    margin-top: 6%;
    margin-bottom: 10%;
}

.about-me img {
    width: 80%;
    height: 100%;
}

.about-me h1 {
    margin-top: 12%;
    margin-bottom: 4%;
}

.about-me p {
    text-align: justify;
}

.about-me-photo {
    text-align: center;
}

.hero {
    background-image: url("/img/5.png");
    background-size: cover;
    margin-top: -3%;
}

.hero h1 {
    font-size: 40px;
    text-align: center;
    color: white;
    margin-top: 10%;
}

.hero .col-md-12 {
    text-align: center;
}

.hero p {
    margin-top: 1%;
    color: white;
    margin-bottom: 2%;
    font-size: 17px;
}

.hero button {
    width: 15%;
    margin-bottom: 10%;
}

.gallery-text h2{
    text-align: center;
    font-size: 50px;
    margin-top: 10%;
    margin-bottom: 2%;
}

.portfolio-menu{
	text-align:center;
}
.portfolio-menu ul li{
	display:inline-block;
	margin:0;
	list-style:none;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
}

.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}

.nobutton {
    display: none;
}

footer a {
    text-decoration: none;
}

footer p {
    font-size: 16px;
}

@media only screen and (max-width: 768px) {
    .headline h1 {
        font-size: 40px;
        margin-top: 20%;
    } 

    .about-me h1 {
        text-align: center;
        margin-top: 5%;
    }

    .about-me-photo {
        margin-top: 10%;
        margin-bottom: 5%;
    }

    .hero {
        height: 300px;
    }

    .hero h1 {
        margin-top: 23%;
        font-size: 20px;
    }

    .hero p {
        font-size: 12px;
    }

    .hero button {
        width: 40%;
        margin-bottom: 10%;
        margin-top: 10%;
    }

    .headline {
        height: 300px !important;
    }

    .headline h1 {
        margin-top: 35%;
    }

    p {
        font-size: 12px !important;
    }

    .gallery-text h2 {
        font-size: 30px;
    }

    .text-center .p-3 {
        font-size: 10px;
    } 

}
