@charset "utf-8";

html{
    height: 100%;
}

body{
    min-width:1024px;
    background: url('../media/img/bg.jpg')no-repeat center center fixed;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    min-height: 35rem;
    position: relative;
    font-family: 'Source Sans Pro';
    font-weight: 300;
    margin: 0;
}

.container{
    position: absolute;
    width: 100%;
}

.logo_ins{
    height: 75vh;
    text-align: center;
}

.bottom_menu{
    background-color: rgba(0, 0, 0, 0.6);
    height: 25vh;
    margin-left: 11%;
    margin-right: 11%;
    border-top-left-radius: 65px;
    border-top-right-radius: 65px;
    text-align: center;
    padding: 0;
}

#slogan{
    width: 55%;
    padding-top: 3vh;
    padding-bottom: 1.5vh;
}

#logo_dataumum{
    width: 25%;
    text-align: center;
    text-decoration: none;
}

#url_kepeg{
    height: 75%;
    padding-top: 20px;
    padding-right: 7%;
}

#url_karhutla{
    height: 75%;
    padding-top: 20px;
    padding-right: 7%;
}

#url_persos{
    height: 75%;
    padding-top: 20px;
    padding-right: 7%;
}

#url_kth{
    height: 75%;
    padding-top: 20px;
}