/*
fonts
font-family: 'Inter', sans-serif;
font-family: 'Palanquin', sans-serif;
font-family: 'Roboto', sans-serif;
*/

/*
colors
pale yellow #f5eec2
dark green #416a59
dark blue #39395f
green #73a24e
light green #a9c25d
*/

/*
reset rule
*/

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

#logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 300px;
}

ul {
    margin: 0;
}

a,
p {
    font-family: 'Roboto', sans-serif;
}

ul {
    background-color: #416a59;
    padding-top: 10px;
    padding-bottom: 10px;
}

#mynav li {
    list-style-type: none;
    display: inline-block;
}

#mynav {
    max-width: 300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

#mynav a {
    color: #f5eec2;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 300;
}

img {
    width: 100%;
}

h1 {
    font-family: 'Palanquin', sans-serif;
    font-size: 2.5rem;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
    color: #39395f;
}

p {
    margin: auto;
    line-height: 20px;
}

#home {
    width: 70%;
}

footer {
    margin-top: 50px;
    background-color: #39395f;
    height: 40px;
}

footer p {
    text-align: center;
    color: #ffffff;
    padding-top: 10px;
    font-weight: 300;
}

.across,
.acrossWhole,
.servicePage {
    width: 80%;
    margin: auto;
    margin-top: 40px;
    max-width: 1000px;
}

.across article {
    width: 47%;
    display: inline-block;
    margin: 10px;
    vertical-align: top;
}

.across article h2,
h2 {
    font-family: 'Palanquin', sans-serif;
    font-size: 1.6rem;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
    color: #39395f;
}

.across article p,
.acrossWhole article p {
    font-weight: 300;
    line-height: 25px;
}

.acrossWhole article {
    margin: 10px;
}

.acrossWhole article p {
    margin-top: 20px;
}

.servicePage {
    font-weight: 300;
    width: 90%;
}

.space {
    padding-bottom: 15px;
}

h3 {
    font-weight: 500;
    line-height: 25px;
    width: 90%;
    margin: auto;
    font-family: 'Palanquin', sans-serif;
    font-size: 1.2rem;
}

.list {
    background-color: transparent;
    margin-left: 60px;
}

.list li {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-bottom: 5px;
}

.feature {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.feature p {
    width: 90%;
    margin-top: 10px;
}
