body {
	font-family: Arial;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.mobile_only {
	display: none;
}

/* BLOG ROUTES */

.header_block {
	width: 330px;
}

.header_button_right {
	float: right;
	z-axis: 1;
}

#press_logos {
	border: 1px solid blue;
	width: 700px;
	margin: 0 auto;
	height: 100px;
	margin-bottom: 30px;
}

.image_small {
	width: 450px;
}

.text_column {
	width: 530px;
}

.central_container {
	width: 992px;
	margin: 0 auto;
	display: flex;
}

#loop {
	width: 500px;
	margin: 0 auto;
}

#logo h1 {
	line-height: 2px;
	color: #4ebce0;
	margin-top: 8px;
}

#device_screen_home {
	width:  100%;
	height: auto;
	margin: 0 auto;
	background-image: url('/public/alessandro-russo-aUkgcLurvQo-unsplash.jpg');
	/*background-attachment: cover;*/
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.8;
}

#device_screen {
	width: 100%; 
/*	height: 768px;*/
	margin: 0 auto;
/*	padding-left: 5px;
	padding-right: 5px;*/
}

#header {
	width: 100%; 
	background-color: white; 
	height: 75px;
	padding: 0;
}

#logo {
	width: 250px;
	margin: 0 auto;
	padding-top: 1px;
}

.big_button {
	width: 250px; 
	height: 40px; 
	background-color: #4ebce0; 
	border: 1px solid white;
	border-radius: 10px 10px 10px 10px; 
	margin: 0 auto;
}



.front_page_panel{
	width: 650px;
	height: 365px;
	float: left;
	background-color: white;
}

.more_info{
	width: 992px;
	margin: 0 auto;
}

#login_box {
	width: 250px;
	border: 1px solid white;
	margin: 0 auto;
	color: black;
	float: right;
	background-color: white;
	/*	opacity: 0.7; */
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-radius:  10px 10px 10px 10px;
}

#main_panel{
	width: 992px; 
	margin: 0 auto; 
	height: 500px;
}

.login_field{
	width: 100%;
	height: 30px;
	font-size: 18px;
}

#container_3 {
	display: flex;
	flex-direction: row-reverse;
}

#user_login_button {
	margin-top: 10px; 
	width: 100px; 
	height: 25px; 
	background-color: #4ebce0; 
	text-align: center; 
	line-height: 25px;
	border-radius: 5px 5px 5px 5px;
}

#frontend_footer {
	/*border: 1px solid black;*/
	background-color: white;
	color: black;
	width: 100%;
	height: 22%;
	margin: 0 auto;
	padding-top: 30px;
}

.list_container {
	text-align: center;}

.list-item {
        display: inline-block;
}

#frontend_footer ul li {
	list-style:  none;
	display: inline-block;
	padding-right: 20px;
	text-align: center;
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}