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

html {
    margin: 0;
    padding: 0;
    z-index: 50;
}

body {
    margin: 0;
    background-color: rgba(0,0,0,0.20);
}



 /* HEADER */

header {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0;
	padding: 0;
    z-index: 4000;
    height: 36px;
    background-color: rgba(142,142,142,1.00);
}

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;
}

.desk {
    float: left;
    list-style-type: none;
    height: 36px;
    width: 10%;
    border-right: medium solid rgba(255,255,255,0.20);
}

.desk a:hover {
    background-color: rgba(40,179,185,1.00);
    height: 36px;
    width: 100%;
}

.desk a {
    display: block;
    color: white;
    text-align: center;
    width: 100%;
    height: 36px;
    text-decoration: none;
    background-color: rgba(219,239,0,0.0);
}

.desk_space {
    float: left;
    list-style-type: none;
    height: 36px;
    width: 54%;
}

.nav-symb_dt {
    display: inline-block;
    width: 5%;
    margin: 0;
}

.nav-symb_dt a {
    display: inline-block;
    width: 100%;
    margin: 0;
    text-decoration: none;
}

.nav-symb_dt:hover {
    background-color: rgba(40,179,185,1.00);
    height: 36px;
}

.nav-symb_l {
    display: none;
}      

.nav-symb {
    display: none;
}      



/* MAIN */

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

.intro {
    display: inline-block;
    margin-top: 50px;
}

.column-1 {
    margin-top: 4%;
    width: 60%;
    float: left;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 10%;
}

.intro-phone {
    display: none;
}

div {
    margin: 0;
    padding: 0;
    width: 100%;
}

/* END of DESKTOP mq */

 





























/* iPad LANDCAPE */

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

      
      
/*  HEADER - iPad LANDCAPE */
    
header {
    width: 100%;
    height: 36px;
    background-size: 100%;
    margin-top: 0;
}

nav {
     height: 36px;
}      

p {
    font-size: 12pt;
    color: rgba(255,255,255,1.00);
    padding-top: 10px;
    width: 100%;
    font-weight: 100;
}  
      
.desk {
    float: left;
    list-style-type: none;
    height: 36px;
    width: 10%;
    border-right: medium solid rgba(255,255,255,0.20);
}

.desk a:hover {
    background-color: rgba(40,179,185,1.00);
    height: 36px;
    width: 100%;
}

.desk a {
    display: block;
    color: white;
    text-align: center;
    width: 100%;
    height: 36px;
    text-decoration: none;
    background-color: rgba(219,239,0,0.0);
}

.desk_space {
    float: left;
    list-style-type: none;
    height: 36px;
    width: 43.75%;
}

.nav-symb_dt {
        width: 8.125%;
    height: 36px;
}
      
.desk a:hover {
    background-color: rgba(40,179,185,1.00);
    height: 36px;
    width: 100%;
}

.desk a {
    display: block;
    color: white;
    text-align: center;
    width: 100%;
    height: 36px;
    text-decoration: none;
    background-color: rgba(219,239,0,0.0);
}
      
      
/*  MAIN - iPad LANDCAPE */

.intro {
        margin-top: 0px;
}
      
.column-1 {
    margin-top: 75px;
    width: 90%;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10%;
}
      
.intro-phone {
	display: none;
}
    
/* END of iPad L mq */

}


































	/* 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) {


	/* HEADER - iPad PORTRAIT */

header {
     margin-top: 0;
}
      
p {
    font-size: 15pt;
    color: rgba(255,255,255,1.00);
    padding-top: 9px;
    width: 100%;
    font-weight: 100;
}
      
nav {
    width: 100%;
    height: 40px;
    margin-top: 0;
}

.desk {
    width: 13%;
}
      
.desk_space {
    float: left;
    list-style-type: none;
    height: 36px;
    width: 28.85%;
}

.nav-symb_dt {
          width: 10%;
}      
      
 /* MAIN - iPad PORTRAIT */
      
main {
     margin-top: 1px;
}
      
.column-1 {
    margin-top: 125px;
    width: 90%;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 0;
}  
      
.intro {
	display: block;
}

.intro-phone {
	display: none;
}
      
    
}































/* iPhone 6 L  */

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

      
      /* HEADER - iPhone L */

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;
}
     
nav {
    width: 100%;
    height: 45px;
    margin-top: 0;
    background-color: rgba(142,142,142,1.00);
    float: left;
    display: inline-block;
}
          
.desk_space {
     display: none;
}
    
.nav-symb_dt {
    display: none;
}

.nav-symb {
    display: none;
}

.nav-symb_l {
    display: inline-block;
    float: left;
    list-style-type: none;
    height: 45px;
    width: 33%;
}

.nav-symb_l a {
    color: white;
    text-align: center;
    width: 100%;
    height: 45px;
    text-decoration: none;
    background-color: rgba(219,239,0,0.0);
}  
      
.desk {
    display: none;
    
}     
 
      
      
   /* MAIN - iPhone 6 L  */

.intro {
	display: none;
}
	  		  
.intro-phone {
    display: block;
    margin-top: 100px;
}
		  
.aw-column {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 10%;
}	  

      
  /* END of iPhone 6 L mq  */
	  	  
}






























	/* iPhone 6 PORTRAIT */

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


/* HEADER - iPhone P */

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4000;
    height: 100px;
}
     
nav {
    width: 100%;
    height: 100px;
    margin-top: 0;
    background-size: 100%;
    display: inline-block;
}
      
p {
    font-size: 32pt;
    font-weight: 100;
    text-align: center;
    color: rgba(255,255,255,1.00);
    width: 100%;
    padding-top: 25px;
}
      
.desk {
    display: none;
    background-color: rgba(255,0,4,1.00);
}
          
.desk_space {
     display: none;
}

.phone-bot-nav {
    display: block;
}
      
.nav-symb {
    width: 33.3%;
    height: 100px;
    float: left;
    padding-top: 0;
    margin-top: 0;
    display: inline-block;
}      
      
.nav-symb a {
    text-decoration: none;
    width: 33.3%;
    height: 100px;
}
      
.nav-symb_dt {
    display: none;
}      

.nav-symb_l {
    display: none;
}      

     
      
/* MAIN - iPhone P */
	  
.intro {
    display: none;
    width: 100%;
}
	  
.intro-phone {
    display: inline-block;
    width: 100%;
    background-color: rgba(255,0,4,0.00);
}
	 
.aw-column {
    width: 80%;
    margin-top: 20%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 10%;
}	  

	  
}
