/*
  Theme Name: Maximus
  Description: Theme for maxye.fr
  Author: Nicolas Rapp
  Author URI: https://nicolasrapp.co
*/

@import url('//fonts.googleapis.com/css?family=Space+Mono');
@import url('/bootstrap/3.3.7/css/bootstrap.min.css');

body {
  background-color: #FD4335;
  color: #fff;
  font-family: 'Space Mono', monospace;
  margin-top: 50px;
}

@media (max-width: 768px) {
  body {
    margin-bottom: 50px;
  }
}

a, a:focus, a:hover {
  color:#fff;
  text-decoration: none;
}

a:hover, a.active {
  border-bottom: 2px solid #fff;
  padding-bottom: 3px;
}

/* Navbar */

@media (min-width: 768px) {
  .menu-header-menu-container {
    text-align: right;
  }
}

@media (max-width: 768px) {
  .menu-header-menu-container {
    text-align: center;
  }
  #menu-item-15 {
    padding-left: 0;
  }
}

.menu-header-menu-container ul li{
  display: inline;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .menu-header-menu-container{
    margin-bottom: 20vh;
  }
}

@media (max-width: 768px) {
  .menu-header-menu-container{
    margin-bottom: 10vh;
  }
}

li.current-menu-item a {
  border-bottom: 2px solid #fff;
  padding-bottom: 3px;
}

ul {
  padding: 0;
}

h2 {
  margin: 0;
}

.home h2 {
  display: none;
}

/* Home */

body.home h1 {
  font-size: 12em;
  position: absolute;
  margin-left: 3vw;
  margin-top: 22vh;
  line-height: .9em;
}

body.home ul.socials {
  bottom: 0;
  margin-left: 3vw;
  margin-top: calc( 50% - 19vh );
}

body.home ul.socials li{
  padding-top: 5px;
}

@media (min-width: 768px) {
  body.home img {
    float:right;
  }
}

body.home h2.visible-xs {
  margin-top:1vh
}

/* Information */

body.page-template-information .tab-pane {
line-height: 28px;
margin-right: 2vw;
}