/* Cookie dialog styles are inlined in index.php for specificity */
@media (min-width:20px) and (max-width:480px){
  html{
    margin:0;
    width:20px;
    max-width:480px;
    height:100vh;
    color:#fff;
    background-color:rgba(80, 0, 80, 1.0);
  }
  body{
    margin:auto;
    margin-top:5%;
    width:90%;
    height:90%;
    display:block;
    font-family:sans-serif;
    color:#fff;
    background-color:rgba(80, 0, 80, 1.0);
  }
  code{
    color:rgba(255,255,255,1.0);
    background-color:rgba(50,0,50,0.5);
    padding:2px;
    align-items:center;
    margin:auto;
    background-color:#AA00AA;
    padding:10px;
    border-radius:10px;
    display:block;
    width:100%;
    height:200px;
    overflow:auto;
  }
}
@media (min-width:481px){
  html{
    margin:0;
    display:block;
    width:100vw;
    height:100vh;
    color:rgba(1,1,1,0.85);
    background-color:rgba(80, 0, 80, 1.0);
  }
  body{
    margin:auto;
    margin-top:1.5%;
    width:90%;
    height:95%;
    display:block;
    font-family:sans-serif;
    color:rgba(1,1,1,0.85);
  }
}
@media (min-width:700px){
  html{
    margin:0;
    display:block;
    width:100vw;
    height:100vh;
    color:rgba(1,1,1,0.85);
    background-color:rgba(80, 0, 80, 1.0);
  }
  body{
    margin:auto;
    margin-top:1.5%;
    width:90%;
    height:95%;
    display:block;
    font-family:sans-serif;
    color:rgba(1,1,1,0.85);
  }
}
@media (min-width:1000px){
  html{
    margin:0;
    display:block;
    width:100vw;
    height:100vh;
    color:rgba(1,1,1,0.85);
    background-color:rgba(80, 0, 80, 1.0);
  }
  body{
    margin:auto;
    margin-top:1.5%;
    width:50%;
    height:95%;
    display:block;
    font-family:sans-serif;
    color:rgba(1,1,1,0.85);
  }
}
p{
  color:rgba(255,255,255,1.0);
}
code{
  color:rgba(255,255,255,1.0);
  background-color:rgba(50,0,50,0.5);
  padding:2px;
  align-items:center;
  margin:auto;
  background-color:#AA00AA;
  padding:10px;
  border-radius:10px;
  display:block;
  width:95%;
  height:300px;
  overflow:auto;
}
a{
  text-decoration:none;
  color:rgba(255,255,255,1.0);
}
a:hover{
  text-decoration:underline;
  color:rgba(200,0,200,0.8);
}
header{
  margin:auto;
  width:95%;
  padding:10px;
  font-family:sans-serif;
  font-size:20px;
  font-style:bold;
  color:rgba(1,1,1,0.85);
  border:2px solid rgba(255, 0, 255, 1.0);
  border-radius:10px;
  background-color:rgba(125, 0, 125, 0.3);
}
.container{
  grid-column:1;
  margin:auto;
  width:95%;
  height:95%;
  padding:10px;
  border:2px solid rgba(255, 0, 255, 1.0);
  border-radius:10px;
  background-color:rgba(125, 0, 125, 0.3);
}
.main{
  width:100%;
  height:100%;
  display:grid;
  grid-template-columns: 100%;
  grid-template-rows: 20% 50% 30%;
  padding-top: 10px;
  border-radius: 5px;
  border: 2px solid rgba(0, 0, 0, 0.9);
  background-color: rgba(0, 0, 0, 0.15);
}
#header{
  grid-column:1;
  grid-row:1;
  margin:auto;
  padding-bottom:20px;
  width:95%;
  height:100px;
  max-height:100px;
  display:grid;
  grid-template-columns:30% 40% 20% 10%;
  grid-template-rows:10px 80px 10px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
}
#r1c1{
  max-height:50px;
  grid-column:1;
  grid-row:1;
}
#r1c2{
  max-height:50px;
  grid-column:2;
  grid-row:1;
}
#r1c3{
  max-height:50px;
  grid-column:3;
  grid-row:1;
}
#sign{
  margin-top:auto;
  /*margin-bottom:;*/
  text-align:center;
  align-content:center;
  font-family:sans-serif;
  color: white;
  vertical-align:middle;
  min-height:80px;
  max-height:80px;
  grid-column:1;
  grid-row:2;
}
#center{
  margin-top:auto;
  margin-bottom:auto;
  text-align:center;
  font-family:sans-serif;
  color:white;
  min-height:80px;
  max-height:80px;
  grid-column:2;
  grid-row:2;
}
#navi{
  margin-top:auto;
  margin-bottom:auto;
  min-height:60px;
  max-height:60px;
  text-align:center;
  vertical-align:middle;
  font-family:sans-serif;
  color:white;
  grid-column:4;
  grid-row:1;
}
.list{
  padding-top:0px;
  margin:0;
  vertical-align:middle;
  text-align:left;
}
.link{
  text-decoration:none;
  font-size:16px;
  color:white;
}
#link{
  text-decoration: none;
  font-size:16px;
  color: #FFFFFF;
}
#logo_img{
  max-height:90px;
  max-width:100%;
  /*
  margin-left:10%;
  float:left;
  */
  border:0px solid rgba(255,0,255,1.0);
  border-radius:10px;
}
#logo_img:hover{
  max-height:90px;
  max-width:100%;
  border:1px solid rgba(255,0,255,1.0);
  border-radius:10px;
}
#logo_link{
  grid-column:2;
}
#vimrc-container:hover{
  color:rgba(255,0,255,1.0);
}
#vim-colorscheme-purple-container:hover{
  color:rgba(255,0,255,1.0);
}
#logo{
  font-size:30px;
  font-family:sans-serif;
  text-decoration:none;
  letter-spacing:6px;
}
#logo:hover{
  font-size:30px;
  text-decoration:none;
  font-family:sans-serif;
  letter-spacing:6px;
  color:rgba(255,0,255,1.0);
}
#content{
  margin:auto;
  margin-top:20px;
  padding:20px;
  width: 90%;
  height: 80%;
  max-height:80%;
  display: grid;
  grid-template-columns: 30% 40% 30%;
  grid-template-rows: 20px 60px 20px;
  color: rgba(255, 255, 255, 1.0);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#statement{
  grid-column: 2;
  grid-row: 2;
  text-align: center;
  font-size: 24px;
  font-family: sans-serif;
}
#current-project{
  grid-column:2;
  grid-row:1;
  text-decoration:underline;
  text-align:center;
  font-size:20px;
  font-family:sans-serif;
}
.footer{
  grid-column:1;
  grid-row:3;
  margin:auto;
  margin-top:20px;
  padding:10px;
  width:95%;
  height:auto;
  max-height:auto;
  display:block;
  font-family:sans-serif;
  color: rgba(255,255,255,1.0);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.github{
  margin:auto;
  width:450px;
  height:50px;
}
.gh_tr{
  width:450px;
  height:50px;
  max-height:50px;
  border:1px solid rgba(255,0,255,0.5);
  border-radius:10px;
}
.gh_td1{
  width:200px;
  height:50px;
  max-height:50px;
  padding:10px;
  vertical-align:middle;
  border:1px solid rgba(255,0,255,1.0);
  border-radius:10px;
}
.li_td1{
  width:200px;
  height:50px;
  max-height:50px;
  padding:10px;
  vertical-align:middle;
  border:1px solid rgba(255,0,255,1.0);
  border-radius:10px;
}
.gh_td2{
  width:200px;
  height:50px;
  max-height:50px;
  padding:10px;
  vertical-align:middle;
  border:1px solid rgba(255,0,255,1.0);
  border-radius:10px;
}
.li_td2{
  width:200px;
  height:50px;
  max-height:50px;
  padding:10px;
  vertical-align:middle;
  border:1px solid rgba(255,0,255,1.0);
  border-radius:10px;
}
#git{
  margin:auto;
  width:200px;
  height:50px;
  display:grid;
  grid-template-columns:50px 50px;
  grid-template-rows:50px;
}
.git-img{
  grid-column:1;
  margin:auto;
  width:50px;
  height:50px;
  max-width:50px;
  max-height:50px;
  vertical-align:middle;
  border:1px solid rgba(155,0,155,1.0);
  border-radius:10px;
}
.git-img:hover{
  border:1px solid rgba(255,0,255,1.0);
  border-radius:10px;
}
#git-link{
  grid-column:2;
  grid-row:1;
  margin:auto;
  text-decoration:none;
  vertical-align:middle;
  padding:15px;
  font-size:18px;
  color:white;
}
#git-link:hover{
  text-decoration:underline;
  font-size:18px;
  color:rgba(255,0,255,1.0);
}
#li{
  margin:auto;
  width:200px;
  height:50px;
  display:grid;
  grid-template-columns:50px 50px;
  grid-template-rows:50px;
}
#li-img{
  grid-column:1;
  margin:auto;
  width:50px;
  height:50px;
  max-width:50px;
  max-height:50px;
  vertical-align:middle;
  border:1px solid rgba(155,0,155,1.0);
  border-radius:10px;
}
#li-img:hover{
  border:1px solid rgba(255,0,255,1.0);
  border-radius:10px;
}
#li-link{
  grid-column:2;
  grid-row:1;
  margin:auto;
  text-decoration:none;
  vertical-align:middle;
  padding:15px;
  font-size:18px;
  color:white;
}
#li-link:hover{
  text-decoration:underline;
  font-size:18px;
  color:rgba(255,0,255,1.0);
}
