/*================================================================================
	Item Name: Crypto ICO - Cryptocurrency Website Landing Page HTML Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

img{
	max-width: 100%;
}

.hidden{
	display: none !important;
}
.navbar .navbar-brand{
	padding: 12px 0 !important;
}
header .navbar.navbar-fixed .navbar-brand{
	padding: 0px 0 !important;
}
#particle-js{
	z-index: 1;
}
.navbar-brand{
	margin-right: 0 !important;
}
.navbar-brand img{
	margin-right: 0 !important;
}
#startWebsite input, #bottomWebsite input{
	margin-bottom: 30px !important;
}
#startWebsite, #bottomWebsite{
	background: none;
	background-color: rgba(0,0,0,0.5) !important;
}
#startWebsite h4, #bottomWebsite h4{
	text-align: center;	
}
#startWebsite .close, #bottomWebsite .close{
	background-color: red;
    padding: 10px;
    opacity: 1;
    border-radius: 100%;
    color: white;
    height: 30px;
    width: 30px;
    right: -15px;
    top: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#startWebsite .close span, #bottomWebsite .close span{
	padding-top: 3px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.overview .row{
		display: flex;
		flex-flow: row wrap;
	}
	.overview .row .overview-left{
		order: 2;
	}
	.overview .row .overview-right{
		order: 1;
	}
	.overview .heading{
		margin-top: -40px !important;
	}
	.overview h2, .overview p{
		text-align: center;
	}
	.overview .heading .title{
		padding-top: 0 !important;
	}
}
@media (max-width: 767px) {

	.overview .row{
		display: flex;
		flex-flow: row wrap;
	}
	.overview .heading{
		margin-top: -10px !important;
	}
	.overview .heading .title{
		padding-top: 0 !important;
	}
	.overview h2, .overview p{
		text-align: center;
	}
	.overview .row .overview-left{
		order: 2;
	}
	.overview .row .overview-right{
		order: 1;
	}
	.problem-solution.section-pro.section-padding{
		padding-top: 7rem !important;
	}
	.problems-img{
		width: 100% !important;
	}
}