/**
 * Copyright 2021, 2024 5 Mode. All rights reserved.
 *
 * This file is part of Gudiff.
 *
 * base.css
 * 
 * Gudiff Base style sheet.
 *
 * @author Daniele Bonini <my25mb@aol.com>
 * @copyrights (c) 2016, 2024, 5 Mode
 */

@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap');

body {
  background: #FFFFFF;
  color: #000000;
}
a { 
 /*color: #5e89c2*/;
 color: black;
 weigth:900;
}
#bannerDemoRequest {
  position: fixed; 
  top: 2000px; 
  left:-10px;
  width: 100%; 
  border: 4px solid #98D15C;
  padding: 10px; 
  background: #c8e5bc;
  color: #333333; 
  font-family: Sans;
  font-size: 19px; 
  font-weight: 400; 
  text-align: center; 
  z-index: 19999;
}
.brand-box {
  margin:40px;
  text-decoration:none;
  white-space: nowrap;
}    
.brand-img {
  border: 3px solid #33aced; 
  width:160px;
  vertical-align: middle;
  margin-right: 30px;
  height: 197px;
}
#hint {
  font-size:1.2vw;
}    
#title {
  font-family:'Source Code Pro';
  font-size:3.8vw;
  padding:40px;
}
