

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
/* GLOBAL */

body {  
	background: #fff;
	color: #111;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
}

.container {
	width:  100%;
	margin: 0;
	padding: 0;
	display: flex;
}


h1 {
	font-size: 28px;
	font-weight: 700;
}

h2 {
	font-size: 16px;
	font-weight: 700;
}


.site-branding {
	display: flex;
	flex-direction: column;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	width: 100%;
	height: 100vh;
	align-items: center;
	justify-content: center;
}

.logo-lama {
	width: 380px;
	margin-bottom: 80px;
}

p {
	background: #ddd;
	padding: 10px 25px;
	border-radius: 25px;
}


@media only screen and (min-width : 320px) and (max-width : 767px)  {
	
	.logo-lama {
	width: 250px;
	}

}



/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	

}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {


}












