@import url('https://fonts.googleapis.com/css?family=Montserrat:500');

body{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: url('../img/hexellence.png');
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

#btn {
  text-decoration: none;
}

h2 {
    color: #24252a;
    font-family: 'Montserrat';
    font-size: 36px;
    text-align: center;
    margin: 40px 140px;
}

article p {
  margin: 30px 100px;
  font-family: 'Montserrat';
  color: #24252a;
}

li, button {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #edf0f1;
  text-decoration: none;
}

header {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: flex-end;
  align-items:center;
  padding: 30px 10%;
  background-color: #24252ad8;
}

header p
{
    color: #edf0f1;
    font-family: 'Montserrat';
    margin-right: auto;
    font-size: 24px;
}

.logo {
  cursor: pointer;
  height: 90px;
}

header {
  display: flex;
  justify-content: flex-end;
  align-items:center;
  padding: 10px 10%;
}

.logo {
  cursor: pointer;
}



header {
  display: flex;
  justify-content: flex-end;
  align-items:center;
  padding: 30px 10%;
}

header {
  display: flex;
  justify-content: flex-end;
  align-items:center;
  padding: 30px 4%;
  background-color: #24252ad8;
}

.logo {
  cursor: pointer;
  margin-right: 5%;
}

.nav_links {
  list-style: none;
  padding: 0;
}

.nav_links li{
  display: inline-block;
  padding: 0 10px;
}

.nav_links li a{
  transition: all 0.3s ease 0s;
}

.nav_links li a:hover {
  color:rgb(145, 142, 3);
}

button {
  margin-left: 30px;
  padding: 9px 25px;
  background-color: rgb(169, 166, 0);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

button:hover
{
  background-color: rgb(145, 142, 3);
}

main
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex: 1;
}

article
{
    margin-bottom: 80px;
    width: 70%;
    background-color: #edf0f1;
    border-radius: 4px;
    box-shadow: 0px 1px 5px 1px rgba(128, 128, 128, 0.75);
}

article h1
{
    color: #24252a;
    font-family: 'Montserrat';
    font-size: 46px;
    text-align: center;
}

article h3
{
    color: #24252a;
    font-family: 'Montserrat';
    font-size: 30px;
    text-align: center;
    margin: 40px 0;
}

article ul > li
{
  color: #24252a;
}

.nav_links a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #edf0f1;
  text-decoration: none;
}

.text
{
    margin: 30px 70px;
    font-family: 'Montserrat';
    color: #24252a;
}

.article-content p {
  margin: 30px 100px;
    font-family: 'Montserrat';
    color: #24252a;
}

.text > a {
  color: #0000EE;
  text-decoration: underline;
  cursor: pointer;
}

#text ul > li
{
    color: #24252a;
}

footer {
    height: 40px;
    width: 100%;
    background-color: #24252a;
    color: #edf0f1;
    font-family: 'Montserrat';
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;

}

.docs {
    display: flex;
    flex-direction: column;
}

.doc {
    color: blue;
    font-family: 'Montserrat';
    margin: 30px 70px;
    width: 100%;
}

.link {
  padding: 0 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #edf0f1;
  text-decoration: none;
}

.article-content p {
  margin: 30px 70px;
    font-family: 'Montserrat';
    color: #24252a;
}

.article-content span {
  font-family: 'Montserrat' !important;
}

.article-content h3{
  color: #24252a;
    font-family: 'Montserrat';
    font-size: 30px;
    text-align: center;
    margin: 40px 100px;
}