@import 'https://fonts.googleapis.com/css?family=Lobster|Raleway|Satisfy&display=swap';
/*Global Settings*/
body, h3, h4, h5, h6{
	font-family: 'Raleway', sans-serif;
  /* position: relative; */
}
h1, h2{
	font-family: 'Lobster', cursive;
	font-weight: 900;
	color: #424242;
	margin-bottom: 35px;
	margin-top: 0;
}
h1{
	font-size: 45px;
}
h2{
	font-size: 32px;
}
h3{
	font-size: 21px;
}
p{
	font-size: 16px;
}
a{
	transition: all 0.3s ease-in-out;
}
.blockquote p{
	font-size: 32px;
	line-height: 45px;
	padding-left: 30px;
	border-left: 3px solid #424242;
	color: #424242;
}

.title{
	position: relative;
	margin-bottom: 100px;
  text-align: center;
}
.title:after{
	content: '';
	height: 5px;
	width: 40px;
	background-color: #62aa94;
	position: absolute;
	top: 81px;
	left: calc(50% - 20px);
}

.site-name {
  color: #fff;
  display: none;
  margin-bottom: 0;
  visibility: hidden;
}

.site-name a {
  text-decoration: none;
}

.dark-bar .site-name {
  display: inline-block;
  visibility: visible;
}

.menu-container {
  line-height: 28px;
  /* margin-top: -0.3em; */
}

/*Bootstrap*/
.navbar-vira{
	background-image: none;
	background-color: transparent;
	margin-bottom: 0;
	border-radius: 0;
	border-color: transparent;
	transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.form-control option{
	color: #424242;
}
.form-control{
	border-radius: 0;
	padding: 25px;
    font-size: 18px;
    font-style: italic;
    background-color: transparent;
    color: #424242;
    margin-bottom: 30px;
	border-color: #51c2b9;
}
.form-control:focus{
	border-color: #51c2b9;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(81, 194, 185, 0.6);
}
.form-control::-webkit-input-placeholder {
    color: #fff;
}
.form-control:-moz-placeholder { /* Firefox 18- */
    color: #fff;  
}
.form-control::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;  
}
.form-control:-ms-input-placeholder {  
    color: #fff;  
}

.element .form-control::-webkit-input-placeholder {
    color: #424242;
}
.element .form-control:-moz-placeholder { /* Firefox 18- */
    color: #424242;  
}
.element .form-control::-moz-placeholder {  /* Firefox 19+ */
    color: #424242;  
}
.element .form-control:-ms-input-placeholder {  
    color: #424242;  
}




/*Helper class*/
.mt80{
	margin-top: 80px;
}
.mb80{
	margin-bottom: 80px;
}
.mr60{
	margin-right: 60px;
}
.mb-1 {
  margin-bottom: 1em;
}
.mb-2 {
  margin-bottom: 2em;
}
.mt-1 {
  margin-top: 1em;
}
.mt-2 {
  margin-top: 2em;
}
.mr-1 {
  margin-right: 1em;
}
.mr-2 {
  margin-right: 2em;
}
.pt-1 {
  padding-top: 1em;
}
.pt-2 {
  padding-top: 2em;
}
.bg-img{
	background-size: cover;
	background-repeat: no-repeat;
  background-position: 50% 50%;
	position: relative;
}
.bg-img div{
	z-index: 1;
	position: relative;
}
.bg-img:after{
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 0;
}
.section{
	padding: 100px 0;
}

/*Vira Card*/
.vira-card{
	text-align: center;
	/*margin-bottom: 45px;*/
}
.vira-card .vira-card-header{
	margin-bottom: 45px;
}
.vira-card .vira-card-header .card-icon{
	border: 1px solid #51c2b9;
	border-radius: 100%;
	display: inline-block;
	height: 120px;
	width: 120px;
	line-height: 120px;
	position: relative;
}
.vira-card .vira-card-header .card-icon .fa{
	margin-top: 45px;
	font-size: 30px;
}
.vira-card .vira-card-header .card-icon:after{
	content: '';
	height: 100px;
	width: 100px;
	background-color: #51c2b9;
	border-radius: 100%;
	position: absolute;
	top: 9px;
	left: 9px;
}
.vira-card .vira-card-header .card-icon span{
	color: #fff;
	font-size: 45px;
	position: relative;
	z-index: 1;
}
.vira-card .vira-card-content h3{
	position: relative;
	margin-bottom: 60px
}
.vira-card .vira-card-content h3:after{
	content: '';
	height: 1px;
	width: 44px;
	background-color: #62aa94;
	position: absolute;
	top: 52px;
	left: calc(50% - 22px);
}
.vira-card .vira-card-content p{
	font-size: 15px;
}
.vira-card .vira-card-content .social-icons{
	margin-top: 30px;
}

/*Button*/
.vira-btn{
	border-color: #51c2b9;
	font-weight: bold;
	color: #51c2b9;
	border-radius: 0.5rem;
	letter-spacing: 3px;
	padding: 15px 80px;
	margin-bottom: 30px;
	background-color: transparent;
	transition: all 0.3s ease-in-out;
}
.vira-btn:hover{
	background-color: #51c2b9;
	color: #fff;
}
.solid{
	background-color: #51c2b9;
	color: #fff;
}
.solid:hover{
	background-color: #fff;
	color: #51c2b9;
}
.small-btn{
	padding: 10px 130px;
}



/*Element page*/
.element .navigation-bar{
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.element .navigation-bar a{
	color: #424242;
}
.element .dark-bar{
	background-color: #fff;
}
.element .menu:after{
	color: #424242;
}
.element .title:after{
	left: 0;
	top: 60px;
}
.headings p{
	margin-bottom: 80px;
}
.social-icons ul{
	text-align: center;
	padding-left: 0;
	display: block;
  margin-left: auto;
  margin-right: auto;
}
.social-icons ul li {
	list-style-type: none;
	display: inline-block;
  margin-right: 10px;
  line-height: 30px;
  width: 32px;
}
.social-icons ul li a{
  display: block;
  border: 2px solid #51c2b9;
  background-color: #51c2b9;
  border-radius: 0.3rem;
  color: #fff;
	font-size: 18px;
}
.social-icons ul li:last-child a{
	margin-right: 0;
}
.social-icons ul li a:hover{
	color: #51c2b9;
	background-color: #fff;
}








/*Navigation*/
#menu-item{
	transition: all 0.3s ease-in-out;
}
#menu-item > .container {
  padding-top: 0.2em;
}
.menu-item{
	background-color: #1a1a1a;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
  padding-top: 0.5em;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.menu-item ul{
	padding-left: 0;
	margin-bottom: 0;
}
.menu-item ul li{
	list-style-type: none;
}
.menu-item ul li a {
  display: block;
	padding: 15px 0;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.menu-item ul li:last-child a {
  border-bottom: 0px;
  text-align: right;
}
.menu-item ul li a:hover{
	color: #51c2b9;
	text-decoration: none;
}
.hide-menu{
	margin-top: -30em;
}
.show-menu{
	margin-top: 0;
}
.dark-bar{
	background-color: #424242;
	background-image: none;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}
.navigation-bar{
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 15px 0;
	font-size: 30px;
}
.dark-bar .navigation-bar {
	border-bottom: 0px;
}
.navigation-bar a{
	color: #fff;
}
.menu {
	position: relative;
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
}
.menu a:hover {
  text-decoration: none;
}

.menu a, .menu-item a {
  text-decoration: none;
}

.logo img {
  vertical-align: text-top;
}

@media (max-width: 991px) {
  .dark-bar .logo a {
    display: none;
    visibility: hidden;
  }
}

/* .menu:after{
	position: absolute;
	left: -65px;
	top: 10px;
	color: #fff;
	font-size: 16px;
}
.m:after{
	content: 'MENU';
}
.c:after{
	content: 'CLOSE';
} */

/* Promotion page */
.promotion {
	background-image: url(../images/promotion-bg.jpg);
	color: #fff;
  text-align: center;
}
.promotion h1 {
  color: #fff !important;
}
.promotion p{
  color: #fff;
	font-size: 24px;
  margin-bottom: 1em;
}

/*Home page*/
.header{
	background-image: url(../images/header-bg.jpg);
	height: 100vh;
	position: relative;
	min-height: 659px;
}

.intro-box{
	height: 100vh;
	display: table;
	text-align: center;
	width: 100%;
}
.intro{
	display: table-cell;
	vertical-align: middle;
}
.intro img {
  width: 95%;
  max-width: 480px;
}
.header h1{
	margin: 0;
}
.header h1, .header p{
	color: #fff;
	letter-spacing: 2px;
}
.header p{
	font-size: 32px;
	padding-top: 0;
	padding-bottom: 40px;
}
.header .vira-btn,
.sample .vira-btn {
  background-color: rgba(0, 0, 0, 0.4);
	border-color: #fff;
	color: #fff;
}
.header .vira-btn:hover,
.sample .vira-btn:hover {
	background-color: #fff;
	color: #424242;
}

.about{
	background-color: #f8f8f8;
}
.about img{
	margin: 30px auto;
	display: block;
}
.about span{
	font-weight: 600;
}

.contribute{
	background-color: #f8f8f8;
}
.contribute p{
	/* line-height: 200%; */
}
.contribute .bg-img{
	background-image: url(../images/contribute.jpg);
	background-position: 50% 50%;
	height: 100%;
}
.contribute .bg-img:after{
	display: none;
}
.contribute .section{
	padding-left: 50px;
	padding-right: 50px;
}


.sample{
	background-image: url(../images/magazines.jpg);
	color: #fff;
  text-align: center;
}
.sample h2 {
  color: #fff;
}
.sample p{
  color: #fff;
	font-size: 24px;
  margin-bottom: 1em;
}

.contact {
  background-color: #f8f8f8;
}

.contact .vira-card{
	background-color: #fff;
	padding: 35px 0;
	transition: all 0.3s ease-in-out;
	margin-bottom: 45px;
  border-radius: 0.5rem;
/*}
.contact .vira-card:hover{*/
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.contact .vira-card .vira-card-header{
	margin-bottom: 15px;
	font-size: 21px;
	color: #51c2b9;
}
.contact .vira-card .vira-card-content h3{
	letter-spacing: 2px;
	margin-bottom: 45px;
}
.contact .vira-card .vira-card-content h3:after{
	top: 40px;
}
.contact .vira-card .vira-card-content p{
	font-size: 18px;
}

.footer{
	background-color: #202020;
	text-align: center;
	padding: 60px 0;
}
.footer span{
	color: #51c2b9;
}
.footer p{
	font-size: 21px;
	color: #fff;
	margin-bottom: 0;
}
.footer a{
	color: #fff;
}

/*animations*/
.vira-card .vira-card-header .card-icon:after{
	transition: all 0.3s ease-in-out;
}
.vira-card:hover .vira-card-header .card-icon:after{
	height: 120px;
	width: 120px;
	top: -1px;
	left: -1px;
}

@media (max-width: 767px){
	.vira-card{
		margin-bottom: 60px;
	}
}

.signature {
  font-family: Satisfy, cursive;
  font-size: 200%;
}

.zine-title {
  /* font-family: Lobster, cursive; */
  font-style: italic;
}

#about ul {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

#about ul li {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.or-block {
  justify-content: center;
  align-items: center;
  display: flex;
  height: 10em;
}

.or-block strong {
  margin: 0;
}

.bi.bi-2x {
  font-size: 3rem;
}

.bi.bi-3x {
  font-size: 4rem;
}

.modal-footer .vira-btn {
  margin-bottom: 0;
}

.panel-heading {
  padding: 0;
}

.panel-heading > .panel-title {
  padding: 0
}

.panel-title > a[role="button"] {
  display: block;
  padding: 10px 15px;
}

.panel-title > a[role="button"]:hover {
  text-decoration: none;
}
