
@import url('https://fonts.googleapis.com/css?family=Roboto');

.txt {
  font-family: 'Roboto', sans-serif !important;
  font-size: 1.5em !important;
  position: relative;
  top: 75px;
}

body {
  background-image: url("../img/stata.jpg") !important;
background-size: cover;
  background-attachment: fixed;
  background-position: bottom;
  font-family: Prime, monospace !important;
}

/* used for terminal thingy */
.head {
  color: #FF8000;
}
.cursor-solid {
  background-color:#FFFFFF;
  color:#FF8000;
}
.cursor-none {
  background-color:#FF8000;
  color:#FFFFFF;
}
/* Just for testing*/


#term::-webkit-scrollbar {
    width: 5px;
}

#term::-webkit-scrollbar-thumb {
    background-color: #FF8000;
    border-radius: 3px;
    outline: 1px solid #FF8000;
}

.item {
  padding: 0px !important;
}

.circular {
  margin: 20px !important;
}

.black, .menu, .inverted {
  background-color:#111111 !important;
}
/* modify parent objects with flexbox*/
.full {
  width: 100% !important;
  height: 100% !important;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

h1 {
  font-size: 4em;
}

h3 {
  font-size: 2.5em;
}
