@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/Roboto-Regular-webfont.woff');
    font-weight: normal;
    font-style: normal;
}

/*

@font-face {
    font-family: DejaVuSans;
    src: url('../fonts/DejaVuSans.ttf');
}

*/

* {
  box-sizing: border-box;
}

body {
  font-family: robotoregular, Verdana, Arial, swiss;
  margin: 0;
  /* color: #7B7B7B; */
  color: #404040;
}

p { text-align: left; }

.standard {
    padding-top:5px;
    padding-bottom:10px;
    padding-left:15%;
    padding-right:15%;
    margin-top:0px;
    text-align:justify;
    width: 100%;
    font-size: 12pt;
}

.standard-largetext {
    padding-top:5px;
    padding-bottom:10px;
    padding-left:10%;
    padding-right:10%;
    margin-top:0px;
    text-align:justify;
    width: auto;
    font-size: 14pt;
}

h1 {
    color: #5BA1FF;
    text-align:center;
    font-size: 18pt;
}

h2 {
    color: #5BA1FF;
    font-size: 13pt;
    text-align:left;
}

h3 {
    color: #FFB85B;
    text-align:left;
}

h4 {
    text-align:left;
}

h5 {
    text-align:left;
}

.center {
    text-align:center;
}

.centered-image {
    max-width:100%;
}

.copyright{
    text-align:center;
    font-size:10pt;
}

.right-floating-image {
    margin-left:20px;
    margin-bottom:15px;
    float:right;
    max-width:50%;
}

.right-floating-image-smaller {
    margin-left:20px;
    margin-bottom:15px;
    float:right;
    max-width:30%;
}

.menu-bar {
  /* background-color: #46465A; */
  background-color: #776F6F;
  /* background-image: linear-gradient(to top, #404040, #776F6F); */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width:100%;
  padding: 0px;
  justify-content: space-between;
  border-bottom: 2px solid #FFC567;
}

.logo {
  padding:2px;
}

.menu-bar-logo-image {
    vertical-align:middle;
    width: 100%;
    /* max-height:180px; */
}

.menu {
  /* background-color:#0037A8; */
  /* background-color:#46465A; */
  /* background-color:#776F6F; */
  background-color:none;
  padding-top:0px;
  padding-bottom:0px;
  padding-left:5px;
  padding-right:5px;
  display:flex;
  flex-direction:row;
  text-align:center;
  font-weight: bold;
}

.menu a {
  padding:8px;
  margin-top:0px;
  display:block;
  color:#DDDDDD;
  text-decoration:none;
}

.menu a:hover, a:active {
  background-color: #C0C0C0;
}

.logo img a, .logo a:hover, .logo a:active, .logo a:visited {
  background-color: transparent;
  color: transparent;
  text-decoration:none;
}

.summary {
    /* background-color: red; */
    flex-grow: 1;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align:center;
}

.summary-inner {
    text-align:center;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    /* max-width: 500px; */
}

.summary a {
  /* color:#F0ECEC; */
  color: #505050;
  background-color: transparent;
}

.summary a:hover, a:active {
  background-color:transparent;
}

.standard, .standard-largetext ul, ol {
    text-align: left;
}

.standard a {
  color: inherit;
  background-color:transparent;
  color: #505050;
}

.standard-largetext a {
  color: inherit;
  background-color:transparent;
  color: #505050;
}

.standard a:hover, a:active {
  background-color:transparent;
  color: black;
}

.standard-largetext a:hover, a:active {
  background-color:transparent;
  color: black;
}

/* Has to be below .standard, or doesn't override standard link styles */
.buttongroup {
    margin-top: 0px;
    margin-bottom: 18px;
    text-align: center;
}

.buttongroup a {
  padding-left:12px;
  padding-right:12px;
  padding-top:4px;
  padding-bottom:4px;
  margin-top:0px;
  margin-left:4px;
  margin-right:4px;
  /* display:block; */
  color:#F0ECEC;
  background-color:#82BE56;
  border-radius:8px;
  text-decoration:none;
}

.buttongroup a:hover, a:active {
    background-color: #C0C0C0;
}

.buttongroup a#orange {
    background-color: #FFB85B;
    color: #FFFFFF;
}

.buttongroup a#red {
    background-color: #FF0000;
    color: #FFFFFF;
}

.buttongroup a:hover#orange, a:active#orange {
    background-color: #C0C0C0;
}

.strapline {
    /* display: none; */
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
}

.toolbar-strapline {
    font-size: 11pt;
    margin-left: 20px;
    vertical-align: middle;
    color:#DDDDDD;
}

/* For a specification item, no space between items */
.spec-item {
    margin-top:3pt;
    margin-bottom:0;
    text-align:left;
    padding-left:20px;
    text-indent:-20px;
}

.top {
    padding:15px;
    text-align:center;
    color:#E0E0E0;
}

.middle {
    padding:10px;
    margin-top:0px;
    text-align:center;
}

.middle a {
  color: inherit;
  background-color:transparent;
}

.middle a:hover, a:active {
  background-color:transparent;
  color: black;
}

.bottom {
    color: #FFFFFF;
    background-color:#776F6F;
    padding:10px;
    margin-top:0px;
    text-align:center;
    border-top: 2px solid #FFC567;
}

.bottom a {
  color: #C5C5C5;
  background-color:transparent;
  text-decoration:none;
}

.bottom a:hover, a:active {
  background-color:transparent;
  color: white;
}

/* bluer colour: #284580
 */

.intro {
    /* background-color:#CBCCFF; */
    /* color:#E0E0E0; */
    display: flex;
    flex-direction: row;
    padding-top:0px;
    padding-bottom:0px;
    margin-left: 20px;
    margin-right: 20px;
    /* border-bottom: 2px solid #FFC567; */
}

.site-map-item {
    margin-top: 0;
    margin-bottom: 0.2em;
}

.right {
  float:left;
  width:20%;
  padding:15px;
  margin-top:0px;
  text-align:center;
  color:white;
}

.info-grid {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}

.info-cell {
  max-width: 20em;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.info-cell-small {
  /* background-color: yellow; */
  font-size:11pt;
  max-width: 60em;
  padding-left: 10px;
  padding-right: 10px;
}

.info-cell-wide {
  max-width: 28em;
  padding-left:10px;
  padding-right:10px;
  text-align:left;
}

.grid-cell-heading {
    text-align:center;
}

.bottom-links-heading {
    font-weight: bold;
}

.mainscreenshot {
    padding-left:15px;
    padding-right:5px;
    padding-top:5px;
    padding-bottom:0px;
    /* width:100%; */
    /* width: 100%; */
    width: 100%;
    /* max-width: 100%; */
}

.beta {
    color:red; font-style:italic; text-transform:uppercase
    }

.jutoh-button {
    vertical-align:middle;
}

.reference {
  padding-left: 22px;
  text-indent: -22px;
}

/* For now, let's hide the bullet. */
.info-bullet {
    vertical-align:middle;
    margin-right: 5px;
    display: none;
}

.middle-alignment {
    vertical-align:middle;
}

.photo-paragraph {
    text-align: center;
    margin-bottom: 5px;
    }

.photo {
    margin: 10px;
    max-width: 80%;
    }

.photo-caption {
    font-size: 0.9em;
    font-style: italic;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 20px;
    margin-left: 10%;
    margin-right: 10%;
    }

.photo-paragraph-adapting {
    text-align: center;
    margin-bottom: 5px;
    }

.photo-adapting {
    margin-top: 5px;
    max-width: 40%;
    }

.photo-caption-adapting {
    font-size: 1em;
    text-align: center;
    color: red;
    margin-top: 0px;
    margin-bottom: 5px;
    }

@media only screen and (min-width:1100px) {
  .summary-inner {
    font-size:14pt;
    }
}

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

    .toolbar-strapline {
        display:none;
    }

    .strapline {
        display:inline;
    }

   .menu-bar {
        justify-content: center;
    }
/*
    .menu-bar-logo-image {
        max-width:110px;
    }
*/
  .summary-inner {
    margin-left: 5%;
    margin-right: 5%;
  }

/*
.photo-adapting {
    margin-top: 5px;
    max-width: 100%;
    }
*/

.photo {
    width: auto;
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
}

.right-floating-image-smaller {
    width: auto;
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
}

}

@media only screen and (max-width:800px) {
  /* For mobile phones: */
  .intro {
    width:100%;
    flex-direction: column;
  }

  .mainscreenshot {
    max-width:100%;
  }

  .standard {
    width:auto;
    padding-left:5%;
    padding-right:5%;
  }

  .standard-largetext {
    width:auto;
    padding-left:15px;
    padding-right:15px;
    font-size: 12pt;
  }

  .info-cell-wide {
    max-width:100%;
  }

  .left-spacer {
    display: none;
  }

  .summary-inner {
    margin-left: 5%;
    margin-right: 5%;
  }

.right-floating-image-smaller {
    width: auto;
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
}
}

