@import url('fonts/roboto.css');

html, body {
    margin: 0;
    height: 100%;
    color: #f9f9f9;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
}

body {
    background-color: #222222;
    background-image: url('computer-science-wallpaper-HD3.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

h1 {
    margin: 0px 0px 20px 0px;
    font-weight: 300;
    font-size: 36px;
}

.container {
/*    border: solid 1px cyan;*/
    height: 100%;
    max-height: 100%;
}

.head {
    display: block;
/*    height: auto;
    max-height: 100%;*/
/*    border: solid 1px cyan;*/
    
}

.content {
    display: block;
/*    border: solid 1px orange;*/
    height: auto;
    max-height: 100%;
}

.foot {
    display: block;
    margin: 10px 0 0 0;
/*    border: solid 1px yellow;*/
    font-size: 12px;
    text-align: center;
}

.headlogo {
    display: inline-block;
/*    border: solid 1px red;*/
}

.headlogo img {
    border: none;
    height: 65px;
    margin: 10px;
}

.blokkok {
    position: relative;
    background: rgba(100.0, 100.0, 100.0, 0.3);
    left: 25%;
/*    top: 50%;*/
    width: 50%;
    padding: 10px;
}

.blokk {
/*    border: solid 1px red;*/
    font-size: 18px;
    margin: 10px 0px 10px 0px;

}

.link {
    margin: 20px 0;
/*    padding: 20px 0;*/
/*    border: solid 1px yellow;*/
}

.gomb {
    display: inline-block;
    padding: 10px;
    font-size: 30px;
    text-decoration: none;
    color: #f9f9f9;
}

.doksigomb {
    background-color: #ff7900;
}

.letoltesgomb {
    background-color: #69ba12;
}

.inaktivgomb {
    background-color: #777777;
}

a {
    color: #f9f9f9;
}
