/*Google Fonts*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:500,600,700');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700');
@font-face {
font-family: 'ethnocentric rg';
font-style: normal;
font-weight: normal;
src: url('../font/ethnocentric rg.woff')format('woff');
}
@font-face {
font-family: 'Script MT Bold';
font-style: normal;
font-weight: normal;
src: url('../font/Script MT Bold.woff')format('woff');
src: url('../font/Script MT Bold.otf')format('otf');
}


body, html{
	height: 100%;
	width:100%;
}
body{
	font-size: 1rem;
	font-family: 'Source Sans Pro', sans-serif;
	
}

/* ========== Universal Stylings ========== */
h1,h2,h3,h4,h5{
	position: relative;
	font-family: 'Montserrat', sans-serif;
}
h6{
	position: relative;
}

.btn{
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	
}
.btn-primary{
	background-color: #35CBDF;
	border-color: #35CBDF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4)
}
.btn-primary:hover,.btn-primary:focus{
	background-color: White;
	border-color: White;
	color:#35CBDF;
	text-transform: uppercase;
}
.btn-capsul{
	border-radius: 50px;
}
.card{
	background-color:green; 
}