body{
    background-image:url("images/wood.jpg");
    background-repeat: repeat-y;
    height:100%;
}

.typescript{
    margin: 0 auto;
    text-align: center;
    width: 80%;
}
.typescript a{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    text-decoration: none;
    cursor: none;
    font-size: 16px;
    color: lightgray;
}
/* navigation bar */
.nav{
    display: block;
    width:60%;
    /* height:50px; */
    background-image:url("images/pine-wood.jpg");
    background-repeat:repeat;
    background-position:center;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
}

.nav li{
    display: inline-block;
    padding: 10px;
}

nav a{
    color: white;
    font-size:21px;
    text-decoration: none;
}

nav a:hover{
    color: olive;
    text-decoration:none;
}
/* ------------------------------------------------------------------- */

/* parallax1 */
.parallax1{
    width: 80%;
    text-align: center;
    margin: 0 auto;
    background-image: url("images/wallpaper1.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height:400px;
    /* border-radius: 5px; */
}

.parallax1 p{
    color:white;
    font-weight:600;
    font-size:3rem;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
    text-align: center;
    text-transform: capitalize;  
    margin: 0px; 
}

.parallax1 p:hover{
    color: grey;
}
/* ------------------------------------------------------------------------------- */

.welcome{
    width: 80%;
    text-align: center;
    margin: 0 auto;
    border: 1px solid grey;
    border-top:0px;
    border-bottom:0px;
}
.welcome p{
    color: white;
    padding: 30px;
    font-size: 18px;
    margin: 0;
}

/* parallax2 */
/* .parallax2{
    background-image: url("images/parallax1.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width:80%;
    height: 500px;
    margin: 0 auto;
    border-radius: 5px;
} */

/* parallax3 */
.parallax3{
    background-image: url("images/wallpaper2.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width:80%;
    height: 500px;
    margin: 0 auto;
}

.parallax3 p{
    color:white;
    font-weight:600;
    font-size:3rem;
    position:relative;
    top:50%;
    left:50%;
    transform: translate( -50%, -50% );
    text-align: center;
    text-transform: capitalize;
    margin: 0px;
}

.parallax3 p:hover{
    color: lightsalmon;
}
/* carousel */

.carouselNav{
    display: block;
    width:77%;
    /* height:50px; */
    margin: 0 auto;
    text-align: center;
    border: 1px solid grey;
    border-radius: 5px;
}

.carouselNav li{
    display: inline-block;
    padding: 10px;
}

.carouselNav a{
    color: white;
    font-size:21px;
    text-decoration: none;
    cursor: pointer;
}

.carouselNav a:hover{
    color: grey;
    text-decoration:none;
}
/* carousel photos---------------------- */
/* active link carousel */
.active{
    color: #717171;
    background-color:#1e1818;
  }

 /* Slideshow container */
 .slideshow-container {
    /* width:500px; */
    /* height: 600px; */
    position: relative;
    margin: auto;
  }


   /* Next & previous buttons */
   .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 20px;
    padding-top:40px; 
    padding-bottom:40px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 1.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }


.mySlides {
    display: none;
    height: 500px;
  }

   /* Position the "next button" to the right */
     .next {
      right: 0;
       border-radius: 3px 0 0 3px;
      }

.photos{
    text-align: center; 
}

img{
    height: 100%;
    border: 1px solid grey;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    /* width: 100%; */
}
/* ------------------------------------------- */

/* footer */

footer{
    text-align: center;
    background-color: #17171740;
    color: honeydew;
    border-top:2px solid gray ;
    font-size: 20px;

}
footer div{
    width: 90%;
    margin: 0 auto;

}

footer .map{
    width: 95%;
}

.map iframe{
    width: 100%;
}




footer ul{
    display: inline-block;
    text-align: left;
    padding: 20px;
    margin:0px;
    
}

 footer p:last-of-type {
font-weight: bolder;
font-size: 12px; 
 }


/* media query---------------------------------------------------------------------- */
@media screen and (max-width:1200px) {
        img{
            max-width: 80%;
            min-width: auto;
        }	
    } 

@media screen and (max-width:670px) {
        /* .carouselNav{
            width: 70%;
        }		
        img{
            width:550px;
        } */
        .carouselNav a{ font-size:18px;}
        footer{
            font-size: 18px;
        }	
        } 
/* ----------------------- */
	
 @media screen and (max-width:550px) {		
     .nav{width: 65%;}
     .nav a{font-size:18px;}
     .slideshow-container {
       max-width: 100%;
      }
      .mySlides {
        /* display: none; */
        height: 400px;
       }
       .prev, .next{
        padding:15px;
        padding-top:30px; 
        padding-bottom:30px;
       }
     
     } 
     
/* --------------------------------- */

@media screen and (max-width:512px) {
  	
    .nav a{font-size:16px;}
    .nav li {padding: 9px;}  
    .parallax1 p{font-size: 2rem;}
    .parallax3 p{font-size: 2rem;}
    .carouselNav a{ font-size:16px;}
    .welcome p{
        padding: 25px;
        font-size: 16px;
    }
    footer{
        font-size: 16px;
    }
    .nav{width: 70%;} 
    }
/* --------------------------------------- */

@media screen and (max-width:454px) {	
    .carouselNav{
        width: 80%;
    }		
    .nav a {font-size:14    px;}   
    .carouselNav a{ font-size:14px;}
    .welcome p{
        padding: 20px;
        font-size: 14px;
    }
    footer{
        font-size: 14px;
    }
    .nav{width: 75%;}
}	
/* --------------------------------------------- */
@media screen and (max-width:434px) {	
  
       .prev, .next{
        padding:10px;
        padding-top:20px; 
        padding-bottom:20px;
       }

}

@media screen and (max-width:365px) {	
    .slideshow-container {
        /* height: 600px; */
        position: relative;
        margin: auto;
       }
       .mySlides {
        height: 300px;
        }
        .prev, .next{
         padding:10px;
         padding-top:20px; 
         padding-bottom:20px;
        }
 }