body {
	background-color: #f4f4f4;
	background-image: url('https://wonderworlds.org/snowflakes/snowflakes-paper-background-silver.jpg');
	color: #555;
	font-family: Times New Roman;
	font-size:16px;
	margin:0;
	min-height: 100%;
	background-size: auto;
}

html {
	height: 100%;
}

a {
	text-decoration: none;
	color: black;
}

a:Hover {
	color: red;
}

#main-header{
	font-family: Impact;
	background-color: #2b97b3;
	color:#fff;
}

#photoTitle {
	font-family: sans-serif;
	color: #222;
}

/* Navbar */

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .slideshow {
  padding-top: 56px;
}

.navbar {
	background-color:#333;
	z-index: 2;
}

.navbar a{
	float:left;
	font-family: 'Open Sans'; /*Comic Sans MS */
	padding:0;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	padding-right: 10px;
	
	text-align: center;
    padding: 15px 17px;
    text-decoration: none;
}

.links {
	display: block;
}

.links-responsive {
	float: none;
	display: block;
	margin-top: 3.1em;
}

.links-responsive a {
	position: relative;
	float: none;
	display: block;
	text-align: left;
}

.links-responsive .dropdown {
	float: none;
	display: block;
	text-align: left;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: red;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
	font-size: 16px;
}

.links-responsive .dropdown:hover .dropdown-content {
    display: inline;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 18px;    
    border: none;
    outline: none;
    padding: 14px 17px;
    background-color: inherit;
    margin: 0;
	
	font-family: 'Open Sans';
	color: #fff;
	text-decoration: none;
}

#YT_channel{
	float: right;
}

/* End of navbar */

/* The grid: Four equal columns that floats next to each other */
.column {
    float: left;
    width: 15%;
    padding: 5px;
}

/* Style the images inside the grid */
.column img {
    opacity: 0.8; 
    cursor: pointer; 
}

.column img:hover {
    opacity: 1;
}

.column2 {
    float: right;
    width: 15%;
    padding: 5px;
}

/* Style the images inside the grid */
.column2 img {
    opacity: 0.8; 
    cursor: pointer; 
}

.column2 img:hover {
    opacity: 1;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* The expanding image container */
.containerimg, .containerimg2, .containerimg3, .containerimg4, .containerimg5 {
    position: relative;
    display: none;
}

/* Expanding image text */
#imgtext, #imgtext2, #imgtext3, #imgtext4, #imgtext5 {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
    font-size: 20px;
}

/* Closable button inside the expanded image */
.closebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    font-size: 35px;
    cursor: pointer;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #ff5b00;
	color: #fff
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
	color: #fff;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #4e4e4e;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ff0000;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

/* Style the close button */
.topright {
    float: right;
    cursor: pointer;
    font-size: 28px;
}

.topright:hover {color: red;}

.container {
	width: 80%;
	margin:auto;
	overflow:hidden;
}
#downloads {
	margin-left: 10%;
	width: 90%;
	margin:auto;
	overflow:hidden;
}
.dwnl {
	display: block;
	overflow: hidden;
	float: left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
    background-color: DodgerBlue;
    border: 1px solid #175896;
	border-radius: 1px;
    color: white;
    padding: 12px 20px;
    cursor: pointer;
    font-size: 77%;
	width: 32%; 
}

/* Darker background on mouse-over */
.dwnl:hover {
    background-color: RoyalBlue;
}

.parallax {
    background-image: url('images/Sunset-drone.JPG');
	background-color: #040404;
	
    height: 60%; 

    background-attachment: fixed;
    background-position: center -100px;
    background-repeat: no-repeat;
    background-size: cover;
	
	position: relative;
    text-align: center;
    color: white;
}
.parallax2 {
    background-image: url('images/Lake-drone.JPG');

    height: 60%; 

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
	position: relative;
    text-align: center;
    color: white;
}

.caption {
	font-family: Impact, Charcoal, sans-serif;
    position: absolute;
    left: 0;
    top: 25em;
    width: 100%;
    text-align: center;
    color: #000;
}

span.border {
    background-color: #111;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
}

.caption2 {
	font-family: Impact, Charcoal, sans-serif;
    position: absolute;
    left: 0;
    top: 70em; /* 70 em at full screen */
    width: 100%;
    text-align: center;
    color: #000;
}

.centered {
	font-size: 25px;
    letter-spacing: 10px;
	padding: 18px;
	font-family: Squada One;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	background-color: #111;
    color: #fff;
}

#nav-resp {
	display: none;
	background-color:#333;
	position: absolute;

    text-decoration: none;
    text-align: left;
    font-size: 18px;    
    border: none;
    outline: none;
    padding: 14px 16px;
    background-color: inherit;
    margin: 0px;
	float: left;
	
    font-family: Comic Sans MS;
    color: #fff;
    text-decoration: none;
}

#nav-resp:hover {
	background: red;
	cursor: pointer;
}

@media (max-width: 900px) {
	.links {
		float: none;
		display: block;
		margin-top: 3.1em;
		
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
	}

	.links a {
		position: relative;
		float: none;
		display: block;
		text-align: left;
	}

	.links .dropdown {
		float: none;
		display: block;
		text-align: left;
	}
	
	#nav-resp {
		display: block;
	}
}




/* Search css control (dont change) */
.gsc-control-cse
{
	padding:0px !important;
	border-width:0px !important;
}

form.gsc-search-box,table.gsc-search-box
{
	margin-bottom:0px !important;
}

.gsc-search-box .gsc-input
{
	padding:0px 4px 0px 6px !important;
}

#gsc-iw-id1
{
	border-width: 0px !important;
	height: auto !important;
	box-shadow:none !important;
}

#gs_tti50
{
	padding:0px !important;
}

#gsc-i-id1
{
	height:33px !important;
	padding:0px !important;
	background:none !important;
	text-indent:0px !important;
}

.gsib_b
{
	display:none;
}

button.gsc-search-button
{
        display:block;
        width:13px !important;
        height:13px !important;
        border-width:0px !important;
        margin:0px !important;
        padding: 10px 6px 10px 13px !important;
        outline:none;
        cursor:pointer;
        box-shadow:none !important;
        box-sizing: content-box !important;
}

.gsc-branding
{
	display:none !important;
}

.gsc-control-cse,#gsc-iw-id1
{
	background-color:transparent !important;
}




/* Search css custom */
#search-box {
	width: 40%;
	float: right;
	height: 33px;
	margin: 5px auto;
	background-color: #fff;
	padding: 3px;
	border: 2px solid #424242;
	border-radius: 4px;
}

#search-box:hover {
	background-color: #eee;
}

#gsc-i-id1
{
	color:#000;
}

button.gsc-search-button
{
	padding:10px !important;
	background-color: #424242 !important;
	border-radius: 40px !important;
}


@media (max-width:900px) {
	#search-box {
		width: 70%;
	}
}

@media (max-width: 1900px) { /* see if you can make the below css happen only when not fullscreen, but when in fullscreen the normal css code happens. */
	.caption2 {
		font-family: Impact, Charcoal, sans-serif;
		position: absolute;
		left: 0;
		top: 64.5em; /* 70 em at full screen */
		width: 100%;
		text-align: center;
		color: #000;
	}
}

/* @media only screen and (max-device-width: 1366px) {
    .parallax {
        background-attachment: scroll;
    }
} */

#showcase{
	background-image:url('images/Sunset-drone.JPG');
	background-position: -100px -500px;
	background-size: 2100px 1225px;  /* Original: 4000px 2250px */
	min-height:300px;
	margin-bottom:30px;
	text-align: center;
}

#showcase p{
	color:#3e3e3e;
	font-size:20px;
	padding-top: 30px;
}

#showcase a{
	color:#fff;
	font-size:20px;
	padding-top: 30px;
}

#showcase h2{
	color#fff;
}

#showcase2{
	background-image:url('images/Lake-drone.JPG');
	background-position: 0px -340px; /* -2100px 1000px */
	background-size: cover;
	min-height:300px;
	margin-bottom:30px;
	text-align: center;
}

#showcase2 p{
	color:#fff;
	font-size:20px;
	padding-top: 30px;
}

#showcase2 a{
	color:#fff;
	font-size:20px;
	padding-top: 30px;
}

#showcase2 h2{
	color#fff;
}

#footage {
		float: center;
}

#main {
	font-size: 20px;
	color:#3e3e3e;
	text-align: center;
	/* background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTmFGCIH6_ahKYNtWoD6vOn1X0QIw4kkZrqK0iUEaulJolSAVPzaA');
	background-size: cover; */
}

#news {
	width:70%;
	background: #333;
	color:#fff;
	padding:0 30px;
	box-sizing: border-box;
	border-radius:15px;
	float:left;
}

#news h2 {
	font-size: 30px;
	text-align: center;
}

#sidebar {
	width:29%;
	background: #ff7270;
	color:#fff;
	padding:0 30px;
	box-sizing: border-box;
	border-radius:15px;
	float:right;
	border-style:groove;
	border-color: blue;
	border-width: 5px;
	background-image:url('https://cdn.dribbble.com/users/321046/screenshots/1107014/hourglass.gif');
	background-size:300%;
	background-repeat: no-repeat;
	background-position: center center;
}

#sidebar h2 {
	color: black;
	text-align: center;
}

#sidebar li {
	color: black;
	font-size: 16px;
}

#main-footer{
	background:#333;
	color:#fff;
	text-align: center;
	padding:20px;
	margin-top: 0px;
}

@media(max-width:1400px) {
	#showcase2{
		background-image:url('images/Lake-drone.JPG');
		background-position: 0px -200px; /* -2100px 1000px */
		background-size: cover;
		min-height:300px;
		margin-bottom:30px;
		text-align: center;
}

}
@media(max-width:900px) {
	#showcase2{
		background-image:url('images/Lake-drone.JPG');
		background-position: 0px -50px; /* -2100px 1000px */
		background-size: cover;
		min-height:300px;
		margin-bottom:30px;
		text-align: center;
}

}
@media(max-width:650px) {
	#showcase2{
		background-image:url('images/Lake-drone.JPG');
		background-position: 0px 0px; /* -2100px 1000px */
		background-size: cover;
		min-height:300px;
		margin-bottom:30px;
		text-align: center;
	}
}

@media (max-width: 500px) {
	span.border {
		font-size: 19px;
	}
	span.border2 {
		font-size: 19px;
	}
}

@media(max-width:800px) {
	#main{
		width:100%;
		float:none;
	}
	#news{
		width:100%;
		float:none;
	}
	#sidebar{
		width:100%;
		float:none;
	}
}

@media(max-width:420px) {
	.dwnl {
		width: 100%;
		float: none;
	}
}
