@charset "UTF-8";

.title {
    font-size: xx-large;
    color: #114576;
    text-transform: uppercase;
    font-weight: bolder;
	text-align: center;
	}
.title2 {
    font-size: x-large;
    color: #A38B89;
    text-transform: uppercase;
    font-weight: bolder;
	text-align: center;
	}
.subtitle {
    font-size: x-large;
    color: #0093D0;
	text-transform: uppercase;
    font-weight: bold;
	text-align: center;
	}
.FlexContainerX2 {
  position: relative;
  margin-left: auto;
  margin-right: auto;	
  max-width: 960px;
  height: auto;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
 
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.FlexItemPicture {
	/*background: #D0D0D0;*/
	padding-top: 0px;
	width: 100%;
	max-width: 450px;
	height: auto;
	margin: 5px;
	text-align: center;
}
.FlexItemText {
	/*background: #D0D0D0;*/
	padding-top: 0px;
	width: 100%;
	max-width: 450px;
	height: auto;
	margin: 0px;
	/*  line-height: 150px;*/
	/*text-align: center;*/
}

@media (min-width: 320px) and (max-width: 640px) {
	.FlexItemPicture {
	/*background: #FF0000;*/
	padding-top: 0px;
	width: 100%;
	max-width: 640px;
	height: auto;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	/*  line-height: 150px;*/
	/*text-align: center;*/
}

	.FlexItemText {
	/*background: #FF0000;*/
	padding-top: 0px;
	width: 100%;
	max-width: 640px;
	height: auto;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	/*  line-height: 150px;*/
	/*text-align: center;*/
}
}