* {
  box-sizing: border-box;
}


body{
	background-image: radial-gradient(white , rgb(240,251,252) );
}

a:hover{
	cursor:pointer; 
}

.small-caps{
	font-variant:small-caps; 
}

/*.............................. fonts ...........................................*/
@font-face {
	font-family: 'Beauty';
	src: url('fonts/BeautyDemo.woff') format('woff');
}
.beauty-font {
	font-family: 'Beauty';
}


@font-face {   /*.College.*/
	font-family: 'College';
	src: url('fonts/College.woff') format('woff');
}
.college-font {
	font-family: 'College';
}

@font-face {   /*Tangerine Bold.*/
	font-family: 'TangerineBold';
	src: url('fonts/TangerineBold.woff') format('woff');
}
.TangerineBold-font {
	font-family: 'TangerineBold';
}

@font-face {   /*Teutonic3.*/
	font-family: 'Teutonic3';
	src: url('fonts/Teutonic3.woff') format('woff');
}
.Teutonic3-font {
	font-family: 'Teutonic3';
}

@font-face {   /*TheBlacklist.*/
	font-family: 'TheBlacklist';
	src: url('fonts/TheBlacklist.woff') format('woff');
}
.TheBlacklist-font {
	font-family: 'TheBlacklist';
	
}

@font-face {   /*36daysag.*/
	font-family: '36daysag';
	src: url('fonts/36daysag.woff') format('woff');
}
.Daysag-font {
	font-family: '36daysag';
}

/*.............................. end of fonts ...........................................*/