@import url('https://fonts.googleapis.com/css?family=Advent+Pro');

*{
  box-sizing: border-box;
}


html {
 font-family: 'Advent Pro';
  font-size: 1.5vw;
  font-style: bold;
   }


.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.header {
  display: grid;
 grid: 8vh / auto auto;
padding: 01vw;
font-size: 1.5vw;
  color: #ffffff;
}

#news{
  background-image: url(../img/6.jpg);
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  height: 100vh;
  max-width: 25%;
}

#about{
  background-image: url(../img/3.jpg);
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  height: 100vh;
  max-width: 25%;
}

#portfolio{
  background-image: url(../img/rose.jpg);
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  height: 100vh;
  max-width: 25%;
}

#industry{
  background-image: url(../img/C3.jpg);
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  height: 100vh;
  max-width: 25%;
}

/*#industry:hover{
  background-image: url(https://previews.123rf.com/images/nyrok555/nyrok5551805/nyrok555180500694/102163302-stars-in-the-night-sky-background-texture-milky-way-glow-of-stars-the-sky-is-in-the-stars-.jpg);
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  height: 100vh;
  max-width: 25%;
}*/

.menu{
     display: flex;
  justify-content: center;
  opacity: 0;
  align-content: center;
}



.menu ul {
  list-style: none;
  margin: 20vw;
  padding:0;

 
  }

.menu li {
  list-style: none;
  font-size: 2vw;
  color: #000000;
opacity:1;
}

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
     cursor: cell;
}


#img1{
  background-image: url(../img/fons1.png);
    background-position: center center;
  background-size: cover;
  object-fit: cover;
}

.menu:hover{
        opacity: 1;
/*        background-image: url(https://us.123rf.com/450wm/nyrok555/nyrok5551805/nyrok555180500694/102163302-stars-in-the-night-sky-background-texture-milky-way-glow-of-stars-the-sky-is-in-the-stars-.jpg?ver=6);
*/       /*box-shadow: inset 0 0 0 30vw #000000;*/
       transition: all 800ms ease; 
      }
      
.menu li:hover {
  background-color: #000000;
  color: #ffffff;
  transition: all 800ms ease; 
   cursor: cell;

}

p{
     list-style: none;
  color: #ffffff;
  text-align: justify;
  font-size: 1.1vw;
  height: auto;
  max-width: auto;
    opacity: 1;
    object-fit: cover;
}