body{
    margin: 50px;

  }
  .bg-img {
  
  background-image: url("https://nuuk-e3eaa.firebaseapp.com/assets/img/slide-2.jpg");

  height: 100vh; 
             /* viewport height */
  
  background-position: fixed;
  background-repeat: no-repeat;
  background-size: cover;

  
  position: relative;
 
  opacity: 0.8;
  max-width: 100%;
}


.container { 
  position: absolute;
  margin: 20px;
  width: 100%;
  opacity: 1;
}

/* The navbar */
.topnav {
  overflow: hidden;
  background-color: #333;
  
  


}

/* Navbar links */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
   /* top right bottom left */
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}
#quote{
  background-color:#e47412;
  color: white;

}
a{
  margin-right: 10px; 
}
.btn-secondary{
  background-color:#e47412 ;
  color: white;
}
#head_title{
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Roboto";
  letter-spacing: 2px;
}
.top_icons{
  background-color: black;
  color: white;
  display: flex;
  flex-direction: column;
  width: 5%;
  
  height: 35vh;
  justify-content: space-around;
 
  position: absolute;
  left: 1087px;
  align-items: center;
  max-width: 100%;
  top:200px;


}
.column {
  float: left;
  width: 33.33%;

}
  .container_sm{
  background-color: orange;
  width: 10%;
  align-items: center;

}
.container_sm img{
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.container_sms nav{
  width: 100%;
}


.row:after {
  content: "";
  display: table;
  clear: both;
 
 
}
.row{
 background-image: linear-gradient(#e47412, #fc6457);
margin-top: 4%;
   position: absolute;
   width: 70%;
display: flex;
flex-direction: row;
color: white;
justify-content: space-evenly;
left: 360px; 
  top:540px;
}
#small_icon{
  align-items: center;
  margin-left: 20px;
}
.columns{
    width:20%;
    float:left;
    margin-left:30px;
}
.columns img{
    width:100%;
}