    /*styles.css*/
    
    /*======== Colors ========*/
    
      /*Dark Blue: rgb(8, 42, 103) #082a67
        Light Blue: rgb(0, 153, 255) #0099ff
        Diffrent Blue: rgb(12, 86, 232) #0c56e8
        orange: orange*/
    
    /* ========== fonts ==========*/

    @font-face {
        font-family: 'ostrich-rounded_regular';
        src: url('../fonts/ostrich-rounded-webfont.eot');
        src: url('../fonts/ostrich-rounded-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ostrich-rounded-webfont.woff') format('woff'),
    url('../fonts/ostrich-rounded-webfont.ttf') format('truetype'),
    url('../fonts/ostrich-rounded-webfont.svg#ostrich-rounded_regular') format('svg');
        font-weight: normal;
        font-style: normal;
    
    } /*end @font-face*/
    
    
    /*limited reset*/
    html, body, div, span, section, article, aside, nav, header, hgroup, footer, h1, h2, h3, h4, h5, h6, p, blockquote, address,
    img, ol, ul, li, video, th, td, tr {
        margin: 0;
        padding: 0;
        border: 0;
        vertical-align:baseline;
    }
    

    
    /*html5 display rule*/
    article, aside, footer, header, hgroup, nav, menu, section {
        display: block;
    }
    
    /*Global styles*/
    body {
        background-color: white;
        color: #333;
        font-family: "Myriad Pro",  Helvetica, Arial, sans-serif;
        font-weight: normal;
    }
    
    
    
    /*Clearing*/
    
    .clearfix:before,
    .clearfix:after {
        content:"";
        display:table;
    }
    
    .clearfix:after {
        clear:both;
    }
    
 .redalert{
	background-color: #ff0000;
	color: #ffffff;
	font-family: "Myriad Pro",  Helvetica, Arial, sans-serif;
	text-align: left;
	/*font-size: large;*/
	padding: 10px 10px 10px 10px;
	font-weight: bold;
    }
 
    /*button styles*/
    
    .button {
        width: 98%;
        height: 50px;
        /*border: 1px solid black;*/
        border-bottom: 2px solid black;
        border-radius: 10px;
        background-color: #3399cc;
        /* margin: 0px 1px;*/
        float: none;
    }
    
    .button p{
        color: white;
        text-align: center;
        padding: 1em 1em .2em;
        
    }
    
    .button a {
        text-decoration: none;
    }
    
    .button:hover {
        background-color: #66ccff;
        
    }
    

    



    /*mobile styles*/

@media only screen and (max-width:480px) {
    
        #container {
            width: 320px;
            background-color:#fff;
            margin: 0 auto;
        }
        
    
            
        body {
            background-color: #082a67;
        }
            
        header {
            height: 75px;
            background-color: rgb(12, 86, 232);
            font-family: "ostrich-rounded_regular", "Myriad Pro",  Helvetica, Arial, sans-serif;
            color: orange;
            text-shadow: 2px 2px 2px #000;
            letter-spacing: 4px;
        }
        
        header h2 {
            padding: .5em 2.6em .4em;
            font-size: 1.5em;
            text-align: center;
            }
        
        header h3 {
            padding: .0em .6em .2em;
            font-size: 1.2em;
            font-style: italic;
            text-align: center;
        }
        
    #content h1 {
        padding: 0.1em 0.1em 0.4em;
        text-align: center;
        font-size: 1.2em;
    }
    
    
    #content h2 {
        padding: 0.2em;
        margin-left: .5em;
        font-size: 1em;
        font-style: italic;
    }
    
  .refrence {
        text-align: right;
        color: #999;
        margin-right: .5em;
    }
    
  p.portrait {
       float: none;
       padding-left: 4.35em;
       padding-bottom: 10px;
    }
        
        
    /*navigation*/
    
    #main_nav {
        display: none;
    }
    
    nav {
       /* background-color: green;*/
        /*position: absolute;*/
       /* height: 1.9em;*/
        
        
    }
    
    nav ul {
        /*margin-left:50px;*/
        /*height: 2em;*/
    }
    
    
    nav ul, li {
        list-style: none;
    }
    
    
    nav li a {
        display: block;
        line-height: 1.5em;
        font-size: 1em;
        text-decoration: none;
        background: rgb(0, 153, 255);
        color: white;
        padding: .2em 1em .2em 1em;
        border-bottom: 1px solid white;
    }
    
    nav li a:hover {
        background: rgb(0, 153, 255);
        color: #082a67;
    }
    
        /*submenu styles*/
        
    ul.submenu {
        width: 100%;
        text-align: center;
        
    }
    
    .submenu li a{
        background-color: #082a67;
    }
    
    .submenu li a:hover {
        background: #082a67;
        color: orange; 
    }
    
    ul.submenu li:last-child a {
        /*border-bottom: none;*/
    }
    
        
        /*custom styles for boxslider*/
    
    #slider_carousel {
        display:none;
    }
    
    /*to display boxslider*/
    
    /*.bx-wrapper {
            position: relative;
            margin: 0 auto 60px;
            padding: 10px;
            *zoom: 1;
    }
    
    .bx-wrapper img {
            max-width: 80%;
            display: block;
    }*/
    
    
    
    /*text column styles*/
    
    .oneColText {
        padding: 1em;
        /*border: 1px solid black;*/
    }
    
    /*styles particular to article #webSites*/
    
    #webSites .oneColText h3 {
        padding-bottom: 5px;
    }
    
    #webSites .oneColText p {
        padding-right: .5em;
        font-size: .8em;
        }
        
    #webSites a {
        color: rgb(12, 86, 232);
    }
    
    #webSites a:hover {
        color: red;
    }
    
    #webSites a:visited {
       color: rgb(0, 153, 255); 
    }
    
    .twoColText {
        width: 38%;
        margin: 2px;
        float: left;
        padding: 1em;
        /*border: 1px solid black;*/
    }
    
    .threeColText {
        width: 88%;
        margin:2px;
        float: left;
        padding: 1em;
        border: 1px solid black;
    }
    
    /*image column styles*/
    
    .oneColImage {
            padding: 1em;
            border: 1px solid black;
    }
    
    .oneColImage {
       /* width: 100%;*/
        margin: 2px;
        padding: .1em;
        border: 1px solid black;
    }
    
    .oneColImage img {
       width: 98%; 
       padding: 1%;
    }
    
    .oneColImage p {
       text-align: center;
       font-size: .8em;
    }
    
    .twoColImage {
        width: 38%;
        margin: 2px;
        float: left;
        padding: 1em;
        border: 1px solid black;
    }
    
    .twoColImage img {
        width: 98%;
        margin-left: 2%;
      }
      
    .twoColImage p {
        margin-left: 2%;
    }
    
    .twoColImage h4 {
        margin-left: 2%;
    }
    
    .threeColImage {
        width: 88%;
        margin:2px;
        float: left;
        padding: 1em;
        border: 1px solid black;
    }
    
    .threeColImage img {
        width: 98%;
        margin-left: 2%;
      }
      
    .threeColImage p {
        margin-left: 2%;
    }
    
    .threeColImage h4 {
        margin-left: 2%;
    }
    
    .imagefloatRight {
        float: none;
        padding: 1%;
        margin-right: 10px;
    }
    
    .imagefloatLeft{
        float: none;
        padding:0;
        margin-right: 1px;
        width: 98%;
    }
    
    /*video styles*/
    
    .vids {
        width: 314px;
        margin:3px;
        background-color: #000;
    }

    .vids p {
        color: white;
        padding: 5px;
    }
    
    .vids video {
    width: 300px;
    padding: 5px;
}
        
    /*footer Styles*/
        
    footer {
        background: rgb(12, 86, 232);
        color: #ccc;
    }
    
    footer ul li {
        float: none;
    }
    
    footer ul li a {
        float: none;
    }
    
    footer .twoColText {
        float: none;
        width: 80%;
    }
    
    footer a {
        color: blue;
    }
    
    footer a:hover {
        color: red;
    }
    
    footer a:visited {
       color: purple; 
    }
    
    #CurtesyNav a {
        color: #ccc;
    }
    
    footer #CurtesyNav a:hover {
        color: orange;
    }
    
    #CurtesyNav a:visited {
       color: #ccc; 
    }
    
    footer #CurtesyNav p.disclaimer  {
        font-size: .8em;
        font-style: italic;
    }

}/*end media query max-width:480px*/


    /*tablet styles*/


@media only screen and (min-width:481px) and (max-width: 768px) {
    
    body {
        background-color: #082a67;
    }
    #container {
        width: 80%;
        background-color:white;
        margin: 0 auto;
    }
    
    header {
        height: 200px;
        
        background: url('../images/header03Tablet.jpg') no-repeat;
        font-family: "ostrich-rounded_regular", "Myriad Pro",  Helvetica, Arial, sans-serif;
        color: orange;
	text-shadow: 2px 2px 2px #000;
        letter-spacing: 8px;
    }
    
    header h2 {
        padding: .4em .5em .2em;
        font-size: 2em;
        }
    
    header h3 {
        padding: .1em .6em .2em;
        font-size: 1.5em;
        font-style: italic;
    }
    
    #content h1 {
        padding:0.1em 0.1em 1em;
        text-align: center;
        font-size: 1.5em;
    }
    

    
    #content h2 {
        padding: 0.1em;
        margin-left: 2.5em;
        font-size: 1.1em;
        font-style: italic;
    }
    
  .refrence {
        text-align: right;
        color: #999;
        margin-right: .5em;
        
    }
    
        
    p.portrait {
       float: none;
       padding-left: .25em;
       padding-bottom: 10px;
    }
    
    
    /*navigation*/
    

    
    nav#cssmenu {
        display: none;
    }
    
    nav {
        background-color: rgb(0, 153, 255);
        position: relative;
        height: 1.9em;
        
        
    }
    
    nav ul {
        /*margin-left: 5%;*/
        height: 2em;
    }
    
    
    nav ul, li {
        list-style: none;
        float: left;
        z-index: 1;
    }
    
    nav li {
        position: relative;
    }
    
    nav li a {
        display: block;
        line-height: 1.5em;
        font-size: 1em;
        text-decoration: none;
        background: rgb(0, 153, 255);
        color: white;
        padding: .2em 1em .2em 1em;
        border-right: 1px solid  white;
    }
    
    
    nav li a:hover {
        background: #0c3e96;
        color: orange;
    }
    
        /*dropdown menu styles*/
        
     ul.submenu {
        z-index: 2;
        float: none;
        width: auto;
        height: auto;
        position: absolute;
        /*top: 2em;*/
        left: -9000em;
        margin-left: 0;
    }
    
    ul.submenu li {
        float: none;

    }
   /* this brings the unordered list back from -9000em*/
    .topmenu li:hover ul{
        left: 0;
    }
    
    ul.submenu li a {
        background: rgb(12, 86, 232);
        color: orange;
        border-bottom: 1px solid white;
        border-right: none;
        padding: .2em 1em;
        white-space: nowrap;
    }
    
    ul.submenu li:last-child a {
        border-bottom: none;
    }
    
    ul.submenu li a:hover {
        background: #082a67;
        color: white;
    }

    /*custom styles for boxslider*/
    
    .bx-wrapper {
            position: relative;
            margin: 0 auto 60px;
            padding: 2px;
            width: 50%;      
    }
    
    .bx-wrapper img {
            max-width: 100%;
            display: block;
            margin-top: 0px;
            margin-left: 0px;
            
    }
    
    /*text column styles*/
    
    .oneColText {
        padding: 1em;
        /*border: 1px solid black;*/
    }
    
    /*styles particular to article #webSites*/
    
    #webSites .oneColText p {
        padding:.1em 2em .1em;
        font-weight: bold;
        }
        
        
    #webSites .oneColText h3 {
        text-align: left;
        font-size: 1.5em;
        padding-left: 1.4em;
        padding-bottom: .01em;
        margin-left: 10px;
    }
    
    #webSites a {
        color: rgb(12, 86, 232);
    }
    
    #webSites a:hover {
        color: red;
    }
    
    #webSites a:visited {
       color: rgb(0, 153, 255); 
    }
    
    
    .twoColText {
        width: 42%;
        margin:2px 0.5px 2px;
        float: left;
        padding: 1em;
        /*border: 1px solid black;*/
    }
    
    .threeColText {
        width: 42%;
        margin:2px 0.5px 2px;
        float: left;
        padding: 1em;
        border: 1px solid black;
    }
    
        /*image column styles*/
    
    .oneColImage {
       /* width: 100%;*/
        margin: 2px;
        padding: 1em;
        border: 1px solid black;
    }
    
    .oneColImage img {
       width: 80%; 
       padding-left: 11%;
    }
    
    .oneColImage p {
       text-align: center;
    }
    
    .twoColImage {
        width: 42%;
        margin:2px 0.5px 2px;
        float: left;
        padding: 1em;
        border: 1px solid black;
    }
    
    .twoColImage img {
        width: 98%;
        margin-left: 2%;
      }
      
    .twoColImage p {
        margin-left: 2%;
    }
    
    .twoColImage h4 {
        margin-left: 2%;
    }
    
    .threeColImage {
        width: 42%;
        margin:2px 0.5px 2px;
        float: left;
        padding: 1em;
        border: 1px solid black;
    }
    
    .threeColImage img {
        width: 98%;
        margin-left: 2%;
      }
      
    .threeColImage p {
        margin-left: 2%;
    }
    
    .threeColImage h4 {
        margin-left: 2%;
    }
    
    .imagefloatRight {
        float: none;
        padding: 5%;
        margin-right: 10px;
    }
    
    .imagefloatLeft{
        float: none;
        padding: 5%;
        margin-right: 10px;
    }
    
    .twoColText img {
        width: 90%;
        margin-left: 20%;
    }
    
    /*these create a uniform height for three column boxes*/
    
     .logoBox {
        height: 200px;
     }
     
     .brochureBox {
        height: 300px;
     }
     
     .tBookBox {
        height: 380px;
     }
     
     .tDrawingBox {
        height: 380px;
     }
     
     /*video styles*/
     
    .vids {
    
    width: 80%;
    float: left;
    margin: 1em;
    padding: 1.5em;
    border: solid 1px #ccc;
    background-color: #000;
    }

    .vids p {
        color: white;
    }
        
    
        /*footer Styles*/
    
    footer {
        background: rgb(12, 86, 232);
        color: #ccc;
    }
    
    footer ul li {
        float: none;
    }
    
    footer ul li a {
        float: none;
    }
    
    footer a {
        color: blue;
    }
    
    footer a:hover {
        color: red;
    }
    
    footer a:visited {
       color: purple; 
    }
    
    #CurtesyNav a {
        color: #ccc;
    }
    
    footer #CurtesyNav a:hover {
        color: orange;
    }
    
    #CurtesyNav a:visited {
       color: #ccc; 
    }
    
    footer #CurtesyNav p.disclaimer  {
        font-size: .9em;
        font-style: italic;
    }
    
} /*end media query (min-width:481px) and (max-width: 780px)*/


    /*desktop styles*/

@media only screen and (min-width: 769px) {
    
    body {
        background-color:  #082a67;
        color: #333;
    
    }
    

     #container {
            min-width:960px;
            max-width:1200px;
            background-color:white;
            margin: 0 auto;
    }
    
    header {
        height: 300px;
        
/*        background-color: #ff0;*/
        background: url('../images/header03Chop.jpg') no-repeat;
        font-family: "ostrich-rounded_regular", "Myriad Pro",  Helvetica, Arial, sans-serif;
        color: orange;
	text-shadow: 3px 3px 3px #000;
        letter-spacing: 10px;
    }
    
    header h2 {
        padding: .3em .8em 0em;
        font-size: 4.6em;
        }
    
    header h3 {
        padding: .2em 1.4em .2em;
        font-size: 2.6em;
        font-style: italic;

    }
    
    #content h1 {
        padding: 0.1em 0.1em 1em;
        text-align: center;
        font-size: 2em;
    }
    
    #content h2 {
        padding: 0.1em;
        margin-left: 2.5em;
        font-style: italic;
    }
    
    .innerContainer {
        width: 98%;
        margin: 0 auto;
    }
    
    .refrence {
        text-align: right;
        color: #999;
        margin-right: .5em;
        padding-left: 50px;
    }
    
    p.portrait {
       float: right;
       padding-left: 1.5em;
       margin-right: 3em;
    }
    
    /*navigation*/
    
    nav#cssmenu {
        display: none;
    }
    
    nav {
        background-color: rgb(0, 153, 255) /*rgb(51, 173, 255)*/;
        position: relative;
        height: 2.5em;
        
        
    }
    
    nav ul {
        /*margin-left:50px;*/
        height: 2em;
       margin-left: 17.5%;
    }
    
    
    nav ul, li {
        list-style: none;
        float: left;
    }
    
    nav li {
        position: relative;
    }
    
    nav li a {
        display: block;
        width: 8em;
        text-align: center;
        line-height: 1.7em;
        font-size: 1.2em;
        text-decoration: none;
        background: rgb(0, 153, 255);
        color: white;
        padding: .2em 1em .2em 1em;
        border-left: 1px solid  white;
    }
    
    nav li:last-child {
        border-right: 1px solid  white;
        } 
    
    nav li a:hover {
        background: #0c3e96;
        color: orange;
    }
    
        /*dropdown menu styles*/
        
    ul.submenu {
        z-index: 2;
        float: none;
        width: auto;
        height: auto;
        position: absolute;
        /*top: 2em;*/
        left: -9000em;
        margin-left: 1px;
    }
    
    ul.submenu li {
        float: none;
        border-left: none;
        border-right: none;
    }
    
    .topmenu li:hover ul{
        left: 0;
        max-height: 10em;
    }
    
    ul.submenu li a {
        background: rgb(12, 86, 232);
        color: orange;
        border-bottom: 1px solid white;
        padding: .2em 1em;
        white-space: nowrap;
        border-left: none;
        border-right: none;
    }
    
    ul.submenu li:last-child a {
        border-bottom: none;

    }
    
    ul.submenu li a:hover {
        background: #0c3e96;
        color: white;

    }
        
    /*custom styles for boxslider*/
    
    .bx-wrapper {
            position: relative;
            margin: 0 auto 60px;
            padding: 10px;
            width: 100%;
            
    }
    
    .bx-wrapper img {
            max-width: 100%;
            margin-left: 0px;
            margin-top: 0px;
            display: block;
    }
    
    /*text colunm styles*/
    
    .oneColText {
        padding: 1em;
        font-size: 1.2em;
        /*border: 1px solid black;*/
        
    }
    
    /*styles particular to article #webSites*/
    
    #webSites .oneColText p {
        padding-right:2em;
        font-size: 1.2em;
        font-weight: bold;
        }
        
    #webSites .oneColText h3 {
        text-align: center;
        font-size: 1.8em;
        padding-bottom: .5em;
        margin-left: 110px;
    }
    
    #webSites .oneColText #dPage{
        margin-left: 210px;
    }
    
    #webSites .oneColText #dPortfolio{
        margin-left: 200px;
    }
    
    #webSites .oneColText #dplace{
        margin-left: 300px;
    }
    
    #webSites .oneColText #eBoxing{
        margin-left: 310px;
    }
    
    #webSites a {
        color: rgb(12, 86, 232);
    }
    
    #webSites a:hover {
        color: red;
    }
    
    #webSites a:visited {
       color: rgb(0, 153, 255); 
    }
    

    
    .desktop {
        padding: 1em 6em 1em;
    }
    
    .twoColText {
        width: 45%;
        margin:2px 2px 2px;
        float: left;
        padding: 1em;
        /*border: 1px solid black;*/
    }
    
    .threeColText {
        width: 29%;
        margin:2px 3px 2px;
        float: left;
        padding: 1em;
        border: 1px solid black;
    }
    
        /*image column styles*/
    
    .oneColImage {
        /*width: 100%;*/
        margin: 2px;
        padding: 1em;
        border: 1px solid black;
    }
    
    .oneColImage img {
       padding-left: 24%;
    }
    
    .oneColImage p {
       text-align: center;
    }
    
    .twoColImage {
        width: 45%;
        margin:2px 2px 2px;
        float: left;
        padding: 1em;
        border: 1px solid black;
    }
    
    .twoColImage img {
        width: 98%;
        margin-left: 2%;
      }
      
    .twoColImage p {
        margin-left: 2%;
    }
    
    .twoColImage h4 {
        margin-left: 2%;
    }
    
    .threeColImage {
        width: 29%;
        margin:2px 3px 2px;
        float: left;
        padding: 1em;
        border: 1px solid black;
    }
    
    /*these create a uniform height for three column boxes*/
    
     .eBoxingComp {
        height: 620px;
    }
    
     .eBoxingCompShort {
        height: 330px;
    }
    
     .wireFrameBox {
        height: 610px;
    }
    
     .sitemapBox {
        height: 340px;
     }
     
     .webBanner {
        height: 190px;
     }
     
     .logoBox {
        height: 270px;
     }
     
     .brochureBox {
        height: 345px;
     }
     
     .bCardsBox {
        height: 350px;
     }
     
     .pIllustrationBox {
        height: 555px;
     }
     
     .tBookBox {
        height: 510px;
     }
     
     .pDesignBox {
        height: 405px;
     }
     
     .pLayoutBox {
        height: 510px;
     }
     
     .pCardsBox {
        height: 340px;
     }
     
     .comicBookBox {
        height: 690px;
     }
     
     .comicBookTallBox {
        height: 665px;
     }
     
     .photoBox {
        height: 580px;
     }
     
     .dPaintBox {
        height: 325px;
     }
     
     .animationBox {
        height: 390px;
     }
     
     .tDrawingBox {
        height: 510px;
     }
        
     .threeColImage img {
        width: 98%;
        margin-left: 2%;
      }
      
      
      
    .threeColImage p {
        margin-left: 2%;
    }
    
    .threeColImage h4 {
        margin-left: 2%;
    }
    
    .imagefloatRight {
        float: right;
        padding: 10px;
        margin-right: 10px;
    }
    
    .imagefloatLeft {
        float: left;
        padding: 5px 30px 10px;
        margin-left: 10px;
        margin-top: -50px;
    }
    
    /*video styles*/
    
    .vids {
        
        width: 43%;
        float: left;
        margin: 7px;
        padding: 25px;
        border: solid 1px #ccc;
        background-color: #000;
    }
    
    .vids p {
        color: white;
    }
        
    

        /*footer Styles*/
    
    footer {
        background-color: rgb(12, 86, 232);
        color: #ccc;
        /*border-radius: 20px 20px 0 0;*/
    }
    
    footer ul li {
        float: none;
    }
    
    footer ul li a {
        float: none;
    }

    footer a {
        color: blue;
    }
    
    footer a:hover {
        color: red;
    }
    
    footer a:visited {
       color: purple; 
    }
    
    #CurtesyNav a {
        color: #ccc;
    }
    
    footer #CurtesyNav a:hover {
        color: orange;
    }
    
    #CurtesyNav a:visited {
       color: #ccc; 
    }
    
    footer #CurtesyNav p.disclaimer  {
        font-size: .9em;
        font-style: italic;
    }


}/*end media query (min-width: 769px)*/