*
{
    font-family: Verdana;
}

body
{
    /*background-image: linear-gradient(#393B53,#1B3F59);*/
    background-color: #000000;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid transparent;
}

.page_container
{
    border-right: 2px solid #00a8db;
    border-left: 2px solid #00a8db;
    background-color: rgba(0, 168, 219, 0.1);
    margin: 0 auto;
    padding: 1% 0;
    font-family: Verdana;
}

.navbar
{
  display: flex;
}

.navbar>a
{
  vertical-align: middle;
  position: absolute;
  display: flex;
  width: auto;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin: 0 auto;
  padding: 0 1%;
  margin-left: 1%;
  text-align: justify;
}

.navbar>a>img
{
  width: 4em;
  vertical-align: middle;
}

ul {
  list-style-type: none;
  font-variant: small-caps;
  font-size: 1.2rem;
  z-index: 1;

  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #70d6f5;
  left: 50%;

  border-radius: 5px;

  display: flex;
    width: 40%;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    margin: 0 auto;
    padding: 0 1%;
    text-align: justify;
}

li, .visit 
{
  display: flex;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  padding: 2% 5%;
  
}

:last-child, .visit:last-child
{
  margin-bottom: 0;
}

.navbar_options 
{
  display: flex;
  text-decoration: none;
  color: #00a8db;
}

.navbar_options:hover
{
  color: #70d6f5;
}

.navbar_options:active
{
  color:white;
}

.tools_container
{
    display: flex;
    width: 60%;
    margin: 0 auto;
    justify-content: space-between;
}

.tools_main
{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    font-weight: lighter;
    font-size: 30px;
    color: #392F5A;
    margin: 0 auto;
    text-align: center;
    border-radius: 3px;
    padding: 1%;

    backdrop-filter: blur(20px);
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
    border: 2px solid #70d6f5;
}

.wrapper
{
    display: inline-block;
    padding: 2%;
    text-align: center;
    padding-bottom: 0px;
    justify-content: space-evenly;
    flex-wrap:wrap;
    width: auto;
}

.wrapper>p
{
  font-size: .8rem;
  vertical-align: middle;
  margin: 0px;
  color: whitesmoke;
}

.wrapper>img
{
    width: 1.5em;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10%;
}

.wrapper>img:hover
{
  transform: scale(1.1);
}

.card
{
  width: 300px;
  height: 300px;
  border-radius: 8px;
  backdrop-filter: blur(20px);
  background-color: rgba(255,255,255,0.5);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 2%;
}

.back_to_top, :visited
{
  width: 30px;
  position: fixed;
  right: 1%;
  bottom: 1%;
  color:#2196F3;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.8);
}

.back_to_top:hover
{
  transform: scale(1.1);
}

.toparrow:hover
{
  color: #70d6f5;
}

.toparrow:active
{
  color: white;
}

.information_container
{
    background-color: rgba(0,0,0,0.3);
    width: 95%;
    justify-content: center;
    margin: 0 auto;
    border-radius: 5px;
    padding: 1%;

    backdrop-filter: blur(20px);
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
    border: 2px solid #70d6f5;
}

.information_container>h1
{
  color:#70d6f5;
  font-variant: small-caps;
  margin-top: 0;
  text-align: center;
  font-weight: lighter;
  margin-bottom: 2%;
}

.information_container>img
{
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.information_container>h3
{
  color: #00a8db;
  margin-bottom: 0;
  margin-top: 1%;
  font-variant: small-caps;
  font-weight: lighter;
  font-size: 1.2rem;
}

.information_container>p
{
  color: darkgrey;
  margin-top: 0;
  margin-bottom: 0;
  text-align: justify;
  font-size: 0.9rem;
  line-height: 150%;
}

.information_container>p>a
{
  color:#70d6f5;
  text-decoration: none;
  font-style: italic;
}

.information_container>p>i
{
  color: white;
}

.information_container>p>svg
{
  color: #70d6f5;
}

.project_links
{
  text-decoration: none;
  color:#70d6f5;
}

.project_links:hover
{
  color: white;
}

.gallery_container
{
    background-color: rgba(0,0,0,0.3);
    width: 95%;
    justify-content: center;
    margin: 0 auto;
    border-radius: 5px;
    padding: 1%;

    backdrop-filter: blur(20px);
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
    border: 2px solid #70d6f5;

    text-align: center;
}

.gallery_container>h1
{
  color:#70d6f5;
  font-variant: small-caps;
  margin-top: 0;
  text-align: center;
  font-weight: lighter;
}

.gallery_container>img
{
    width: 50%;
    height: auto;
    border-radius: 5px;
}

.gallery_container>img:last-child
{
  margin-bottom: 0;
}

.gallery_container>p
{
  color: lightgrey;
  margin-top: 0;
  font-size: .7rem;
  text-align: justify;
  padding-bottom: 1%;
  border-bottom: 1px dashed #5c5c5c;
  text-align: center;
}

.gallery_container>p:last-child
{
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.play_button
{
    width: 10em;
    height: 4em;
    font-size: .75rem;
    margin: 0 auto;
    border-radius: 5px;
    text-decoration: none;
    font-variant: small-caps;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid white;
    color: white;
}

.play_button:hover
{
    background-color: rgba(0, 0, 0, 0.5);
    color: #70d6f5;
    border: 2px solid #70d6f5;
    cursor: pointer;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}

.sketchfab-embed-wrapper
{
  text-align: center;
}

#unity:hover
{
  content: url('../img/icons/unity.png');
}
#maya:hover
{
  content: url('../img/icons/maya.png');
}
#csharp:hover
{
  content: url('../img/icons/csharp.png');
}
#substance:hover
{
  content: url('../img/icons/substancepainter.png');
}
#tableau:hover
{
  content: url('../img/icons/tableau.png');
}
#powerbi:hover
{
  content: url('../img/icons/powerbi.png');
}
#postgre:hover
{
  content: url('../img/icons/postgresql.png');
}
#excel:hover
{
  content: url('../img/icons/excel.png');
}
#ps:hover
{
  content: url('../img/icons/ps.png');
}
#blender:hover
{
  content: url('../img/icons/blender.png');
}
