img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

html, body {
    height: 100%;
    font-size: 14px;
}

ul {
  width: 55%;
  align-self: right;
  text-align: right;
  list-style-position: inside;
  direction: rtl;
}

li {
  direction: ltr; 
  unicode-bidi: embed; 
}

html {
    display: table;
    margin: auto;
}

body {
    display: table-cell;
    vertical-align: middle;
    background-color: #dadada;
    background-image: url("../images/bg_vatican_stairway_transp.png");
    align-content: center;
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
}

div {
  font-family: "Roboto Condensed", sans-serif;
}

hr {
    border: 0px;
    background-color: #aaaaaa;
    margin-top: 5px;
    height: 1px;

}

h1 {

    font-size: 1.9em;
    margin-bottom: 5px;
    margin-top: 2px;
    color: #365c6e;
}

.contentRow {
  display: flex;
  }

.contentRow:after {
  content: "";
  display: table;
  clear: both;
  overflow: hidden;
}

.imgColRight {
  width: 160px;
  align-content: baseline;
  align: right;
  vertical-align: top;
  align: center;
}

.imgColLeft {
  width: 160px;
  align-content: baseline;
  align: center;
  vertical-align: top;
  float: left;
}

.textColLeft {
  width: 85%;
  align-content: left;
  float: left;
}

.textColRight {
  align: right;
  width: 85%;
  text-align: right;
  align-content: inherit;
  float: right;
  padding-left: 5px;
}

.sideBarImg {
  margin: 3px;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
}

.fa {
  padding: 10px;
  font-size: 20px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  color: #365c6e;
  opacity: 1.0;
}

.fa:hover {
    opacity: 0.7;
}

.txDiv {
  border: 1px solid #c0c0c0;
  background-color: #ffffff;
  background-position: top right;
  background-repeat: no-repeat;
  text-align: left;
  padding:12px;
  font-size: 1em;
  border-radius: 5px;
  color: #303030;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}

.txDiv h1 {
  font-weight: bold;
}

.darkBg {
  background-color: #efefef;
  text-align: right;
  background-position: top left;
}

.txDiv a {
  font-weight: bold;
  color: #404040;
  text-decoration: none;
}

.txDiv a:hover {
  color: #202020;
  text-decoration: none;
}

span {
  color: #78a3a4;
}

.txTopDiv {
  display: flex;
  background-image: url("../images/watermark_circuitboard.png");
  background-position: top left;
  background-repeat: no-repeat;
  align-content: center;
  border: 0px;
  background-color: #313d42;
  text-align: left;
  padding:12px;
  font-size: 15px;
  border-radius: 5px;
  color: #eeeeee;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  vertical-align: middle;
}

.txDarkDiv a {
  font-weight: bold;
  color: #efefef;
  text-decoration: none;
}

.txDarkDiv a:hover {
  color: #ffffff;
  text-decoration: none;
}

.txTopDiv h1 {
  color: #dddddd;
  margin-bottom: 2px;
}

.topnav {
  overflow: hidden;
  background-color: #030303;
  font-size: 12px;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 12px;
}

.topnav a:hover {
  background-color: #303030;
}

.topnav a.active {
  background-color: #303030;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    margin: 0px;
    padding: 0px;
    height: 45px;
    font-size: 15px;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
    overflow: hidden;
  }
  .topnav.responsive.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.bgCamera {
  background-image: url('../images/Watermark_camera.png');
}

.bgAbout {
  background-image: url('../images/Watermark_rosto.png');
}

.bgSynth {
  background-image: url('../images/watermark_synth_left.png');
}

.bgKeyboard {
  background-image: url('../images/Watermark_keyboard.png');
}

.bgDesign {
  background-image: url('../images/Watermark_design_left.png');
}