@import url('https://fonts.googleapis.com/css?family=Montserrat');

body{
	font-family: 'Montserrat';
	background-color: #f1f1f1;
	color: #0A0F0D;
	margin: 0px;
}
.container{
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
.container{
    position: relative;
    max-width: 100vw;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 40px 0;
}
.startpage {
	width: 80%;
	margin: 0 auto;
	z-index: -1;
	height: 250px;
}
.supportframe{
    width: 800px;
	height: 320px;
    padding: 40px;
	margin: 10px auto;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
}
.supportframe a:hover {
	color: #07f468;
}
.support-end {
	background-color: #fff;
	padding: 10px;
	height: 150px;
}
.end-block {
    max-width: 1232px;
    padding: 0px 15px;
    margin: auto;
    width: 100%;
}
.donate {
	height: 400px;
	width: 320px;
	padding: 40px 40px 20px 40px;
	margin: 10px auto;
	border-radius: 20px;
	margin-top: 30px;
}
.donate-hr {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
	height: 3px;
}
.donate-message {
    position: relative;
    width: 400px;
	color: #0A0F0D;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 10px;
	background-color: #f1f1f1;
	margin: 0px auto;
	border-radius: 20px;
	text-align: center;
}
.containertext {
    position: relative;
    max-width: 800px;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 20px;
	background-color: #fff;
	margin: 40px auto;
	border-radius: 20px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
	text-align: left;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
	top: -150px;
}
.containertext:hover {
	background-color: #07f468;
}
.containertext-black {
    position: relative;
    max-width: 800px;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 40px;
	background-color: #fff;
	margin: 40px auto;
	border-radius: 20px;
	box-shadow: 0px 8px 16px 0px rgba(255,255,255,0.3);
	text-align: left;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
.supportblock {
    position: relative;
    max-width: 800px;
    justify-content: space-around;
    flex-wrap: wrap;
	background-color: #fff;
	margin: 40px auto;
	border-radius: 20px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
	text-align: left;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
.supportblock:hover {
	background-color: #eef0f3;
}
.beginner {
    position: relative;
    width: 400px;
	color: #fff;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 10px;
	background-color: #0A0F0D;
	margin: 10px auto;
	border-radius: 20px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	text-align: center;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
.block-list {
	list-style: none;
	margin-top: -100px;
	margin: 0 auto;
	flex-wrap: wrap;
	display: flex;
	align-content: center;
	justify-content: center;
}
.block-list-item {
	border-radius: 20px;
	margin: 20px;
	padding: 20px;
	height: 100%;
}
.multi {
	background-color: #ffffff;
	padding: 10px;
	height: 900px;
}
.faq {
	background-color: #FF5E5B;
	padding: 10px;
	height: 420px;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 12%; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 770px;
	border-radius: 20px;
	height: 680px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.text-title {
	color: #0A0F0D;
	font-size: 30px;
	font-weight: bold;
}
.support-title {
	position: relative;
	top: -100px;
}
.text-undertitle {
	color: #c874b2;
	font-size: 24px;
	font-weight: bold;
}
.align-center-startup {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	color: #0A0F0D;
}
.align-center {
	text-align: center;
	margin: 0 auto;
}
.align-center-btn {
    margin: 0 auto;
    display: block;
}
.image-responsive {
	width: 100%;
	height: auto;
	border-radius: 20px;
}
iframe{
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 20px;
}
a.allbtn {
    display: block;
    width: 10%;
    margin: 5% auto;
    background: var(--primary-color);
    text-align: center;
    color: #fff;
    padding: 12px;
    text-decoration: none;
    border-radius: 4px;
}
@media screen and (max-width: 700px){
	.card{
		width: 45%;
		margin-bottom: 30px;
	}
	a.allbtn {
	    width: 20%;
	}
	.slideshow-container {
		max-width: 100%;
		min-width: 100%;
	}
	#profilepicture {
		display: none;
	}
	.startpage {
		border: none;
		width: 90%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 430px){
	.card{
		width: 100%;
	}
	a.allbtn {
	    width: 30%;
	}
	.slideshow-container {
		max-width: 100%;
		min-width: 100%;
	}
}
/* Caption text */
.text {
  color: #0A0F0D;
  font-size: 3vh;
  padding: 8px 12px;
  position: absolute;
  width: 100%;
  text-align: left;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10%;
  background-color: #07f468;
}
button {
	border: none;
}
.nav__links a,
.cta,
.overlay__content a {
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

.nav__links {
  list-style: none;
  display: flex;
}

.nav__links li {
  padding: 0px 20px;
}

.nav__links li a {
  transition: color 0.3s ease 0s;
}

.nav__links li a:hover {
  color: #000;
}
.cta {
  padding: 9px 25px;
  background-color: #111;
  color: #fff;
	font-size: 20px;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.4s ease 0s;
	margin-top: 15px;
}
.cta:hover {
  padding: 9px 25px;
  background-color: #c874b2;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.5s ease 0s;
}

/* Mobile Nav */

.menu {
  display: none;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: width 0.5s;
}

.overlay--active {
  width: 80%;
}

.overlay__content {
  flex-direction: column;
}
.overlay a {
  padding: 10px;
  font-size: 3.5vh;
  display: block;
  transition: color 0.3s ease 0s;
	text-align: left;
}

.overlay a:hover,
.overlay a:focus {
  color: #fff;
}
.close a:hover {
	background: rgb(238,174,174);
background: linear-gradient(90deg, rgba(238,174,174,1) 0%, rgba(144,209,233,1) 100%);
}
.overlay .close {
	text-align: right;
  font-size: 40px;
  color: #999;
	margin-right: 20px;
}

@media screen and (max-height: 500px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .close {
    font-size: 20px;
    top: 15px;
    right: 35px;
  }
}

@media only screen and (max-width: 1400px) {
  .nav__links {
    display: none;
  }
	.dropbtn {
		display: none;
	}
  .menu {
    display: initial;
	  position: relative;
  }
	.logo_iz {
		display: none;
	}
	.logo_small_iz {
		display: block;
		max-width: 40%;
		min-width: 40%;
	}
}
@media only screen and (min-width: 1400px) {
	.logo_iz {
		display: block;
		max-width: 20%;
		min-width: 10%
	}
	.logo_small_iz {
		display: none;
	}
	.product-row-bg {
		width: 500px;
		text-align: center;
		margin: 0 auto;
	}
}
.closebtn {
  margin-left: 15px;
  color: white;
  float: right;
  font-size: 30px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: #333;
}
a {
	color: #0A0F0D;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	color: #fff;
}
.dropbtn {
  padding: 9px 25px;
  background-color: #fff;
  border: solid #0A0F0D 1px;
  color: #0A0F0D;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.4s ease 0s;
}
.dropbtn:hover {
  padding: 9px 25px;
  background-color: #c874b2;
  border: solid #0A0F0D 1px;
  color: #0A0F0D;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.5s ease 0s;
}

.dropdown {
  position: relative;
  display: inline-block;
  border-radius: 20px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #111;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 20px;
}

.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown:hover .dropdown-content {display: block;  border-radius: 20px;}

.dropdown:hover .cta {background-color: var(--primary-color);  border-radius: 20px;}

.night-mode-on {
	color: #bea9de;
}
.price {
	font-size: 18px;
}
small {
	text-decoration: line-through;
	color: #2d2d2d;
}
.collapsible {
  background-color: transparent;
  color: #888;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 6px;
}

.active, .collapsible:hover {
  background-color: #2d2d2d;
}
.img-circle {
	width: 68px;
	height: 68px;
	border-radius: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}
.img-content {
	position: absolute;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
	width: 68px;
	height: 68px;
	border-radius: 50%;
}
.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #1D1D1D;
  font-size: 6px;
}
.search-button {
	color: #999;
	background-color: #323232;
	border-color: #323232;
	width: 80px;
	height: 30px;
		}
.search-button:hover {
	color: #fff;
	background-color: #323232;
	border-color: #323232;
		}
.search-bar {
	color: #fff;
	background-color: #121212;
	border-color: #323232;
	width: 220px;
	height: 28px;
	border: none;
	font-weight: bold;
		}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
/* Header/Blog Title */
.header {
  padding: 30px;
  font-size: 40px;
  text-align: center;
  background: white;
}
.column {
  float: left;
    width: 25%;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

footer {
  padding: 10px;
  text-align: center;
  background-color: #0A0F0D;
  color: #FFF;
	bottom: 0;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1000px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
	.product-title {
		text-align: center;
	}
}
#special-account-feature {
	color: #fff;
}
.btn {
	width: 200px;
	border-radius: 30px;
	font-weight: bold;
	padding: 20px;
	font-size: 20px;
	background-color: #111;
	color: white;
	transition: background-color 0.5s;
	margin-top: 20px;
	margin-bottom: 20px;
    margin: 0 auto;
    display: block;
}
.btn:hover{
	border-color: #333;
	font-weight: bold;
	background-color: #c874b2;
	color: #fff;
    transition: background-color 0.5s;
	cursor: pointer;
}
.btn:focus{
	outline: none;
	background-color: #44D62C;
	color: white;
	transition: background-color 0.2s;
}
.search-btn {
	width: 50px;
	border-radius: 0px 10px 10px 0px;
	border: solid 2px #fff;
	font-weight: bold;
	padding: 5px;
	background-color: #0A0F0D;
	color: white;
	transition: background-color 0.2s;
	border-left: 0px;
}
.search-btn:hover{
	font-weight: bold;
	padding: 5px;
	background-color: #111;
	color: #fff;
	cursor: pointer;
}
.search-form-control {
	width: 250px;
	border-radius: 10px 0px 0px 10px;
	border: solid 2px;
	border-color: #fff;
	font-weight: bold;
	padding: 5px;
	margin: 5px 0px 5px 0px;
	height: 18px;
	border-bottom: none;
}
.search-form-control:focus {
	outline: none;
}
.img-responsive {
	width: 100%;
	height: auto;
}
.text-center {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.callout-success {
    display: table; /* keep the background color wrapped tight */
    margin: 50px auto 0px auto; /* keep the table centered */
    padding:10px;font-size:20px;background-color:#77DD77;color:#ffffff;
	border-radius: 10px;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
.callout-danger {
    display: table; /* keep the background color wrapped tight */
    margin: 50px auto 0px auto; /* keep the table centered */
    padding:10px;font-size: 20px;background-color:#DD7777;color: #fff;
	border-radius: 10px;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
.responsive {
	width: 100%;
	max-width: 500px;
	height: auto;
}
.product-row-bg {
	background-color: #0A0F0D;
	border: solid 2px #fff;
	margin: 20px auto;
}
.modal-header {
	text-align: center;
}
hr {
	background-color: #07f468;
	height: 1px;
	border: none;
	width: 200px;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
@keyframes animate{
    0%{
        background-position: 0;
    }
    100%{
        background-position: 400%;
    }
}