@charset "UTF-8";
:root{
  --main-color:cadetblue;
  --title-color: #999999;
}
body {
  width: calc(100vw - 34px);
  background-image: url(images/bg2.jpg);
  background-repeat: repeat-x;
  color: #000000;
  background-color: #FFFFFF;
  margin: 0px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.header{
  width:822px; height: 204px;
  background-image:url(images/header-bg.jpg);
  background-repeat: no-repeat; background-position: top center;
  margin-left: auto; margin-right: auto;
}
.header img{
  float: right;
  /*align: right; */
  width:270px; height:135px;
  margin:10px;
}
.header ul{
  padding-left: 0px;
  margin-left: 0px;
  padding-right: 0px;
  margin-right: 0px;
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 4px;
  margin-bottom: 0px;
}

.header li{
  display: inline;
}
li.selected a
{
  color: #000000;
  text-decoration: underline wavy;
  text-decoration-color: var(--main-color);
}

.logo{
  padding-top: 65px;
  color:#CCCCCC;
  font-size: 36px;
  height: 40px;
  font-weight:normal;
}
.logosub{
  padding-top: 15px;
  color: var(--main-color);
  font-size: 16px;
  height: 20px;
  font-weight:normal;
}
.logo h1{
  font-size: 36px;
  padding: 0px;
  margin: 0px;
  color: var(--title-color);
  font-weight:normal;
}

.navigation{
  padding-top: 68px;
  font-size: 14px;
  color: #333333;
  background-color: transparent;
}

.navigation a{
  color: #333333;
  background-color: transparent;
  text-decoration:none;
  margin-right: 18px;
}

.navigation a:hover{
  /*color: #666666;*/
  background-color: transparent;
    color: var(--main-color);
  text-decoration:none;
  margin-right: 18px;
}

.main{
  width:832px;
  margin-left: auto; margin-right: auto;
  margin-top: 20px;
}

.left-column{
  width: 480px;
  padding-right: 57px;
  float: left;
}
.right-column{
  width: 281px;
  float: left;
  padding-left:10px;
}
.right-column img{
  border-radius: 15%;
}
.separator{
  height: 40px;
  clear: both;
}

.footer{
  height: 45px;
  background-color:#000000;
  padding-top: 20px;
  color: #CCCCCC;
}

.footer-inner{
  width:822px;
  margin-left: auto; 
  margin-right: auto;
}

.footer-left{
  width: 300px;
  float:left;
}

.footer-right{
  width: 516px;
  float: left;
  text-align: right;
  background-color:#000000;
}

.footer ul{
  padding-left: 0px;
  margin-left: 0px;
  padding-right: 0px;
  margin-right: 0px;
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 4px;
  margin-bottom: 0px;
}

.footer li{
  display: inline;
}

.footer a{
  color: #CCCCCC;
  background-color:#000000;
  text-decoration: none;
}

.underfoot{
  width:832px;
  margin-left: auto; 
  margin-right: auto;
  margin-top: 50px;
  /*color: #CCCCCC;*/
}
.underfoot a{
  /*color:#333333;
  text-decoration: underline;*/
}
.small{
  font-size: 11px;
  color:#FFFFFF;
  background-color:#000000;
}

.small a{
  color:#FFFFFF;
  background-color:#000000;
  text-decoration: none;
}

.small a:hover{
  color: #333333;
  text-decoration: none;
  background-color:#000000;
}

.padd-bottom{
  padding-bottom: 5px;
}
.quote{
  padding: 10px;
  border: 3px solid var(--main-color);
  border-radius: 5px;
}
.mysoft{
  display: flex;
  flex-direction: row;
  padding: 10px;
  margin: 10px;
}
.mysoft img{
  margin: 10px;
}
.researchtopic{
  display: flex;
  flex-direction: row;
}
.researchtopic img{
 height: 130px;
 width: 130px;
 border-radius: 15px;
 margin-right: 10px;
   border: 2px solid var(--main-color);
}
.personcontainer{
  margin:auto;
  border: 3px solid var(--main-color);
  border-radius: 60px;
  display: flex;
  flex-direction: row;
  padding: 10px;
  margin: 10px;
}
.personcontainer img{
  height: 80px;
  width: 80px;
  border-radius: 50%;
}
.personinfo{
  width: 650px;
 /* border: 3px solid black;*/
  padding: 5px;
  padding-left: 15px;
}
.artcontainer{
/*  border: 3px solid #73AD21;*/
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  overflow: auto;
  overflow-y: hidden;
}
.artwork{
  vertical-align: top;
  float: left;
  border: 3px solid white;
}
h1{
  font-size: 18px;
    color: var(--main-color)  
}

h2{
  font-size: 17px;
      color: var(--main-color);
}
h2 a{
  color: var(--main-color);
}

h3, h4{
  font-size: 15px;
  color: var(--main-color);
}
p{
  line-height: 18px;
}

a{
  color:var(--main-color);
  background-color: #FFFFFF;
  text-decoration: underline;
}

a:hover{
  color:#999999;
  background-color: #FFFFFF;
  text-decoration: none;
}
