/*-------------------------------------------------------
Theme Name: Divi Child Theme
Description: A child theme for Divi
Author: Andrea Quinn
Template: Divi
Version: 1.0.0
----------------- ADDITIONAL CSS HERE ------------------*/


@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html {
  font-family: "Open Sans", sans-serif;
}

ul{
	margin-left: 1vw;
	margin-top: 1vh;
}
ol{
	margin-left: 1vw;
	margin-top: 1vh;
	line-height: 1.5;
}
ol li {
	margin-bottom: 1vh;		
}	

#top-menu ul{
	margin:0px
}
/*  footer anchors aq   */
et_pb_module et_pb_text et_pb_text_2_tb_footer cust-foot a {
	color: #ffffff !important;
}
/*  footer anchors aq   */
cust-foot a {
	color: #ffffff !important;
}