*, *::before, *::after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
    }
    body{
        color: white;
        font-family: 'Roboto Condensed', sans-serif;
    }
    .container-fluid{
        height: 100%;
    }
.copyright{
        padding-top: 20px;
    }
    .header{
        min-height: 100vh;
        width: 100%;
        background-image: url('../images/headerBackground.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        display: grid;
        text-align: center;
        
    }
    .container-content{    
        max-width: 1100px;
        justify-self: center;
        display: grid;
        grid-template-rows: 22% 10% 15% auto ;
        
    }
    .header__logo{
        background-image:url('../images/logo.png');
        background-size: contain;
        margin-top: 20px;
        width: 200px;
        height: 200px;
        background-repeat: no-repeat;
        justify-self: center;
    }
    .menu{
        text-align: center;
        color: white;
        
    }
    .menu__element{
        display: inline;
        padding: 20px;
        font-weight: 500;
        font-size: 18px;
        
    }
    .menu__element a{
        text-decoration: none;
        color: white;
        cursor: pointer;
        text-shadow: 2px 2px 4px #000000;
    }
    a:hover{
        color: #0F8DE1;
    }
    .header__string--big{
        font-weight: bold;
        font-size: 7rem;
        letter-spacing: -5px;
        margin-top: 20px;
        text-shadow: 2px 2px 4px #000000;
       
    }

    .main-article{
        width: 100%;
        background: #0f8de1;
    }
    .main-article-content-box{
        max-width: 1100px;
        justify-self: center;
        display: grid;
        margin-left: auto;
        margin-right: auto;
        font-size: 27px;
        text-align: center;
        grid-template-columns: repeat(2,1fr);  
        padding-top: 20px;
        padding-bottom: 20px;
       
    }
    .adressContainer{
        display: grid;
        align-content: center;
        row-gap: 40px;
        margin-top: 20px;
    }
    .main-article h1{
        color: white;
        font-size: 25px;
    }
    .main-article p{
        font-size: 20px;
        color: white;
    }
    .map{
        width: 80%;
        justify-self: center;
        align-self: center;
        height: 300px;
        border:1px solid;
    }
    .mapBox{
        margin-bottom: 30px;
    }
    textarea{
    resize:none;
}
    small a{
        text-decoration: none;
        color: white;
    }
    small a:hover{
        color: black;
    }

   footer{
    width: 100%;
    background: black;
    display: grid;
    
}
.footer-box{
    justify-self: center;
    display: grid;
    max-width: 1300px;
    grid-template-columns: repeat(3,1fr);
    padding-top: 30px;
    padding-bottom: 50px;
    
}
.footer-box h1{
    font-size: 25px;
    margin-bottom: 20px;
}
.footer-box p{
    font-size: 16px;
    
}

.footer-left-side-box p{
    width: 50%; 
}

.container-of-icon-string{
    width: 100%;
    display: flex;
   
}
.icon{
   margin-right: 20px;
   margin-bottom: 20px; 
   width: 30px;
   height: 30px;
}
.startDiv{
    width: 90px;
    align-self: center;
    position: relative;
    justify-self: center;
    padding-bottom: 200px;
    text-shadow: 2px 2px 4px #000000;
    
  }
  .secondStart{
      position: absolute;
      left: 0;
      right: 0;
      font-size: 110px;
      transform: rotate(90deg);
      color: white;
      cursor: pointer;
  
  }
  .display-block{
    display: grid;
    grid-template-columns:50px auto ;
 }
 .display-block p{
     grid-column-start: 2;
 }
 .footer-center-side-box .container-of-icon-string{
    height: 20px;
 }
 /* There is contact form */
 .contactFormContainer{
    width: 100%;
    /* height: 40%; */
    display: grid;
    justify-items: center;
    align-content: center;  
    text-align: center;
}
.contactForm{
    border: 2px solid white;
    border-radius: 50px;
    border: solid 1px #FFFFFF;
    background: rgba(16, 4, 4, 0.39);
    display: grid;
    align-content: start;
    row-gap: 40px;
}
.contactForm h1{
    padding-top: 30px;
    font-size: 30px;
}
.contactForm label{
    display: grid;
    grid-template-columns: 35% 60%;
}
.contactForm p{
    text-align: left;
    font-size: 25px;
    display: block;
    margin-left: 30%;
}
.contactForm input{
    width: 80%;
    background: rgba(255, 255, 255, 0.404);
    height: 40px;
    align-self: center;
    font-size: 20px;
    color: white;
    padding-left: 10px;
}
.contactForm input::placeholder{
    color: rgba(255, 255, 255, 0.39);
    font-size: 15px;
    padding-left: 10px;
}
.contactForm textarea{
    width: 80%;
    min-height: 140px;
    max-height: 220px;
    justify-self: center;
    background: #ffffff0e;
    font-size: 20px;
    color:white;
    padding-left:10px;
}
button{
    justify-self: center;
    width: 200px;
    height: 100px;
    margin-bottom: 40px;
    font-size: 26px;
    background: #ffffff0e;
    border: none;
    color: white;
    cursor: pointer;
}
.img-box{
    width: 100%;
    display: grid;
}
.img{
    width: 60%;
    justify-self: center;
}
@media(max-width: 800px){
    .contactForm h1{
        font-size: 24px;
    }
    h2{
        font-size: 24px;
    }
    .contactForm p{
        font-size: 20px;
        align-self: center;
    }
}
@media(min-width:800px){
    .contactForm{
        width: 500px;
    }
}
  @media(max-width:460px){
    .header__string--big{
        font-size: 60px;
    }
    .container-content{
        grid-template-rows: 25% 13% 13% auto  ;
    }
    .menu__element{
       display: inline-block;
    }

 
}
@media(max-width:1240px){
    .footer-box{
        text-align: center;
    }
    .footer-left-side-box p{
       margin-left: auto;
       margin-right: auto;
    }
    .footer-center-side-box p{
        text-align: left;
    }
}
@media(max-width:700px){
    .footer-box{
        grid-template-columns: repeat(2,1fr)
    }
    .footer-right-side-box{
        grid-column-start: 2;
    }
}
@media(max-width:500px){
    .footer-box{
        grid-template-columns: 1fr;
        
    }
    .footer-box div{
        padding-bottom: 20px;
    }
    .container-of-icon-string img,
    .display-block p{
        margin-left: 15%;
    }
    .footer-right-side-box{
        grid-column-start: auto;
        
    }
    .contactForm{
        width: 300px;
        row-gap: 20px;
    }
    .contactForm input{
        height: 30px;
    }
    
}
@media(max-width:1400px){
    .main-article-content-box{
        grid-template-columns: 1fr;
        
    }
    .img{
        width: 100% !important;
    }

}
@media(min-width:500px ) and (max-width:800px){
    .contactForm{
        width: 400px;
    }
    .contactForm h1{
        font-size: 24px;
    }
    h2{
        font-size: 24px;
    }
    .contactForm p{
        font-size: 20px;
        align-self: center;
    }
}
 
    
 