
/* HTML5 Shiv*/

@import url(https://fonts.googleapis.com/css?family=Montserrat);

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

header, section, footer, aside, nav, main, article, figure {
    display: block; 
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

* {
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

body, html {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
}

header {
    text-align: center;
    padding: 32px;
    background-image:url('../img/Phuket1.jpg');
    background-size: cover;
    background-color: grey;
    color: white;
    height: 30vh;
}

#bigHeader {
        display: none;
    }

footer {
    text-align: center;
    background-color: grey;
    height: 20vh;
    color: white;
    padding: 10px;
}

.icon {
    display: block;
    float: right;
    padding-right: 20px;
    padding-bottom: 10px;
    color: white;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

img {
    width: 100%;
    height: 100%;
}

.prev, .next {
  cursor: pointer;
  color: white;
  font-weight: bold;
  font-size: 30px;
  top: 30%;
  z-index: 1;
  position: absolute;
  padding: 10px;
  /*border-radius: 0 3px 3px 0;*/
}

/*.prev {
    display:none;
}*/

.next{
  right: 0px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.column {
    flex: 100%;
    margin: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 40vh;
}

.picColumn {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: grey;
    min-height: 60vh;
    max-height: 80vh;
    max-width: 100vw;
    min-width: 100vw;
}

.row {
    display: flex;
    flex-wrap: wrap;
    min-width: 100%;
    padding: 10px;
    color: white;
    text-align: center;
}

.picRow {
    display: flex;
    flex-wrap: nowrap;
}

.navBar {
	background-color: #00cc88;
	color:#fff;
	height: 40px;
	line-height:40px;
	letter-spacing:1px; 
	width:100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    position: relative;
}

.sticky {
  position: fixed;
  top: 0;
}

.navLinks600 {
    display: none;
}

.navResponsive {
    float: none;
    display: block;
    text-align: left;
    background-color: black;
    text-decoration: none;
    position: relative;
    padding: 10px;
    color: white;
    font-family: 'Montserrat', sans-serif;
}

.navResponsive:hover {
        background-color: white;
        color: black;
    }
    
#logo{
    display: none;
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    color: white;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

.backArrow {
    display: none;
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    color: white;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

#contextHeader {
    display: none;
    float: left;
    padding-left: 25px;
    padding-bottom: 10px;
    color: white;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    cursor: context-menu;
}

#col1 {
    background-image:url('../img/Phuket2.jpg');
    background-size: cover;
    background-color: grey;
}

#col2 {
    background-image:url('../img/Phuket3.jpg');
    background-size: cover;
    background-color: grey;
}

#col3 {
    background-image:url('../img/Phuket4.jpg');
    background-size: cover;
    background-color: grey;
}

.travelSchedule , .travelItinerary , .pictureGallery , #tableContainer , .hiddenText  {
    display: none;
}

.travelSchedule , .travelItinerary  {
    overflow: auto;
}

.pictureGallery {
    overflow: hidden;
}

.btn-group button {
    background-color: #00cc88;
    margin-bottom: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    color: white;
    letter-spacing:1px; 
    padding: 10px 24px;
    cursor: pointer;
    width: 100%;
    display: block;
    outline:none;
    border:none;
}

.btn-group button:not(:last-child) {
    border-bottom: none;
}

#tableContainer {
     margin-bottom: 10px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 7.5px;
}

th {
    background-color: lightgrey;
}

th, td {
    text-align: left;
    padding: 8px;
}

tr:nth-child(even){
    background-color: #f2f2f2
    
}

tr:hover {
			background-color: lightblue; 
		}
		
.tooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    border-radius: 4px;
    margin-left: 10px;
    margin-top: 10px;
    padding: 10px;
    position: absolute;
    z-index: 1000;
    width: 60vw;
}
		
.ten {
    width: 10%;
}

.twenty {
    width: 20%;
}

.thirty {
    width: 30%;
}

.forty {
    width: 40%;
}

.fifty {
    width: 50%;
}

.eighty {
    width: 80%;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

form {
    /*padding: 20px;*/
    padding: 10%;
    display: none;
}

label {
    border-style: dashed;
    border-width: 5px;
    border-color: #818181;
    border-radius: 10px;
    word-break:break-all;
    cursor: pointer;
}

#sortpicture {
    opacity: 0;
}

#upload {
    background-color: #00cc88;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.overlay {
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.closebtn, label {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.5s;
}

.overlay a:hover, .overlay label:hover {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.noScroll { 
  overflow: hidden;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

progress {
    display: none;
	-webkit-appearance: none;
    -moz-appearance: none;
    width: 80vw;
}

progress::-webkit-progress-bar {
	background: white;
	border-radius: 50px;
	padding: 2px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

progress::-webkit-progress-value {
	border-radius: 50px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	background:
		-webkit-linear-gradient(45deg, transparent, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%),
		-webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.2)),
		-webkit-linear-gradient(left, white , green);
	background-size: 25px 14px, 100% 100%, 100% 100%;
	-webkit-animation: move 5s linear 0 infinite;
	-moz-animation: move 5s linear 0 infinite;
}

@-webkit-keyframes move {
	0% {background-position: 0px 0px, 0 0, 0 0}
	100% {background-position: -100px 0px, 0 0, 0 0}
}

@media only screen and (min-width: 450px) {
    
    .column {
        height: 70vh;
    }
    
    header {
        height: 70vh;
    }
    
    footer {
        height: 30vh;
    }
    
    .overlay {
        overflow-y: scroll;
    }
}

@media only screen and (min-width: 700px) {

    body {
        background-image:url('../img/Phuket1.jpg');
        background-size: cover;
        background-color: grey;
    }

    header , footer , .icon {
        display: none;
    }

    #bigHeader {
        display: block;
        margin-top: 40px;
        color: white;
        text-align: center;
    }

    .navLinks600 {
        display: block;
        background-color: #00cc88;
        text-decoration: none;
        float: left;
        padding-left: 20px;
        padding-right: 20px;
        color: white;
        font-family: 'Montserrat', sans-serif;
    }
    
    #logo {
        display: none;
        background-color: #00cc88;
        text-decoration: none;
        float: left;
        padding-left: 25px;
        padding-right: 25px;
        color: white;
        font-family: 'Montserrat', sans-serif;
    }

    .navResponsive {
        display: none;
    }

    .navLinks600:hover {
        background-color: #00b377;
    }
    
    #logo:hover {
         background-color: #00b377;
    }
    
    .backArrow:hover {
        background-color: #00b377;
    }
    
    #contextHeader {
        display: none;
        float: left;
        padding-left: 25px;
        padding-right: 25px;
        color: white;
        text-decoration: none;
        font-family: 'Montserrat', sans-serif;
        cursor: context-menu;
    }
    
    .backArrow {
        display: none;
        float: left;
        padding-left: 25px;
        padding-right: 25px;
        color: white;
        text-decoration: none;
        font-family: 'Montserrat', sans-serif;
    }

    .row {
        display: flex;
        flex-wrap: nowrap;
        margin-top: 15vh;
    }
    
    .column {
        flex: 33.3%;
        max-width: 33.3%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        cursor: pointer;
        height: 40vh;
    }

    #col1 , #col2 , #col3  {
        opacity: 0.5;
    }

    #headCountDown {
        display: inline-block;
        float: right;
    }
    
    .btn-group button {
        max-width: 60%;
        margin: auto;
        margin-bottom: 10px;
    }
    
    .btn-group button:hover {
    background-color: #00b377;
    }
    
    #tableContainer {
        max-width: 60%;
        margin: auto;
        margin-bottom: 10px;
    }
    
    table {
        font-size: 15px;
    }
    
    tr {
        background-color: white;
    }
    
    .tooltiptext {
        width: 30vw;
    }
   
}