@charset "UTF-8";
/* CSS Document */



/* === === === === === X-Small 	< 576px  === === === === === */

@media (max-width: 575.98px) {

h1, .h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 35px;
  line-height: 42px;
}

p {
  font-size: 22px;
  line-height: 29px;
}

/* nav head */

.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 18px;
}

/* table */

.table {
  font-size: 16px;
}


/* list */

.list-group {
  font-size: 20x;
  line-height: 39px;
}

/* declare */

.declare h1 {
  margin-top: 40px;
  font-size: 30px;
  line-height: 36px;
}

.declare h2 {
  margin-top: 20px;
  margin-bottom: 5px;  
  font-size: 21px;
  line-height: 26px;
}

.declare p {
  font-size: 18px;
  line-height: 23px;
}

/* footer        background-color: #CF6;   */

.footer h1 {
  position: relative;
  margin-bottom: 0;
  font-size: 22px;
}
				
.footer p {
  font-size: 20px;
  line-height: 26px;
}

.footer a {
  font-size: 20px;
  line-height: 26px;
}

/* === === === === === Small 	sm  ≥ 576px  === === === === === */


/* === === === === === Medium 	md 	≥ 768px  === === === === === */