body, html {
    height: 100%;
    margin: ;
    color:none;
	font-family: 'Nanum Gothic', sans-serif;
}

#logo_div{
    width: 100%;
    height: 105%;
}

#logo_img {
    max-height: 35%;
    max-width: 35%;
}

.img1, .img2, .img3 {
  position: relative;
  opacity: 0.9;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.img1 {
  background-image:url(../img/index/img1.PNG);
  min-height: 100%;
}

.img2 {
  background-image: url(../img/index/img2.jpg);
  min-height: 600px;
}

.img3 {
  background-image: url(../img/index/img3.jpg);
  min-height: 600px;
}

.caption {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  text-align: center;
  color: #000;
  text-overflow:ellipsis;
    
}

.caption span.border {
  color: #fff;
  padding: 1%;
}

.section {
    color: black;
    background-color:white;
    text-align:center;
    padding:5% 10%;
	font-family: 'Prata', serif;
}

.p_section {
    text-align: justify;
    opacity: 0.8;
    transition: 0.4s;
}

a {
    text-decoration: none;
    color:black;
}

#credits {
    text-decoration: none;
    color:white;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #000000;
  text-align:center;
  font-weight: bold;
  font-size: 200%
  
}

.img2 h3, .img3 h3 {
    color: #FFFFFF;
}

.border {
    background-color:transparent;
    font-size:80px;
    color: #f7f7f7;
    overflow: inherit;
    font-family: 'Kaushan Script', cursive;
    text-shadow: 3px 3px #000000;
    
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .img1, .img2, .img-3 {
    background-attachment: scroll;
  }
}

table {
	width: 100%;
	height: auto;
}

.c1 {
	width: 25%;
}

.freccia {
	height: 30%;
	width: 30%;
    transition: height 2s, width 2s;
	}
.freccia:hover {
    height: 40%;
    width: 40%;
}

.p_section:hover{
    opacity: 1;
    transform: scale(1.1);
}