/* @override 
	http://www.hybridwebmedia.com/clients/css/Copyright-2C-IB.css
*/
/* = CSS Stylesheet created for Indigenous Bridges. */
/* = Created by Tony Coolidge */
/* = February 19, 2019 */

/* Copyright section */

#CopyrightOuterContainer{
    width: 100%;
	background: #3e3e3e;
    overflow: hidden;
}
#CopyrightInnerContainer{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
	float: none;
}
.CopyrightColumn1{
	float: none;
    width: 100%;
	text-align: center;
	margin: 12px 8px 8px 8px;
	clear: both;
}
.CopyrightColumn2{
	float: none;
    width: 100%;
	text-align: center;
	margin: 8px 8px 12px 8px;
	clear: both;
}
.CopyrightColumn2 img:hover{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
        transition: all 1s ease;
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
}
.copyright{
    font-size: 13px;
    line-height: 16px;
	color: #ffffff;
    padding: 20px 0 0 0;
}
.copyright a:link {color: #fffcc5;}
.copyright a:active {color: #000000;}
.copyright a:visited {color: #fff878;}
.copyright a {text-decoration: none;}
.copyright a:hover {text-decoration: underline; color: #fffcc5;}

@media screen and (min-width: 600px) {

}

@media screen and (min-width: 700px) {

}

@media screen and (min-width: 800px) {


}

@media screen and (min-width: 900px) {


}

@media screen and (min-width: 1000px) {

   #CopyrightOuterContainer{
	   background: url('../images/CopyrightBackground.gif') repeat-x #3e3e3e;
   }
   .CopyrightColumn1{
	   display: block;
	   float: left;
       width: 780px;
	   text-align: left;
	   margin: 22px 8px 12px 8px;
   	   clear: none;
   }
   .CopyrightColumn2{
	   display: block;
	   float: right;
       width: 169px;
	   background: #3e3e3e;
	   text-align: center;
	   margin: 4px 8px 12px 8px;
	   clear: none;
   }

}

@media screen and (min-width: 1100px) {
    
}

@media screen and (min-width: 1200px) {
    
}