body, html {
    margin: 0;
    padding: 0;
    height: 100%;
  }
 
  
  body {
    background: url('./image/villa.jpg'); /*pievinoju fonu*/
    background-repeat: no-repeat;
  
    background-position: center center;
  
    background-attachment: fixed;
  
    -webkit-background-size: cover;
  
    -moz-background-size: cover;
  
    -o-background-size: cover;
  
    background-size: cover;
    
  }
  header {
    padding:10px 5%;/*izdariju tumšu fonu galvenie saites piekļuves punkti*/
    background-color:rgba(0,0,0,.8);
  }
  header>* {
    display: inline-block;
    width:450px
  }
  .pustota {
    width: 10%
  }
  a {/*rediģēju tekstu*/
    text-decoration:none;
    color:black;
    margin: 0 10px;
  }
  .dss {/*izdariju tumšāku fonu*/
    padding: 13% 5%;
    font-size:30px;
    background-color: rgba(0,0,0,.5);
    color: #fff;
  }
  .menu{/*rediģeju menu*/
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    
  }
  /*rediģeju galvenie saites piekļuves punkti*/
  .pirm{
    position: relative;
    left: 50px;
    font-size: 25px;
    color: white;
  }
  .otr{
    position: relative;
    left: 600px;
    font-size: 25px;
    color: white;
  }
  .treš{
    position: relative;
    left: 700px;
    font-size: 25px;
    color: white;
  }
  .menu a:hover{/*pogas maina krāsu, virzot peles kursoru */
    color: #b1b1b1;
  }
  /*rediģeju tekstu*/
  .h1_1{
    position: relative;
    bottom: 150px;
  }
  .h1_12{
    position: relative;
    bottom: 150px;
    left: 450px;
  }
  .p1_1{
    position: relative;
    bottom: 150px;
  }
  /*rediģeju attēli*/
  .phone{
    height: 50px;
    width: 50px;
    position: relative;
    bottom: 150px;
  }
  .number{
    font-size: 25px;
    position: relative;
    bottom: 220px;
    left: 80px;
  }
  .gmail{
    height: 50px;
    width: 50px;
    position: relative;
    bottom: 220px;
  }
  .addre{
    font-size: 25px;
    position: relative;
    bottom: 295px;
    left: 80px;
  }
  .inst{
    height: 50px;
    width: 50px;
    position: relative;
    bottom: 290px;
  }
  .nos{
    font-size: 25px;
    position: relative;
    bottom: 360px;
    left: 80px;
  }
  .teks{
    font-size:30px;
    position: relative;
    bottom: 100px;
    left: 250px;
  }
  .scrolling {
    margin: 0 auto;
    width: 30em;
    height: 10em;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;  /* lai attēli stāvētu vienā rindā, nepārejot uz citu rindiņu */
    word-wrap: normal;  
    position: relative;
    bottom: 100px;
   }
   
   .scrolling img {
    width: 10em;
    height: 10em;
   }

   