*{
    box-sizing: border-box;
}

body{
    background-color:#87BDD8;
    color:#181A70;;
    font-family:'Acme', sans-serif;
}

h1{font-size: 40px;
}

h2{font-size: 30px;
}

p{
    font-size: 20px;
    text-shadow: none;
    color:#181A70;;
}

.heading h1{
    background-color:#87bdd8;
    padding-top:55px;
    padding-bottom:0;
    color:#181a70;
    text-shadow: 2px 2px 5px #fff;
    font-size:60px;
    text-align: center;
    margin:auto;
}

/*--------------------CLEAR----------------------*/
.clear{
    clear:both;
}

/*--------------------NAVIGATION------------------ */
.navcontainer{
    width:100%;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    float:right;
    font-size:25px;
    box-shadow: 0px 5px 5px;
}

nav ul{
    list-style: none;
    margin:0px;
    padding:0px;
}

nav ul li{
    float: left;
    background-color:#181A70;
    width: 20%;
    position: relative;
    color:#fff;
}

nav ul li a{
    text-decoration: none;
    display: block;
    padding: 5px;
    color:#fff;
    text-align: center;
}

nav a:hover{
    background-color:
    #fff;;
    color:#181A70;
}

nav ul li ul{
    display: none;
    position: absolute;
    overflow: hidden;
    max-width: 100%;
}

nav ul li:hover ul{
    display:block;
    max-height: 400px;
    background-color:
    #fff;;
    color:#181A70;
}

nav ul li ul li{
    display: block;
    width: 100%;
    max-height: 400px;
    padding:10px;
    margin:0;
    box-shadow: 5px 5px 5px;
}

nav ul li ul li a{
    display: block;
    padding: 10px;
}

nav ul li ul li{
        display: block;
        width: 100%;
        max-height: 400px;
        padding:10px;
        margin:0;
}

/*----------------------------SLIDER------------------------------*/ 
 
#slider{  
    width: 100%;  
    height: 500px;  
    position: absolute;  
    overflow: hidden;
}

#forward{  
    text-align: center;  
    line-height:50px;  
    color: #fff;  
    width:50px;  
    height:50px;  
    background-color:#181A70;  
    position:absolute;  
    top:205px;  
    right:0;  
    z-index:99; 
    cursor: pointer;  
    opacity:.4;
} 

#back{  
    text-align: center;  
    line-height: 50px;  
    color: #ffffff;  
    width:50px;  
    height:50px;  
    background-color:#181A70;  
    position: absolute;  
    top:205px;  
    left:0;  
    z-index:99;  
    cursor: pointer;  
    opacity:.4;
} 
    
.homepics:hover #forward{  
    opacity:1;  
    transition: all 2s ease-out;  
} 

.homepics:hover #back{  
    opacity:1;  
    transition: all .5s ease-out;  
}

.homepics{  
    width: 100%;  
    height: 100vh;  
    position: relative;
} 

/*------------------ABOUT-------------------------------*/
#about{
    width:100%;
    height:100vh;
    background-image:url(../image/front3.png);
    background-size:cover;
    background-attachment: fixed;
    display: table;
    color:#fff;
    text-shadow: 2px 2px 5px  #181A70;
}

.byside{
        width:45%;
        padding: 120px 50px 10px 10px;
        float:right;
}

.byside h1{
        font-size:40px;
        text-align:center;
}

.byside h2{
    font-size:25px;
    text-align:left;
}
ul{
    font-size:25px;
    list-style-image: url(../image/plane.png);
}

/*---------------------TIPS------------------------*/
#tips{width:100%;
    height:100vh;
    background-image:url(../image/front5.png);
    background-size:cover;
    background-attachment: fixed;
    color:#fff;
    text-shadow: 2px 2px 5px  #181A70; 
}

#tips h1{
    padding-top:70px;
    text-align:center;
}

#tips h2{
    padding-top:5px;
    text-align:center;
}

.tricks{
    padding: 20px 20px 0 20px;
}

.table{
    background: rgba(0,0,0, 0.4);
    text-shadow:none;
    border: 3px solid #fff;
}

th{ 
    text-decoration: underline;
    text-align:center;
    margin:auto;
    font-size:20px;
    border: 3px solid #fff;
}

td{ font-size:20px;
    border: 3px solid #fff;
}

/*-------------------------ADVENTURES--------------------*/

#adventure h1{
    padding-top: 10px;
    text-align: center;
    text-shadow: 2px 2px 5px #fff;
}

#adventure h2{
    text-align:center;
}

.destination{
   padding: 10px 50px;
}

.place{
    width:350px;
    height:250px;
    margin:10px; 
    display:inline-block;
    position:relative;
}

.place img{
    width:100%;
    Height:100%;
    border-radius:5px;
    position:relative;
    transition:.2s;
}

.place a{
    position:absolute;
    top:50%;
    color:#fff;
    text-align:center;
    width:100%;
    opacity:0;
    transition:.2s;
    text-decoration:none;
    cursor:pointer;
}

.place:hover img{
    filter:blur(2px) brightness(60%);
}

.place:hover :not(img){
    opacity:1;
}

/*-------------------------DESTINATIONS-----------------------*/
.country{
    width:350px;
    height:250px;
    margin:10px; 
    display:inline-block;
    position:relative;
}

.booyah{
    padding:10px 20px 20px 20px;
}

.booyah h1{
    text-align: center;
    text-shadow: 2px 2px 5px  #fff;
}

.booyah h2{text-align: center;
    text-shadow: 2px 2px 5px  #fff;
}

.row{
    height: 350px;
    overflow: auto;
}

/*-----------------------LIGHTBOX--------------------------*/

#curtain{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background-color: rgba(0,0,0,0.4);
    cursor:pointer;
}

#light{
    max-width: 80%;
    max-height: 80%;
    top: 1450px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    cursor:pointer;
}
    
#close{
    height: 50px;
    width: 50px;
    top:750px;
    right: 0;
    position: absolute;
    z-index: 990;
    cursor:pointer;
}
     
.country{
    width: 300px;
}
    
.picture{
    max-width:300px;
    max-height:300px;
    padding:5px;
    margin:5px;
    cursor:pointer;
}

.gallery{
    padding: 20px 80px;
}

/*-----------------------------NEXT----------------------------------*/
#next{
    width:100%;
    height:100vh;
    color:#181A70;
    text-shadow: 2px 2px 5px  #fff;
}
#red{
    color:red;
}
#green{
    color:green;
}
.sideleft{
    padding:60px 0 0 30px;
    width:50%;
    float:left;
}

.sideright{
    width:45%;
    padding:80px 50px 10px 20px;
    float:right;
}

.sideright h1{
    text-align:left;
}

.sideright a{
    text-decoration:none;
}

#snowing {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/*--------------------------CONTACT--------------------------------------*/
#contact{
    width:100%;
    height:100vh;
    background-image:url(../image/greece6.png);
    background-size:cover;
    background-attachment: fixed;
    display: table;
    color:#fff;
    text-shadow: 2px 2px 5px  #181A70;
    padding: 40px 20px 0 0;
}

#contact h1{
    text-align:center;
}

.formy{
    padding:20px 20px 0 20px;
    text-align:center;
    margin:auto;
}

input[type=submit] {
    padding:5px 15px; 
    background:#181A70; 
    color: #fff;
    border:1px solid #fff;
    cursor:pointer;
    border-radius: 5px; 
}

label{
    font-size: 25px;
} 

.afterjoin{
    text-align:center;
    margin:auto;
    padding-top:50px;
}

/*------------FOOTER-----------*/
.foot{
    font-size:20px;
    padding:20px 0 0 0;
    text-align:center;
    margin:auto;
}

.footing{
    padding-top:40px;
    text-align:center;
    font-size:20px
}

#copy{
    font-size:15px;
    text-align:center;
}
