/*#0B3C5D Prussian Blue*/
/*#328CC1 Sky Blue*/
/*#D9B310 Gold Leaf*/
/*#1D2731 Ivory Black*/

/* fonts */
@font-face {
  font-family: 'Aldrich';
  font-style: normal;
  font-weight: 400;
  src: local('Aldrich Regular'), local('Aldrich-Regular'), url(https://fonts.gstatic.com/s/aldrich/v8/TqyqZ92O6-MkXS4JR8sZ6gLUuEpTyoUstqEm5AMlJo4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Iceland';
  font-style: normal;
  font-weight: 400;
  src: local('Iceland'), local('Iceland-Regular'), url(https://fonts.gstatic.com/s/iceland/v6/3MJCdMdmaSZmdrTD7pNyygLUuEpTyoUstqEm5AMlJo4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

body {
 font-family: arial;
 height:100%;
 max-height:100%;
 overflow:hidden;
 padding:0;
 margin:0;
 border:0;
}

nav {
  position: absolute;
  background-color: #0B3C5D;
  z-index: 2;
  width: 100%;
  height: 150px;
  top: 0;
  text-align: center;
}

nav a {
  padding: 10px;
  margin: 20px 20px;
  background: #328CC1;
  color: white;
  border: 1px solid white;
  border-radius: 6px;
  font-family: 'Iceland', cursive;
  font-size: 20px;
}

nav a:hover {
  background: white;
  border: 1px solid #328CC1;
  color: #0B3C5D;
}

#main {
  top: 170px;
  bottom: 100px;
  padding: 0px 20px;
  display:block;
  overflow:auto;
  position:absolute;
  z-index: 1;
  text-align: justify;
}

footer {
  position: absolute;
  bottom: 0;
  height: 40px;
  text-align: center;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #0B3C5D;
  background-color: white;
  border-top: 1px solid #0B3C5D;
  z-index:2;
  justify-content: center;
  display: flex;
}

a {
  text-decoration: none;
  font-family: Arial;
  font-weight: bold;
  padding: 20px 0px;
  color: #D9B310;
}

a:hover {
  color: #0B3C5D;
}

h1 {
  font-size: 30px;
  color: white;
}

h2 {
  font-size: 20px;
  color: #328CC1;
}

h3 {
  font-size: 18px;
  color: #328CC1;
}

h1, h2, h3 {
  /*text-transform: uppercase;*/
  font-family: 'Aldrich', cursive;
  font-weight: bold;
  padding: 20px 0px;
}

h4 {
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  padding: 20px 0px;
  color: #328CC1;
  display: inline;
}

p {
  font-family: Arial;
  font-size: 16px;
  color: black;
  padding: 5px 0px;
  line-height: 150%
}

#contact {
  padding: 0 20px;
}

#current_week {
  font-weight: bold;
  color: #328CC1;
}

#current_week:after{
  content: "<--- I am here!";
  color: red;
  padding: 50px;
}

.special {
  font-size: 12px;
  color: gray;
}

ul, li{
	list-style: square;
  padding: 5px 20px;
}

strong {
  color: #0B3C5D;
}

#container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;

}

#project {
  text-align: center;
}

#project img {
  border: 1px solid black;
  border-radius: 6px;
}

#screenshots td{
  padding: 20px;
}
