/*
Theme Name:   ShrayChildTheme
Description:  This is the Child Theme to Shray\'s Website
Author:       Mark Ishii
Author URL:   ishiidesign.com
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  ShrayChildTheme
*/

/* Write here your own personal stylesheet */

/*-Page-----Global--------------*/
/*-Section--Typography---*/
/*-Edit-----Stylize--*/

h5{
	margin-top: 15px;
}
h6{
	margin-top: 15px;
}

li{
	line-height: 1.7em;
}

/*-Section--Structure---*/
/*-Edit-----Positioning--*/
.verticallyAlignCenter{
	display: flex; 
    flex-direction: column; 
    justify-content: center;
}

/*-Edit-----Move content down from top of page--*/
#et-main-area{
	padding-top: 81px;
}

/*-Edit-----Move content to top of page for home page--*/
body.home #et-main-area{
	padding-top: 0;
}


/*-Edit-----Make images full width to containing element--*/
.et_pb_image,
.et_pb_image a,
.et_pb_image a span,
.fullWidthImage img,
.et_pb_image_wrap,
.et_pb_image_wrap img{
	width: 100%;
}

/*-Page-----Resume--------------*/
/*-Section--Bullets---*/
/*-Edit-----Add Spacing--*/
.page.resume.section.bullets ul{
	line-height: 1.6;
}

/*-Page-------Home-------------------------------------*/
/*-Section----Slider-----*/
/*-Edit-------Hide Header and Footer--*/
.page-id-186 header,
.page-id-186 footer{
	display: none;
}
#page-container{
	padding-top: 0px !important;
}