html {
  height: 100%;
  box-sizing: border-box;
}

body {
	position: relative;
	min-height: 100%;
	padding-bottom: 8em;
	background-color: #f4f4f4;
	color: #555;
	font-family: Times New Roman;
	font-size:16px;
	margin:0;
}

.container {
	width: 80%;
	margin:auto;
	overflow:hidden;
}

a {
	text-decoration: none;
	color: black;
}

abbr {
	text-decoration: none;
}

.new {
	font-size: 20px;
}

#main-header{
	font-family: Impact;
	background-color: #888;
	color:#fff;
}
#main-header a{
	font-family: Impact;
	color:#fff;
}

/* Navbar */

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + #showcase {
  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;
}

.parallax {
    background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT0Fn4ggEE_Lcj1F73_PSDi2zd1cLgZZjdieKnE4QmUFzP6lmbs');
	background-color: #040404;
	
    min-height: 300px; 

    background-attachment: fixed;
    background-position: center center;
    background-repeat: repeat;
	margin-bottom:30px;
}

#showcase{
	/*background-image:url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT0Fn4ggEE_Lcj1F73_PSDi2zd1cLgZZjdieKnE4QmUFzP6lmbs');
	background-position:center center;
	background-size: cover;*/
	min-height:300px;
	margin-bottom:30px;
	text-align: center;
}

#showcase p{
	color:#fff;
	font-size:20px;
	padding-top: 30px;
}

#showcase a{
	color:#fff;
	font-size:20px;
	padding-top: 30px;
}

#showcase h2{
	color#fff;
}

#main {
	float:left;
	width:80%;
	box-sizing: border-box;
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 0;
	padding-bottom: 0;
	border: 3px solid #525252;
	padding: 20px;
}

#element {
	font-family: Sans-serif;
	border-right: none;
	border-left: none;
	background: none;
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 2px;
}

#element:hover {
	cursor: pointer;
	background: #eee;
}

#element img {
	float: right;
	margin-right: 65px;
	height: 100px;
	display: box;
	top: 0;
}

#element h2 {
	display: box;
	width: 50%;
	text-align: left;
	float: left;
}
#element p {
	display: box;
	width: 50%;
	text-align: left;
	float: left;
	clear: left;
}

.modelbtn {
    transition: 0.4s;
}

.desc {
    padding-right: 50px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.desc2 {
    padding-right: 50px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

#search { 
	background-image: url('http://www.clker.com/cliparts/P/m/u/m/l/0/search-icon-marine-hi.png');
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	background-size: 2em;
	background-position: 0.625em center;
	width: 90%;
	border: 0.5px solid #4a4a4a;
	padding: 10px;
	padding-left: 3.25em;
	margin-bottom: 100px;
}

#search:hover {
	background-color: #e5e5e5;
}

#sidebar {
	width:29%;
	color:#fff;
	padding:0 30px;
	box-sizing: border-box;
	border-radius:15px;
	float:right;
	border-style:groove;
	border-color: blue;
	border-width: 5px;
	
	/*background: #100808;
	background-image:url('http://38.media.tumblr.com/833a9a74ff5255ff156bc2680b7b2b22/tumblr_ndvf0lkME71s4fz4bo1_500.gif');
	background-size: cover;*/  /* 300% */
	/*background-repeat: no-repeat;
	background-position: center center;
	background-origin: content-box;*/
}

#sidebar h2 {
	color: #fff;
	text-align: center;
}

#sidebar li {
	color: #fff;
	font-size: 16px;
}

.dingoes {
	/*background-color: #01315b; /*#eeff00 */
	background-image: url("images/Dingo background.png");
	background-attachment: fixed;
	background-size: cover; 
	background-repeat: no-repeat;
	background-position: 100px center;
	background-origin: content-box;
}

#dingoes {
	margin-top: 15px;
	width:29%;
	color:#000;
	padding:0 30px;
	box-sizing: border-box;
	border-radius:15px;
	float:right;
	border-style:groove;
	border-color: #6e99a2; /*red*/
	border-width: 5px;
}
#dingoes h2 {
	text-align: center;
}

#dingoes img {
	width: 100%;
	box-sizing: inherit;
	border: 2px solid #000;
	border-radius: 16px;
}

#text {
	background-color:rgba(125, 125, 125, 0.5);
	border: #000 solid 1px;
	padding: 5px;
	border-radius: 10px;
	opacity: 1;
}


#form-container {
	float:left;
	width:80%;
	box-sizing: border-box;
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 0;
	padding-bottom: 0;
	padding: 20px;
	border: 
}

#form-container a {
	color: #222;
}

#form-container a:hover {
	color: red;
}

#main-footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background:#333;
	color:#fff;
	text-align: center;
	padding:20px;
	margin-top: 40px;
}

#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: 870px) {
	#element h2, p {
		width: 100%;
		text-align: center;
	}
	#element img {
		float: none;
		margin-left: 20%;
	}
}

@media (max-width: 900px) {
	.navlinks {
		display: none;
	}
	#nav-resp {
		display: block;
	}
}

@media (max-width:500px) {
	#search {
		width: 90%;
	}
}

@media (max-width:1000px) {
	#search {
		width: 85%;
	}
}
