body {
    background-color: white;
    color: black;
    
}

.quote {
    display: block;
    position: fixed;
    top: 80%;
    width: 60%;
    left: 20%;
    z-index: 10;
}
.on_off_quote {
    position: fixed;
    top: 5%;
    width: 10%;
    left: 80%;
}

h1 {
    font-weight: bold;
}
h2 {
    font-weight: bold;
}
h3 {
    font-weight: normal;
}
h4 {
    font-weight: normal;
   
}
h5 {
   font-style: normal;
    text-align: center;
    -webkit-text-stroke-width: 1.5px;
   -webkit-text-stroke-color: black;
    color: lightyellow;
    font-weight: bold;
    
}
h6 {
   font-weight: bold;
}

ita {
    font-style: italic;
}

p {
    line-height: 20px;
}


.comm_title {
    display: block;
    color: #333132;
}

.research_title {
    color: blue;
}
.a_title {
    color: springgreen;
}

.s_title {
    color: black;
}


.cv_title {
    color: gold;
}

.commissions {
    display: block;
    color: #333132;
}

.research {
    color: blue;
    border-top: thick blue solid;
    border-bottom: thick blue solid;
}


#a {
    display: none;
    padding-top: 5%;
    background-color: inherit;
    border-top: thick springgreen solid;
    border-bottom: thick springgreen solid;
    margin-bottom: 5%;
    padding-bottom: 5%;
    color: springgreen;
    z-index: 3;
    
}

#s {
}


#cv {
    display: none;
    padding-top: 5%;
    background-color: inherit;
    border-top: thick gold solid;
    border-bottom: thick gold solid;
    margin-bottom: 5%;
    padding-bottom: 5%;
    color: gold;
    z-index: 3;
    
}


.c {
   display: block;
    padding-top: 5%;
    background-color: whitesmoke;
    border-top: thick #333132 solid;
    border-bottom: thick #333132 solid;
    margin-bottom: 5%;
    padding-bottom: 5%;
    color: #333132;
    z-index: 3;
    -webkit-animation:aniload 0.7s;
  -moz-animation:aniload 0.7s;
  -ms-animation:aniload 0.7s;
  -o-animation:aniload 0.7s;
  animation:aniload 0.7s;
}



.r {
    display: block;
    padding-top: 5%;
    background-color: white;
    border-top: thick blue solid;
    border-bottom: thick blue solid;
    margin-bottom: 5%;
    padding-bottom: 5%;
    color: blue;
    z-index: 3;
     -webkit-animation:aniload 0.7s;
  -moz-animation:aniload 0.7s;
  -ms-animation:aniload 0.7s;
  -o-animation:aniload 0.7s;
  animation:aniload 0.7s;
}

img {
    margin-bottom: 3%;
    max-width: 100%;
}


.columns {
    padding-left: 2%;  
    padding-right: 2%;
}

a {
    text-decoration: none;
    color: inherit;
    cursor:pointer;
}
a:hover {
    
    color: lightgrey;
}








@-webkit-keyframes aniload {
  from {-webkit-transform:translate(0px, -1000px)}
  to   {-webkit-transform:translate(0px, 0px)}
}

@-moz-keyframes aniload {
  from {-moz-transform:translate(0px, -1000px)}
  to   {-moz-transform:translate(0px, 0px)}
}

@-ms-keyframes aniload {
  from {-ms-transform:translate(0px, -1000px)}
  to   {-ms-transform:translate(0px, 0px)}
}

@-o-keyframes aniload {
  from {-o-transform:translate(0px, -1000px)}
  to   {-o-transform:translate(0px, 0px)}
}

@keyframes aniload {
  from {transform:translate(0px, -1000px)}
  to   {transform:translate(0px, 0px)}
}


