/*
 Theme Name:   Fitzsimons Dev
 Theme URI:   https://www.elegantthemes.com/gallery/divi/
 Description:  fitzsimonsdev
 Author:     fitzsimonsdev
 Author URI:   https://www.elegantthemes.com
 Template:    Divi
 Version:    1.0.0
*/

/*
h1, h2, h3, h4, h5
{
    font-size: 2.8em;
    font-weight: 600;
}
h6
{
    font-size: 1.9em;
    font-weight: 600;
}

*/


.vertical-align { 
  display: flex; 
  flex-direction: column; 
  justify-content: center;
} 

#menu-navmain .et_pb_menu_0_tb_header.et_pb_menu ul li a {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #424242 !important;
}

/* 981 and above #################################### */
@media only screen and (min-width: 981px){



  /* END MEDIA */
	}
  /* ------------------------- */

	  /* between #################################### */
@media only screen and  (max-width: 980px){

    /* ------------------------- */
  /* END MEDIA */
  }


	  /* between #################################### */
@media only screen and  (min-width: 400px) and (max-width: 980px){


  /* ------------------------- */
  /* END MEDIA */
	}
  /* ------------------------- */

