/*Small Screens*/


@media screen and (min-width: 360px) {
 footer {
    color: #c0c0c0;
    background-color: #202020;
    margin-top: 1.8em;
}

#endstatem {
    height: auto;
}

#techlogo {
    position: absolute;
    right: 12vw;
    margin-top: -1em;
}

.smlpic {
	width: 1.3em;	
	height: auto;
	margin-top: 0.5em;
}

.foot {
    height: 1.2em;
    font-size: 0.8em;
    text-align: center;
}

.line1 {
    margin-top: -2.2em;
    padding-top: 0.5em;
}

.line2 {
	 height: auto;
    margin-top: -0.6em;
    padding-bottom: 0.4em;
}
  
    
} 
}

@media screen and (min-width: 960px) {
	 footer {
	 height: 4em;
    color: #c0c0c0;
    background-color: #202020;
    margin-top: 2em;

}

#endstatem {
    height: auto;
}

#techlogo {
    position: absolute;
    right: 12vw;
    margin-top: -1em;
}

.smlpic {
	width: 2.2em;	
	height: auto;
	margin-top: -0.1em;
}

.foot {
    height: 1.2em;
    font-size: 1.0em;
    text-align: center;
}

.line1 {
    margin-top: -2.2em;
    padding-top: 0.5em;
}

.line2 {
    margin-top: -0.6em;
}
}








