/* faustina-italic - latin */
@font-face {
  font-family: 'Faustina';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/faustina-v2-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Faustina Italic'), local('Faustina-Italic'),
       url('../fonts/faustina-v2-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/faustina-v2-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/faustina-v2-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/faustina-v2-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/faustina-v2-latin-italic.svg#Faustina') format('svg'); /* Legacy iOS */
}

/* rasa-regular - latin */
@font-face {
  font-family: 'Rasa';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/rasa-v3-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Rasa Regular'), local('Rasa-Regular'),
       url('../fonts/rasa-v3-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/rasa-v3-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/rasa-v3-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/rasa-v3-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/rasa-v3-latin-regular.svg#Rasa') format('svg'); /* Legacy iOS */
}

html {

  font-family: 'Rasa', Georgia, Times, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.2;
  color: #444444;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

body {
  width: 100%;
  background-color: #ffffff;
  margin: 0;
}

nav {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 0px 5px 0px rgba(0, 0, 0, .1);
}

h1 {
  font-family: 'Faustina';
  font-style: italic;
  font-size: 60px;
  line-height: 1;
  font-weight: 400;
  color: #900000;
  margin: 40px 0 25px 0;
}

h2 {
  font-family: 'Faustina';
  font-style: italic;
  font-size: 30px;
  font-weight: 400;
  color: #900000;
  margin: 25px 0 25px 0;
}

p {
  margin: 0;
}

a {
  color: #444444;
  text-decoration: none;
}

li {
  list-style-type: none;
  margin-bottom: 20px;
}

img {
  width: 100%;
}

footer {
  width: 100%;
  height: 60px;
  background-color: #900000;
  position: fixed;
  bottom: 0px;
}

.logo {
  width: 170px;
  height: 90px;
  position: absolute;
  left: 50px;
  z-index: 3;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, .2);
}

.first {
  padding-top: 80px;
}

.last {
  padding-bottom: 130px;
}

.bgimage {
  margin: 70px 0 0 0;
}

.container {
  width: 100%;
  max-width: 1600px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 0 50px 0 50px;
  margin: 0 auto 0 auto;
}

.anchor {
  position: absolute; 
  top:-150px;
}

.copycenter {
  text-align: center;
  max-width: 1000px;
}

.listcenter {
  padding: 0;
}

.bullets li {
  list-style-type: disc;
}

.linkcopy {
  color: #ffffff;
  background-color: #900000;
  padding: 0 3px 0 3px;
}

.linkcopy:hover {
  color: #444444;
  background-color: transparent;
  transition: color 0.5s ease;
  transition: background-color 0.5s ease;
}

.linkcopy:active {
  color: #900000;
  background-color: transparent;
}

.contact {
  margin: 70px 0 0 0;
  padding: 1px 0 110px 0;
  background-color: #f9f9f9;
}

.linkfooter {
  float: left;
  margin-right: 20px;
  color: #ffffff;
  transition: color 0.5s ease;
  font-family: 'Faustina';
  font-style: italic;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  top: 20px;
}

.linkfooter:hover {
  color: #e6cccc;
  transition: color 0.5s ease;
}

.linkfooter:active {
  color: #ffffff;
  transition: color 0.0s;
}

#menuToggle {
  float: right;
  position: relative;
  width: 300px;
  height: 80px;
  top: 0px;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle > input {
  float: right;
  position: relative;
  right: 35px;
  width: 60px;
  height: 80px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

#burger {
  float: right;
  position: absolute;
  right: 50px;
  top: 28px;
}

#burger span {
  display: block;
  width: 30px;
  height: 1px;
  margin-bottom: 11px;
  background: #900000;
  transform-origin: -6px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.5s ease;
}

#burger span:first-child {
  transform-origin: 0% 0%;
}

#burger span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ #burger span {
  opacity: 1;
  transform: rotate(-45deg) translate(0px, 2px);
  background: #900000;
}

#menuToggle input:checked ~ #burger span:nth-last-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ #burger span:nth-last-child(3) {
  transform: rotate(45deg) translate(0px, 0px);
}

#menuToggle input:checked ~ ul {
  transform: none;
}

#menu {
  position: absolute;
  height: 5000px;
  width: 100%;
  margin: 80px 0 0 0;
  padding: 0;
  background: #f0f0f0;
  border-left: 1px solid #e5e5e5;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0%);
  transition: transform 0.7s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li {
  font-family: 'Faustina';
  font-style: italic;
  text-transform: uppercase;
  padding-left: 20px;
  line-height: 80px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
}

#menu > a:hover {
  color: #900000;
  transition: color 0.5s ease;
}

#menu > a:active {
  color: #444444;
  transition: color 0.0s;
}

@media (max-width: 540px) {

  h1 {
    font-size: 45px;
    margin: 20px 0 25px 0;
  }

  .logo {
    left: 20px;
  }

  .bgimage {
    margin: 40px 0 0 0;
  }

  .container {
    padding: 0 20px 0 20px;
  }

  .linkfooter {
    font-size: 20px;
    top: 16px;
    margin-right: 30px;
  }

  #burger {
    right: 20px;
  }

  #menuToggle {
    width: 250px;
  }

  #menuToggle input{
    right: 15px;
  }

}
