@font-face {
font-family: A;
src: url('../fonts/HelveticaBold.ttf');
}
@font-face {
font-family: B;
src: url('../fonts/HelveticaLight.otf');
	}
@font-face {
font-family: C;
src: url('../fonts/Swz721t.TTF');
	}

body {
	margin:0 auto;
	padding: 0;
	background: rgb(255,255,255);
	background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 85%);
	}

/* scrol bar */
::-webkit-scrollbar
{width: 10px;}
::-webkit-scrollbar-track {background: #cdcdcd;}
::-webkit-scrollbar-thumb {background: #ababab;}
::-webkit-scrollbar-thumb:hover {background: #727272;}

/* select color */
::selection {background: #BFBFBF;}
::-moz-selection {background: #BFBFBF;}

.noBlue {
	text-decoration: none;
	outline: 0;
	border: 0; 
	appearance: none; 
	-webkit-appearance: none; 
	-moz-appearance: none;
	}
.noBlue:hover {
	text-decoration: none;
	outline: 0;
	border: 0; 
	appearance: none; 
	-webkit-appearance: none; 
	-moz-appearance: none;
	}
.noBlue:focus {
	text-decoration: none;
	outline: 0;
	border: 0; 
	appearance: none; 
	-webkit-appearance: none; 
	-moz-appearance: none;
	}

/*-----------------------------------------------------------------------------------------------------------------------------------*/

.allContent {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.allContent .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.allContent .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 100vh;
	}
.allContent .col1, .allContent .col2, .allContent .col3 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	}
.allContent .col2 img {
	float: none;
	text-align: center;
	margin: 0 auto 0 auto;
	width: 240px;
	height: auto;
	}
.allContent .col2 .fb {
	height: 30px;
	width: auto;
	vertical-align: -7px;
	}




@media only screen and (max-width: 570px) {
	}
@media only screen and (max-width: 823px) {
	}
@media (min-width: 1024px) and (max-width: 1365px) {
	}