.logoBox {
	float: left;
	width: 50%;
	}  
 h2 {
font-family: "Berlin Sans FB", "Times New Roman", sans-serif;
	font-size: xx-large;
  color: red;
  text-align: center;}
.logoText {
	width:50%;
	text-align: center;
	float:right;}
div.border{
	margin-left:auto;
	margin-right:auto;
	}
.logoWrapper {
	position: relative;
    width: 100%;
	border:medium darkseagreen outset;
	box-shadow: 5px 5px 2px 3px darkgrey;
	float:left;
    }
.resp-break{
	display:block;
}
.links{
	text-align: center;
	font-family: "Berlin Sans FB", "Times New Roman", sans-serif;
	font-size: x-large;
	margin: 5px auto 5px auto;
	color: blue;
}

.kabuki {
	text-align: center;
	font-family: "Berlin Sans FB", "Times New Roman", sans-serif;
	font-size: x-large;
	margin: 5px auto 5px auto;
	color: green;
}
.kabukixx {
	text-align: center;
	font-family: "Berlin Sans FB", "Times New Roman", sans-serif;
	font-size: xx-large;
	margin: 5px auto 5px auto;
	color: green;
}

.copy-notice {
	text-align: center;
	font-family: "Berlin Sans FB", "Times New Roman", sans-serif;
	font-size: medium;
	margin: 5px auto 5px auto;
}

.link-box{
	width:25%;
}
.button{
	padding-top: 20px;
	 margin:5px 5px 5px 5px; 
	 height: 60px;
	 width: 225px;
}
.float-left {
	float: left;
		}
.float-none {
	float: none;
}
.float-right {
	float: right;
}
@media (min-width: 1600px){
	div.border{
	width:1500px;
	}
	.logoText{
	font-size:250%;
	line-height:100%;
	padding-top:20px;
	}
}



@media (min-width:1200px) and (max-width:1599px) {
/* trying to get the header to display large without screwing everything up*/ 
.logoText{
	font-size:200%;
	line-height:100%;
	padding-top: 10px;
}
div.border{
	width:1170px;
	}
}

@media (min-width:769px) and (max-width:1199px){

div.border{
	width:760px;
	}
 
.logoText{
	font-size:125%;
	line-height:100%;
	padding-top:5px;
	}
.resp-break2{
	display:block;
	}
}

	
@media (max-width: 768px) {
div.border{
	width:90%;
	}

.logoText{
	float:none;
	font-size:12px;
	width:100%;
	text-align: left;
	}
.logoBox{
	width:100%
	}
.resp-break{
	display:inline;
	}
.resp-break3{
	display:block;
}
.button{
	 margin:5px 5px 5px 5px; 
	 height: 30px;
	 width: 112px;
	}
.links{
	font-size:large;
}
}
@media (max-width: 425px){
	#wrapper{
	display:none;
	}
	.float-left, .float-none, .float-right{
	float:none;
	margin:3px auto 3px auto;
	}
	.link-box{
	display:block;
	width:100%;
	}
	.button{
	padding:2px;
	margin:3px auto 3px auto;
	}
	.links{
	font-size:medium;
	}
	.copy-notice{
	font-size:small;
	}
}
