/*
 Theme:        Divi Child
 Theme URI:    http://anstd.host1.ans.org/Divi-child/
 Description:  Divi Child Theme
 Author:       David Regalado
 Author URI:   http://anstd.host1.ans.org/
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Divi-child
*/

/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/
/*------------------------------------------------*/

#et-top-navigation { float: left; }

/* Social icons being used - added color */
.et-social-facebook a.icon:before { content: '\e093'; color: #ffffff; }
.et-social-twitter a.icon:before { content: '\e094'; color: #ffffff; }

/* Dave's stuff */
.anslogo { display:block;position:relative;float:left; }

#footer-info { text-align: left; color: #ffffff; padding-bottom: 10px; float: left; }
#footer-info a { font-weight: 700; color: #ffffff; }


.nets-2016 #top-menu li > a
{
    padding: 14px 5px;
}

.nets-2016 #top-menu li > a
{
    padding: 14px 5px;
}


.nets-2016 #top-menu li a:hover
{
    color:blue;
    background-color:#AAA;
}
.nets-2016 #top-menu li.current-menu-ancestor > a,.nets-2016 #top-menu li.current-menu-item > a,.nets-2016 .bottom-nav li.current-menu-item > a 
{
    color:black;
    font-weight:bold;
    
}

#header-image
{
    height:230px;
}

@media screen and (max-width : 800px)
{
    #header-image
    {
        height:120px;
    }
}

@media screen and (max-width : 620px)
{
    #header-image
    {
        height:90px;
    }
}

@media screen and (max-width : 420px)
{
    #header-image
    {
        height:60px;
    }
}
