*{
    margin: 0;
    padding: 0;
}

html{
    scroll-behavior: smooth;
}

body{
    background-color: black;
    height: auto;
}

.image-container{
    width: 100%;
    height: 100vh;
    background:url('../img/background-image.jpg') no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    justify-content: center;
}

/* ------- nav MENU ------- */

nav{
    width: 100%;
    height: 85px;
    position: fixed;
    z-index: 15;
    transition: .5s;
}

.logo h1{
    visibility: hidden;
}

nav ul{
    float: right;
    margin-right: 40px;
    list-style: none;
}

nav ul li{
    display: inline-block;
    padding-top: 40px;
    margin: 0 13px;
}

nav ul li a{
    position: relative;
    color: #e6e6e6;
    font-size: 21px;
    text-decoration: none;
    font-family: 'Ubuntu';
    font-weight: 400;
}

nav a.hl{
    color: #2ea3f2;
}

nav a:hover{
    cursor: pointer;
}

label #sign-one{
    float: right;
    display: none;
}

#res-menu{
    display: none;
}

/* ------- cool-underline ------- */

.cool-underline::after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    margin-top: 5px;
    background: #176da7;
    transition: width .5s;
}

.cool-underline:hover::after{
    width: 100%;
    transition: width .5s;
}

/*--X-- cool-underline --X--*/

/*--X--- nav MENU ---X--*/


/*----- ÃšVOD TEXT -----*/

.center-text{
    transform: translate(-50%, -60%);
    width: 80%;
    margin: 0 auto;
    height: auto;
    position: absolute;
    top:60%;
    left: 50%;
}

.center-text h1{
    color: #e6e6e6;
    text-align: center;
    font-weight: 400;
    font-family: 'Ubuntu';
    font-size: 3.5vw;
}

#borderLeft {
    width: 20%;
    border-bottom: 5px solid #176da7;
    position: relative;
    left: 33.7%;
    bottom: 0;
  }

/*--X-- ÃšVOD TEXT --X--*/

#overlay {
    transform: translate(-50%, -35%);
    left: 50%;
    position: absolute;
    z-index:-100;
    width: 100%;
}

#overlay h2{
    font-size: 7.5vw;
    color: #151515;
    font-family: 'Ubuntu';
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 400;
    position: relative;
}

#borderBottom {
    width: 8%;
    border-bottom: 5px solid #176da7;
    position: relative;
    bottom: 0;
    padding-top: 5px;
    margin: 0 auto;
}

/*----- SERVICES -----*/

#services{
    width: 100%;
    text-align: -webkit-center;
    min-height: 100vh;
    display: block;
    margin-top: 0px;
    justify-content: center;
    position: relative;
}

.services-center{
    transform: translate(-30%, 270%);
    width: auto;
    height: auto;
    position: relative;
    left: 30%;
}

.services-center h3{
    font-size: 2.5vw;
    color: #e6e6e6;
    font-family: 'Ubuntu';
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 400;
    position: relative;
}

.services-info{
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 35%;
    display: flex;
}

.services-block-image{
    width: 50%;
    height: auto;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

}

.services-image{
    width: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
    vertical-align: middle;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.services-image img{
    width: 70%;
    height: auto;
    float: left;
    position: relative;
    display: block;
    margin-left: 50px;
}

.services-text{
    width: 50%;
    height: auto;
    text-align: center;
    position: relative;
    display: inline-block;

}

.services-info-text-center{
    width: 70%;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
    float: right;
    margin-right: 50px;
    top: 50%;
    transform: translate(-0%, -50%);
}

.services-info-text-center p{
    color: #aaaaaa;
    margin: 0 auto;
    font-family: 'Ubuntu';
    font-size: 23px;
    font-weight: 400;
    text-align: left;
}

.services-info-text-center h3{
    color: #e6e6e6;
    font-weight: 400;
    margin: 0 auto;
    text-align: left;
    font-family: 'Ubuntu';
    font-size: 30px;
    padding-top: 30px;
}

/*--X-- SERVICES --X--*/

/*----- ABOUT ME -----*/

#about-me{
    width: 100%;
    text-align: -webkit-center;
    min-height: 100vh;
    display: block;
    margin-top: 0px;
    justify-content: center;
    position: relative;
}

.about-me-center{
    transform: translate(-30%, 270%);
    width: auto;
    height: auto;
    position: relative;
    left: 30%;
}

.about-me-center h3{
    font-size: 2.5vw;
    color: #e6e6e6;
    font-family: 'Ubuntu';
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 400;
    position: relative;
}

.about-me-info{
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 35%;
    display: flex;
}

.about-me-block-image{
    width: 50%;
    height: auto;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

}

.about-me-image{
    width: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
    vertical-align: middle;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-me-image img{
    width: 70%;
    height: auto;
    float: right;
    position: relative;
    display: block;
    margin-right: 50px;
}

.about-me-text{
    width: 50%;
    height: auto;
    text-align: center;
    position: relative;
    display: inline-block;

}

.about-me-text-center{
    width: 70%;
    background-repeat: no-repeat;
    margin-left: 50px;
    position: relative;
    top: 50%;
    transform: translate(-0%, -50%);
}

.about-me-text-center p{
    color: #aaaaaa;
    margin: 0 auto;
    text-align: left;
    font-family: 'Ubuntu';
    font-size: 23px;
    font-weight: 400;
}

p.about-padding{
    padding-top: 20px;
}


/*--X-- ABOUT ME --X--*/

/*----- CONTACT -----*/

#contact{
    width: 100%;
    text-align: -webkit-center;
    min-height: 100vh;
    display: block;
    margin-top: 0px;
    justify-content: center;
    position: relative;
}

.contact-center{
    transform: translate(-30%, 270%);
    width: auto;
    height: auto;
    position: relative;
    left: 30%;
}

.contact-center h3{
    font-size: 2.5vw;
    color: #e6e6e6;
    font-family: 'Ubuntu';
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 400;
    position: relative;
}

.contact-info{
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 35%;
    display: flex;
}

.contact-info-send{
    width: 50%;
    height: auto;
    text-align: center;
    position: relative;
    margin: 0 auto;
    display: inline-block;
}

.message{
    width: 70%;
    height: auto;
    float: right;
    margin-right: 50px;
}

.message .contact-form{
    width: 90%;
    height: auto;
    margin: 0 auto;
    position: relative;
    top:50%;
}

#contactform{
    width: auto;
}

.message .title h2{
    color: white;
    text-align: left;
    font-family: 'Ubuntu';
    font-size: 40px;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 30px;
}

.contactEMAIL{
    width:100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 40px;
    margin: 0 auto;
    display: block;
  }

  .input_containerName{
    width: 100%;
    height: 46px;
    display: block;
  }

  .name{
    width:100%;
    height: 40px;
    font-weight: 400;
    font-family: 'Ubuntu';
    font-size: 17px;
    border-radius: 4px;
    color: #626262;
    border: 4px solid #151515;
    background-color: black;
    padding-left:15px;
  }

  .input_containerEmail{
    width: 100%;
    height: 46px;
    display: block;
    margin-top: 20px;
  }
  
  .emailaddress{
    width:100%;
    height: 40px;
    font-weight: 400;
    font-family: 'Ubuntu';
    font-size: 17px;
    border-radius: 4px;
    color: #626262;
    border: 4px solid #151515;
    background-color: black;
    padding-left:15px;
  } 

  .input_containerMessage{
    width: 100%;
    height: auto;
    display: block;
    margin-top: 20px;
  }
  
  .notes{
    width: 100%;
    margin: 0 auto;
    height: 200px;
    font-weight: 400;
    font-family: 'Ubuntu';
    font-size: 17px;
    padding-top: 15px;
    margin-bottom: 30px;
    color: #626262;
    border: 4px solid #151515;
    background-color: black;
    padding-left:15px;
  }

  textarea {
    text-rendering: auto;
    color: -internal-light-dark-color(black, white);
    text-indent: 0px;
    text-shadow: none;
    text-align: start;
    -webkit-appearance: textarea;
    background-color: rgba(255, 255, 255, 0.74);
    -webkit-rtl-ordering: logical;
    flex-direction: column;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    margin: 0em;
    border-radius: 4px;
    border-image: initial;
  }

  .answerAsendbutton{
    width:100%;
    height: 60px;
    display: block;
    float: left;
    justify-content: space-between;
    padding-left: 15px;
  }

  
  .errormessage{
    width: 250px;
    height: 40px;
    display: block;
    text-align:left;
    position: absolute;
    font-family: arial;
  }

  .answer{
    width: 250px;
    height: 40px;
    display: block;
    text-align:left;
    position: absolute;
    font-family: 'Ubuntu';
    color:white;
  }

  
  input.error {
    border: 2px solid red;
    border-radius: 3px;
  }
  
  textarea.error {
    border: 2px solid red;
    border-radius: 3px; 
  }

  /* ------- button ------- */

.cemeteryadministration{
    text-align: center;
}

.cemeteryadministration-send .sendbutton{
    width: auto;
    height: 50px;
    border: 4px solid #176da7;
    border-radius: 4px;
    background: none;
    transition: all 0.5s;
    cursor: pointer;
    float: right;
}

.cemeteryadministration-send .sendbutton span{
    padding-left: 12.5px;
    right: -12.5px;
    color: #176da7;
    text-align: center;
    font-size: 18px;
    font-family: 'Ubuntu';
    display: inline-block;
    position: relative;
    transition: 0.5s;
    font-weight: 600;
}

.cemeteryadministration-send .sendbutton span:after{
    content: '\2192';
    padding-left: 10px;
    transition: 0.5s;
    opacity: 0;
    color: #176da7;
}

.cemeteryadministration-send .sendbutton:hover span{
    padding-right: 25px;
}

.cemeteryadministration-send .sendbutton:hover span:after{
    opacity: 1;
    right: 0;
    color: #176da7;
}

/* ---X--- button ---X--- */


/* -X- kontaktnÃ­ formulÃ¡Å™ -X- */

.contact-info-telephone{
    width: 50%;
    height: auto;
    text-align: center;
    position: relative;
    margin: 0 auto;
    display: inline-block;
    margin-left: 50px;
}

.contact-info-telephone-phone{
    width: 100%;
    float: left;
    text-align: left;
    display: flex;
}

.contact-info-telephone-phone .phone-icon{
    width: auto;
    height: auto;
    float: left;
    border: 4px solid #176da7;
    border-radius: 4px;
}

.contact-info-telephone-phone .phone-icon i{
    width: 80px;
    height: 70px;
    margin: 0 auto;
    text-align: center;
    color:#176da7;
    font-size: 50px;
    transform: translate(0%, 15%);
    top:25%;
    left: 25%;
}

.contact-info-telephone-phone .phone-align{
    display: block;
}

.contact-info-telephone-phone .phone-name{
    width: 100%;
    height: auto;
    color:#176da7;
    font-family: 'Ubuntu';
    padding-left: 20px;
}

.contact-info-telephone .phone-info{
    width: 100%;
    height: auto;
    color: #aaaaaa;
    font-family: 'Ubuntu';
    float: left;
    text-align: left;
    padding-left: 20px;
    padding-top: 10px;
}

.contact-info-emailadress-email{
    width: 100%;
    float: left;
    text-align: left;
    display: flex;
    margin-top: 20px;
}

.contact-info-emailadress-email .email-icon{
    width: auto;
    height: auto;
    float: left;
    border: 4px solid #176da7;
    border-radius: 4px;
}

.contact-info-emailadress-email .email-icon i{
    width: 80px;
    height: 70px;
    margin: 0 auto;
    text-align: center;
    color:#176da7;
    font-size: 50px;
    transform: translate(0%, 12%);
    top:25%;
    left: 25%;
}

.contact-info-emailadress-email .email-align{
    display: block;
}

.contact-info-emailadress-email .email-name{
    width: 100%;
    height: auto;
    color:#176da7;
    font-family: 'Ubuntu';
    padding-left: 20px;
}

.contact-info-emailadress-email .email-info a{
    width: 100%;
    height: auto;
    color: #aaaaaa;
    font-family: 'Ubuntu';
    float: left;
    text-align: left;
    padding-left: 20px;
    padding-top: 10px;
    text-decoration: none;
    cursor: pointer;
}

/* ---X--- sekce kontakt ---X--- */




/*--X-- CONTACT --X--*/

/*----- REFERENCE -----*/

#reference{
    width: 100%;
    text-align: -webkit-center;
    min-height: 100vh;
    display: block;
    margin-top: 0px;
    justify-content: center;
    position: relative;
}

.reference-center{
    transform: translate(-30%, 270%);
    width: auto;
    height: auto;
    position: relative;
    left: 30%;
}

.reference-center h3{
    font-size: 2.5vw;
    color: #e6e6e6;
    font-family: 'Ubuntu';
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 400;
    position: relative;
}

.reference-info{
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 35%;
    display: flex;
}

.reference-info-text{
    width: 50%;
    height: auto;
    text-align: center;
    position: relative;
    margin: 0 auto;

}

.reference-info-text-center{
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
    top: 50%;
    transform: translate(-0%, -50%);
}

.reference-info-text-center p{
    color: #aaaaaa;
    margin: 0 auto;
    font-family: 'Ubuntu';
    font-size: 23px;
    font-weight: 400;
}

.reference-info-text-center h3{
    color: #e6e6e6;
    font-weight: 400;
    margin: 0 auto;
    text-align: center;
    font-family: 'Ubuntu';
    font-size: 30px;
    padding-top: 30px;
}

.item{
    margin: 10;
}

/*--- owl-carousel ---*/

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: rgb(255, 255, 255);
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .owl-nav button.owl-prev {
    left: 0;
  }
  .owl-nav button.owl-next {
    right: 0;
  }
  
  .owl-nav button {
      position: relative;
      top: 0%;
      margin: 20px;
      transform: translateY(0%);
      background: rgba(255, 255, 255, 0) !important;
  }
  .owl-nav span {
      font-size: 70px;    
      position: relative;
      top: -5px;
      color: rgb(255, 255, 255);

  }
  .owl-nav button:focus {
      outline: none;
  }

/*-X- owl-carousel -X-*/

/*--X-- REFERENCE --X--*/

/*----- RADIO -----*/

#radio{
    width: 100%;
    text-align: -webkit-center;
    min-height: 100vh;
    display: block;
    margin-top: 0px;
    justify-content: center;
    position: relative;
}

.radio-center{
    transform: translate(-30%, 270%);
    width: auto;
    height: auto;
    position: relative;
    left: 30%;
}

.radio-center h3{
    font-size: 2.5vw;
    color: #e6e6e6;
    font-family: 'Ubuntu';
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 400;
    position: relative;
}

.radio-info{
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 35%;
    display: block;
}

.radio-block-image a{
    width: 30%;
    height: auto;
    text-align: center;
    display: flex;
    position: relative;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    

}

.radio-image{
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
    vertical-align: middle;
    text-align: center;
}

.radio-image img{
    width: 100%;
    height: auto;
    float: right;
    position: relative;
    display: block;
}

/*--X-- RADIO --X--*/

/*----- FOTOGALERIE -----*/

#photogallery{
    width: 100%;
    text-align: -webkit-center;
    min-height: 100vh;
    display: block;
    margin-top: 0px;
    justify-content: center;
    position: relative;
}

.photogallery-center{
    transform: translate(-30%, 270%);
    width: auto;
    height: auto;
    position: relative;
    left: 30%;
}

.photogallery-center h3{
    font-size: 2.5vw;
    color: #e6e6e6;
    font-family: 'Ubuntu';
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 400;
    position: relative;
}

.photogallery-info{
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 35%;
    display: flex;
}

.photogallery-info-text{
    width: 70%;
    height: auto;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.photogallery-info-text-center{
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
    top: 50%;
    transform: translate(-0%, -50%);
}

.photogallery-info-text-center p{
    color: #aaaaaa;
    margin: 0 auto;
    font-family: 'Ubuntu';
    font-size: 23px;
    font-weight: 400;
}

.photogallery-info-text-center h3{
    color: #e6e6e6;
    font-weight: 400;
    margin: 0 auto;
    text-align: center;
    font-family: 'Ubuntu';
    font-size: 30px;
    padding-top: 30px;
}

.galleryy{
    outline: none;
    border: none;
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0 auto;
  }

.gallery{
    padding-bottom: 30px;
    margin: 0 auto;
    width: 98%;
    height: auto;
    overflow: hidden;
    margin-left: -10px;
    text-align: center;
  }
  
.gallery img{
    width: 200px;
    height: 200px;
    background-size: 100% 100%;
    transition: transform .5s ease;
    cursor: pointer;
    z-index: -1;
    margin-left: 20px;
    margin-top: 20px;
    object-fit: contain;
    display: inline-block;
  }

  .gallery img:hover{
    transform: scale(1.1);
    transition: 0.5s;
  }

  .gallery a{
      text-decoration: none;
  }


/*--X-- FOTOGALERIE --X--*/

/* ------- sekce footer ------- */

.footer2{
    width: 100%;
    text-align: -webkit-center;
    height: 70px;
    justify-content: center;
    position: relative;
    overflow-x: hidden;
    display: block;
    text-align: center;
    bottom: 0;
    position: relative;
    transform: translate(0%, 1800%);
    
}

.footer2 h2{
    font-family: 'Ubuntu';
    line-height: 70px;
    font-size: 23px;
    text-align: center;
    color: #e6e6e6;
    font-weight: 400;
}

.footer2 a{
    text-decoration: none;
}

.footer2 span.tayu{
    color:#176da7;
}

.footer2 .move-up{
    display: none;
}

.footer .move-up{
    display: none;
}

.footer{
    display: none;
}

/* ---X--- sekce footer ---X--- */


@media only screen and (min-width: 1001px) {
    nav.black{
        height: 70px;
        background: rgba(0, 0, 0, 0.712);
    }

    nav.black li{
        margin-top:-17px;
        transition: .5s;
    }
}


@media only screen and (max-width: 1626px) {
    .footer2{
        margin-top: 450px;
    }
}

@media only screen and (max-width: 1301px) {
    .footer2{
        width: 100%;
        text-align: -webkit-center;
        height: 70px;
        justify-content: center;
        position: relative;
        overflow-x: hidden;
        display: block;
        text-align: center;
        bottom: 0;
        position: relative;
        transform: translate(0%, 1820%);
        
    }
}

@media only screen and (max-width: 1300px) {
    .footer2{
        width: 100%;
        text-align: -webkit-center;
        height: 70px;
        justify-content: center;
        position: relative;
        overflow-x: hidden;
        display: block;
        text-align: center;
        bottom: 0;
        position: relative;
        transform: translate(0%, 3050%);
        
    }
}

@media only screen and (max-width: 1024px) {

    .image-container{
        width: 100%;
        height: 70vh;
        background:url('../img/background-image.jpg') no-repeat;
        background-size: cover;
        min-height: 70vh;
        display: flex;
        justify-content: center;
    }

    nav{
        height: 70px;
        background: rgba(0, 0, 0, 0.603);
    }

    label #sign-one{
        display: block;
        float: right;
        top: 35px;
        right: 25px;
    }

    nav ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.603);
        top: 70px;
        left: -100%;
        text-align: center;
        transition: .5s;
        z-index: 10;
    }

    nav ul li{
        display: block;
        margin: 40px 0;
        line-height: 30px;
    }

    nav ul li a{
        font-size: 20px;
        color: white;
    }

    .cool-underline::after{
        display: none;
    }

    #res-menu:checked ~ ul{
        left: 0;
    }

    .menu-btn{
        width: 35px;
        height: 25px;
        position: relative;
        display: flex;
        cursor: pointer;
        transition: all .5s ease-in-out;
    }

    .menu-btn__burger{
        width: 35px;
        height: 4px;
        background-color: #ffffff;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(255, 255, 255, 0.2);
        transition: all .5s ease-in-out;
    }

    .menu-btn__burger::before,
    .menu-btn__burger::after{
        content: '';
        position: absolute;
        width: 35px;
        height: 4px;
        background-color: #ffffff;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(255, 101, 47,.2);
        transition: all .5s ease-in-out;
    }

    .menu-btn__burger::before{
        transform:translateY(-10px);
    }

    .menu-btn__burger::after{
        transform:translateY(10px);
    }

    /* ANIMATION burger */

    .menu-btn.open .menu-btn__burger {
        transform: translateX(-50px);
        background: transparent;
        box-shadow: none;
    }

    .menu-btn.open .menu-btn__burger::before{
        transform: rotate(45deg) translate(35px, -35px);
    }

    .menu-btn.open .menu-btn__burger::after{
        transform: rotate(-45deg) translate(35px, 35px);
    }

    /*--X-- ANIMATION burger --X--*/

    .center-text{
        transform: translate(-50%, -50%);
        width: 80%;
        margin: 0 auto;
        height: auto;
        position: absolute;
        top:35%;
        left: 50%;
    }

    .center-text h1{
        color: #e6e6e6;
        text-align: center;
        font-weight: 400;
        font-family: 'Ubuntu';
        font-size: 4vw;
    }

    #borderLeft {
        width: 20%;
        border-bottom: 4px solid #176da7;
        position: relative;
        left: 30.5%;
        bottom: 0;
    }

    #overlay h2{
        font-size: 120px;
    }

    #services{
        min-height: auto;
        height: auto;
        text-align: center;
     }
     
    .services-center{
        transform: translate(-30%, 200%);
        width: auto;
        height: auto;
        position: relative;
        left: 30%;
    }

     .services-center h3{
        font-size: 40px;
    }

    .services-info{
        width: 100%;
        margin-top: 120px;
        height: auto;
        display: block;
        text-align: center;
        position: relative;
    }

    .services-block-image{
        width: 100%;
        height: auto;
        margin-left: 0px;
    }

    .services-image{
        top: 50%;
        left: 50%;
        transform: translate(-50%, 0%);
        margin: 0 auto;
        position: relative;
        margin-top: 40px;
    }

    .services-image img{
        width: 60%;
        text-align: center;
        margin: 0 auto;
        transform: translate(32.5%, 0%);
        left: 0%;
        height: auto;
    }

    .services-text{
        width: 60%;
        height: auto;
        top: 0;        
        text-align: center;
        position: relative;
    }
    
    .services-info-text-center{
        width: 100%;
        top: 0;
        margin: 0 auto;
        position: relative;
        transform: translate(-0%, -0%);
        margin-top: 30px;
    }
    .services-info-text-center h3{
        text-align: center;
        font-size: 30px;
    }

    .services-info-text-center p{
        text-align: center;
        font-size: 18px;
    }

    /* ABOUT-ME */


    #about-me{
        min-height: auto;
        height: auto;
        text-align: center;
     }
     
     .about-me-center{
        transform: translate(-30%, 200%);
        width: auto;
        margin: 0 auto;
        height: auto;
        position: relative;
        top: 15%;
        left: 30%;
    }

    .about-me-info{
        width: 100%;
        margin-top: 120px;
        height: auto;
        display: block;
        text-align: center;
        position: relative;
    }

    .about-me-block-image{
        width: 100%;
        height: auto;
        margin-right: 0px;
    }

    .about-me-image{
        top: 50%;
        left: 50%;
        transform: translate(-50%, 0%);
        margin: 0 auto;
        position: relative;
        margin-top: 40px;
    }

    .about-me-image img{
        width: 60%;
        text-align: center;
        margin: 0 auto;
        transform: translate(-32.5%, 0%);
        right: 0%;
        height: auto;
    }

    .about-me-text{
        width: 100%;
        height: auto;
        top: 0;        
        text-align: center;
        position: relative;
    }
    
    .about-me-text-center{
        width: 60%;
        top: 0;
        margin: 0 auto;
        position: relative;
        transform: translate(-0%, -0%);
        margin-top: 40px;
    }

    .about-me-text-center p{
        text-align: center;
        font-size: 18px;
    }

    .about-me-center h3{
        font-size: 40px;
    }

    /* CONTACT */
    
    #contact{
        min-height: auto;
        height: auto;
        text-align: center;
     } 

    .contact-center{
        top: 15%;
    }

    .contact-center{
        transform: translate(-30%, 200%);
        width: auto;
        margin: 0 auto;
        height: auto;
        position: relative;
        top: 15%;
        left: 30%;
    }
    
    .contact-center h3{
        font-size: 40px;
    }

    .contact-info{
        width: 100%;
        margin-top: 160px;
        height: auto;
        display: block;
        text-align: center;
        position: relative;
    }

    .contact-info-text{
        width: 100%;
        height: auto; 
        text-align: center;
        position: relative;
    }
    
    .contact-info-text-center{
        width: 60%;
        top: 0;
        margin: 0 auto;
        position: relative;
    }

    .contact-info-send{
        width: 70%;
        height: auto;
        text-align: center;
        position: relative;
        margin: 0 auto;
        display: inline-block;
    }

    .message{
        width: 100%;
        height: auto;
        margin: 0 auto;
        margin-right: 0px;
    }

    .contactEMAIL{
        margin-left: -12px;
    }

    .contact-info-telephone{
        width: 100%;
        margin-left: -50px;
        padding-top: 40px;
        margin: 0 auto;
    }

    .contact-info-telephone-phone{
        width: 100%;
        margin: 0 auto;
        text-align: center;
        display: block;
        margin-top: 20px;
    }

    .contact-info-telephone-phone .phone-icon-align{
        width: 100%;
        display: flex;
    }

    .contact-info-telephone-phone .phone-icon{
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .contact-info-telephone-phone .phone-icon i{
        width: 80px;
        height: 70px;
        margin: 0 auto;
        text-align: center;
    }

    .contact-info-telephone-phone .phone-name{
        padding-left: 0px;
    }

    .contact-info-telephone-phone .phone-info {
        padding-left: 0px;
        text-align: center;
    }

    .contact-info-emailadress-email{
        width: 100%;
        margin: 0 auto;
        text-align: center;
        display: block;
        margin-top: 40px;
    }

    .contact-info-emailadress-email .email-icon-align{
        width: 100%;
        display: flex;
    }

    .contact-info-emailadress-email .email-icon{
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .contact-info-emailadress-email .email-icon i{
        width: 80px;
        height: 70px;
        margin: 0 auto;
        text-align: center;
    }

    .contact-info-emailadress-email .email-name{
        padding-left: 0px;
    }

    .contact-info-emailadress-email .email-info a{
        padding-left: 0px;
        text-align: center;
    }

    .contact-center h3{
        font-size: 40px;
    }

    .reference-center h3{
        font-size: 40px;
    }

    .photogallery-center h3{
        font-size: 40px;
    }

    /* REFERENCE */

    #reference{
        min-height: auto;
        height: auto;
        text-align: center;
     }

    .reference-center{
        transform: translate(-30%, 200%);
        width: auto;
        margin: 0 auto;
        height: auto;
        position: relative;
        top: 15%;
        left: 30%;
    }

    .reference-info{
        width: 100%;
        margin-top: 140px;
        height: auto;
        display: block;
        text-align: center;
        position: relative;
    }

    .reference-info-text{
        width: 100%;
        height: auto;
        top: 0px;        
        text-align: center;
        position: relative;
    }
    
    .reference-info-text-center{
        width: 60%;
        top: 0;
        margin: 0 auto;
        position: relative;
        transform: translate(-0%, 0%);
        margin-top: 160px;
    }

    #reference{
        text-align: center;
     }

    .reference-center h3{
        font-size: 40px;
    }

    
    /* radio */


    #radio{
        min-height: auto;
        height: auto;
        text-align: center;
     }
     
     .radio-center{
        transform: translate(-30%, 200%);
        width: auto;
        margin: 0 auto;
        height: auto;
        position: relative;
        top: 15%;
        left: 30%;
    }

    .radio-info{
        width: 100%;
        margin-top: 120px;
        height: auto;
        display: block;
        text-align: center;
        position: relative;
    }

    .radio-block-image a{
        width: 100%;
        height: auto;
        margin-right: 0px;
    }

    .radio-image{
        top: 50%;
        left: 50%;
        transform: translate(-50%, 0%);
        margin: 0 auto;
        position: relative;
        margin-top: 40px;
    }

    .radio-image img{
        width: 60%;
        text-align: center;
        margin: 0 auto;
        transform: translate(-32.5%, 0%);
        right: 0%;
        height: auto;
    }

    .radio-center h3{
        font-size: 40px;
    }

    /* GALLERY */

    #photogallery{
        min-height: auto;
        height: auto;
        text-align: center;
     }

    .photogallery-center{
        transform: translate(-30%, 200%);
        width: auto;
        margin: 0 auto;
        height: auto;
        position: relative;
        top: 15%;
        left: 30%;
    }

    .photogallery-info{
        width: 100%;
        margin-top: 120px;
        height: auto;
        display: block;
        text-align: center;
        position: relative;
    }

    .photogallery-info-text{
        width: 100%;
        height: auto;
        top: 0px;        
        text-align: center;
        position: relative;
    }
    
    .photogallery-info-text-center{
        width: 90%;
        top: 0;
        margin: 0 auto;
        position: relative;
        transform: translate(-0%, 0%);
        margin-top: 50px;
    }

    #photogallery{
        text-align: center;
        min-height: auto;
        height: auto;
        text-align: center;
     }

    .photogallery-center h3{
        font-size: 40px;
    }

    /* FOOTER */

    .footer{
        display: block;
        text-align: center;
        bottom: 0;
        position: relative;
        transform: translate(0%,0%);
    }

    .footer h2{
        font-family: 'Ubuntu';
        line-height: 70px;
        font-size: 18px;
        text-align: center;
        color: #e6e6e6;
        font-weight: 400;
    }
    
    .footer a{
        text-decoration: none;
    }
    
    .footer span.tayu{
        color:#176da7;
    }

    .footer2{
        display: none;
    }
}