/* An AJM CSS #*/

html {
    background-color: yellow;
    color: black;
    font-family: sans-serif, "Arial";
}

#banner img {
    display: block;
    margin-right: 25px;
    width: 60%;
    max-width: 250px;
}

.coa img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    max-width: 75px;
    position: relative;
    bottom: -20px;
}

.coa a {
    display: block;
}

.coa a:link {
    color: black;
    background-color: yellow;
    text-decoration-line: none;
    border: 0px;
    font-weight: 100;
}

.coa a:visited {
    color: black;
    background-color: yellow;
    text-decoration-line: none;
    border: 0px;
    font-weight: 100;
}

.coa a:hover {
    color: black;
    background-color: yellow;
    text-decoration-line: none;
    border: 0px;
    font-weight: 100;
}

h1 {
    text-align: center;
    font-family: serif, "Times New Roman";
    font-weight: 900;
   }

h2 {
     margin-left: 10px;
}

p { margin-left: 10px;}

h3 {
    margin-left: 25px;
    margin-left: 25%;
}

h4 {
    text-align: center;
    font-family: serif, "Times New Roman";
    font-weight: 900;
    font-size: 100%;
}

h6 {
     margin-left: 10px;
}

#menu {
    display: block;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 20%;
    min-width: 150px;
}

ul {
    margin-left: 5px;
    list-style: none;
    tab-size: 5px;
}

ul li:before {

    content: '✓ ';
}


.quals img {
    margin-left: 5px;
    margin-bottom: 15px;
    border: 5px solid black;
    width: 150px;
    max-height: 195px;

}

.quals img:hover {
    position: sticky;
    left: 25%;
    right: 25%;
    top: 25%;
    bottom: 25%;
    transform: scale(2.2)
}


.references img {
    margin-left: 5px;
    margin-bottom: 15px;
    border: 5px solid black;
    width: 150px;
    max-height: 195px;
}

.references img:hover {
    position: sticky;
    left: 25%;
    right: 25%;
    top: 25%;
    bottom: 25%;
    transform: scale(2.2)
}

.personality img {
    margin-left: 5px;
    margin-bottom: 15px;
    border: 5px solid black;
    width: 150px;
    max-height: 195px;

}

.personality img:hover {
    position: sticky;
    left: 25%;
    right: 25%;
    top: 25%;
    bottom: 25%;
    transform: scale(2.2)
}

.updated {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 25%;
    max-width: 125px;
    font-weight: bold;
    background-color: black;
    color: white;
    position: relative;
}

.updated p{margin-left: 0px;  
    padding-bottom: 5px;    
    }

.updated img {
   align-content: center;
    background-color: black;
    padding-top: 2px;
    position: relative;
    bottom: -12px;    
}

.portfolio img{
  margin-left: 5px;
    margin-bottom: 15px;
    border: 5px solid black;
    width: 150px;
    max-height: 195px;
}

.portfolio img:hover {
   position: sticky;
    left: 25%;
    right: 25%;
    top: 25%;
    bottom: 25%;
    transform: scale(2.2)
}

a {
    display: block;
}

a:link {
    text-align: center;
    color: yellow;
    text-decoration-line: none;
    font-weight: 600;
    padding: 5px;
    background-color: black;
    border-style: solid;
    border-color: yellow;
}

a:visited {
    color: yellow;
    text-decoration-line: none;
    font-weight: 600;
    padding: 5px;
    background-color: black;
    border-style: solid;
    border-color: yellow;
}

a:hover {
    color: black;
    font-weight: 600;
    padding: 5px;
    background-color: yellow;
    text-decoration: none;
    border-style: solid;
    border-color: black;
}