/* The side navigation menu */
@import url("https://fonts.googleapis.com/css?family=Space+Mono:400,700");
html {
  width: 100%;
  height: 100%;
  overflow: hidden; }

body {
  width: 100%;
  height: 100%;
  background-color: linear-gradient(rgba(255, 235, 204, 0.3), rgba(153, 92, 0, 0.8));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-family: "Space Mono", monospace, sans-serif;
  overflow: hidden; }

#main_content {
  background: url("../img/smartphone.png") no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 400px;
  height: 500px;
  margin-bottom: 10px; }

#tft {
  padding: 54px 84px 0 87px; }

#hello {
  height: 250px !important; }

#typing {
  color: #00ff00; }

.modal-content {
  background: url("../img/paper_background.jpg") no-repeat;
  background-size: cover; }

.modal i {
  font-size: 40px; }

a {
  color: #17A2B8; }

#main_content a:hover {
  background-color: lightblue;
  transition: 1s;
  border-radius: 4px; }

.sidenav {
  height: 0;
  width: auto;
  position: fixed;
  z-index: 1;
  top: 0;
  background-color: #111;
  overflow-y: hidden;
  transition: 0.5s;
  margin: 0 auto; }

/* The navigation menu links */
.sidenav a {
  text-decoration: none;
  color: #818181;
  transition: 1s; }

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1; }

.icon_custom {
  width: 30px;
  height: 30px; }

.icon_about_me {
  width: 40px;
  height: 40px; }

@media screen and (max-height: 447px) {
  #main_content {
    background: url("../img/monitor_small.jpg") no-repeat;
    width: 414px;
    height: 258px !important;
    background-size: contain;
    background-position: bottom;
    margin-bottom: 0; }

  #hello {
    height: 126px !important; }

  #tft {
    padding: 19px 30px 68px 34px !important; } }
@media screen and (min-width: 768px) {
  #main_content {
    background: url("../img/monitor.png") no-repeat;
    width: 660px;
    height: 526px !important;
    background-size: contain;
    background-position: bottom;
    margin-bottom: 0; }

  #hello {
    height: 263px !important; }

  #tft {
    padding: 30px 62px 66px 64px !important; } }
@media screen and (min-width: 1199px) {
  #main_content {
    background: url("../img/monitor.png") no-repeat;
    width: 776px;
    height: 597px !important;
    background-size: contain;
    background-position: bottom;
    margin-bottom: 0; }

  #hello {
    height: 323px !important; } }

/*# sourceMappingURL=index.css.map */
