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

html {
    margin: 0;
    padding: 0;
}

body {
	margin: 0;
    padding: 0;
}

nav {
    background-color: rgba(142,142,142,1.00);
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
	margin-top: 0%;
    z-index: 4000;
    height: 40px;
}

p {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 11pt;
    font-style: normal;
    text-align: center;
    font-weight: 100;
    letter-spacing: 0.5pt;
    color: rgba(255,255,255,1.00);
    text-transform: uppercase;
    padding-top: 11px;
    margin-top: 0;
}

p1 {
    font-family: American Typewriter;
    font-size: 12pt;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.5pt;
    color: rgba(0,0,0,0.50);
    line-height: 18pt;
}


a {
	text-decoration: none;
	colour: none;
}

ul {
    list-style-type: none;
    height: 36px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-size: 100%;
    width: 100%;
}

li {
    float: left;
    width: 33.3%;
}

li a {
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    height: 36px;
    width: 100%;
}

li a:hover {
    background-color: rgba(87,197,201,1.00);
    width: 100%;
    height: 36px;
}


/* aw columns  */
main {
    width: 100%;
    margin-top: 0;
    padding: 0;
    z-index: 1000;
}

.intro {
    display: inline-block; /* ONE AFTER THE OTHER - AS OPPOSED TO STACKING */
    margin-top: 15%;
    width: 100%;
}

.intro-2 {
    display: inline-block; /* ONE AFTER THE OTHER - AS OPPOSED TO STACKING */
    margin-top: 0;
    width: 100%;
}

.margin_1 {
    width: 17.7%;
    float: left;
    margin-top: 0;
    height: 50px;
}

.col-space_1 {
    width: 6.52%;
    float: left;
    margin-top: 0;
    height: 50px;
}

.picture_1 {
    width: 11.25%;
    float: left;
    margin-top: 0;
    height: auto;
    border-radius: 74px;
}

.text-box_1 {
    width: 11.25%;
    float: left;
    margin-top: 20px;
    height: auto;
    text-align: center;
}

.intro-3 {
    display: none;
}

.intro-4 {
    display: none;
}

.ipad-p-intro1 {
    display: none;
}

	/* iPad LANDSCAPE */

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

header {
          height: 36px;
      }      
p {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 11pt;
    padding-top: 9px;
}

li a:hover {
    background-color: rgba(87,197,201,1.00);
    width: 100%;
}
    
.intro {
    display: inline-block; /* ONE AFTER THE OTHER - AS OPPOSED TO STACKING */
    margin-top: 22%;
    width: 100%;
}
	
.margin_1 {
    width: 12.7%;
    float: left;
    margin-top: 0;
    height: 50px;
}

.col-space_1 {
    width: 6.52%;
    float: left;
    margin-top: 0;
    height: 50px;
}

.picture_1 {
    width: 13.75%;
    float: left;
    margin-top: 0;
    height: auto;
    border-radius: 74px;
}
.text-box_1 {
    width: 13.75%;
    float: left;
    margin-top: 20px;
    height: auto;
    text-align: center;
}
    
    .ipad-p-intro1{
        display: none;
    }    
}

	/* iPad PORTRAIT  */

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {


	/* iPad PORTRAIT - NAV */

p {
    font-size: 15pt;
    color: rgba(255,255,255,1.00);
    padding-top: 45px;
    width: 100%;
    font-weight: 100;
    margin-bottom: 0;
}
      
nav {
    width: 100%;
    height: 80px;
    background-size: 100%;
    margin-top: 0;
}
      
ul {
    list-style-type: none;
    height: 80px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

li {
    float: left;
    list-style-type: none;
    height: 80px;
    width: 33.3%;
}

li a {
    color: white;
    text-align: center;
    width: 100%;
    height: 80px;
    text-decoration: none;
}

li a:hover {
    background-color: rgba(252,252,252,0.30);
    height: 80px;
    width: 100%;
}
      
p1 {
    width: 30%;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 26pt;
}      
.ipad-p-intro1 {
    display: inline-block;
    width: 100%;
    margin-top: 15%;
}
.intro {
    display: none;
}
.intro-2 {
    display: none;
}
.intro-3 {
    display: none;
}
.intro-4 {
    display: none;
}
.ipad-p-intro1 .picture_1 {
    width: 30%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5%;
}
.ipad-p-intro1 .text-box_1 {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 4%;
    margin-top: 4%;
    width: 30%;
    display: inline;
}
}


	/* iPhone LANDSCAPE */

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

	  
	/* iPhone LANDSCAPE NAV */

p {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 17pt;
    color: rgba(255,255,255,1.00);
    font-weight: 100;
    margin-bottom: 0;
    padding-top: 9px;
}

ul {
    list-style-type: none;
    height: 45px;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(142,142,142,1.00);
}

li {
    float: left;
    width: 33%;
}

li a {
    display: block;
    color: white;
    text-align: center;
    height: 45px;
    text-decoration: none;
}

li a:hover {
    background-color: rgba(252,252,252,0.30);
    height: 45px;
}
	  
.intro {
    margin-top: 17%;
}
	  
	  
	/* iPhone LANDSCAPE roundel sizes */
	  
.margin_1 {
    width: 8.5%;
    float: left;
    margin-top: 0;
    height: 50px;
}

.col-space_1 {
    width: 6%;
    float: left;
    margin-top: 0;
    height: 50px;
}

.picture_1 {
    width: 16.24%;
    float: left;
    margin-top: 0;
    height: auto;
    border-radius: 74px;
}
.text-box_1 {
    width: 16.24%;
    float: left;
    margin-top: 20px;
    height: auto;
    text-align: center;
}

	/* iPhone LANDSCAPE Category text */
      
p1 {
    font-size: 17pt;
    font-weight: 800;
}      

}


	/* iPhone PORTRAIT */

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
		

body {
    margin-top: 50px;
    padding: 0;
}
main {
    width: 100%;
    margin-top: 25%;
    padding: 0;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: 4000;
}

/* List container */

nav {
    width: 100%;
    padding: 0;
    z-index: 5000;
    height: 83.3px;
}

  	/* iPhone PORTRAIT Nav text  */
p {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 32pt;
    font-style: normal;
    text-align: center;
    font-weight: 100;
    letter-spacing: 0.5pt;
    color: rgba(255,255,255,1.00);
    text-transform: uppercase;
    padding-top: 16px;
}



ul {
    list-style-type: none;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    background-color: rgba(142,142,142,1.00);
    height: 83.3px;
    margin-top: 0;
}
li {
    float: left;
    height: 83.3px;
    width: 33.3%;
}
li a {
    display: block;
    text-decoration: none;
    height: 83.3px;
}

li a:hover {
    background-color: rgba(252,252,252,0.30);
    height: 83.3px;
}
	  

	/* iPhone LANDSCAPE - HIDE elements from other views */

.intro {
    display: none;
}

.intro-2 {
    display: none;
}
	  
.text-box_1 {
    display: none;
}

	/* iPhone LANDSCAPE - Roundel container row */
      
.intro-3 {
    display: inline-block;
    width: 100%;
    background-color: rgba(254,0,4,0.00);
    margin-bottom: 10px;
    margin-top: 5px;
}

	/* iPhone LANDSCAPE - Roundel TEXT container row */
      
.intro-4 {
    display: inline-block;
    width: 100%;
    height: 55px;
    padding-top: 20px;
    margin-bottom: 120px;
    background-color: rgba(43,242,19,0.00);
}

	/* iPhone LANDSCAPE - Roundel TEXT */
      
p1 {
    font-family: American Typewriter;
    font-size: 31pt;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.5pt;
    color: rgba(0,0,0,0.50);
    line-height: 20pt;
    text-align: center;
    margin: 0;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}
      
	/* iPhone LANDSCAPE - Row Left & Right margins */
	  
.margin_2 {
    width: 10%;
    float: left;
    margin: 0;
    height: 350px;
    background-color: rgba(251,251,0,0.00);
}
      
	/* iPhone LANDSCAPE - Rows center GUTTER */

.col-space_2 {
    width: 10%;
    float: left;
    margin: 0;
    height: 350px;
    background-color: rgba(0,201,255,0.00);
}

.picture_2 {
    width: 35%;
    float: left;
    margin: 0;
    height: auto;
    border-radius: 74px;
}
.text-box_2 {
    text-align: center;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
    width: 35%;
    height: 200px;
    z-index: 4000;
    float: left;
}
	  
	  
}
