@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,700,900|Open+Sans:300,400,700,800');
html{
	padding-left:5%;
	padding-right:5%;

}

h1{
	font-family: 'Montserrat', sans-serif;
	font-weight:100;
	font-size:75px;
	text-transform: uppercase;
	padding:0;
	margin:0;
	display:inline-block;
}

h2{
	font-family: 'Montserrat', sans-serif;
	font-weight:900;
	font-size:28px;
	text-transform: uppercase;
	padding:0;
	margin:0;
	background-color: yellow;
	float:left;
}

h3{
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:20px;
	padding:0;
	margin:0;
	float:left;
}


h5{
	font-family: 'Montserrat', sans-serif;
	font-weight:900;
	font-size:100px;
	padding:0;
	margin:0;
}

p{
	font-family: 'Open Sans', sans-serif;
	text-indent:25px;
	color: 2F4F4F;
}

.card{
	height:230px;
	width:230px;
	background-size:100% auto;
	padding:10px;
	margin-righ:10px;
	display:inline-block;
}

.white {
	color:white;
}

a:link    {color:#000; text-decoration: none;}  /* unvisited link  */
a:visited {color:#000; text-decoration: none;}  /* visited link    */
a:hover   {color:#000; text-decoration: none;}  /* mouse over link */
a:active  {color:#000; text-decoration: none;}  /* selected link   */ 

