body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 34px;
  color: #777777;
  background: url("../images/redb.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed; }

* {
  box-sizing: border-box; }

/* general */
.container {
  width: 100%;
  clear: both;
  margin-top: -29em;
  margin-bottom: 14em; }

p:last-child {
  margin-bottom: 0;
  margin-top: 0; }

h1 {
  padding-bottom: 20px;
  font-size: 30px;
  line-height: 49px; }

#masthead {
  z-index: 99;
  width: 100%;
  height: 10.5em;
  margin: 0 auto;
  color: #ffffff; }

#logo {
  float: left;
  width: 7em;
  height: 7em;
  padding: 18px;
  border-radius: 6em;
  font-size: 27px;
  color: #ffffff; }

nav {
  float: right;
  margin-top: 25px; }

nav a {
  display: inline-block;
  padding-left: 15px;
  margin-left: 15px;
  line-height: 18px;
  color: #999;
  text-decoration: none;
  border-left: 1px solid #efefef; }

nav a:first-child {
  border-left: 0 none; }

.imageBox {
  width: 27em;
  position: absolute;
  top: 107em;
  left: 6em; }

.textBox {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 140%;
  height: 0%;
  background-color: #022a3d;
  transition: 0.5s; }

.textBox h3 {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 11vh;
  left: 8vh;
  font-size: -webkit-xxx-large;
  color: #777777;
  opacity: 0;
  font-family: 'Inconsolata', monospace; }

.imageBox:hover .textBox {
  height: 97%; }

.imageBox:hover .textBox h3 {
  opacity: 1;
  transition: 3s; }

.imageBox-second {
  width: 35em;
  position: absolute;
  top: 134em;
  left: 39em; }

.textBox-second {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 0%;
  background-color: #022a3d;
  transition: 0.5s; }

.textBox-second h3 {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 11vh;
  left: 12vh;
  opacity: 0;
  font-size: -webkit-xxx-large;
  color: brown;
  font-family: 'Inconsolata', monospace; }

.imageBox-second:hover .textBox-second {
  height: 96%; }

.imageBox-second:hover .textBox-second h3 {
  opacity: 1;
  transition: 3s; }

.imageBox-third {
  width: 36em;
  position: absolute;
  top: 159em;
  left: 8em; }

.textBox-third {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 0%;
  background-color: #022a3d;
  transition: 0.5s; }

.textBox-third h3 {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 11vh;
  left: 8vh;
  font-size: -webkit-xxx-large;
  color: #777777;
  opacity: 0;
  font-family: 'Inconsolata', monospace; }

.imageBox-third:hover .textBox-third {
  height: 97%; }

.imageBox-third:hover .textBox-third h3 {
  opacity: 1;
  transition: 3s; }

img.first {
  width: 140%; }

img.second {
  width: 100%; }

.work p {
  color: brown;
  font-family: 'Inconsolata', monospace; }

.first:hover {
  opacity: 0.5; }

.second:hover {
  opacity: 0.5; }

.contact h1 {
  padding-bottom: 23px;
  font-size: 50px;
  float: inherit; }

.contact {
  top: 33em;
  left: 10em;
  margin-right: 171px;
  margin-top: 3em;
  position: relative;
  color: lightslategrey; }

h2.contact-t {
  font-size: 2em; }

h1.contact-t {
  padding-bottom: 23px;
  font-size: 50px;
  float: none; }

#contact-form ul {
  margin-bottom: 20px; }

#contact-form li {
  margin-bottom: 10px; }

label,
input[type=text],
input[type=email],
textarea {
  display: block;
  width: 80%; }

input[type=text],
input[type=email],
textarea {
  height: 34px;
  padding: 1pc;
  font-size: 13px;
  border: 1px solid #dddddd; }

textarea {
  height: 135px; }

input[type=submit] {
  padding: 12px 30px;
  font-size: 18px;
  color: #ffffff;
  margin-top: 1em;
  cursor: pointer;
  background: brown;
  border: 0 none; }

.conclusion-t {
  margin-left: 1em;
  top: -13em;
  width: 3em;
  height: 0em;
  font-size: 2em;
  position: relative; }

.conclusion-t h3 {
  width: 17em;
  line-height: 158%;
  font-size: 5vw;
  margin-top: 30em;
  margin-left: 2em;
  font-family: 'Tauri', sans-serif; }

.color-brown {
  color: brown; }

.font_one {
  padding: 7%;
  float: right;
  margin-top: 0;
  font-size: 6em;
  line-height: 137px;
  color: brown;
  font-family: 'Tauri', sans-serif; }

.pres {
  position: relative;
  height: 9em; }

p.info_about {
  position: absolute;
  width: 10em;
  left: 6em;
  top: 21em;
  color: lightslategray;
  font-size: 122%;
  /* transform: rotate(-90deg); */
  font-family: 'Inconsolata', monospace; }

p.hp:hover {
  text-decoration: line-through; }

footer {
  clear: both;
  position: relative;
  font-size: 12px;
  top: 49em;
  text-align: center;
  height: 50px; }

.footer-t {
  font-size: 151%;
  padding: 1em;
  color: lightslategray; }

a.email {
  color: brown;
  text-decoration: none; }

h2.phone {
  color: brown; }

div#contact-form {
  margin-top: 4em; }

ul {
  list-style-type: none; }

.rotate {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg); }

.socialmedia {
  position: fixed;
  top: 250px;
  right: -120px;
  z-index: 99; }

ul, li {
  display: inline-block; }

.socialmedia ul li a {
  color: lightslategray;
  margin-right: 2em;
  text-decoration: none;
  z-index: 1;
  font-family: 'Inconsolata', monospace; }

.socialmedia ul li a:hover {
  text-decoration: line-through;
  font-size: 24px;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear; }

.x-one {
  opacity: 0.5;
  z-index: -1;
  font-size: 8em;
  top: 84%;
  left: 7em;
  position: absolute;
  font-weight: bolder;
  color: lightslategray;
  transform: translate3d(0px, -148px, 0px); }

.x-two {
  opacity: 0.5;
  z-index: 0;
  font-size: 8em;
  top: 39%;
  left: 37%;
  position: absolute;
  font-weight: bolder;
  color: lightslategray;
  transform: translate3d(0px, -148px, 0px); }

.x-three {
  opacity: 0.5;
  z-index: -1;
  font-size: 8em;
  top: 102%;
  left: 18%;
  position: absolute;
  font-weight: bolder;
  color: lightslategray; }

.x-four {
  opacity: 0.5;
  z-index: -1;
  font-size: 8em;
  top: 165%;
  left: 68%;
  position: absolute;
  font-weight: bolder;
  color: lightslategray; }

.x-five {
  opacity: 0.5;
  z-index: -1;
  font-size: 8em;
  top: 186%;
  left: 16%;
  position: absolute;
  font-weight: bolder;
  color: lightslategray; }

.x-six {
  opacity: 0.5;
  z-index: -1;
  font-size: 8em;
  top: 228%;
  left: 76%;
  position: absolute;
  font-weight: bolder;
  color: lightslategray; }

.main-section h1 {
  padding-bottom: 20px;
  font-size: 60px;
  float: left;
  margin-left: 1em;
  color: brown;
  font-family: 'Tauri', sans-serif;
  line-height: 49px; }

.about-text {
  float: left;
  width: 24em;
  height: 16em;
  clear: left;
  margin-top: 2em;
  margin-bottom: 18em;
  font-family: 'Inconsolata', monospace;
  margin-left: 8em; }

.skill-block {
  margin-top: 21%;
  position: absolute;
  right: 0%;
  width: 18em;
  height: 22em;
  margin-bottom: 81%;
  background-color: #022a3d;
  font-size: 21px;
  z-index: 1;
  box-shadow: 0 0 75px rgba(0, 0, 0, 0.3), 0 0 12px rgba(0, 0, 0, 0.22); }

.skill-block h3 {
  position: absolute;
  left: 2em;
  font-size: 40px; }

.skill-list {
  position: sticky;
  margin-top: 25%;
  margin-left: 13%;
  line-height: 3em;
  left: 2em;
  font-family: "Inconsolata", monospace; }

.first-t::after {
  content: '';
  width: 35%;
  height: 7px;
  position: absolute;
  bottom: 272px;
  left: 35px;
  z-index: -1;
  background-color: darkred; }

.second-t::after {
  content: '';
  width: 30%;
  height: 7px;
  position: absolute;
  bottom: 211px;
  left: 37px;
  z-index: -1;
  background-color: darkred; }

.third-t::after {
  content: '';
  width: 40%;
  height: 7px;
  position: absolute;
  bottom: 149px;
  left: 37px;
  z-index: -1;
  background-color: darkred; }

.fourth-t::after {
  content: '';
  width: 80%;
  height: 7px;
  position: absolute;
  bottom: 85px;
  left: 37px;
  z-index: -1;
  background-color: darkred; }

.fith-t::after {
  content: '';
  width: 50%;
  height: 7px;
  position: absolute;
  bottom: 23px;
  left: 37px;
  z-index: -1;
  background-color: darkred; }

img.loader.img {
  width: 10em;
  border-radius: 5em;
  margin: 0 auto;
  position: fixed;
  top: 23em; }

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1A1A1A;
  z-index: 2001;
  transition: -webkit-transform 0.58s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.58s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.58s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.58s cubic-bezier(0.694, 0.048, 0.335, 1); }
