@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

html, body
{
	font-family: 'Open Sans', sans-serif;
	background-color: #ececec;
}

.no-buttons::-webkit-outer-spin-button,
.no-buttons::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

header
{
	background-image: url("/assets/img/RiaHead.jpg");
	position: relative;
	color: #fff;
	padding: 60px 0 295px 0;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}

header::before
{
	content: " ";
	width: 100%;
	height: 100%;
	top :0;
	left: 0;
	position: absolute;
	background: rgba(0,0,0,0.42);
}

header h1
{
	text-transform: uppercase;
	margin-top: 0;
}

header p
{
	margin: 0;
}

.PagePart.HeadCard
{
	margin-top: -233px;
}

.PagePart.HeadCard .Shadow
{
	display: inline-block;
	width: 100%;
	-webkit-box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.16);
}

.PagePart.HeadCard .Content
{
	background-color: #fff;
	margin-left: -30px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	height: 100%;
}

.PagePart.HeadCard .Content .Upper
{
	padding-top: 30px;
	border-bottom: 1px solid #ececec;
	padding-bottom: 30px;
}

.PagePart.HeadCard .Content .Upper h2
{
	text-transform: uppercase;
	color: #3e3e3e;
}

.PagePart.HeadCard .Content .Upper p
{
	margin-bottom: 0;
	color: #3e3e3e;
}

.PagePart.HeadCard .Content .Upper h2 strong
{
	color:#1d2031;
}

.PagePart.HeadCard .Content .Lower
{
	padding-top: 60px;
}

.PagePart.HeadCard .Content .Lower p
{
	color: #3e3e3e;
	margin-bottom: 5px;
}

.PagePart.HeadCard .Content .Lower p strong
{
	display: inline-block;;
	width: 90px;
}

.PagePart.HeadCard .Content .Lower p a
{
	color: #3e3e3e;
	text-decoration: none !important;
}

.PagePart.HeadCard .Content .Social
{
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #1d2031;
	padding: 30px;
	left: 0;
}

.PagePart.HeadCard .Content .Social ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

.PagePart.HeadCard .Content .Social ul li
{
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
}

.PagePart.HeadCard .Content .Social ul li img
{
	max-height: 30px;
}

.PagePart.Quote
{
	padding: 60px 0;
}

.PagePart.Quote p
{
	font-size: 25px;
	line-height: 34px;
	margin: 0;
	font-style: italic;
}

.PagePart.Quote p strong
{
	font-size: 40px;
}

.PagePart.Skill
{
	margin-top: 60px;
}

.PagePart.Skill h3
{
	color: #1d2031;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: 700;
}

.PagePart.Skill .Inner
{
	padding: 45px 0 30px 0;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.04);
	-moz-box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.04);
	box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.04);
}

.PagePart.Skill .HeadImage
{
		margin-bottom: 30px;
}

.PagePart.Skill ul
{
	margin:0;
	padding:0;
	list-style: none;
}

.PagePart.Skill ul li
{
	position: relative;
	padding-left: 40px;
	font-size: 21px;
	margin-bottom: 15px;
}

.PagePart.Skill ul li::before
{
	content: " ";
	background-image: url("/assets/img/settingsBR.png");
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	position: absolute;
	background-size: 100%;
	left: 0;
	top: 0;
}

.MyBars p
{
	margin: 0;
}

footer
{
	margin-top: 60px;
	text-align: center;
	color: #fff;
	background-color: #1d2031;
	padding: 15px 0;
}

footer p
{
	margin: 0;
	font-size: 12px;
}

footer  a
{
	font-size: 12px;
	color: #fff;
}

/**BARS**/
/* Container for skill bars */
.Skill .barcontainer {
    width: 100%; /* Full width */
    background-color: #ddd; /* Grey background */
	margin-bottom: 15px;
}

.Skill .skills {
    text-align: right; /* Right-align text */
    padding: 10px; /* Add some padding */
	width: 0%;

	-webkit-transition: all 2s ease-out;
	-moz-transition: all 2s ease-out;
	-o-transition: all 2s ease-out;
	transition: all 2s ease-out;
}

.Skill .ready .dutch {width: 100%; background-color: #1d2031;} /* Green */
.Skill .ready .english {width: 100%; background-color: #1d2031;} /* Blue */
.Skill .ready .french {width: 20%; background-color: #1d2031;} /* Red */
.Skill .ready .german {width: 20%; background-color: #1d2031;} /* Dark Grey */

/**
Responsive
**/
/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px)
{
	header
	{
		padding-bottom: 250px;
	}
	.PagePart.HeadCard .Content .Lower
	{
		padding-top: 26px;
	}
	.PagePart.HeadCard
	{
		margin-top: -190px;
	}
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px)
{
	.PagePart.HeadCard .Content .Social
	{
		right: 0;
		left: auto;
		width: inherit;
	}

	.PagePart.HeadCard .Content .Social li
	{
		margin-left: 15px;
	}

	.PagePart.HeadCard .Content .Social li:first-child
	{
		margin-left :0;
	}
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px)
{
	.PagePart.HeadCard .Content .Social
	{
		padding: 15px;
		text-align: center;
		margin-top: 15px;
		position: inherit;
		margin-left: -30px;
    width: calc(100% + 60px);
	}

	.PagePart.HeadCard .Content .Social ul
	{
		text-align: center;
	}
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px)
{
	.PagePart.Skill .Inner
	{
		padding: 45px 15px 30px 15px;
		text-align: center;
	}
	.PagePart.Skill ul
	{
	}
	.PagePart.HeadCard .Content
	{
		margin-left:0;
	}
}
