html {
  height: 100%;  
  overflow: scroll;
  overflow-x:hidden;
    font-family: Raleway;
    background-color: #F5F5F5;
    
}
::-webkit-scrollbar {
    width: 0px;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}

@font-face
{
    font-family: Raleway;
    src: url("Raleway-Regular.ttf");
}
.Raleway
{
    font-family: Raleway;
}

@font-face
{
    font-family: RalewayBold;
    src: url("Raleway-Bold.ttf");
}
.RalewayBold
{
    font-family: RalewayBold;
}
/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
    position: sticky;
    top:0;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  margin-left: 0;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnavActive {
  background-color: #00b3b3;
  color: white;
}

/* Right-aligned section inside the top navigation */
.topnav-right {
  float: right;
}

.center
{
  width: 50%;
  align-content: center;
  padding: 10px;
}

.topleft
{
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
    height: 50%;
    width: 300px;
  
}

/*
.portrait_stavros
{
  position: fixed;
  float: left;
  height: auto;
  width: 200px;
  border: 3px;
  padding: 10px;
}
.portrait_jevin
{
  position: fixed;
  float: auto;
  height: auto;
  width: 200px;
  border: 3px;
  padding: 10px;
}
.portrait_adriana
{
  position: fixed;
  float: auto;
  height: auto;
  width: 200px;
  border: 3px;
  padding: 10px;
}
.portrait_ugo
{
  position: fixed;
  float: auto;
  height: auto;
  width: 200px;
  border: 3px;
  padding: 10px;
}
.portrait_joseph
{
  position: fixed;
  float: auto;
  height: auto;
  width: 200px;
  border: 3px;
  padding: 10px;
}
*/
/* Five image containers (width looks best at 15% so far) */
.column {
  float: left;
  width: 15%;
  padding: 25px;
}

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

.footer 
{
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #333;
   color: white;
   font-size: 11px;
   text-align: center;
}

#mytable {width:100%; margin:0 auto;}
#mytable td {width:250px;}
#mytable .left {padding-left: 10px; width: 50px; text-align:right; }
#mytable .center {padding-left: 40px; text-align:left; }
#mytable .right {text-align:center; }

.card 
{
  padding: 40px;
  background: #F5F5F5;
  max-width: 80%;
  border-radius: 20px;
  margin: 60px auto;
}

.card2 
{
  padding: 40px;
  background: #F5F5F5;
  max-width: 100%;
  border-radius: 20px;
  margin: 60px auto;
}

.cardBig 
{
  padding: 40px;
  background: #F5F5F5;
  max-width: 100%;
  border-radius: 20px;
  margin: 60px auto;
  height: 500px;
}


.shadow1 { 
  box-shadow: 0 5px 10px rgba(154,160,185, .3), 0 15px 40px rgba(166,173,201,.2);
}

.overlay{
    background-color:#00b3b3;
    width:100%;
    height:20%;
    padding-top: 12px;
}
.overlay2{
    background-color:#8abdbd;
    width:100%;
    height:20%;
    padding-top: 12px;
}
