@font-face {
  font-family: squim;
  src: url("squim.woff");
}

body {
  background-color: #393939;
  color: #FFFFFF;
  font-family: squim;
  font-size: 36px;
  white-space: nowrap;
}


.titlestripe,
.bluestripe,
.greenstripe,
.yellowstripe,
.redstripe{
    font-size: 72px;
    font-family: squim;
    color: #FFFFFF;
    height: 66px;

    width:auto;
    min-width: 500px;
}

.titlestripe{
  font-size: 200px;
  height: 170px;
}


.redstripe {
  background-color: #B93500;
  border: 10px solid #B93500;
}

.yellowstripe {
  background-color: #DFBB00;
  border: 10px solid #DFBB00;
}

.greenstripe {
  background-color: #009900;
  border: 10px solid #009900;
}
.bluestripe {
  background-color: #0058A1;
  border: 10px solid #0058A1;
}

.titlestripe {
  background-color: #393939;
  border: 20px solid #393939;
}

.hflex
{
	display:flex;
	flex-wrap:nowrap;
	flex-direction:row;
	
	/*background: #ffcc00*/;
	
	justify-content: center;

}

.textbox
{
    padding:40px;
	padding-top:0px;
	/*background: #00cccc*/;
	max-width: 550px;
	min-width: 550px;
	flex-grow: 1;
}

a {
  color: #FFFFFF;
  text-decoration: none;
}
