@import url('https://fonts.googleapis.com/css?family=Amiri:400,400i,700,700i|Montserrat:400,700|Poiret+One');

html, body {
	height: 100%;
	font: 18px 'Amiri', Arial, Helvetica, sans-serif;
}
header {
    background-image: url('../img/bg.png');
    height: 100%;
	position: relative;
	background-size: cover;
	background-attachment: fixed;
}
a {
	color: #757575;
}
a:hover {
	color: #424242;
}
.paralax {
    background-image: url('../img/bg-blur.png');
	background-size: cover;
	background-attachment: fixed;
}
.shadow-inner {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4) inset;
}
h1 {
	font-family: 'Montserrat';
}
.poiret-one, h2, h3 {
	font-family: 'Poiret One', cursive;
}
h2:after {
    content: '';
    position: relative;
	display: block;
    background: #282828;
    top: 10px;
    height: 1px;
    width: 62px;
    margin: 0 auto;
}
.text-insta {
	color: #E1306C;
}
.text-linkedin {
	color: #0077b5;
}
.text-whatsapp {
	color: #25D366;
}
.text-telegram {
	color:  #229ED9;
}
.bg-lighter {
	background-color: #f5f5f5;
}
@media (min-width: 992px) {
	.w-lg-75 {
		width: 75%;
	}
}
.navbar {
	transition: 0.25s;
}
.no-bs {
	box-shadow: none;
}
.coll {
	padding: 1rem;
	background-color: #33b5e5;
	border: 2px solid #fff;
	color: #fff;
	text-align: center;
}
.vertical-text {
	transform: rotate(270deg);
	transform-origin: left top 0;
}
/*[class*="con"] {
	padding: 1rem;
	background-color: #9e33e5;
	border: 2px solid #fff;
	color: #fff;
	text-align: center;
}*/
