@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');



body {
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    color: #736461;
}

/*--- Navigation --*/

.navbar {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .9rem;
    letter-spacing: .1rem;
    background: rgba(0 ,0 ,0 ,0.6)!important;
}

.navbar-brand img {
    height: 3rem;
}

.navbar-nav li {
    padding-right: .7rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
    padding-top: .8rem;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #E28E2F;
}

/* Dropdown Button */
.dropbtn {
  background-color: #E28E2F;
  color: white;
  padding: 5px 10px 5px 10px;
  font-size: 14px;
  border: none;
align-content: center;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 20px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #986329;}



/*-- Start Landing page --*/

.home-inner {
    background-image: url(../img/mainimage.gif);
}

.caption {
    width: 100%;
    max-width: 100%;
    position:absolute;
    top: 38%;
    z-index: 1;
    color: white;
    text-transform: uppercase;
}

.caption h1{
    font-size: 3.8rem;
    font-weight: 700;
    letter-spacing: .3rem;
    text-shadow: .1rem .1rem .5rem black;
}

.caption h2{
    font-size: 3.3rem;
    font-weight: 700;
    letter-spacing: .3rem;
    text-shadow: .1rem .1rem .5rem black;
    color: #E28E2F;
}

#knowledge {
    background-color: rgb(240, 240, 240);
    padding-bottom: 20px;
}

/* intro */
#intro {
    background-color: #E28E2F;
    color: azure;
}



/* Experience begining */
#experience {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    position: relative;
    height: 3000; width: 1900px;
}
#soft{
    text-align: left;
}


/* Timeline */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
}

.container-exp {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: center;
    padding: 100px 0;
    background-image: url(../img/mount1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
        
}

.timeline{
    width: 80%;
    height: auto;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.timeline ul {
    list-style: none;
}

.timeline ul li {
    padding: 20px;
    background-color: #E28E2F;
    color: white;
    border-radius: 10px;
    margin-bottom: 20px;
}

.timeline ul li:last-child {
    margin-bottom: 0px;
}

.timeline-content h1 {
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
}

.timeline-content p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 3000;
}
.timeline-content .date {
    color: white;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 10px;
    letter-spacing: 2px;
}



@media only screen and (min-width: 768px) {
    .timeline::before{
        content: '';
        position:absolute;
        height: 100%;
        width: 2px;
        left: 50%;
        background-color: gray;
        transform: translateX(-50%);
        
    }
    .timeline ul li{
    width: 50%;
    margin-bottom: 50px;
    position: relative;
    }
    .timeline ul li:nth-child(odd) {
        float: left;
        clear: right;
        transform: translateX(-30px);
    }
    .timeline ul li:nth-child(even) {
        float: right;
        clear: left;
        transform: translateX(30px);
    }
    .timeline ul li::after {
        content: '';
        position: absolute;
        height: 20px;
        width: 20px;
        background-color: gray;
        border-radius: 50%;
        top: 0;
    }
    .timeline ul li:nth-child(odd)::after {
        transform: translate(50%, -50%);
        right:-30px;
    }
    .timeline ul li:nth-child(even)::after {
        transform: translate(-50%, -50%);
        left: -30px;
    }
    .timeline ul li:hover:after {
        background-color: #E28E2F;
    }
    .timeline-content .date {
        position: absolute;
        top: -30px;
        color: white;
    }
    
    /* Gallery */


    }
    
    
    
    #ul-gal {
          	padding:0 0 0 0;
          	margin:0 0 0 0;
      	}

		#ul-gal li {
        	list-style:none;
        	margin-bottom:20px;
		}

		#ul-gal li img {
			cursor: pointer;
		}

		a {
    		color: #606060;
    		text-decoration: none;
		}

		a:hover {
			color:#00A0C6; 
			text-decoration:none; 
			cursor:pointer;  
		}
		.panel-body {
			background-color: #eeeeee;
		}

		.panel-heading {
			background-color: #606060 !important;
            margin-right: 50px;
            margin-left: 50px;
		}

		.panel-title {
			color:#fff;
		}

		.warning {
			color:#ff8400;
		}

		#tab-content {
			margin-top: 20px;
		}

		.panel-heading:hover{
			background-color: #e27d1c !important;
		}

		.popup {
			color: #fff;
            font-weight: 600;
		}

		.lightgrey {
			font-size: 15px;
				color: #686868;
		}


		* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
 
.pic {
	border: 3px solid #fff;  
	overflow: hidden;
	-webkit-filter: grayscale(75%);
}

/*B&W*/
.bw {
  -webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
       -o-transition: all .5s ease;
      -ms-transition: all .5s ease;
          transition: all .5s ease;
}

.pic:hover {
	-webkit-filter: grayscale(0%);
	-webkit-box-shadow: 5px 5px 5px #6c6c6c;
    		box-shadow: 5px 5px 5px #6c6c6c;  
}
    
        /* Gallery lightbox */
    
    .container-gal{
        width: 100%;
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 50px 8%;
    }    
    
    .gallery{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-gap: 30px;
        
    }
    
    .gallery img {
        width: 100%;
    }

		#contact{
			padding-right: 50px !important;
			padding-left: 50px !important;
		}

}