﻿body {
	background-image:url('../img/bg.jpg');
	background-size:cover;
}

#header {
  1background-color: #f1f1f1; /* Grey background */
  
    1font-size: 70px;
    1font-family: 'Bitter', serif;
    1font-family: 'Fredericka the Great', cursive;
    1font-family: 'Jacques Francois Shadow', cursive;
    font-family: 'UnifrakturCook', cursive;

  padding: 24px 10px 10px 10px; /* Some padding */
  color: black;
  text-align: center; /* Centered text */

    1font-family: 'Chicle', cursive;

  font-size: 36px; /* Big font size */
  1font-weight: bold;
  position: fixed; /* Fixed position - sit on top of the page */
  top: 0;
  width: 100%; /* Full width */
  transition: 0.2s; /* Add a transition effect (when scrolling - and font size is decreased) */
}
