/* Resets */
html, body, div, span, h1, h2, h3, h4, h5, h6, button, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, figure, figcaption, footer, header, nav, output, section, time, mark, audio, video, input, textarea, select {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}
/* End resets */

/* Stuff for index page */
header {
    background-image: url(./law-bookss.jpg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 9rem;
    padding-bottom: 2.4rem;
}

body {
    margin: 1rem;
    background-color: #f3e6c6;
}

#index-sec {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

#index-nav {
    display: flex;
    flex-direction: column;
    align-items: left;
    font-size: 1.2rem;
    width: 230px;
    height: 480px;
    padding: .5rem;
}

#index-nav a {
    padding-top: .2rem;
    padding-bottom: .2rem;
}

#index-nav img {
    height: 220px;
    width: 220px;
}

#index-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: top;
}


#index-buttons div {
    width: 330px;
    margin: .5rem;
    border: 4px groove purple;
    border-radius: 3%;
}

.index-button {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    border: 15px solid #f3e6c6;
    text-align: center;
}

.index-button:hover {
    border: 10px solid purple;
}

.index-buttons-boxes a {
    display: flex;
    justify-content: center;
}

h1 {
    font-size: 1.7rem;
    text-align: center;
    color: blue;
    /* padding-top: 1rem; */
    font-family: 'Courgette', cursive;
    /* background-color: #e0c98e; */
    background-color: #f3e6c6;
    width: 10rem;
}

h2 {
    font-size: 1.1rem;
    text-align: center;
    color: blue;
    font-family: 'Courgette', cursive;
    /* background-color: #e0c98e; */
    background-color: #f3e6c6;
    width: 11rem;
}

h3 {
    font-size: 1rem;
    color: red;
    padding-bottom: .5rem;
}

h4 {
    font-size: 1.4rem;
    width: 60vw;
    text-align: center;
    margin: 0 auto;
}

h5 {
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto;
}

h6 {
    font-size: 1.2rem;
    text-shadow: 2px 2px red;
    padding-bottom: 2rem;
    margin: 0 .5rem;
}

p {
    font-size: 1rem;
    margin: 0 .5rem;
    padding-bottom: .7rem;
}

blockquote {
    background: #f9f9f9;
    border-left: 20px solid #ccc;
    margin: .8rem 10px;
    padding: 0.2rem 10px;
    quotes: "\201C""\201D""\2018""\2019";
    font-size: 1rem;
  }

  blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 3.3rem;
    line-height: 1.5rem;
    margin-right: .2rem;
    vertical-align: -.5rem;
  }

/* end stuff for index page */

/* Stuff for medical */
table {
    border-collapse: collapse;
    width: 70vw;
    height: 6rem;
}

table, th, td {
    border: 1px solid black;
}

th, td {
    text-align: left;
    vertical-align: middle;
    padding: .4rem;
    font-size: 1.5rem;
}

th {
    background-color: green;
}

.concern {
    background-color: rgba(150, 1, 1, 0.733);
}

/* End stuff for medical */

/* Stuff for Management page */
li {
    list-style-type: none;
    padding: .1rem 3rem;
    font-size: 1.5rem;
}

ul {
    padding: 2rem 0;
}

/* End stuff for management page */

/* Stuff for Florida page */
.Flex-r-nw {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.florida-double div {
    padding: 2rem 0;
    width: 35vw;
}

.florida-double div h5 {
    text-align: left;
    padding: .1rem 3rem;
}


/* End stuff for Florida page */

