* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
}
body{
    height: 100vh;
    width: 100%;
}
.row{
    width:100%;
    margin-right: 0px;
    padding-right: 0px;
    --bs-gutter-x:none;
}
.jumbotron {
    display: flex;
    align-items: center;
    padding: 0;
    background-image: url('../images/blue-brick.jpg');
    height: 450px;
    background-size: cover;
    background-position-y: center;
}
.title{
    font-size: 2rem;
    color:white;
    text-shadow:0px 0px 10px black;
    display: flex;
    align-items: left;
    padding-left: 30px;
    padding-top: 300px;
}
.jumbotron h1{
    position: absolute;
    top: 10px;
    color: white;
    font-size: 4rem;
    text-shadow: 0px 0px 10px black;
    padding-left: 30px;
}
p1{
    position: absolute;
    color: white;
    font-size: 3rem;
    top: 300px;
    text-shadow: 0px 0px 10px black;
}
.first, .projects{
    background-color: white;
    border-radius: 10px;
    color: #ccbcaf;
}
.links{
    background-color:black;
    width: 100%;
    position: static;
    text-align: center;
    top: 0;
    font-family:inherit;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 25px;
}
li a {color: white;text-decoration: none;}

.links ul li {
    display: inline-block;
    margin-right: 40px;
}

.links a:hover{
    color: gray;
}
.featured-pages{
    display: flex;
    align-items: stretch;
    width: 100%;
    margin-bottom: 24px;
    background: white;
    height: 100%;
    padding: 0%;
}
.row-nav {
    display:flex;
    flex-wrap: wrap;
}
.image-2, .image-3{
    width:80%;
    border-radius: 10px;
}
#h2 {
    font-size: 2rem;
    text-align: center;
    color:#837971;
    margin-bottom: 20px;
}
h3{
    text-align: center;
    color:white;
    text-shadow:0px 0px 10px black;
    padding-top: 325px;
}
p{
    border:2px lightgray solid;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-flex;
    text-align: center;
    font-family:inherit;
    font-size: 15px;
    color:#837971;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
}
a{
    text-decoration: none;
}
.project-1 {
    align-items: center;
    padding: 0;
    background-image: url('../images/ice-cream-2.jpg');
    height: 450px;
    background-size: cover;
    background-position-y: center;
    border-radius: 10px;
}
.project-2 {
    align-items: center;
    padding: 0;
    background-image: url('../images/cactus.jpg');
    height: 450px;
    background-size: cover;
    background-position-y: center;
    border-radius: 10px;
}
.project-3 {
    align-items: center;
    padding: 0;
    background-image: url('../images/ice-cream.jpg');
    height: 450px;
    background-size: cover;
    background-position-y: center;
    border-radius: 10px;
}
.contact{
    background-color: black;
    border-radius: 10px;
    padding:20px 20px 20px;
    margin-bottom: 100px;
}
.contact img{
    float: right;
    background-color: black;
    border-radius: 10px;
}
.contact p{
    color:white;
    border:none;
}
.fa{
    height:10px;
    position:relative;
    top:10px;
    margin-right: 10px;
}
p3{
    font-size:20px;
    color: white;
}

@media screen and (max-width: 600px) {
.header {
        font-size: 3rem;
    }
}