@media only screen and (max-width: 600px) {

	.footer-links{
		margin-top:5px;
		padding:15px !important;
	}
	.menu-list span{
		font-size: 1.1rem !important;
	}
	.content,
	.main-par{
		font-size:1.2rem !important;

	}
	.arrow{
		display:none;
	}
	.navbar-links{
		margin:5px 0!important;
	}
	.break{
		display:block!important;
	}
	a{
		word-wrap: break-word;
	}

}

@font-face {
	font-family: 'Forte';
	src: url("/public/css/FORTE.TTF"); /* IE9 Compat Modes */

}
body{
	margin:0;
	padding:0;
	overflow-x:hidden;
	width:100%;
	height:100%;
	background-color:#c7b299 !important;
	font-family: 'Forte';

}
ul{
	list-style-type:square;
}
.google-img{
	padding:50px;
}
.bold{
	font-weight:bold;
}
.justify{
	text-align: justify;
}
.italic{
	font-style:italic;
}
.no-padding{
	padding-right:0 !important;
	padding-left:0 !important;
}
.clear-both{
	margin-top:50px;
	margin-bottom:50px;
}
.clear-top{
	margin-top:50px;
}
.clear-bottom{
	margin-bottom:50px;
}
h1,h2,h2,h3,h4,h5,h6{
	font-family: 'Forte' !important;
}
.shadow{
	box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11),
	0 5px 15px 0 rgba(0,0,0,0.08);
}
.menu-list{
	margin:50px 40px 50px 40px;
	box-shadow: 0 15px 30px 0 rgba(0,0,0,0.51),
	0 5px 15px 0 rgba(0,0,0,0.58);
}
.menu-list span{
	color:white;
	font-size:1.7rem;
	padding-left:10%;
	font-family: 'Forte' !important;

}
.black{
	background-color: black !important;
}
.white{
	background-color: white;
}
.brown{
	background-color: #c7b299;
}
.footer-links{
	padding:50px;

}
.footer-links a{
	border:2px solid black;
	font-weight:bold;
	font-family: 'Forte';
	letter-spacing:2px;
}
.footer-links a:hover{
	border:2px solid grey;
	font-weight:bold;
	color:grey;
}
.zero-padding{
	padding: 0!important;
}
a:hover{
	text-decoration:none !important;
	opacity:0.9;
}
.content{
	font-size:1.5rem;
	padding:1.8rem;
	text-align:justify;
	font-family: 'Arial';
}
.main-par{
	
	font-size:1.8rem;
	padding:20px;
	font-family: 'Arial';
}

#first-article-div,
#second-article-div,
#third-article-div,
#four-article-div,
#five-article-div,
#six-article-div,
#seven-article-div{
	display:none;
}
#menu-btn{
	border:none;
	outline: none;
}
.input{
	width:100%;
	display:block;
	margin-top:15px;
	margin-bottom:15px;
	padding:15px;
}

.half-input{
	width:100%;
	display:inline;
	margin-top:15px;
	margin-bottom:15px;
	padding:15px;
}
.currency-select{
	width:100%;
	display:inline;
	margin-top:15px;
	margin-bottom:15px;
	padding:16px;
	float:right;
	/*font-family: 'Forte';*/
}
#not-robot{
	text-align:center;
	background:#85584c;
	width:100%;
	color:white;
	font-weight: bold;
	/*	font-family: 'Forte';*/
	font-size:1.4rem;
}
input[type=number]::-webkit-inner-spin-button, 

input[type=number]::-webkit-outer-spin-button { 

	-webkit-appearance: none; 

	margin: 0; 

}

#random{
	background:url('/public/images/captcha-bgn.PNG');
	color:purple;
	letter-spacing:7px;
	font-weight:bold;
	text-align:center;
	font-size:2.4em;
	/*font-family: 'Forte';*/
}
#copyright{
	font-family: 'Forte';
	font-size:1.4rem;
}
#send-btn{
	background:#85584c;
	color:white;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
	padding:10px;
	border-radius:5px;
	font-family: 'Forte';
}
.navbar-links{
	color:white !important;
	font-family: 'Forte';
	font-size:2rem;
	margin:10px 0 10px 40px;
}
#logo{
	padding:15px;
}

.arrow{
	color:black;
	box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11),
	0 5px 15px 0 rgba(0,0,0,0.08);

}
.arrow span{

	position: fixed;
	bottom:1%;
	right: 1%;
	color:black;
	width:80px;
	height:80px;
	background-color:rgba(0,0,0,0.2);
}
.ohnohoney{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}
#robot{
	height:30px;
	width:30px;
	margin-top:25px;
	float:right;
}