.avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

body {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Lato", sans-serif;
  background: #f5d380;
  transition: background-color .5s;
  height: 100%;
}

.branding {
  border-radius: 5%;
  padding: 10px 0px 0px 10px;
  background:#FFFFFF;
  background-color: white; 
  width: 75%;
}

.center {
  display: block;
  margin: auto;
}

.centred_image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.chip {
  display: inline-block;
  padding: 0 25px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  border-radius: 25px;
  background-color: #f1f1f1;
}

.chip img {
  float: left;
  margin: 0 10px 0 -25px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.content {
  max-width: 1000px;
  margin: auto;
  padding: 10px;
}

.crash_report {
  border-radius: 2%;
  border: 2px red solid;
  background-color: #fff8dc;
  padding: 10px 10px 10px 10px;
  width: 90%;
  max-width: 450px;
  margin: 10px 10px 10px 10px;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.footer {
   background-color: red;
   color: white;
   text-align: center;
}

.full-height {
  height: 100%;
}

.google_font_gruppo {
    font-family: 'Gruppo';
    font-size: 22px;
    color: #818181;
}

 /* Style the header */
.header {
  padding: 10px 16px;
  background: #555;
  color: #f1f1f1;
  height: 120px;
}

html {
  height: 100%;
}

iframe {
  border: 2px red solid;
  border-radius: 10px;
} 

.img_round {
  border-radius: 50%;
  width:200px;
}

.img_sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

.jumbotron {
  border-style: solid;
  border-width: 2px;
  border-color: red;
  height: 80%;
}

.link_button {
  width: 80%;
  max-width: 600px;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  background-color: #800000;
  color: white;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

.link_button:hover {
  background-color: #ddd;
  color: black;
}

 /* White padding around logo - otherwise logo content too near logo edge */
.logo {
  padding: 5px 5px 5px 5px;
  height: 100px;
}

/* 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;
  background: #f5d380;
}

.main_pic {
     width: 80%;
     max-width: 600px;
     height: auto;
     display: block;
     margin-left: auto;
     margin-right: auto;
}

/* 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;}
} 

.menu_button {
  font-size:25px;
  cursor:pointer;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 0px; /* Place the button at the bottom of the page */
  right: 0px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 5px; /* Some padding */
  border-radius: 5px; /* Rounded corners */
  font-size: 16px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.nobreak {white-space: nowrap;
}

.photo_effect {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
}

.responsive {
  width: 100%;
  max-width: 750px;
  height: auto;
}

 /* 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: 30px; /* 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: 6px 6px 6px 32px;
  text-decoration: none;
  font-size: 20px;
  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: 48px;
  margin-left: 50px;
}

.silver_border {
  border: 2px #818181 solid;
  margin: 10px 10px 10px 0px;
  padding: 10px 10px 10px 10px;
}

.topnav-right {
  float: right;
}

.welcome_page {
    font-family: 'Gruppo';
    font-size: 25px;
    color: #818181;
    text-align: center;
}

.whatsnew_table {
  border-collapse: collapse;
  width: 100%;
}

.whatsnew_th {
  text-align: left;
  vertical-align: top;
  padding:10px;
}
.whatsnew_td {
  text-align: left;
  vertical-align: top;
  padding: 10px;
}



