
body {
    -webkit-font-smoothing: antialiased;
    width: 100%;
}
.top {
    background-image: url(images/abstract-apartment-architect-architectural-architecture-background-1581451-pxhere.com\ \(2\).jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 15%;
    background-position: right;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    width: 100%;
    
}

.contact-info {
    font-size: 18px;
}
strong {
    font-weight: 600;
    text-decoration: underline;
}
#contactUs {
    color:black;
}

#about {
    color: black;
}

.top a {
font-size: 25px;
}
.middle {
    width:100%;
    padding-bottom:5em
}

.container-fluid {
    padding-top: 20%;
    padding-left: 1rem;
    font-size: 130px;

}


.middle img {
    height: 700px;
    width: inherit;
}

#text {
    text-align: center;
    margin-left: 1em;
    
}

#img {
    display: flex;
    padding-top: 5em;
    justify-content: center;
    margin-right: 5em;

}

.middle {
    background-color: 	rgb(227, 244, 239)
}
.mid {
    height: inherit;
    align-items: center;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
}

.mid strong {
    font-size:30px;
}

hr {
    margin-top: 0em;
    margin-bottom: 0em;
}
.bottom {
    background-color: rgb(241, 249, 246);
    width: 100%;

}



.upper {
    display: flex;
    justify-content: center;
    text-align:center;
    margin-bottom: 48px;
    font-family: 'Playfair Display', serif;
    font-size:40px;
    font-weight: 600;
    padding-top: 20px;
}

.lower {
    text-align:center;
    display: flex;
    align-items: center;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    padding-bottom: 30px;
}

.lower img{
    width: inherit;
    margin-bottom: 15px;
}


#hero {
padding-left:10px;
}

.subscribe {
    background-color: rgb(255, 255, 255);
    height: 168px;
    width: auto;
    -webkit-font-smoothing: antialiased;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    text-align: center;
}



.info {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    

}

.wording {
    font-size: 20px;
    font-family: 'Source Sans Pro', arial, sans-serif;
    font-weight: 100;
    margin-bottom: 2.5em;
}

#contact {
    padding-top: 10px;
    width: 100%;
}

.row {
    display: flex;
    flex-direction: row;
}
#map {
    width: 50%;
}


footer {
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: rgb(241, 249, 246);
    text-align: center;
    width: 100%;
}



#last {
    margin-bottom: 0em;
}

#GetDirections {
    position: relative;
    margin-top: 4em;
}