body, html{
    height:100%;
    font-size:16px;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    overflow-x: hidden;
    font-weight:400;
    line-height:1.8em;
    color:#666;
}


.slide {
    position: fixed;
    z-index: 1;
}

.choices {
    margin-top: 60px;
}
.choices a {
    margin-top: 30px;
}
.nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    top:0;
    left:0;
    background-color: cadetblue;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.4s;
}
.nav a {
    display: block;
    padding: 30px 60px;
    font-size: 60px;
    text-decoration: none;
    color: white;
    transition: all .2s ease-in-out;
}

.nav a:hover {
    color: #F0E479;
    transition: 0.5s;
    transform: scale(1.1);
}

.nav .close {
    position: absolute;
    top: 0;
    right: 30px;
}

.slide a {
    color: #000;
    font-size: 50px;
}

#navBar_content {
    position: fixed;
    z-index: 1;
    padding: 20px;
    transition: margin-left 0.7s;
}

.img1, .img2, .img3, .img4, .img5, .img6{
  position:relative;
  opacity:0.90;  /* make background photos a bit hazy so words will show up better */
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;

  /*
    fixed = parallax
    scroll = normal
  */
  background-attachment:fixed;
}

.img1{
  background-image:url('images/img1.jpg');
  min-height:100%;
}

.img2{
  background-image:url('images/img2.jpg');
  min-height:100%;
}

.img3{
  background-image:url('images/img3.jpg');
  min-height:100%;
}

.img4{
  background-image:url('images/img4.jpg');
  min-height:100%;
}

.img5{
  background-image:url('images/img5.jpg');
  min-height:100%;
}
.img6{
  background-image:url('images/img6.jpg');
  min-height:100%;
}


.section{
    text-align:center;
    padding:50px 80px;
    font-size: 18px;
}

.section-light{
  background-color:#f4f4f4;
  color:#666;
}

.section-dark{
  background-color:#282e34;
  color:#ddd;
}


.ptext{
    position:absolute;
    top:50%;
    width:100%;
    text-align:center;
    color:#000;
    font-size:37px;
    letter-spacing:9px;
    text-transform:uppercase;
}

.ptext .border{
    font-size: 70px;
    font-weight: 700;
    text-shadow: 4px 4px 6px black;
    color:#fff;
    padding:20px;
}

.ptext .border-trans{
  background-color:transparent;
}

._text1_title {
    font-weight: 900;
    font-size: 25px;
    font-style: italic; 
}

._text1 {
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    margin-bottom: 40px;
}

#act {
    color: white;
     text-shadow: 3px 3px 7px black;
}

.video {
    position: relative;
    padding-bottom: 56%;
    width: 100%;
    text-align: left;
}

.video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

#row2 {
    margin-top: 5%;
}
@media (min-width: 800px)  {
    .column {
      display: flex;
      flex-direction: column;
      flex-basis: 100%;
      flex: 1;
    }
    .column img {
    width: 80%;
    margin-left: 11%;
    border-radius: 50%;
    }
    .column p {
    margin-left: 30px;
    margin-right: 30px;
    }
}

.column img {
    width: 80%;
    border-radius: 50%;
}


.titleSlide {
    width: 100%;
}


.mySlides {
    display:none;
    width: 100%;
}
.both_btn {
    color: white;
    opacity: 0.7;
    top: 52%;
    font-size: 100px;
    outline: none;
    border: none;
    background: none;
    background-color: rgba(0,0,0,0);
    z-index: 2;
}


section#activities {
    position: relative;
}
#activities .right_btn {
    position: absolute;
 
    left: 90%;
}
#activities .left_btn{
    position: absolute;
  
    left: 5%;
}


button:focus {
    outline:0;
}
.both_btn:hover {
    color: cadetblue;
}

.listObj {
    list-style: none;
}


@media (max-width: 1200px) {
    .column1 {
        width: 10%;
        padding-top: 12%;
    }
    .column2 {
        width: 70%;
    }
    .column3 {
        width: 10%;
        padding-top: 12%;
    }
    #activities .right_btn {
        position: absolute;
        left: 84%;
    }
}

@media (max-width: 700px) {
    .nav a { 
        
        font-size: 30px;
        line-height: 10px;
    }
    .ptext .border {
        font-size: 40px;
        line-height: 40px;
    }
    .nav .close {
        right: 220px;
    }
    .column1 {
        width: 10%;
        padding-top: 12%;
    }
    .column2 {
        width: 65%;
    }
    .column3 {
        width: 10%;
        padding-top: 12%;
    }
    #activities .right_btn {
        position: absolute;
        left: 78%;
    }
    .sustain {
        font-size: 23px;
    }

}

@media (max-width: 450px) {
    .ptext .border {
        font-size: 25px;
    }
}