*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
  }
  body, html{
    height: 100%;
    align-items: center;
  }
  body{
    font-family: 'Poppins', sans-serif;
  }
  .navbar{
    display: flex;
    align-items: center;
    background: #1c2e4a;
    padding: 20px 0;
  }
  .navbar img{
    padding-left: 40px;
    padding-right: 60px;
  }
  nav{
    flex: 1;
    text-align: center;
  }
  nav ul{
    display: inline-block;
    list-style-type: none;
  }
  nav ul li{
    display: inline-block;
    margin: 10px;
  }
  a{
    text-decoration: none;
    color: #fff; 
  }
  h1{
    color: #1c2e4a;
  }
  p{
    color: #1c2e4a;
  }
  .container{
    max-height: 80%;
    margin: auto;
  }
  .holder{
    align-items: center;
  }
  /*--------  orange color = #F04A00 -----*/
  .first-homepage{
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    margin: 190px 0;
  }
  .first-homepage h1{
    font-size: 80px;
    line-height: 80px;
    margin: 20px 0;
  }
  .first-homepage p{
    font-size: 55px;
  }
  .collections-homepage{
    background-color: #d3d3d3;
    height: 100%;
    width: 100%;
    align-content: center;
  }
  .collections-homepage .holder{
    max-height: 80%;
    max-width: 80%;
    align-items: center;
  }

/*--- margin-top: 184px; , padding: 40px 0;

  /*------- 224px margin-top fits perfectly without padding --------*/
  .collections-homepage h1{
    font-size: 60px;
    line-height: 60px;
    margin-top: 20px;
    align-items: center;
    
  }
  .collections-homepage .col{
    margin-top: 45px;
    align-items: center;
  }
  .collections-homepage p{
    font-size: 25px;
    line-height: 25px;
    text-align: center;
  }
  .collections-homepage .col-2{
    margin-bottom: 35px;
  }
  .col{
    display: flex;
    align-items: centre;
    
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .col-1{
    text-align: center;
  }
  .col-2{
    display: flex;
    flex-basis: 50%;
    flex-direction: column;
    min-width: 300px;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
  }
  .col-2 img{
    max-width: 100%;
    padding: 0 35px;
    align-items: center;
    justify-items: center;
  }
  .small-container{
    max-width: 80%;
    margin: auto;
  }
  /*- max-width: 1150px; -*/
  .special-section-homepage{
    background: #1c2e4a;
    margin-top: 80px;
    padding: 30px 0;
  }
  .special-section-homepage h1{
    padding-bottom: 25px;
    color: #d3d3d3;
  }
  .special-section-homepage p{
    padding-bottom: 25px;
    color: #d3d3d3;
  }
  .col-2 .special-section-homepage-img{
    padding: 0 50px;
    padding-bottom: 25px;
  }
  .special-section-homepage{
    padding: 150px 0;
  }
  .special-section-homepage .btn{
    display: inline-block;
    color: #d3d3d3;
  }
  .fullscreen-homepage{
    max-height: 100%;
    max-width: 100%;
    margin-top: 80px;
    padding: 30px 0;
    text-align: center;
  }
  
  .fullscreen-homepage{
    background-image: url("picture3.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  

  









