body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
#ribbon {
    width: 98px;
    height: 158px;
    display: block;
    position: fixed;
    background: url(pics/Amy-Ribbon.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0px;
    right: 30px;
}
#header {
	display: block;
	width: 100%;
	height: 485px;
	background: url(pics/headerbg.png) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#headerText{
	display: block;
	font-size: 27px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin-top: 27px;
}
#amy {
    float: left;
    width: 50%;
    max-width: 395px;
    height: 485px;
    display: block;
    margin-left: -100px;
    background: url(pics/amy.png) left bottom no-repeat;
    background-size: 100%;
}

#sideheaderbackground{
	display: block;
	width: 100%;
	background-color: #caad49;
	color: #000000;
	font-family: 'Arvo', serif;
	font-weight: bold;
	font-size: 45px;
	margin-top: 27px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left:10px;
	padding-right:10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#buttonstyle{
	display: block;
	width: 145px;
	background-color: #caad49;
	color: #000000;
	font-family: 'Arvo', serif;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom: 40px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: auto;
	margin-left: auto;
}
#pdf a{
	display: block;
	background-color: #caad49;
	font-size: 22px;
	font-family: 'Vollkorn', serif;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #040000;
	text-decoration: none;
}
#pdf a:hover{
	color: #ffffff;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	cursor:pointer;
}
#buttonstyle:hover{
	background-color: #e8c755;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	cursor:pointer;
}
#serviceBackground{
	display: block;
	width: 100%;
	height: 310px;
	background: url(pics/servicesbackground.png) center center no-repeat white;	
	background-size:cover;
	background-attachment: fixed;
}
#bioBackground{
	display: block;
	width: 100%;
	height: 645px;
	background: url(pics/biobackground.png) center center no-repeat white;	
	background-size:cover;
	background-attachment: fixed;
}
#linkBackground{
	display: block;
	width: 100%;
	height: 300px;
	background: url(pics/linksbackground.png) center center no-repeat white;	
	background-size:cover;
	background-attachment: fixed;
}
.yellowbackground{
	display: block;
	background-color: #caad49;
	font-size: 22px;
	font-family: 'Vollkorn', serif;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
.yellowbackgroundtwo{
	display: block;
	background-color: #caad49;
	font-size: 40px;
	font-family: 'Arvo', serif;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
}
.img-with-text {
	display: inline-block;
	vertical-align:top;
	line-height: 25px;
	width: 190px;
	margin: 0 auto;
}
.img-with-text-two {
	display: inline-block;
	vertical-align:top;
	line-height: 25px;
	width: 202px;
	margin: 0 auto;
}
.blackbackground{
	display: block;
	background-color: #040000;
	width: 100%;
	font-size: 24px;
	font-family: 'Vollkorn', serif;
	text-align: center;
	vertical-align: top;
	color:white;
	padding-bottom: 65px;
}
.blackbackgroundtwo{
	display: block;
	background-color: #040000;
	width: 100%;
	height: 380px;
	font-size: 19px;
	font-family: 'Vollkorn', serif;
	text-align: center;
	color:white;
	padding-bottom: 40px;
}
.inaline a{
	display: block;
	color: white;
	text-decoration: none;
	line-height: 40px;
}
.inaline a:hover{
	text-decoration: underline;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	cursor:pointer;
}
.circle {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 30px;
	margin-right: 30px;
	vertical-align: middle;
	background: white;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.bioText{
	font-family: 'Vollkorn', serif;
	font-size: 17px;
	margin-bottom: 40px;
	text-align: justify;
	text-justify: inter-word;
}
#sideimage {
	display: block;
    width: 60%;
	max-width: 415px;
	float: right;
	margin-top: 150px;
	color: #caad49;
	text-align: center;
}
.container {
	display: block;
	max-width: 795px;
    width: 100%;
	margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.containertwo{
	display: block;
	max-width: 720px;
    width: 100%;
	margin: 0 auto;
}
#topimage-mobile {
	display: none;
}
#ribbon-mobile{
	display: none;
}
/* Max width 875px Styles */
@media (max-width: 875px) {
    #ribbon {
        display: none;
    }
	#ribbon-mobile{
		display: inherit;
	}
	.ribbonBlackText{
		font-family: 'Vollkorn', serif;
		font-size: 18px;
		color: #000000;
	}
	.ribbonGoldText{
		font-family: 'Vollkorn', serif;
		font-size: 18px;
		color: #b19431;
	}
    #amy {
        display: none;
    }
    #sideimage {
        width: 100%;
        float: none;
        margin: 0 auto;
        top: 100px;
        position: relative;
    }
	#topimage-nonmobile {
		display: none;
	}
	#topimage-mobile {
		display: inherit;
	}
    #sideheaderbackground {
        font-size: 29px;
    }
    #headerText {
        font-size: 21px;
    }
    .circle {
        display: block;
        width: 100%;
        background: transparent;
        height: 5px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin: 0;
    }
    #bioBackground {
        height: 350px;
    }
    .img-with-text, .img-with-text-two {
        display: block;
        margin: 0 auto !important;
        padding: 0 !important;
        margin-bottom: 30px !important;
    }
    .inaline {
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
    }
    .blackbackgroundtwo {
        height: auto;
    }
    #header, #bioBackground, #serviceBackground, #linkBackground {
        background-attachment: inherit;
        background-size: cover;
    }
    .yellowbackground a {
        color: #000000;
        text-decoration: underline;
    }
}