/*body {
	height: auto;
    min-height: 100%;
    position: relative;
}*/

.social-link {
	padding-left: 5px;
	padding-right: 5px;
	width: 50px;
}

.my-text {
    font-family: Calibri;
    font-size: 16px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 50px;
}

.about-text {
	text-align: justify;
}

.contact-text {
	text-align: justify;
}

.my-btn {
	background-color: white;
	font-family: Book Antiqua;
	font-size: 21;
}

.vertical-left {
	border-left: 1px solid black;
	height: 100%;
	display: inline-block;
}

.vertical-right {
	border-right: 1px solid black;
	height: 100%;
	display: inline-block;
}

.my-header {
	font-family: "Vonique64Bold",sans-serif;
	font-size: 75px;
	color: black;
	text-align: center;
}

.header-btn {
	background-color: white;
	font-size: 100%;
	padding: 0 0 0 0;
}

.my-menu {
	height: 46px;
	text-align: center
}

.page-footer {
    bottom: 0;
    position: absolute;
	text-align: center;
	background: none repeat scroll 0 0 white;
    min-height: 100px;
    padding: 20px 0;
    width: 100%;
}




@media (max-width: 799px) {
	
	.my-header {
		font-size: 50px;
	}
	
	.my-text {
		padding-top: 20px;
	}
}

@media (max-width: 450px) {
	
	.my-header {
		font-size: 30px;
	}
	
	.my-menu {
		height: 30px;
		text-align: center
	}
	
	.my-btn {
		font-size: 14px;
		padding-left: 1px;
		padding-right: 1px;
	}
	
	.my-text {
		font-size: 14px;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 15px;
	}
}


@media (min-width: 800px) {
	.container {
		width: 800px;
	}
}

/*@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
	
	.my-header {
		font-size: 110px;
	}
	
	.my-btn {
		font-size: 31px;
	}
	
	.my-menu {
		height: 59px;
		text-align: center
	}
	
	.my-text {
		font-size: 24px;
		padding-left: 50px;
		padding-right: 50px;
		padding-top: 50px;
	}
}*/


@font-face {
	font-family: 'Vonique64';
	src: url('../fonts/Vonique64.ttf') format('truetype');
}

@font-face {
	font-family: 'Vonique64Bold';
	src: url('../fonts/Vonique64Bold.ttf') format('truetype');
}