@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
:root{
    --primary-color: rgb(83, 83, 228);
    --secondary-color: rgba(224, 224, 243, 0.199);
    --footer-color:dimgray;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-size: small;
    padding: 5px;
    font-family: 'Lato',sans-serif;
    color: #796464;
    line-height: 1.1;
    background-color: lightgrey;
}
header{
    display: flex;
    color: rgb(17, 16, 15);
    font-size: small;
    align-items: center;
    justify-content: center;
    min-height: 70px;
}

img {
  max-width: 95%;
  margin-top: 5px;
}

p {
  margin-bottom: 5px;
  line-height: normal;
  font-size: larger;
}

h1,
h2,
h3 {
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: center;
}

h4 {
  color:#2b222c;
  margin-bottom: 5px;
  line-height: normal;
  font-size: larger;
}

h5 {
  padding: 5px 0px 0px 3px;
}

h6 {
  padding: 5px 0px 5px 0px;
  font-size: small;
}

ul {
  list-style-type: none;
}

a{
  color: rgb(231, 152, 88);
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.navbar {
  color: #afa1a1;
  background: #b47c54;
  height: 50px;
  margin: 0px 5px 0px 5px;
  font-size: larger;
}

.navbar .logo {
  font-size: large;
  font-weight: bold;
}

.navbar a {
  color: #4b2e2e;
  text-decoration: none;
  font-size: medium;
  font-weight: bold;
}

.navbar a:hover {
  color: rgb(194, 189, 176);
}

.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.navbar ul {
  display: flex;
}

.navbar ul li {
  margin-left: 20px;
}

.header h1 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
}

.header img {
  max-width: 400px;
}

.header .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.boxes .container {
  display: block;
  justify-content: space-between;
  text-align: center;
}

.box {
  flex: 1;
  background-color: rgba(75, 75, 90, 0.199);
  color: #080707;
  border-radius: 10px;
  margin: 20px 10px;
  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.6);
  padding: 15px 20px;
}

.box i {
  margin-right: 10px;
}

footer{    
    color: #8b7e9b;
    background-color: rgb(47, 56, 56);
    line-height: normal;
    font-weight: bolder;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    padding: 8px;
}


@media (min-width: 768px) {
 .header .container {
    flex-direction: column;
    padding-top: 20px;
    text-align: center;
  }
  .boxes .container {
    display: block;
    text-align: center;
  }

    body {
        font-size: 18px;
        padding: 15px;
        line-height: 1.6;
    }
  img {
    max-width: 100%;
  }
  header{
    display: flex;
    font-size: xx-large;
    color: rgb(134, 98, 51);
    min-height: 150px;
}
    ul {
        list-style-type: none;
    }
    .navbar {
        background: #b47c54;
        color: #fff;
        height: 60px;
    }
    .navbar .logo {
        font-size: x-large;
        font-weight: bold;
        margin-left: 15px;
    }
    .navbar a {
        color: #cfb4b4;
        font-size: x-large;
        font-weight: bold;
        margin-right: 15px;
        text-decoration: none;
    }
    .navbar a:hover {
        color: rgb(109, 138, 13);
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    height: 100%;
}
.box1{
 
    min-height: 75px;
    padding: 10px;
    color:#f78da7;
    margin:15px;
    float: left;
    width: 80%;
    font-size: x-large;
}
h2{
    font-size:x-large;
}
h3{
    font-size: larger;
    margin-bottom: 1ch;
}
h4{
    font-size: larger;
    margin: 5px 0 5px 0;
 
}
h5 {
  padding: 5px 0px 0px 3px;
  font-size: larger;
}

h6 {
  padding: 5px 0px 5px 0px;
  font-size: larger;
}
p{
    font-size: larger;
    margin-left: 5px;
}
aside{
    display: block;
    width: 100%;
}
}
@media only screen 
and (min-width : 1224px) {
  body {
    padding: 25px;
    line-height: 2.0;
}
header{
  color: rgb(73, 43, 12);
  font-size: 35px;
}
.container {
  max-width: 1500px;
  margin-bottom: 20px;
  padding: 0 30px;
}
.navbar {
  color: #7f8d79;
  background: #262c31;
}
img {
  max-width: 100%;
  margin-top: 7px;
}
.navbar .logo {
  font-size: x-large;
  font-weight: bolder;
}
h5{
  max-width: 100%;
  margin-left: 30px;
  margin-right: 30px;
  align-items: center;
}
}
