/* starter code */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,400,700");

body {
	min-width:320px;   
}

body p {
  font-family: 'Roboto', sans-serif;
}


.text_normal {
	font-style: normal;
	font-weight : 400;
	margin: 0
}

a.links {
	text-decoration: none;
	color: #ffffff;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
a.links:visited {
	color: #ffffff;
	text-decoration: none;
}
a.links:hover {
	text-decoration: none;
	color: #f59f00;
}

h1,h2,h3,h4 {
  font-family: 'Roboto', sans-serif;
  margin: 0;
}

h1 {
	font-style: Roboto Thin;
	font-weight : 100;
}

h2 {
	font-style: Roboto Bold;
	font-weight : 700;
}
h3 {
	font-style: Roboto Bold;
	font-weight : 700;
}

@media (max-width: 600px) {
	h1 {
		font-size: 20px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 10px;
	}
	p {
		font-size: 9px;
	}
}

@media (min-width: 600px) { 
	h1 {
		font-size: 18px;
	}
	h2 {
		font-size: 34px;
	}
	h3 {
		font-size: 10px;
	}
	p {
		font-size: 12px;
	}
}

@media (min-width: 768px) { 
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 40px;
	}
	h3 {
		font-size: 12px;
	}
	p {
		font-size: 14px;
	}
}

@media (min-width: 992px) { 
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 50px;
	}
	h3 {
		font-size: 14px;
	}
}
