@charset "UTF-8";
/* CSS Document */


* {
  font-variant-ligatures: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 16px;
    letter-spacing: 1px;
    font-variant-ligatures: none;
	
	background-image: url("aospsImages2020/shirtTextile2-1920x1920.jpg");
	
    /*border-bottom-right-radius: 0px;*/
}

.alignCenter {
	width: 100%;
  left: 50%;
  -ms-transform: translateX(-50%); /* IE 9 */
  -webkit-transform: translateX(-50%); /* Safari */
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

.clearALL {
  clear: both;
}


.biggerText {
	
  font-family: rosella-solid, sans-serif;
	color: #004490;
  font-size: 5vw;
  font-weight: 700;
  font-style: normal;
  line-height: 100%;
	letter-spacing: 0.75px;
}

.bigText {
  font-size: 24px;
  font-weight: 800;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.75px;
}

.medText {
  /*font-family: rosella-solid, sans-serif;*/
	color: #004490;
  font-size: 28px;
  font-weight: 900;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.75px;
}

.plainText {
    font-family: Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    line-height: 120%;
    padding-top: 12px;
	letter-spacing: -.1px;
	text-align: justify;
	
}



img {
  border: 0px;
  padding: 0px;
  max-width: 100%;
  max-height: 100%;
}

.aospsBox {
	width: 100vw;
	
	
}

.logoItem {
  width: 75vw;
  text-align: center;
  position: relative;
  
}

.colBox {
	width: 96%;
	padding-left: 4%;
	
}

.col6 {
    width: 16.6%;
    height: auto;
	padding: 12px;
	
    float: left;
    text-align: center;
   
	
	
}

.footer {
	padding-top: 12px;
	padding-left:16px;
	padding-right: 16px;
	padding-bottom: 64px;
	font-weight: 600;
	color: #1A19A6;
	font-size: 16px;
	text-align: center;
	height: auto;
	width: 100%;
	
	
}

/* ———————————————————————— 1200px ———————————————————————— */
@media only screen and (max-width: 1200px) {

.col6 {
    width: 33.3%;
	
}

}

/* ———————————————————————— 600px ———————————————————————— */
@media only screen and (max-width: 600px) {
	
.logoItem {
  width: 90vw;
  
}

.col6 {
    width: 50%;
	
}

}




