@import 'work-sans.css';
@import 'image-in-square.css';

body, html{
  font-family: 'Work Sans', sans-serif;
  width: 100%;
  height: 100%;
}

.container-maximum{
	max-width: 1140px;
}

h1{
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  margin: 25px 0 0 0;
  padding: 0;
}

h1 a, h1 a:active, h1 a:focus, h1 a:visited{
  color: #444;
}

h1 a:hover{
  color: #000;
}

h1.entry-title{
  margin: 0 0 40px 0;
  font-size: 14px;

}

h2.entry-title a, h2.entry-title a:hover, h2.entry-title a:active, h2.entry-title a:focus, h2.entry-title a:visited{
  text-decoration: none;
  color: #444;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;

}

h2.entry-title a:hover{
  color: #000;
}

h2.entry-title{
  margin: 0;
  padding: 0 0 55px 0;
    line-height: 18px;
}

ul.navbar-nav{
  padding: 0 0 40px 0;
}

.navbar-nav li a{
  padding: 10px;
  color: #444;
  text-decoration: none;
  font-size: 12px;
}

p{
  font-size: 12px;
}

.navbar-toggler{
  position: relative;
  top: -43px;
  border: 0px;
  left: 20px;
}

.hero{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home h1, .home h1 a{
  color: #FFF;
}

.home .navbar-nav li a{
  color: #FFF;
}

.home .navbar-light .navbar-toggler-icon{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.details{
  margin-top: -20px;
}
