body, html {
    height: 100%;
    margin: ;
    color:none;
    font-family: 'Montaga', 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: 400px;
}

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

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

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

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

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #000000;
  text-align:center;
  font-family: 'Belleza', sans-serif;
  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: 'Italianno', 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;
  }
}



.leftcolumn { 
  float: left;
  width: 75%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  padding-left: 20px;
}

/* Fake image */
.img {
  background-color: #aaa;
  width: 100%;
}

/* Add a card effect for articles */
.card {
  background-color: white;
  padding: 20px;
  margin-top: 20px;
    border: 1px solid black;
    border-radius: 15px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: #ddd;
  margin-top: 20px;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn { 
    width: 100%;
    padding: 0;
  }
}

h2, h5 {
    text-align: center;
}