h1, h2, h3, h4, h5, a, p, li, body, form {
  font-family: 'Roboto', sans-serif; }

body {
  background-color: #d0d0d0; }

.page {
  background-color: white;
  width: 100%; }

section {
  padding: 20px; }

@media only screen and (min-width: 740px) {
  .page {
    margin: 0 auto;
    padding: 0 30px;
    width: 740px; } }
.jumbotron {
  background-color: #761f01;
  background-image: url("../images/jumbotron.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 300px; }
  .jumbotron .window-container {
    bottom: -100px;
    margin: 0 auto;
    position: relative; }
  .jumbotron .window {
    background-color: #ffffffc2;
    border-radius: 5px;
    margin: 0 auto;
    width: 300px; }
    .jumbotron .window h1 {
      font-size: 24px;
      text-transform: lowercase; }
    .jumbotron .window h4 {
      font-size: 18px;
      position: relative;
      text-transform: uppercase;
      top: -10px; }
    .jumbotron .window h1, .jumbotron .window h4 {
      margin: 0; }
    .jumbotron .window div {
      padding: 25px; }

@media only screen and (min-width: 768px) {
  .jumbotron .window-container {
    width: 740px; }
  .jumbotron .window {
    margin: 0; } }
nav ul {
  display: flex;
  justify-content: space-around;
  margin-left: 0;
  margin-bottom: 1px; }
nav li {
  display: inline-block;
  text-transform: uppercase;
  padding: 20px; }

@media only screen and (min-width: 768px) {
  nav ul {
    justify-content: space-between; } }
#services .services-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
#services .service {
  margin: 15px;
  text-align: center;
  width: 130px; }
  #services .service img {
    display: block;
    margin: 10px auto; }
  #services .service h4 {
    text-align: center;
    margin: 10px auto; }
#services .service-icon {
  font-size: 30px;
  color: #676767; }

@media only screen and (min-width: 768px) {
  #services .service {
    width: 180px; }
  #services .service-icon {
    font-size: 50px; } }
#technologies .tech {
  margin: 40px 0;
  overflow: auto; }
  #technologies .tech .img-container {
    display: flex;
    align-items: center;
    height: 120px;
    float: left;
    margin-right: 30px; }
#technologies .tech:nth-child(even) .img-container {
  float: right;
  margin-right: 0;
  margin-left: 30px; }

#contact-form {
  margin-bottom: 50px; }
  #contact-form label {
    display: block; }
  #contact-form input, #contact-form textarea {
    width: 100%;
    height: 20px; }
  #contact-form input, #contact-form textarea, #contact-form .g-recaptcha {
    margin-bottom: 20px; }
  #contact-form textarea {
    height: 80px; }

#footer {
  background-color: #b3b3b3; }
  #footer .page {
    background-color: #d4cece; }
    #footer .page > div {
      padding-top: 10px; }
  #footer .profile-links {
    display: inline-block; }
    #footer .profile-links h4 {
      margin-bottom: 0; }
  #footer .description {
    float: right; }

.project {
  margin-bottom: 50px; }

.tags {
  display: flex;
  justify-content: space-between; }
  .tags .service-icon {
    margin-left: 10px;
    font-size: 34px;
    color: #676767; }
  .tags h5 {
    display: inline; }

.techs img {
  max-width: 40px;
  max-height: 40px;
  filter: grayscale(100%);
  padding-left: 6px; }
  .techs img:hover {
    filter: none; }
