/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11 May 2020, 13:45:48
    Author     : ian
*/

* {
  box-sizing: border-box;
}
.error {
    color: #FF0000;
}

body {
  font-family: Arial;
  padding: 0px;
  background: #e6f2ff;
  margin: 0px;
}

#menubar {
  background-color: #333;
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 0px;
}
#menubar ul {
  list-style-type: none;
  margin: 0px;  
  padding: 0;
  overflow: hidden;
  background-color: #333;
  position: sticky;
  top: 0;
  z-index: 50;
}

#menubar li {
  float: left;
}

#menubar li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
#menubar li p {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

#menubar li a:hover {
  background-color: #999999;
}

#menubar .active {
  background-color: #4CAF50;
}

/* Style the topnav links */

.headshot {
    position: absolute;
    right: 0px;
    top: 0px;
    left: auto;
    height:166px;
    width: auto;
    z-index: 100;
}
.cvimage {
    float: right;
    height:auto;
    width: 70%;
    z-index: 100;
}
.leftcolumn {   
  float: left;
  width: 75%;
  background-color: #e6f2ff;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  background-color: #e6f2ff;
  
}
.projcolumn {
  float: center;
  width: 100%;
  background-color: #e6f2ff;
}
/* Add a card effect for articles */
.card {
  background-color: white;
  padding: 20px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
.cardr {
  background-color: white;
  padding: 20px;
  margin-top: 20px;
  margin-right: 20px;
  
}
.card p {
    padding: 0px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */
.footer {
  padding: 20px;
  text-align: right;
  background: #ddd;
  margin-top: 20px;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  .topnav a {
    float: none;
    width: 100%;
  }
}
.imgl {
  float: left;
}

.clearfix {
  overflow: auto;
}

.imgr {
  float: right;
  width:175px;
  height:auto;
  border:10;
  margin: 50px;
}
/* Create three equal columns that floats next to each other */
.columnn {
  float: left;
  width: 14.2%;
  padding: 15px;
}
/* Create three equal columns that floats next to each other */
.columnw {
  float: left;
  width: 14.8%;
  padding: 15px;
}
.img_cont_box {
  display: table;
  width: 90%;
  margin: 20px auto;
}

.img_cont {
  display: table-cell;
  text-align: center;
  width: 14%;
}

.img_cont_img {
  width: 100%;
  max-width: 150px;
}

.projicon {
  float: left;
  width: 100%;
  padding-right: 20px;
  vertical-align: top;
}
.projimg {
  float: right;
  width: 100%;
  vertical-align: top;
}
.projectstableleft {
    vertical-align: top;
    width: 6%;
    border:1px solid white;
}
.projectstablecentre {
    vertical-align: top;
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
    border:1px solid white;
}
.projectstableright {
    vertical-align: top;
    width: 14%;
    border:1px solid white;
}
.liimg {
    width: 90px;
    height: 90px;
}
.biog {
  overflow: auto;
}
.biog p {
    font-style: italic;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 150%;
}
.biog ul {
    font-style: italic;
    margin-left: 50px;
    text-indent: 50px;
    list-style-position: inside;
}
.biog li {
    font-style: italic;
    margin-left: 50px;
    text-indent: 50px;
    list-style-position: inside;
}
.biog img {
    width: 250px;
    height: auto;
    margin: 30px;
}
.biog h2 {
    float: left; 
    margin-right: 30px;
    vertical-align: top
}
#imagestrip {
    overflow-x:auto;
}
#imagestrip img {
    float: none; 
    height:100px; 
    width:auto; 
    padding: 2px;
}
#imagestrip table {
    width: 100%;
}
