/* montserrat-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v26-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v26-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
  scroll-behavior: smooth;
}



body {
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
height: 100vh;
margin: 0;
background: #ffffff;
font-family: 'Montserrat';
}

header a {
  text-decoration: none;
}

.head {
  background: #ffffff;
  height: 70px;
  display: flex;
  justify-content: space-between;
 color:#023e73;
 border-color: #023e73;
  top:0px;
  position: fixed; 
  width: 100%;
  border-color: #023e73;
  border-width: 50px;
  border-bottom: solid;
}

h1 {
   color:#023e73;
  margin:0%;
  padding: 20px 0 0 20px;
}

.logo {
 width: 200px;
 display: flex;
 justify-content:space-between ;
}

.menu {
  padding:0 0 15px;
}

.menu ul li {
  transition: 0.3s;
 }

.menu ul li:hover {
  opacity: 0.5;
}

  ul {
    list-style-type: none;
    float: right;
    display: flex;
    margin: 0;
    padding:25px;
  }

  ul li a {
    color:#023e73;
   padding: 30px 15px;
    text-decoration: none;
  }


   img {
  display: block;
  margin: auto;
  }

  .invitation {
    height: 450px;
    width: 100%;
    color:#fff;
    background: #fff;
    margin-top: 72px;
    font-size: 16px;
    display: block;
    justify-content: center;
    padding-top: 25px;
    text-align: center;
    background-image: url("../worldnight2.jpg");
    background-size: cover;
    background-image: 100%;
  }

  .invitation h2 {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
  }

  .mainlogo {
border-radius: 180px;
  }

  .onepart {
width: 90%;
margin: auto;
margin-top: 250px;
background:#fff;
color: #000;
padding:20px;
border-radius: 35px;
height: 400px;
text-align: center;
   }

 .onepart h3{
 margin-top: 70px;
 }

 .port{
    float: right;
    width: 50%;
    border-radius: 10px;
    margin-left: 40px;
 }

 .secondpart {
    width: 90%;  
margin: auto;
margin-top: 150px;
background:#fff;
color: #000;
padding:20px;
border-radius: 35px;
height: 400px;
text-align: center;
 }

 .secondpart h3{
  margin-top: 70px;
  }

 .meeting {
    float: left;
    width: 50%;
    border-radius: 10px;
    margin-right: 40px;
 }

 .thirdpart {
    width: 90%;
    margin: auto;
margin-top: 150px;
background:#fff;
color: #000;
padding:20px;
margin-bottom: 100px;
border-radius: 35px;
height: 400px;
text-align: center;
 }

 .thirdpart h3{
  margin-top: 70px;
  }

 .peru {
  float: right;
  width: 50%;
  border-radius: 10px;
  margin-left: 40px;
}

 .forthpart {
  height: 400px;
  width: 90%;  
  margin: auto;
  margin-top: 150px;
  margin-bottom: 100px;
  background:#fff;
  color: #000;
  padding:20px;
  text-align: center; 
 }

 .forthpart h3{
  margin-top: 70px;
  }

  .forthpart i {
    width: 
    50px;
    height: 50px;
  }

 .contact {
  float: left;
  width: 50%;
  border-radius: 10px;
  margin-right: 40px;
}



footer {
    height: 70px;
   color:#023e73;
   background: #fff;
    width: 100%; 
    display: flex;
    border-color: #023e73;
  border-width: 50px;
  border-top: solid;
  justify-content: center;
}

footer p {
    font-size: 20px;
    }

.down {
        width: 250px;
        display: flex;
   }

/*Nabízíme služby společnostem, které mají zájem o navázání obchodních vztahů v  zemích Latinské Ameriky.<br/> Aktivně vyhledáváme exportní příležitosti, pomůžeme s prezentací vašeho produktu a představení vaší firmy.*/

h2 {
font-size: 75px;
margin:0px;
margin-top: 60px;
}

.invitation h3 {
font-size: 25px;
}


.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 250px;
  z-index: 999;
  background-color: rgb(234, 234, 234);
  backdrop-filter: blur (10px);
  box-shadow: -10px 0 10px rgba(0,0,0,0.1);
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  
}

.sidebar li {
  width: 100%;
  padding:17px 0;
}

.sidebar a {
  width: 100%;
}

.menu-button {
  display: none;
}


@media screen and (max-width:1550px) {
  
p {
  font-size: 14px;
}
 

}

@media screen and (max-width:1421px) {
  
  p {
    font-size: 13px;
  }
   
  
  }

  @media screen and (max-width:1336px) {
  
    p {
      font-size: 14px;
    }

    .port {
      float: none;
      margin: auto;
      width: 55%;
      
      
    }

    .meeting {
      float: none;
      margin: auto;
      width: 55%;
      
      
    }

    .peru {
      float: none;
      margin: auto;
      width: 55%;
      
      
    }

    .contact {
      float: none;
      margin: auto;
      width: 55%;
      
      
    }

    .onepart {
      height:700px;
    }

    .secondpart {
      height:700px;
    }

    .thirdpart {
      height:700px;
    }

    .forthpart {
      height:700px;
    }
     
    
    }

    @media screen and (max-width:1236px) {

      .secondpart {
        margin-top: 0;
      }

      .thirdpart {
        margin-bottom: 0;
      }

      .forthpart {
        padding-top: 150px;
        margin-top: 0px;
        margin-bottom: 0px;
      }

    }

    @media screen and (max-width:1000px) {

      .port {
        width:75%;
      }
      
      .meeting {
        width:75%;
      }

      .peru {
        width:75%;
      }

      .contact {
        width:75%;
      }

    }


    @media screen and (max-width:950px) {

      .hideOnMobile{
        display: none;
      }

      .menu-button {
        display:block;
      }

    }

    @media screen and (max-width:700px) {
  
     .invitation h2 {
      font-size: 50px;

     }

     .invitation h3 {
      font-size: 20px;
     }
       
      
      }

    @media screen and (max-width:700px) {
  
      .onepart {
        height:600px;
      }
  
      .secondpart {
        height:600px;
      }
  
      .thirdpart {
        height:750px;
      }
  
      .forthpart {
        height:600px;
      }
       
      
      }
    
      @media screen and (max-width:550px) {
  
        .onepart {
          height:500px;
        }
    
        
    
        .forthpart {
          height:500px;
        }
         
        
        }

        @media screen and (max-width:390px) {
  
          .invitation h2 {
           font-size: 40px;
     
          }
     
          .invitation h3 {
           font-size: 17px;
          }

          .thirdpart {
            height:800px;
          }
            
           
           }
   



   