/* --------------- SKILLS PAGE SETTINGS --------------- */

.skills section.module
{

    margin-bottom:				0px;
    padding:				20px 0 0;

}

.skills section.module h2
{

    text-shadow:				1px 1px 2px white;

    font-size:				30px;

    margin-left:				15%;

}

.skills section.module p
{

    color:					white;
    font-size:				9px;

    margin-left:				60%;
    margin-right:				5%;
    margin-bottom:				0px;

}

.skills section.module ul
{

    color:					white;
    font-size:				16px;
    font-weight:				300px;

    margin-left:				30%;
    margin-right:				20%;
    margin-bottom:				0px;

}

.skills section.module.content
{

    padding:				40px 0px;

    /*border-style: 				solid;
    border-width:				2px;
    border-color:				white;  currently unused*/

}

.skills section.module.parallax
{

    height:					100%;

    background-position:			50% 50%;
    background-repeat:			no-repeat;
    background-attachment:			fixed;
    background-size:			cover;

}

.skills section.module.parallax h1
{

    font-size:				48px;
    line-height:				800px;
    font-weight:				700px;
    text-align:				center;

}

/* IMAGE LOCATIONS */
.skills section.module.parallax1
{

    background-image: 			url("../img/skills/IT.jpg");

}

.skills section.module.parallax2
{

    background-image: 			url("../img/skills/developer.jpg");

}

.skills section.module.parallax3
{

    background-image:			url("../img/skills/design.jpg");
}

.skills section.module.parallax4
{

    background-image:			url("../img/skills/animation.jpg");

}
