 * {
      font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
   margin: 0;
 }
 html {
     font-size: 17px;
 }
 body {
     background: #eee;
     border-top: 5px solid blue;
     /* font-size: 2em; */
     font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
 }
 p a {
     font-size: 1em;
 }
 #indexul, #indexul100, #indexul200 {
     margin: 0;
 }
 a:link {
     text-decoration: none;
     /* font-size: 1.8em; */
 }

 a:hover {
     color: #0077B5;
 }

.spanhere{
  width: 100%;
}
#htitle2, #htitle200, #htitle300 {
  text-align: center;
  /* font-size: 2.8vw; was 25 px */
  padding-top: 15px;
  font-size: 5vmin;
  padding-bottom: 10px;
}

#aboutbio {
    font-size: 2rem;
}

.wrapper {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

/* #nav01 {
   background: #333;
} */

#nav01 ul, #nav0100 ul, #nav0200 ul {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    margin: 0;
    display: flex; /*was in flex css */
    justify-content: space-around; /*was in flex css*/
}

#nav01 a, #nav0100 a, #nav0200 a {
    text-decoration: none;
    text-align: center;
    color: #fff;
    display: block;
    padding: 10px;
    background-color: #777;
    /* font-size: 1.8rem; */
    font-size: 3.5vmin;
}

#nav01 a:hover, #nav0100 a:hover, #nav0200 a:hover {
    background-color: #555;
}
/* flex styles */

#nav01 li, #nav0100 li, #nav0200 li {
    flex: 1 1 0;
}

.wtf {
    padding-top: 10px;
    width: 90%;
    margin: 0 auto;
}
#aboutbio {
    text-align: center;
}

.huh {
    padding-bottom: 10px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.8rem;
}

.huh1 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.8rem;
    text-align: left;
}
.huhbox {
    padding-top: 10px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 2.1rem;
}
/* .huhboxi {
    font-size: 1.6rem;
} */

#indexhome, #indexhome300 {
    position: relative;
}

#who {
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

#whoabout {
    width: 25%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#social {
    width: 80%;
}

#social ul {
    position: relative;
    margin: 0;
    padding: 0 0 0 10%; /*was 0 all around*/
    display: flex;
    }

#social ul li {
    position: relative;
    list-style: none;
    width: 60px;
    height: 60px;
    margin: 0 100px 0 0;
    /* was 30 originally */
    transform: rotate(-30deg) skew(25deg);
    /*background: #ccc;*/
}

#social ul li span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transition: 0.5s;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 3vw !important;
}

#social ul li:hover span {
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
}

#social ul li:hover span:nth-child(5) {
    transform: translate(40px, -40px);
    opacity: 1;
}

#social ul li:hover span:nth-child(4) {
    transform: translate(30px, -30px);
    opacity: 0.8;
}

#social ul li:hover span:nth-child(3) {
    transform: translate(20px, -20px);
    opacity: 0.6;
}

#social ul li:hover span:nth-child(2) {
    transform: translate(10px, -10px);
    opacity: 0.4;
}

#social ul li:hover span:nth-child(1) {
    transform: translate(0, 0);
    opacity: 0.2;
}

#social ul li:nth-child(1) span {
    background: #3b5999;
}

#social ul li:nth-child(2) span {
    background: #55acee;
}

#social ul li:nth-child(3) span {
    background: #dd4b39;
}

#social ul li:nth-child(4) span {
    background: #0077B5;
}

#social ul li:nth-child(5) span {
    background: #e4405f;
}

#dave, #dave300, #dave200 {
    /* //background-color: #777777; */
    /* font-size: 3rem; */
    width: 100%;
    padding: 10px 0 0 0;
    margin:0;
}


#lilfoot, #lilfoot300, #lilfoot200 {
    margin-left: 5%;
    /* font-size: 2vw; */
    margin-right: 10%;
    /* background: #333; */
    text-align: left;
}

#lilfoot ul, #lilfoot300 ul, #lilfoot200 ul {
    overflow: hidden;
    display: flex;
    justify-content: space-around;
}

footer {
    border-top: 5px solid blue;
}


#lilfoot ul li, #lilfoot300 ul li, #lilfoot200 ul li {
    font-size: 1.2rem;
    text-decoration: none;
    list-style: none;
    flex: 1 1 0;
    display: block;
    color: #000;
}

#ecn, #ecn300, #ecn200 {
    text-align: right;
    /* font-size: 1.5vw; */
}

.strongindex {
    font-size: 1em;
    font-weight: bold;
}

#lilfoot img, #lilfoot300 img, #lilfoot200 img {
    padding-top: 3%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

/* part of test for jquery*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.hjq {
    margin: 0 0 5px;
}

.testjq {
     font-weight: normal;
     margin: 5px 0;
}

.post {
    background: #ffffff;
    text-align: center;
    max-width: 350px;
    margin: 10px auto;
    padding: 5px;
    /* border-radius: 2px; */
    border: 2px red solid;
    /* box-shadow: 0 2px 20px 0 rgba(0,0,0, 0.4); */
}

span {
    color: #000;
}
/* end of width and height test CSS */


.rsImg {
    display: block;
    margin-top: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media screen and (max-width: 1300px) {
    body {
        border-top: 5px solid #90a049;
    }
    footer{
        border-top: 5px solid #90a049;
    }
    .huh {
        /*main text paragraphs*/
        line-height: 1.6rem;
        font-size: 1.4rem;
    }
    .huhbox {
        /*text inside red box*/
        line-height: 1.6rem;
        font-size: 1.4rem;
    }
    .huh1 {
        /* Follow us on text*/
        font-size: 1.8em;
    }
}

@media screen and (min-width:300px) and (max-width: 1100px) {
    body {
        border-top: 5px solid #55acee;
    }
    footer {
        border-top: 5px solid #55acee;
    }
    .huh {
        line-height: 1.6rem;
        font-size: 1.4rem;
    }

    .huhbox {
        line-height: 1.6rem;
        font-size: 1.4rem;
    }

    .huh1 {
        font-size: 1.8em;
    }

    #social ul li {
        margin: 0 80px 0 0;
    }

    #social ul {
        padding: 0 0 0 13%;
        
    }

    #lilfoot ul li {
        font-size: 1rem;
    }
    
}
@media screen and (max-width: 950px) {

      .col,
        .main-features li {
            margin: 10px 5px 10px 20px;
            width: 90%;
		}

/* It's unclear to me what these do but adding them reduces the space 
    between objects and moves them closer together. */
    .page .row {
    margin-bottom: 0px;
}
	  /* selector below added by DEG this selector seems to control space around image slider in smaller devices****/
	  .fwImage {
            margin: 0 !important;
            padding: 0px 0px 0px 30px;
        }
    #social ul li {
        width: 50px;
        height: 50px;
        margin: 0 60px 0 0;
    }
    body {
        border-top: 5px solid #ecdd09;
    }
    footer {
        border-top: 5px solid #ecdd09;
    }
    .huh {
        line-height: 1.4rem;
        font-size: 1.25rem;
    }
    .huh1 {
         font-size: 1.5rem;
    }
    .huhbox {
        line-height: 1.4rem;
        font-size: 1.25rem;
    }
    #redbox{
        width: 100%;
    }
   
    #lilfoot ul li {
        font-size: 1rem;
    }

    #social ul {
        padding: 0 0 0 14%;

    }
    .rsImg {
        margin-top: 40px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .royalSlider {
        height: 700px !important;
        width: 105% !important;
    }
    
    
}

@media screen and (max-width: 810px) {

    .col,
    .main-features li {
        margin: 10px 5px 10px 20px;
        width: 90%;
    }

    /* It's unclear to me what these do but adding them reduces the space 
    between objects and moves them closer together. */
    .page .row {
        margin-bottom: 0px;
    }

    /* selector below added by DEG this selector seems to control space around image slider in smaller devices****/
    .fwImage {
        margin: 0 !important;
        padding: 0px 0px 0px 30px;
    }

    #social ul li {
        width: 40px;
        height: 40px;
        margin: 0 50px 0 0;
    }

    body {
        border-top: 5px solid #44095f;
    }
    footer {
        border-top: 5px solid #44095f;
    }
    .huh {
        line-height: 1.4rem;
        font-size: 1.25rem;
    }

    .huh1 {
        font-size: 1.3rem;
    }

    .huhbox {
        line-height: 1.4rem;
        font-size: 1.25rem;
    }

    #lilfoot ul li, #lilfoot300 ul li, #lilfoot200 ul li {
        font-size: 1rem;
    }

    #social ul {
        padding: 0 0 0 14%;

    }
    #social ul li {
        width: 50px;
        height: 50px;
        margin: 0 60px 0 0;
    }
    .rsImg {
        margin-top: 25px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .royalSlider {
        height: 690px !important;
        width: 105% !important;
    }

}

@media screen and (max-width: 770px) {
    body {
         border-top: 5px dotted #44095f;
    }

    footer {
         border-top: 5px dotted #44095f;
    }
    .rsImg {
         margin-top: 25px !important;
         margin-left: auto !important;
         margin-right: auto !important;
    }

     .royalSlider {
         height: 690px !important;
         width: 105% !important;
    }


}


/*added by DEG 12/26/19 to cover landscape ipads*/
 @media screen and (max-width: 710px) {
	
    .col,  .main-features li {
            margin: 10px 5px 10px 20px;
            width: 90%;
	}


/* It's unclear to me what these do but adding them reduces the space 
    between objects and moves them closer together. */
    .page .row {
    margin-bottom: 0px;
    }
	  /* selector below added by DEG this selector seems to control space around image slider in smaller devices****/
	  .fwImage {
            margin: 0 !important;
            padding: 0px 0px 0px 30px;
    }

    #social ul li {
        width: 45px;
        height: 45px;
        margin: 0 60px 0 0;
    }

    body {
        border-top: 5px solid green;
    }

    footer {
        border-top: 5px solid green;
    }

    .huh {
        padding-bottom: 5px;
        font-size: 1.25rem;
        line-height: 1.45rem;
    }

    .huhbox {
        line-height: 1.45rem;
        font-size: 1.25rem;
        padding-top: 3px;
    }

   #lilfoot ul li,  #lilfoot300 ul li, #lilfoot200 ul li {
        font-size: .9rem;
    }

    #nav01 a, #nav0100 a, #nav0200 a {
       font-size: 1.8rem;
    }
    .rsImg {
        margin-top: 20px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .royalSlider {
        height: 680px !important;
        width: 105% !important;
    }
      
}
 @media screen and (max-width: 550px) {
    .col,
    .main-features li {
        margin: 10px 5px 10px 20px;
        width: 90%;
    }
    .page .row {
        margin-bottom: 0px;
    }
     .fwImage {
         margin: 0 !important;
         padding: 0px 0px 0px 30px;
    }
     body {
         border-top: 10px solid red;
    }
    footer {
        border-top: 5px solid red;
    }
    #social ul li {
         margin: 0 50px 0 0;
    }
    .huh {
        padding-bottom: 5px;
        font-size: 1.1rem;
        line-height: 1.4rem;
    }
    .huhbox {
        line-height: 1.4rem;
        font-size: 1.1rem;
        padding-top: 3px;
    }

    #lilfoot ul li, #lilfoot300 ul li, #lilfoot200 ul li {
        font-size: .8rem;
    }
    .huh1 {
        font-size: 1.2rem;
    }
    #nav01 a, #nav0100 a, #nav0200 a {
        font-size: 1.4rem;
    }
    #social ul {
        padding: 0 0 0 16%;
    }
    #aboutbio {
        font-size: 1.5rem;
    }
    .rsNav {
        display: none;
        width: 0 !important;
        height: 0 !important;
    }
    .royalSlider {
        height: 600px !important;
        width: 105% !important;
    }

}


@media screen and (max-width: 485px) {

    body {
        border-top: 10px solid #e2de0a46;
    }
    footer {
        border-top: 10px solid #e2de0a46;
    }
    .huh {
        padding-bottom: 5px;
        font-size: 1rem;
        line-height: 1.3rem;
    }

    .huhbox {
        line-height: 1.3rem;
        font-size: 1rem;
        padding-top: 3px;
    }

    #lilfoot ul li, #lilfoot300 ul li, #lilfoot200 ul li {
        font-size: .7rem;
        line-height: .9rem;
    }

    .huh1 {
        font-size: 1.2rem;
    }
    #social ul {
        padding: 0 0 0 17%;
    }
    #lilfoot, #lilfoot300, #lilfoot200 {
        margin-left: 0;
        margin-right: 5%;
        text-align: left;
    }
    #lilfoot ul li, #lilfoot300 ul li, #lilfoot200 ul li {
        flex: auto;
    }
    #lilfoot, #lilfoot300, #lilfoot200 {
        margin-left: 0;
        margin-right: 0;
    }
    #ecn, #ecn300, #ecn200 {
        text-align: center;
    }
    #lilfoot img,  #lilfoot300 img, #lilfoot200 img {
        display: none;
        width: 0;
        margin: 0;
        padding: 0;
    }
    #lilfoot #centerli {
        width: 0;
        margin: 0;
        padding: 0;
        display: none;
    }
    #social ul li {
        width: 30px;
        height: 30px;
        margin: 0 40px 0 0;
    }
    ul, ol {
        margin: 0 0 12px 24px;
    }

    .rsImg {
        margin-top: 15px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .royalSlider {
        height: 530px !important;
        /* width: 380px !important; */
        width: 105% !important;
    }

    .rsDefault .rsFullscreenBtn {
        display: none;
        cursor: none;

    }

    .rsDefault .rsFullscreenIcn {
        display: none;
        cursor: none;
    }

}

@media screen and (max-width: 435px) {

    body {
        border-top: 15px solid #d64c1631;
    }
    footer {
        border-top: 15px solid #d64c1631;
    }
    #htitle2,  #htitle200, #htitle300 {
        font-size: 1.2rem;
    }
    #aboutbio {
        font-size: 1.3rem;
    }
    .rsImg {
        display: block;
        margin-top: 10px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .royalSlider {
        height: 500px !important;
        width: 105% !important;
    }
    .rsDefault .rsFullscreenBtn {
        display: none;
        cursor: none;

    }

    .rsDefault .rsFullscreenIcn {
        display: none;
        cursor: none;
    }
}

@media screen and (max-width: 425px) {

    body {
        border-top: 15px dashed #d64c1631;
    }

    footer {
        border-top: 15px dashed #d64c1631;
    }

    .rsImg {
        display: block;
        margin-top: 10px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .royalSlider {
        height: 450px !important;
        /* width: 350px !important; */
        width: 105% !important;
    }

    .rsDefault .rsFullscreenBtn {
        display: none;
        cursor: none;

    }

    .rsDefault .rsFullscreenIcn {
        display: none;
        cursor: none;
    }
}

@media screen and (max-width: 350px) {

    .royalSlider {
        height: 410px !important;
        /* width: 200px !important; */
        width: 105% !important;
    }
    .rsDefault .rsFullscreenBtn {
        display: none;
        cursor: none;

    }

    .rsDefault .rsFullscreenIcn {
        display: none;
        cursor: none;
    }
    body {
        border-top: 15px dashed #000000;
    }

    footer {
        border-top: 15px dashed #000000;
    }
}