
/****************************************
* Typography
****************************************/

h1 {
  font-size: 36px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 22px;
}


@media screen and (min-width: 600px){
  h1 {
   font-size: 58px
  }
}


/****************************************
* Header
****************************************/

/****************************************
* Navigation
****************************************/

nav li {
  font-size: 16px;
  margin: 0 .5rem;
}

/****************************************
* Billboard
****************************************/

.billboard {
  text-align:center;
}

.billboard .container {
  margin-top: auto;
  margin-bottom: auto;
}

.billboard p {
  font-size: 18px;
}


/****************************************
* Services
****************************************/

#services .container .container:last-child {
  padding-top: 0;
}

#services .col-4 {
  width: 250px;
  margin-right: calc((100% - 250px) / 2);
  margin-left: calc((100% - 250px) / 2);
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 600px){

  #services .container {
    display: flex;
  }

  #services .container .row {
    display: flex;
    flex-direction: column;
    width: 50%;
  }

  #services .container .container:last-child {
   padding-top: 1.5rem;
  }
}

/****************************************
* Attribution
****************************************/

.attribution p,
.attribution a {
  font-size:10px;
}

/****************************************
* Buttons
****************************************/

.button,
button,
input[type="submit"] {
  font-size:14px;
}

.button:hover,
button:hover,
input[type="submit"]:hover {
  font-size:14px;
}

/****************************************
* General
****************************************/

.mobile-break {
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
