
/* ----main divs styles----- */


 div.heading_bar {
       border-radius: 10px;
       background-color: #728fae;
       color: black;
       text-align: center;
       margin-left: 6px;
       margin-right: 6px;
       padding: 20px 4px 20px 4px;
       font: 15px, serif;
       font-size: 200%;
       min-width: 500px;
       max-width: 800px;
}

div.space {
       border-radius: 30px;
       height:20px; 
       text-align: center;
       margin-left: 6px;
       margin-right: 6px;
       padding: 4px 4px 2px 4px;
      
}
 
 
 div.construction {
       border-radius: 10px;
       background-color: red;
       color: yellow;
       text-align: center;
       margin-left: 6px;
       margin-right: 6px;
       padding: 4px 4px 2px 4px;
       font-size: 15px;
       font-size: 200%;
       min-width: 500px;
}

div.caphome {
       border-radius: 10px;
       background-color: #bdd6e6;
       text-align: center;
       margin-left: 6px;
       margin-right: 6px;
       max-width: 800px;
       min-width: 500px;
       padding: 20px 4px 20px 4px;
       font-size: 15px;
       font-size: 200%;
}

div.Dr-Freya {
      border-radius: 10px;
      background-color: #bdd6e6;
      text-align: center;
      content: center;
      margin-left: 6px;
      margin-right: 6px;
      max-width: 800px;
      min-width: 500px;
      padding: 2px 4px 20px 4px;
      font: 13px, serif;
      font-size: 200%;
      color: #141721;
}



div.AJHTH {
       border-radius: 10px;
       background-color: #bdd6e6;
       text-align: center;
       margin-left: 6px;
       margin-right: 6px;
       max-width: 800px;
       min-width: 500px;
       padding: 2px 4px 20px 4px;
       font: 13px, serif;
       font-size: 200%;
}


div.Capercaillie-News {
       border-radius: 10px;
       background-color: #bdd6e6;
       text-align: center;
       margin-left: 6px;
       margin-right: 6px;
       max-width: 800px;
       min-width: 500px;
       padding: 2px 4px 20px 4px;
       font: 13px, serif;
       font-size: 200%;
}

div.Lawyers {
       border-radius: 10px;
       background-color: #bdd6e6;
       text-align: center;
       margin-left: 6px;
       margin-right: 6px;
       max-width: 800px;
       min-width: 500px;
       padding: 2px 4px 20px 4px;
       font: 13px, serif;
       font-size: 200%;
}


div.mad-people {
       border-radius: 10px;
       background-color: #bdd6e6;
       text-align: center;
       margin-left: 6px;
       margin-right: 6px;
       max-width: 800px;
       min-width: 500px;
       padding: 2px 4px 20px 4px;
       font: 13px, serif;
       font-size: 200%;
}

/* ----img, p, a, element styles----- */

img {
      width: 75%;  
      object-fit: scale-down;
}

p {
      font-size: 13pt; 
      font-family: "Comic Sans MS";
      color: #141721;
      font-weight: bold;
}

a {
     background-color: #728fae;
     color: black;
     padding: 12px 20px 12px 20px;
     position: relative;
     box-shadow: 0 3px 0 #1763b3;
     text-decoration: none;
     text-transform: uppercase;
     font-size: 12pt;
}

a:hover {
     background-color: #557fac;
}

a:active {
     box-shadow: none;
     top: 3px;
}

h2 {
     font-size: 20pt;
     font-family: "Times New Roman";
}

a.small-link {
color: #141721;
background-color: transparent;
text-transform: none;
text-decoration: underline;
padding: none;
box-shadow: none;
font-size: 13pt;

}

a.interesting {
margin: 30px;
}

