body {
    margin: 0 auto;
    padding: 0;
    
}
#fixed-image-div{
    background-image: url('~/_imgs/bgs/staticimage1.jpg');
    background-position: center;
    background-size: auto;
}

#tech7-site-header{
   width: 100%;
   height: 40px;
   background-color: #000;
}

.page-title{
    float: right;
    text-align: center;
    width: 350px;
    color: #FFF;
    line-height: 40px;
    margin: 0;
    padding: 0;
    
    font-family: 'Century Gothic';
    font-size: 1.50em;
    font-weight: lighter;
}


.section-title{
    font-family: 'Century Gothic';
    font-size: 3.0em;
    text-align: center;
        
}

.section-ul-style{
     font-family: 'Century Gothic';
    font-size: 1.20em;
    text-align: left;
   
}

.section-ul-style li{
     font-family: 'Century Gothic';
    font-size: 1.20em;
    text-align: center;
    list-style: none;
   
}
.important-section{
    margin: 0 auto;
    width: 75%;
    padding-bottom: 20px;
}



/*///////////////////////////////////////////// SnippetContent /////////////////////////////////////////////*/
#snippet-content-wrapper{
    width: 100%;
    min-height: 400px;
    margin: 0 auto;
    padding: 10px 10px 10px 10px;    
    text-align: center;

}


.snippet-content{
    width: 65%;
    margin: 0 auto;
    padding-bottom: 10px;
    min-height: 400px;
    font-size: 14px;
    font-family: 'Century Gothic';
    font-weight: lighter;
    background-color: transparent;
    
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    
}
.snippet-title{
    font-size: 3.0em;
    text-align: center;
    font-family: 'Century Gothic';
    font-weight: lighter;
}

.snippet-banner{
    position: fixed;
    background-position: center;
    
}

.snippet-text{
    padding: 3px;
    min-height: 200px;
    font-size: 2.0em;
    
}




/*///////////////////////////////////////////// SnippetContent /////////////////////////////////////////////*/


/* /////////////////////// DROPDOWN NAVIGATION \\\\\\\\\\\\\\\\\\\\\\\\\\*/

#navigation-wrapper-tech7{
   width:100%;
   height: 50px;
   margin: 0 auto;
   
    
}



 /* Dropdown Button */
.dropbtn {
    min-width: 135px;
    background-color: #323232;
    color: white;
    font-size: 21px;


    border: none;
    cursor: pointer;
}
button{
    background-color: #323232;
    font-size: 1.50em;
    width: 200px;
    height: 40px;
}

 button:hover, button:active, button:focus{
    background-color: #0278ce;
    height: 40px;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus, {
    background-color: #0094ff;
}

/* 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: #FFF;;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    font-size: 18px;
    color: #000;
    text-align: center;
    
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #000;color: #FFF;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}/* /////////////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */




/*///////////////////////////////////////////////////slider banner/////////////////////////////////////////////////// */


#bannerwrapper{
    
    width: 100%;
    height: 400px;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    text-align:center;
    
    
    
    
     
}


.banner {
    margin: 0 auto;
	position: relative;
	width: 900px;
	overflow: hidden;
    
    padding: 0;
	
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	
	color: transparent;
    
	text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
	
	background: transparent;
    
    z-index:-9999;
    
    
    
}
	.banner ul {
		list-style: none;
		width: 100%;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        
	}
	.banner ul li {
        margin: 0 auto;  /*change made by hugo*/
		display: block;
		float: left;
		width: 50%;
        min-height: 500px;
        
        padding: 0;
		
		-webkit-background-size:100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		-ms-background-size: 100% 100%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        
        position: fixed;
       
    border-top: 0px solid transparent;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    
            
	}
    
    
	.banner h1, .banner h2 {
		font-size: 40px;
		line-height: 52px;
		
		color: #fff;
	}
	
	.banner .btn {
        margin: 0 auto;
        width:99.25%;
        height:100%;
        float: left;
		display: inline-block;
		margin: 0 0 0 0;
        line-height: 100%;
		padding: 0 0 0 0;
		clear: both;
		
		color: #FFF;
		font-size: 2.0em;
		font-weight: lighter;
        font-family: 'Century Gothic';
		text-decoration: none;
        
		
	}
		.banner .btn:hover {
        color: #FFF;
			background: rgba(0, 0, 0, 0.70);
		}
		.banner .btn:active {
			-webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
		}
		
	.banner .btn, .banner .dot {
		-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	}
	
	.banner .dots {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;
	}
		.banner .dots li {
			display: inline-block;
			width: 10px;
			height: 10px;
			margin: 0 4px;
			
			text-indent: -999em;
			
			border: 2px solid #fff;
			border-radius: 6px;
			
			cursor: pointer;
			opacity: .4;
			
			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;
		}
			.banner .dots li.active {
				background: #fff;
				opacity: 1;
			}


/*///////////////////////////////////////////////////slider banner/////////////////////////////////////////////////// */



/*/////////////////////////////////Footer\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

#footer-wrapper{
  height: 400px;
  width: 100%;
  background-color: #3a3a3a;
  
    
}

#footer{
    margin: 0 auto;
    padding:10px;
    width: 1280px;
    min-height: 200px;
    color: #FFF;
    
    font-size: 1.20em;
    font-family: 'Century Gothic';
    font-weight: lighter;
    
    
    
}

#footer p{
    text-align: center;
}

#footer h2{
    text-align: center;
    font-size: 2.0em;
    font-family: 'Century Gothic';
    font-weight: lighter;
}





/*////////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/



/*/////////////////////////////////////Contact Form Elements\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
form{
    margin: 0 auto;
    padding: 10px 40px 40px 40px;
    min-height: 400px;
    
    font-family: 'Century Gothic';
    font-weight: lighter;
    font-size: 20px;
    
    
}

fieldset{
    width: 800px;
    margin: 0 auto;
    padding: 5px 5px 5px 5px;
    
}
label{
    font-family: 'Century Gothic';
    font-weight: lighter;
    font-size: 20px;
}

.contact-form-subtitle{
    font-family: 'Century Gothic';
    font-weight: lighter;
    font-size: 30px;
    
    color: #0094ff;
    
}
input[type="submit"]{
    background-color: #000;
    color: #FFF;
    border: 0;
    padding: 5px 5px 5px 5px;
    width: 100px;
    font-size: 19px;
}
input[type="submit"]:hover{
    background-color:#0094ff;
    color: #FFF;
    border: 0;
    padding: 5px 5px 5px 5px;
    width: 100px;
    font-size: 20px;
}

input[type="text"], input[type="email"]{
    border: 1px solid rgba(0,0,0,0.2);
}
textarea{
    border: 1px solid rgba(0,0,0,0.2);
}





/*/////////////////////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
