﻿/***************************************************************************** /
/  _   _       _            _____  _____                _   _                  /
/ | \ | |     | |          / ____|/ ____|              | | (_)                 /
/ |  \| | __ _| |_ ___ _ _| (___ | |     _ __ ___  __ _| |_ _  ___  _ __  ___  /
/ | . ` |/ _` | __/ _ \ '__\___ \| |    | '__/ _ \/ _` | __| |/ _ \| '_ \/ __| /
/ | |\  | (_| | ||  __/ |  ____) | |____| | |  __/ (_| | |_| | (_) | | | \__ \ /
/ |_| \_|\__,_|\__\___|_| |_____/ \_____|_|  \___|\__,_|\__|_|\___/|_| |_|___/ /
/																			   /
/******************************************************************************/


/*  ////////////////////////////////////// */
/*  DESIGN DE BASE 
/*  ////////////////////////////////////// */
body
{
	text-align				: center;
	margin-top				: -10px;
	margin-left				: -10px;
	margin-right			: -10px;
	margin-bottom			: -10px;
	background-color		: black;
	
	background-image 		: url(../img/Technologie_Background_Page_NSC.JPG);
	background-repeat		: no-repeat;
	background-size			: cover; 
	background-attachment	: fixed;
}
h2, h1, p, div, a
{
	text-shadow				: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}	
.cursive
{
	text-align 				: center;
	font-family				: monospace;
	font-size				: 36px;
	margin-top				: 90px;
	margin-bottom			: 100px;
}
.cursive_c
{
	text-align 				: center;
	font-family				: monospace;
	font-size				: 36px;
	margin-top				: 40px;
	margin-bottom			: 30px;
}
.cursive_h
{
	text-align 				: center;
	font-family				: monospace;
	font-size				: 36px;
	margin-top				: 40px;
}
.red
{
	color 					: red;
}
.invisible
{
	font-size				: 0px;
}
a:hover
{
	color 					: red;
	transition				: 1s;
	letter-spacing			: 6px;
}
.a
{
	position				: absolute;
	left 					: 20%;
}
.b
{
	position				: absolute;
	left 					: 70%;
}
.my_ico
{
	width					: 75px;
	margin-bottom			: -30px;
}

@media screen and (max-width: 1000px)
{	
	body
	{

		margin 			 : 3%;
		background-image : url(../img/m_music.JPG);
	}
	
	.cursive
	{
		color 			: white;
		font-size		: 49px;
	}
	h4
	{
		font-size		: 40px;
		margin-top 		: 142px;
	}
	.my_ico
	{
		width			: 75px;
		margin-bottom	: -30px;
	}
	img
	{
		width 			: 80%;
		margin-bottom 	: 72px;
		
		margin-left		: 3%;
		margin-right	: 3%;
	}
}