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

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    background-color: rgba(245,245,245,1.00);
}



/* DESKTOP - Nav container */

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

 /* DESKTOP - Nav  */
     
nav {
    width: 100%;
    height: 36px;
    background-repeat: no-repeat;
    background-color: rgba(142,142,142,1.00);
}

 /* DESKTOP - HIDE iPhone Bottom Nav  */

.phone-bot-nav {
    display: none;
}

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


ul {
    list-style-type: none;
    height: 36px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(255,255,255,1.00);
    background-size: 100%;
    width: 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(255,255,255,0.30);
    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;
}

.nav-symb_dt {
    text-decoration: none;
}

.nav-symb {
    display: none;
    
}      

/* ARTWORK */



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





/* Desktop View - AW Blurb */

footer {
    width: 100%;
    padding: 0;
    margin: 0;
    height: auto;
}

.aw_details {
    z-index: 4000;
    position: fixed;
    bottom: 0;
    float: left;
    min-height: 95px;
    background-color: rgba(142,142,142,1.00);
    width: 100%;
}

h2 {
    font-size: 16pt;
    letter-spacing: 0.5pt;
    font-style: normal;
    color: rgba(255,255,255,1.00);
    padding-top: 10px;
    margin: 0;
    text-align: center;
    font-weight: 100;
    padding-bottom: 2px;
    padding-right: 18.45%;
    padding-left: 3%;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

h3 {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 14pt;
    letter-spacing: 0.5pt;
    font-style: normal;
    color: rgba(255,255,255,1.00);
    padding-top: 0px;
    margin-top: 0;
    text-align: center;
    font-weight: 100;
    padding-right: 18%;
    padding-left: 2.5%;
}

/* Desktop View - AW columns  */
main {
    width: 100%;
    padding: 0;
    z-index: 1000;
}



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

.column-1 {
    margin-top: 200px;
    float: left;
    display: inline-block; /* ONE AFTER THE OTHER - AS OPPOSED TO STACKING */
    padding-left: 0px;
    margin-left: 25%;
    width: 200px;
    margin-right: 35%;
}


.column-2 {
    width: 15.46%;
    float: right;
    margin-top: 100px;
}

.intro-phone {
	display: none;
	  }

/* Hide magnyfier for desktop view */

.plus-p {
	display: none;
}

/* DESKTOP - Magnyfier for desktop view */

.plus-l {
    position: relative;
    top: 400px;
    width: 50px;
    height: 50px;
    background-color: rgba(3,157,146,0.30);
    display: block;
    z-index: 7000;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}

.plus-l:hover {
    background-color: rgba(3,157,146,0.60);
}



























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

nav {
    width: 100%;
    height: 36px;
    margin-top: 25px;
}
    
.nav-symb_dt {
        width: 8.125%;
    }
    
.desk_space {
    float: left;
    list-style-type: none;
    height: 36px;
    width: 43.75%;
}
      
p {
    font-size: 12pt;
    color: rgba(255,255,255,1.00);
    padding-top: 10px;
    width: 100%;
    font-weight: 100;
}

.nav-symbol {
    float: left;
    list-style-type: none;
    height: 36px;
    width: 25%;
}

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

.list-text a:hover {
    background-color: rgba(252,252,252,0.30);
    height: 36px;
    width: 100%;
}

/* iPad LANDSCAPE View - AW columns  */

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


.intro {
	display: block;
}
     
.intro-phone {
	display: none;
}



.column-1 {
    position: fixed;
    top: 0;
    width: 400px;
    float: left;
    display: inline-block; /* ONE AFTER THE OTHER - AS OPPOSED TO STACKING */
    margin-top: 100px;
    margin-left: 3%;
    margin-right: 5%;
}

.column-2 {
    width: 25%;
    float: right;
    margin-top: 105px;
}
    
    
    
	/* iPad LANDSCAPE - Footer Blurb */

     
.aw_details {
    width: 75%;
} 
    
    
h2 {
    font-size: 15pt;
    letter-spacing: 0.5pt;
    font-style: normal;
    padding-top: 10px;
    margin: 0;
    text-align: center;
    font-weight: 100;
    padding-bottom: 2px;
    padding-right: 3%;
    padding-left: 3%;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

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

p1 {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 9pt;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.5pt;
    color: rgba(0,0,0,0.50);
    padding-top: 0;
    margin-top: 0;
    line-height: 1pt;
}
    
	/* iPad LANDSCAPE - Magynifiere */
    
.plus-l {
    top: 275px;
} 
     
.nav-symb {
          display: none;
      }      

      
.nav-symb_l {
          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: 9px;
    width: 100%;
    font-weight: 100;
}
      
nav {
    width: 100%;
    height: 40px;
    margin-top: 25px;
}
      
.desk {
    width: 13%;
}
         
.desk_space {
    float: left;
    list-style-type: none;
    height: 36px;
    width: 28.85%;
}

.nav-symb_dt {
          width: 10%;
}
    
.nav-symb {
          display: none;
      }      

      
.nav-symb_l {
          display: none;
}     

      /* iPad PORTRAIT - AW */
      
main {
    margin-top: 1px;
}
      
.intro {
	display: none;
}
 

.intro-phone {
    display: block;
    margin-top: 1px;
}

 	/* iPad PORTRAIT - AW width */
      
      
.aw-col {
    margin-left: 9%;
    width: 90%;
    margin-top: 250px;
    margin-bottom: 150px;
}
      
.panel-col {
    margin-left: 17.5%;
    margin-right: 17.5%;
    width: 65%;
    margin-bottom: 2%;
}

 	/* iPad PORTRAIT - Footer Blurb */

.aw_details {
    position: inherit;
    width: 100%;
    margin-top: 2%;
}      

h2 {
    font-size: 18pt;
    letter-spacing: 0.5pt;
    font-style: normal;
    padding-top: 10px;
    margin: 0;
    text-align: center;
    font-weight: 100;
    padding-bottom: 2px;
    padding-right: 3%;
    padding-left: 3%;
}

h3 {
    font-size: 18pt;
    letter-spacing: 0.5pt;
    font-style: normal;
    color: rgba(255,255,255,1.00);
    padding-top: 0px;
    margin-top: 0;
    text-align: center;
    font-weight: 100;
    padding-right: 3%;
    padding-left: 3%;
}
      
 	/* iPad LANDSCAPE - Magynifiere height */
     
.plus-l {
    top: 450px;
}
      
   
}
































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

      
nav {
    width: 100%;
    height: 45px;
    margin-top: 0;
    background-color: rgba(142,142,142,1.00);
    float: left;
    display: inline-block;
}
      
ul {
    list-style-type: none;
    height: 45px;
    margin-top: 25px;
    padding: 0;
    overflow: hidden;
    background-color: rgba(62,164,223,0.00);
    width: 100%;
}

.list-text {
    width: 14.28%;
    height: 45px;
}
      
.desk_space {
     display: none;
}
      
.nav-symb {
    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;
    
}     
      
    
	/* iPhone LANDSCAPE - AW columns */
      
.column-1 {
    width: 75%;
    margin-top: 125px;
    margin-right: 0;
    margin-left: 0;
    position: inherit;
    height: 650px;
}


.column-2 {
    top: 0;
    display: inline-block;
    margin-top: 100px;
    width: 25%;
    float: right;
}
      
	/* iPhone LANDSCAPE - Magnifyer */

.plus-l {
    position: relative;
    top: 200px;
    width: 50px;
    height: 50px;
    background-color: rgba(3,157,146,0.50);
    display: block;
    z-index: 7000;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
} 

     

    /* iPhone LANDSCAPE - My blurb container */


.aw_details {
    position: absolute;
    top: 800px;
    z-index: 4000;
    bottom: 0;
    float: left;
    width: 100%;
    height: 130px;
}    

   
h3 {
    font-size: 18pt;
    padding-top: 0;
    padding-bottom: 1px;
    padding-right: 2%;
    padding-left: 2%;
    line-height: 19pt;
    text-align: center;
    color: rgba(255,255,255,1.00);

}
h2 {
    font-size: 18pt;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    padding-top: 10px;
    padding-bottom: 2px;
    padding-right: 1%;
    padding-left: 1%;
    color: rgba(255,255,255,1.00);
    font-weight: 100;
}
}


























	/* iPhone PORTRAIT NAV */

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


html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
}
      
/* iPhone PORTRAIT - Nav container */

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

 /* iPhone PORTRAIT - Nav  */
     
nav {
    width: 100%;
    height: 100px;
    margin-top: 0;
    background-size: 100%;
    display: inline-block;
}
      
 /* iPhone PORTRAIT - Hide DESKTOP Nav lists  */
.desk {
    display: none;
    background-color: rgba(255,0,4,1.00);
}
      
 /* iPhone PORTRAIT - Show iPhone Bottom Nav lists  */
      
.phone-bot-nav {
    display: block;
}
      
      
/* iPhone PORTRAIT - Nav symbols */

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

     
.desk_space {
     display: none;
}      
       
/* iPhone PORTRAIT - Nav text */
	  
p {
    font-size: 32pt;
    font-weight: 100;
    text-align: center;
    color: rgba(255,255,255,1.00);
    width: 100%;
    padding-top: 25px;
}


/* iPhone PORTRAIT - Nav list item */
	  
.list-text {
    list-style-type: none;
    width: 28%;
    height: 100px;
    float: left;
}
.list-text a {
    text-decoration: none;
    width: 100%;
    height: 100px;
}

.list-text a:hover {
    background-color: rgba(252,252,252,0.50);
    width: 100%;
    height: 100px;
}

	  
/* iPhone PORTRAIT - Hide Desktop view */

.intro {
    display: none;
	  }
      
/* iPhone P - All AW + Panel Element Container  */

main {
    width: 100%;
    padding: 0;
    z-index: 1000;
    margin-top: 75px;
}
      
/* iPhone P - Magnifyer  */

.plus-p {
    position: relative;
    top: 500px;
    width: 100px;
    height: 100px;
    background-color: rgba(196,233,230,1.00);
    display: block;
    z-index: 7000;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}
      
.plus-p:hover {
    background-color: rgba(3,157,146,0.60);
}      

/* iPhone P - Hide L Magnifyer  */

.plus-l {
    display: none;
}      

/* iPhone PORTRAIT - AW + Panel Containers */
 
.intro-phone {
    display: block;
    width: 100%;
}
         
/* iPhone PORTRAIT - info panel Containers */

.panel-col {
    width: 96%;
    float: left;
    display: inline-block;
    margin-bottom: 40px;
    margin-right: 2%;
    margin-left: 2%;
}

   

.aw-col {
    width: 90%;
    display: block;
    margin-top: 300px;
    height: 750px;
    margin-left: 10%;
} 
     

     
footer {
    position: inherit;
    width: 100%;
    padding: 0;
    height: auto;
    display: inline-block;
    float: left;
    background-color: rgba(142,142,142,1.00);
    margin-top: 45px;
}      
    /* iPhone PORTRAIT - My blurb container */
     
.aw_details {
    position: inherit;
    width: 95%;
    padding-bottom: 0px;
    margin-left: 2.5%;
    margin-right: 2.5%;
}
     
      
/* iPhone PORTRAIT - My blurb text */

h2 {
    font-size: 45pt;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    padding-right: 10px;
    padding-left: 10px;
    color: rgba(255,255,255,1.00);
    padding-top: 20px;
    font-weight: 100;
}

h3 {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 40pt;
    padding-right: 30px;
    padding-left: 30px;
    color: rgba(255,255,255,1.00);
    padding-top: 20px;
    text-align: left;
    font-weight: 100;
}   
}
