* {
  box-sizing: border-box; 
}


@font-face {
    font-family: 'nanummyeongjo-regular';
    src: url('nanummyeongjo-regular-webfont.woff2') format('woff2'),
         url('nanummyeongjo-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nanummyeongjo-bold';
    src: url('nanummyeongjo-bold-webfont.woff2') format('woff2'),
         url('nanummyeongjo-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {
  margin: 0; 
  font-weight: 500;
  font-family: 'nanummyeongjo-regular',sans-serif;
}

section {
  width: 100%;
  padding: 0 7%;
  display: table;
  margin: 0;
  max-width: none;
  background-color:black;
  background-size:cover;
  height: 100vh;
  
  &:nth-of-type(2n) {
    background-color: #b79302;
  }
}

.intro {
  height: 100vh;

}

.content {
  display: table-cell;
  vertical-align: center;
  background: rgba(197, 5, 49, 1);
  padding:100px;
   font-family: 'nanummyeongjo-regular',sans-serif;
}

h1 {
  font-size: 3em;
  display: block;
  color: white;
  font-weight: bold;
}

p {
  font-size: 1.5em;
  font-weight: 500;
  color: white;
}
b{
	font-family: 'nanummyeongjo-bold',sans-serif;
	
}


a {
  font-weight: 700;
  position: relative;
  text-decoration:none;
  color:white;
  &:hover{ 
    opacity: 0.8;
  }
  
  
  &:active {
    top: 1px;
  }
  

}
