/* Custom Styles for georgeatompkins.com */

.oswald-extra-light {
	font-family: "Oswald", Arial, sans-serif;
	font-weight: 200;
}

.oswald-light {
	font-family: "Oswald", Arial, sans-serif;
	font-weight: 300;
}
.oswald-regular {
	font-family: "Oswald", georgia, sans-serif;
	font-weight: 400;
}

.roboto-extra-light {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 200;
}
.roboto-light {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 300;
}
.roboto-regular {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 400;
}
.roboto-bold {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 700;
}
.font-size-125 {
	font-size: 1.25rem;
}


#top-page-bg {
	height:100vh;
	width:100%;
	background-color:#9395d8;
	background-size:cover;
	display: table;
	background-attachment:fixed;
}
#section-bg {
	height:100vh;
	width:100%;
	background-color:#9395d8;
	background-size:cover;
	display: table;
	background-attachment:fixed;
}
#box3 {
	height:100vh;
	width:100%;
	background-color:#9395d8;
	background-image:url("../../front.jpg");
	background-size:cover;
	display: table;
	background-attachment:fixed;
}
/*.name-header {
	font-family:"Oswald";
	font-weight:200;
	font-size:4em;
	margin: 0px;
	text-align:center !important;
	display:table-cell;
	vertical-align:middle;
}*/

/* responsive sticky footer - by seyDoggy */
/* https://gist.github.com/seyDoggy/e919a429b2459aedf509 */
html,body {
    height:100%;
    width: 100%;
}

body {
    display: table;
}

.container {
    height: auto;
}

.footer {
    display: table-row;
    height: 1px;
}