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


html {
	box-sizing: border-box;
    padding: 0;
    margin: 0;
    height: 100%;
}

*,
*::before,
*::after {
	box-sizing: inherit;
	margin: 0;
	padding: 0;
}

body {
	font-family: "Arial", "Helvetica", 'Helvetica Neue', "sans-serif";
	margin: 0;
	padding: 0;
    height: 100vh;
    min-height: 100vh;
    display: flex;
    flex-direction: column;

}



















@media screen and (min-width: 2100px){
    #hamburgernav { /* NOT SHOWN*/
        display: none;
        position: fixed;
        width: 100%;
        background: white;
        background-color: #014F77;
        background-image: linear-gradient(#2A8FC8, #026699, #026699, #014F77);
        box-shadow: 0 0 10px;
        justify-content: space-between;
    }
.hamburger, .Close { /* NOT SHOWN*/
    text-decoration: none;
    align-items: center;
     display: none;
}
.hamburger { /* NOT SHOWN*/
        font-size: 1.75rem;
        color: white;
        margin: 0 4%; 
        top: 0;
        left: 0;
        display: none;
    } 
.hamburger #MenuText { /* NOT SHOWN*/
    padding: 0 15px;
    }
.hamburgerlogo { /* NOT SHOWN*/
        width: 15%;
        float: right;
        padding: 5px;
            display: none;
    }
#closebutton a{ /* NOT SHOWN*/
    color: white;
    display: block;
        display: none;
}
#closebutton a:hover { /* NOT SHOWN*/
    color: #C8C7CB;
    display: block;
    }
#nav{ /*Main Nav area*/
    position: fixed;
    width: 100%;
    height: 75px;
    background-color: #014F77;
    background-image: linear-gradient(#00619F,#0075AC, #008FBD );
    box-shadow: 0 0 10px;
    z-index: 1000;
    top: 0;
    left: 0;
    overflow: visible;
    display: flex;
    flex-flow: row wrap;
  }
    
#nav:target {
    transform: translateY(0%)
}
nav ul {
	list-style-type: none;
    width: 85%;
    display: flex;
    flex-flow: row;
    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: justify;
    height: auto;

}
nav li { /* logo and every page link area, including dropdown and flyout links*/
        flex: 1 1 auto;
        align-items: center;
        align-content: center;
        justify-content: justify;

    }
.nav_listitem a{ /*logo and page links text specifically*/
    color: white;
    text-decoration: none;
    font-weight: 400;
    display: block;
    height: 45px;
    padding-top: 5px;
    width: 80%;
    font-size: 2rem;
    position: relative;
}

#clientlogin {
    color: white;
    background-color: #004f78;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 400;
    display: block;
    padding-top: 7px;
    position: absolute;
    right: 10px;
    top: 20%;
    width: 10%;
    font-size: 1.55rem;

}

.logintext {
 text-align: center;
 display: inline-block;
 padding-right: 5px;
}
.loginicon {
    color: white;
    padding: 2px 4px 2px 0;
    display: inline-block;
}

/*Start Dropdown Nav Section*/
.nav_dropdown a{ /*"Services" text and all links under it*/
    position: relative;
    color: white;
    text-decoration: none;
    font-weight: 400;
    display: block;
    height: auto;
    padding: 10px 0;

}
.nav_dropdown { /*"Services" font size only*/
    font-size: 2rem;
    }
nav .nav_dropdown::after {
        display: block;
        position: absolute;
        top: 100%;
    }
nav    .nav_dropdown:hover {
        display: block;
    }
.nav_listemdrop { /*1st Dropdown Menu under "SERVICES"..Does NOT include "Demonstratives" */
    display: none;
    position: absolute;
    width: 300px;
    background-color: rgb(1, 79, 119);
    z-index: 1000;
    text-align: left;
    top: 80%;
    left: 38%; /*how far from left the dropdown box appears because position is set to absolute*/
}

.navdropitem {
      padding: 0;
    margin: 0;
    }
.nav_listemdrop a { /* page links on both dropdowns*/ 
        padding: 10px 15px;
        font-size: 1.75rem;
    }
nav ul .nav_listemdrop a:hover{
    color: #C8C7CB;
    display: block;
}
nav a:focus {
	border: #2A8FC8;
	color: #C8C7CB;
}
nav a:hover {
    color: #C8C7CB;
    display: block;
}





    /*End Dropdown Nav Section*/
          /*start of flyout Nav*/
nav ul .nav_dropdown:hover > .nav_listemdrop
{
    display:block;
    position: absolute;      
}
.nav_flyout {  /* "DEMONSTRATIVES" text. Make sure width matches with .nav_listemdrop*/
    display: block;
    width: 300px;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: rgba(1, 79, 119);
    }
.nav_flyoutitem { /* 2nd Dropdown AREA under "DEMONSTRATIVES" text, includes Medical, Illustration, Models*/
    display: none;
    padding: 10px;
    background-color: rgba(1, 79, 119);
    } 
.nav_flyout:hover  .nav_flyoutitem { /*Shape and placement of flyout list*/
    display: block;
     position: absolute;
     background: rgba(1, 79, 119);
    margin-left: 100%;
    margin-top: -19%;

    }
.nav_flyoutitem ul { /*flyout list area*/
    display: flex;
    flex-flow: column;
    width: 100%;
    }
.nav_flyoutitem ul li{ /*Medical, Illustration, Models*/
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 10px 0 0;
    text-align: right;
    font-size: 1.75rem;
    }

/*End of flyout Nav*/
/*Start of logo and company name in Nav Bar*/    
#nav_logotext { /* logo and "echo&associates multimedia, LLC" area on left*/
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    }

.nav_listlogo { /*logo on left side navbar*/
    flex: 1 1 auto;
    height: 75px;
    margin: 0;
    padding: 0;

}
.nav_listlogoNS { /*NOT SHOWN - only shown in mobile*/
    display: none;
}
#hamburgerCoName { /*"echo&associates multimedia, LLC" text with top bar*/
    flex: 1 1 auto;
    width: auto;
    line-height: 0.75;
    }    
#hamburgerCoName p{ /* "echo&associates multimedia, LLC" text with top bar*/
    color: #C8C7CB;
    font-size: .75rem;
    padding-bottom: 3px;
    padding-top: 1px;
    border-top: 1px solid #C8C7CB;
    font-weight: 400;
    flex: 1 1 auto;
    text-align: center;
    }
    
#multimediatext { /*"multimedia, LLC" text with top bar*/
        font-weight: 400;
        font-size: 0.65rem;
    }

    /*End of logo and company name in Nav Bar*/ 
/*END of EXTRA LG MONITOR*/
}

















/*LARGE MONITOR - START*/

@media screen and (min-width: 1622px) and (max-width: 2099px){
#hamburgernav { /* NOT SHOWN*/
        display: none;
        position: fixed;
        width: 100%;
        background: white;
        background-color: #014F77;
        background-image: linear-gradient(#2A8FC8, #026699, #026699, #014F77);
        box-shadow: 0 0 10px;
        justify-content: space-between;
    }
.hamburger, .Close { /* NOT SHOWN*/
    text-decoration: none;
    align-items: center;
     display: none;
}
.hamburger { /* NOT SHOWN*/
        font-size: 1.75rem;
        color: white;
        margin: 0 4%; 
        top: 0;
        left: 0;
        display: none;
    } 
.hamburger #MenuText { /* NOT SHOWN*/
    padding: 0 15px;
    }
.hamburgerlogo { /* NOT SHOWN*/
        width: 15%;
        float: right;
        padding: 5px;
            display: none;
    }
#closebutton a{ /* NOT SHOWN*/
    color: white;
    display: block;
        display: none;
}
#closebutton a:hover { /* NOT SHOWN*/
    color: #C8C7CB;
    display: block;
    }
#nav{ /*Main Nav area*/
    position: fixed;
    width: 100%;
    height: 75px;
    background-color: #014F77;
    background-image: linear-gradient(#00619F,#0075AC, #008FBD );
    box-shadow: 0 0 10px;
    z-index: 1000;
    top: 0;
    left: 0;
    overflow: visible;
    display: flex;
    flex-flow: row wrap;
    }
    
#nav:target {
    transform: translateY(0%)
}
nav ul {
	list-style-type: none;
    width: 90%;
    display: flex;
    flex-flow: row;
    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: justify;
    height: auto;

}
nav li { /* logo and every page link area, including dropdown and flyout links*/
        flex: 1 1 auto;
        align-items: center;
        align-content: center;
        justify-content: justify;

    }
.nav_listitem a{ /*logo and page links text specifically*/
    color: white;
    text-decoration: none;
    font-weight: 400;
    display: block;
    height: 45px;
    padding-top: 4px;
    width: 80%;
    font-size: 2rem;

}

#clientlogin {
    color: white;
    background-color: #004f78;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 400;
    display: block;
    padding-top: 7px;
    position: absolute;
    right: 10px;
    top: 20%;
    width: 12%;
    font-size: 1.55rem;

}

.logintext {
 text-align: center;
 display: inline-block;
 padding-right: 5px;
}
.loginicon {
    color: white;
    padding: 2px 4px 2px 0;
    display: inline-block;
}


/*Start Dropdown Nav Section*/
.nav_dropdown a{ /*"Services" text and all links under it*/
    position: relative;
    color: white;
    text-decoration: none;
    font-weight: 400;
    display: block;
    padding: 10px 0;
    
}
.nav_dropdown { /*"Services" font size only*/
    font-size: 2rem;
    }
nav .nav_dropdown::after {
        display: block;
        position: absolute;
        top: 100%;
    }
nav .nav_dropdown:hover {
    display: block;
}
.nav_listemdrop { /*1st Dropdown Menu under "SERVICES"..Does NOT include "Demonstratives" */
    display: none;
    position: absolute;
    width: 300px;
    background-color: #014F77;
    z-index: 1000;
    text-align: left;
    top: 85%;
    left: 41%; /*how far from left the dropdown box appears because position is set to absolute*/
}

.navdropitem {
      padding: 0;
    margin: 0;
    }
.nav_listemdrop a { /* page links on both dropdowns*/ 
        padding: 10px 15px;
        font-size: 1.75rem;
    }
nav ul .nav_listemdrop a:hover{
    color: #C8C7CB;
}
nav a:focus {
	border: #2A8FC8;
	color: #C8C7CB;
}
nav a:hover {
    color: #C8C7CB;
    display: block;
}
    /*End Dropdown Nav Section*/
          /*start of flyout Nav*/
nav ul .nav_dropdown:hover > .nav_listemdrop
{
    display:block;
    position: absolute;      
}
.nav_flyout{  /* "DEMONSTRATIVES" text. Make sure width matches with .nav_listemdrop*/
    display: block;
    width: 300px;
    position: relative;
    margin: 0;
    padding: 0;
    background: #014F77;

    }
.nav_flyoutitem { /* 2nd Dropdown AREA under "DEMONSTRATIVES" text, includes Medical, Illustration, Models*/
    display: none;
    padding: 10px;

    } 
.nav_flyout:hover  .nav_flyoutitem { /*Shape and placement of flyout list*/
    display: block;
     position: absolute;
     background: #014F77;
    margin-left: 100%;
    margin-top: -19%;

    }
.nav_flyoutitem ul { /*flyout list area*/
    display: flex;
    flex-flow: column;
    width: 100%;
    }
.nav_flyoutitem ul li{ /*Medical, Illustration, Models*/
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 10px 0 0;
    text-align: right;
    font-size: 1.75rem;
    }
/*End of flyout Nav*/
/*Start of logo and company name in Nav Bar*/    
#nav_logotext { /* logo and "echo&associates multimedia, LLC" area on left*/
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    }

.nav_listlogo { /*logo on left side navbar*/
    flex: 1 1 auto;
    height: 75px;
    margin: 0;
    padding: 0;

}
.nav_listlogoNS { /*NOT SHOWN - only shown in mobile*/
    display: none;
}
#hamburgerCoName { /*"echo&associates multimedia, LLC" text with top bar*/
    flex: 1 1 auto;
    width: auto;
    line-height: 0.75;
    }    
#hamburgerCoName p{ /* "echo&associates multimedia, LLC" text with top bar*/
    font-size: .75rem;
    padding-bottom: 3px;
    padding-top: 1px;
    border-top: 1px solid #C8C7CB;
    font-weight: 400;
    flex: 1 1 auto;
    text-align: center;
    }
    
#multimediatext { /*"multimedia, LLC" text with top bar*/
        font-weight: 400;
        font-size: 0.65rem;
    }

    /*End of logo and company name in Nav Bar*/   
/*LARGE MONITOR NAV bar - END*/ 

/*LARGE MONITOR - END*/
}



















/*MONITOR SIZE - START*/
@media screen and (min-width: 1101px) and (max-width: 1621px) {
      /*MONITOR NAV bar - START*/
      #hamburgernav { /* NOT SHOWN*/
        display: none;
        position: fixed;
        width: 100%;
        background: white;
        background-color: #014F77;
        background-image: linear-gradient(#2A8FC8, #026699, #026699, #014F77);
        box-shadow: 0 0 10px;
        justify-content: space-between;
    }
.hamburger, .Close { /* NOT SHOWN*/
    text-decoration: none;
    align-items: center;
     display: none;
}
.hamburger { /* NOT SHOWN*/
        font-size: 1.75rem;
        color: white;
        margin: 0 4%; 
        top: 0;
        left: 0;
        display: none;
    } 
.hamburger #MenuText { /* NOT SHOWN*/
    padding: 0 15px;
    }
.hamburgerlogo { /* NOT SHOWN*/
        width: 15%;
        float: right;
        padding: 5px;
            display: none;
    }
#closebutton a{ /* NOT SHOWN*/
    color: white;
    display: block;
        display: none;
}
#closebutton a:hover { /* NOT SHOWN*/
    color: #C8C7CB;
    display: block;
    }
#nav{ /*Main Nav area*/
    position: fixed;
    width: 100%;
    height: 75px;
    background-color: #014F77;
    background-image: linear-gradient(#00619F,#0075AC, #008FBD );
    box-shadow: 0 0 10px;
    z-index: 1000;
    top: 0;
    left: 0;
    overflow: visible;
    display: flex;
    flex-flow: row wrap;
    
    }
    
#nav:target {
    transform: translateY(0%)
}
nav ul {
	list-style-type: none;
    width: 85%;
    display: flex;
    flex-flow: row;
    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: justify;
    height: auto;
}
nav li { /* logo and every page link area, including dropdown and flyout links*/
        flex: 1 1 auto;
        align-items: center;
        align-content: center;
        justify-content: justify;

    }
.nav_listitem a{ /*logo and page links text specifically*/
    color: white;
    text-decoration: none;
    font-weight: 400;
    display: block;
    height: 45px;
    padding-top: 4px;
    width: 100%;
    font-size: 1.75rem;
}
#clientlogin {
    color: white;
    background-color: #004f78;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 400;
    display: block;
    padding-top: 10px;
    position: absolute;
    right: 10px;
    top: 20%;
    width: 15%;
    font-size: 1.25rem;

}

.logintext {
 text-align: center;
 display: inline-block;
 padding-right: 5px;
}
.loginicon {
    color: white;
    padding: 2px 4px 2px 0;
    display: inline-block;
}
/*Start Dropdown Nav Section*/
.nav_dropdown a{ /*"Services" text and all links under it*/
    position: relative;
    color: white;
    text-decoration: none;
    font-size: 1.75rem;
    font-weight: 400;
    display: block;
    padding: 5px 0;
}
.nav_dropdown { /*"Services" font size only*/
    font-size: 1.75rem;
    top: -3%;
    position: relative;
    }
nav .nav_dropdown::after {
        display: block;
        position: absolute;
        top: 100%;
    }
nav .nav_dropdown:hover {
    display: block;
}
.nav_listemdrop { /*1st Dropdown Menu under "SERVICES"..Does NOT include "Demonstratives" */
    display: none;
    position: absolute;
    width: 300px;
    background-color: #014F77;
    z-index: 1000;
    text-align: left;
    top: 95%;
    left: 10%; /*how far from left the dropdown box appears because position is set to absolute*/
}

.navdropitem {
      padding: 0;
    margin: 0;
    }
.nav_listemdrop a { /* page links on both dropdowns*/ 
        padding: 10px 15px;
        font-size: 1.75rem;
    }
nav ul .nav_listemdrop a:hover{
    color: #C8C7CB;
}
nav a:focus {
	border: #2A8FC8;
	color: #C8C7CB;
}
nav a:hover {
    color: #C8C7CB;
    display: block;
}
    /*End Dropdown Nav Section*/
          /*start of flyout Nav*/
nav ul .nav_dropdown:hover > .nav_listemdrop
{
    display:block;
    position: absolute;      
}
.nav_flyout{  /* "DEMONSTRATIVES" text. Make sure width matches with .nav_listemdrop*/
    display: block;
    width: 300px;
    position: relative;
    margin: 0;
    padding: 0;
    background: #014F77;

    }
.nav_flyoutitem { /* 2nd Dropdown AREA under "DEMONSTRATIVES" text, includes Medical, Illustration, Models*/
    display: none;
    padding: 10px;

    } 
.nav_flyout:hover  .nav_flyoutitem { /*Shape and placement of flyout list*/
    display: block;
     position: absolute;
     background: #014F77;
    margin-left: 100%;
    margin-top: -19%;

    }
.nav_flyoutitem ul { /*flyout list area*/
    display: flex;
    flex-flow: column;
    width: 100%;
    }
.nav_flyoutitem ul li{ /*Medical, Illustration, Models*/
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 10px 0 0;
    text-align: right;
    font-size: 1.75rem;
    }
/*End of flyout Nav*/
/*Start of logo and company name in Nav Bar*/    
#nav_logotext { /* logo and "echo&associates multimedia, LLC" area on left*/
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    }

.nav_listlogo { /*logo on left side navbar*/
    flex: 1 1 auto;
    height: 75px;
    margin: 0;
    padding:  0;

}
.nav_listlogoNS { /*NOT SHOWN - only shown in mobile*/
    display: none;
}
#hamburgerCoName { /*"echo&associates multimedia, LLC" text with top bar*/
    flex: 1 1 auto;
    width: auto;
    line-height: 0.75;
    }    
#hamburgerCoName p{ /* "echo&associates multimedia, LLC" text with top bar*/
    font-size: .75rem;
    padding-bottom: 3px;
    padding-top: 1px;
    border-top: 1px solid #C8C7CB;
    font-weight: 400;
    flex: 1 1 auto;
    text-align: center;
    }
    
#multimediatext { /*"multimedia, LLC" text with top bar*/
        font-weight: 400;
        font-size: 0.65rem;
    }

/*MONITOR NAV bar - END*/ 
}



















/*NAV BAR*/
@media screen and (min-width: 621px) and (max-width: 1100px){
    /*TABLET HAMBURGER NAV - START*/    
    #hamburgernav {
        position: fixed;
        width: 100%;
        height: 75px;
        padding: 0;
        background-color: #014F77;
        background-image: linear-gradient(#2A8FC8, #026699, #026699, #014F77);
        box-shadow: 0 0 10px;
        display: flex;
        justify-content: space-between;
        z-index: 1000;
    }
.hamburger, .Close { /*Hamburger and Close button*/
    text-decoration: none;
    display: flex;
    align-items: center;
}
.hamburger { /*hamburger icon & "Menu" text*/
        font-size: 2rem;
        color: white;
        margin: 0 4%; 
        top: 0;
        left: 0;
    } 
.hamburger #MenuText { /*"Menu" on condensed navbar*/
    padding: 0 15px;
    }
.hamburgerlogo { /*logo on condensed navbar*/
        height: 100%;
        float: right;
        padding: 0;
        margin: 0;
    }
#closebutton a{
    color: white;
    display: block;
    float: right;
    margin-right: 10px;
}
#closebutton a:hover {
    color: #C8C7CB;
    float: right;
    display: block;
    }
#nav{ /*Mobile Opened Menu Area with page links */
    position: fixed;
    width: 100%;
    height: auto;
    background-color: #0075AC;
    background-image: url("images/EchoLogoSwirl300x300.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0 0 10px;
    z-index: 1000;
    top: 0;
    left: 0;
    /*positioning for close and hamburger buttons*/
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    text-align: center;
    /*animate slide up and down*/
    transform: translateY(-100%);
    transition: transform 0.2s ease;
    }
#nav:target {
    transform: translateY(0%)
}
.nav_listlogo { /*logo in drowpdown menu*/
        width: 25%;
        display: none;
    }
.nav_listlogoNS {
        display: block;
        width: 75px;
        margin: 0 auto;
    }
nav ul { /* logo and every page link area, including dropdown and flyout links*/
	list-style-type: none;
	margin: 0;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 5%;

}

nav a {/*logo and page links text specifically*/
	color:white;
	text-decoration:none;
	font-size: 1.25rem;
	font-weight: 400;
    padding: 0.5rem;
    display: block;
}
nav a:focus {
	background-color: #57ABDB;
	color: #5A606E;
}
nav a:hover {
    color: #C8C7CB;
    display: block;
}

#clientlogin {
    color: white;
    background-color: #004f78;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 400;
    display: block;
    padding-top: 10px;
    width: 100%;
    font-size: 1.25rem;
    margin-top: 20px;
}

.logintext {
 text-align: center;
 display: inline-block;
 padding-right: 5px;
}
.loginicon {
    color: white;
    padding: 2px 4px 2px 0;
    display: inline-block;
}

/*Start Dropdown Nav Section*/
nav .nav_dropdown { /* "SERVICES" text*/
    position: relative;
    text-align: center;
    width: 250px;

}
nav .nav_dropdown::after {
        font-size: 0.5em;
        display: block;
        position: absolute;
        top: 50%;
    }
nav .nav_listemdrop { /*1st Dropdown Menu under "SERVICES"..Does NOT include "Demonstratives" */
    display: none;
    position: absolute;
    width: 100%;
    font-size: 0.45rem;
    margin: 0 auto;
    padding: 10px 0 0;
    background-color: #014F77;
    z-index: 1000;
    line-height: 1;
    text-align: left;

}
nav ul .nav_listemdrop a {
    padding: 10px 25px;
    }
nav ul .nav_listemdrop a:hover{
    color: #C8C7CB;
    display: block;
}
    /*End Dropdown Nav Section*/
          /*start of flyout Nav*/

nav ul .nav_dropdown:hover > .nav_listemdrop {
    display:block;
    position: absolute;  
}
.nav_flyoutitem { /* 2nd Dropdown AREA under "DEMONSTRATIVES" text, includes Medical, Illustration, Models*/
    display: none;
    margin: 0 auto;
    width: 100%;
    } 
.nav_flyout{ /* "DEMONSTRATIVES" text. Make sure width matches with .nav_listemdrop*/
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 10px;
    background: #014F77;
    }

.nav_flyout:hover .nav_flyoutitem {
    display: flex;
    position: absolute;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    background: #026699;
    }
.nav_flyoutitem ul li{ /*Medical, Illustration, Models*/
     display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: right;

    }

/*End of flyout Nav*/
/*Start of logo and company name in Nav Bar*/    
#nav_logotext { /* grouped together logo and text w/ bottom line at top of drowpdown menu*/
    display: block;
    margin: 0 auto;
    }
#hamburgerCoName { /* grouped together "echo&associates multimedia, LLC" text including bottom line*/
    width: 80%;
    line-height: 0.75;
    text-align: center;
    margin: 0 auto;
    }    
#hamburgerCoName p{ /*"echo&associates" text in dropdown menu w/ bottom line*/
    position: relative;
    color: #C8C7CB;
    font-size: 1rem;
    padding: 0 0 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #C8C7CB;
    font-weight: 400;
        text-align: center;
        align-content: center;
    }
#multimediatext { /*"multimedia,LLC" text* in dropdown menu*/
        font-size: 0.75rem;
        text-align: center;
        align-content: center;

                }

    }
/*MOBILE NAV - END*/
























/*MOBILE PORTRAIT VIEW - START*/
@media screen and (max-width : 620px ){
    
/*MOBILE NAV - START*/ 
    #hamburgernav {
        position: fixed;
        width: 100%;
        height: 100px;
        padding: 0;
        background-color: #014F77;
        background-image: linear-gradient(#2A8FC8, #026699, #026699, #014F77);
        box-shadow: 0 0 10px;
        display: flex;
        justify-content: space-between;
        z-index: 1000;
    }
.hamburger, .Close { /*Hamburger and Close button*/
    text-decoration: none;
    display: flex;
    align-items: center;
}
.hamburger { /*hamburger icon & "Menu" text*/
        font-size: 2rem;
        color: white;
        margin: 0 4%; 
        top: 0;
        left: 0;
    } 
.hamburger #MenuText { /*"Menu" on condensed navbar*/
    padding: 0 15px;
    }
.hamburgerlogo { /*logo on condensed navbar*/
        height: 100%;
        float: right;
        padding: 0;
        margin: 0;
    }
#closebutton a{
    color: white;
    display: block;
    float: right;
    margin-right: 10px;
}
#closebutton a:hover {
    color: #C8C7CB;
    float: right;
    display: block;
    }
#nav{ /*Mobile Opened Menu Area with page links */
    position: fixed;
    width: 100%;
    height: auto;
    background-color: #0075AC;
    background-image: url("images/EchoLogoSwirl300x300.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0 0 10px;
    z-index: 1000;
    top: 0;
    left: 0;
    /*positioning for close and hamburger buttons*/
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    text-align: center;
    /*animate slide up and down*/
    transform: translateY(-100%);
    transition: transform 0.2s ease;
    }
#nav:target {
    transform: translateY(0%)
}
.nav_listlogo { /*logo in drowpdown menu*/
        width: 25%;
        display: none;
    }
.nav_listlogoNS {
        display: block;
        width: 75px;
        margin: 0 auto;
    }
nav ul { /* logo and every page link area, including dropdown and flyout links*/
	list-style-type: none;
	margin: 0;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 5%;

}
nav a {/*logo and page links text specifically*/
	color:white;
	text-decoration:none;
	font-size: 1rem;
	font-weight: 400;
    padding: 0.5rem;
    display: block;
}
nav a:focus {
	background-color: #57ABDB;
	color: #5A606E;
}
nav a:hover {
    color: #C8C7CB;
    display: block;
}

#clientlogin {
    color: white;
    background-color: #004f78;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 400;
    display: block;
    padding-top: 10px;
    width: 100%;
    font-size: 1rem;
    margin-top: 20px;
}

.logintext {
 text-align: center;
 display: inline-block;
 padding-right: 5px;
}
.loginicon {
    color: white;
    padding: 2px 4px 2px 0;
    display: inline-block;
}

/*Start Dropdown Nav Section*/
nav .nav_dropdown { /* "SERVICES" text*/
    position: relative;
    text-align: center;
    width: 250px;

}
nav .nav_dropdown::after {
        font-size: 0.5em;
        display: block;
        position: absolute;
        top: 50%;
    }
nav .nav_listemdrop { /*1st Dropdown Menu under "SERVICES"..Does NOT include "Demonstratives" */
    display: none;
    position: absolute;
    width: 100%;
    font-size: 0.45rem;
    margin: 0 auto;
    padding: 10px 0 0;
    background-color: #014F77;
    z-index: 1000;
    line-height: 1;
    text-align: left;


}
nav ul .nav_listemdrop a {
    padding: 10px 25px;
    }
nav ul .nav_listemdrop a:hover{
    color: #C8C7CB;
    display: block;
}
    /*End Dropdown Nav Section*/
          /*start of flyout Nav*/

nav ul .nav_dropdown:hover > .nav_listemdrop {
    display:block;
    position: absolute;  
}
.nav_flyoutitem { /* 2nd Dropdown AREA under "DEMONSTRATIVES" text, includes Medical, Illustration, Models*/
    display: none;
    margin: 0 auto;
    width: 100%;
    } 
.nav_flyout{ /* "DEMONSTRATIVES" text. Make sure width matches with .nav_listemdrop*/
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 10px;
    background: #014F77;
    }

.nav_flyout:hover .nav_flyoutitem {
    display: flex;
    position: absolute;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    background: #026699;
    }
.nav_flyoutitem ul li{ /*Medical, Illustration, Models*/
     display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: right;

    }

/*End of flyout Nav*/
/*Start of logo and company name in Nav Bar*/    
#nav_logotext { /* grouped together logo and text w/ bottom line at top of drowpdown menu*/
    display: block;
    margin: 0 auto;
    }
#hamburgerCoName { /* grouped together "echo&associates multimedia, LLC" text including bottom line*/
    width: 80%;
    line-height: 0.75;
    text-align: center;
    margin: 0 auto;
    }    
#hamburgerCoName p{ /*"echo&associates" text in dropdown menu w/ bottom line*/
    position: relative;
    color: #C8C7CB;
    font-size: 1rem;
    padding: 0 0 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #C8C7CB;
    font-weight: 400;
        text-align: center;
        align-content: center;
    }
#multimediatext { /*"multimedia,LLC" text* in dropdown menu*/
        font-size: 0.75rem;
        text-align: center;
        align-content: center;

                }

    }
/*MOBILE NAV - END*/