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

html {
    height: 100%;
}

body {
    background-color: #a4b688;
    margin: 0;
    border: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    color: #4c4c4c;
    background: linear-gradient(to bottom,  #01df00 0%,#018e00 100%) fixed;
}

h1 {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

h2 {
    font-size: 22px;
    font-weight: 400;
    color: #7f5980;
    font-family: 'Merriweather', serif;
    margin-bottom: 0;
}

.center {
    margin: 35px auto;
    max-width: 1200px;
}

.container {
    margin-left: 50px;
    margin-right: 50px;
    background-color: #fff;
    border: solid 3px #7f5980;
    box-shadow: 0px 3px 10px 2px rgba(0,0,0,0.3);
}

::selection {
    color: #fff;
    background: #7f5980;
}

.banner *::selection,
.footer *::selection {
    color: #7f5980;
    background: rgba(255,255,255,0.9);
}

.banner {
    display: flex;
    align-items: center;
    min-height: 150px;
    padding: 20px;
    background-color: #7f5980;
}

.logo {
    width: 60px;
    height: 109px;
    margin-left: 20px;
    margin-right: 40px;
}

.title p {
    font-style: italic;
    font-size: 18px;
    color:#FFF;
    font-weight: 300;
    margin-top: 4px;
    margin-left: 3px;
}

.intro {
    padding-left: 20px;
    padding-right: 20px;
}

.profiles {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
}

.profile {
    padding-left: 10px;
    padding-right: 10px;
    flex: 1 1 10px;
    min-width: 300px;
}

.profile img {
    float: right;
    margin-top: 1em;
    margin-left: 0.5em;
}

.footer {
    padding: 10px 20px;
    background-color: #7f5980;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.footer h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #fff;
    margin: 0;
}

.footer strong {
    font-weight: 600;
}

.line {
    height: 1px;
    background-color: #fff;
    opacity: 0.3;
    margin-top: 5px;
    margin-bottom: 5px;
}

.contact-details {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.contact-detail {
    padding: 10px;
    flex: 1 1 10px;
    min-width: 300px;
}
