@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

:root {
    --ozadje-ena: red;
    --ozadje-dva: rgb(172, 216, 70);
}
* {
	-moz-box-sizing: border-box;	
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}

html {
    background-image: url(https://nefiks.si/images/2015/landing/background.png);
    background-size: cover;
    
}
body {
    max-width: 1200px;
    margin: 0 auto;
    min-height: 90vh;
}

#page-container {
    position: relative;
    min-height: 100vh;
  }

#content {
    padding-bottom: 150px;
    margin-bottom: 30px;
  }

#footer {
    position: absolute;
    width: 100%;
    height: 150px;
    bottom: 10px;
}


@media only screen and (max-width: 700px) {
    #content {
        padding-bottom: 250px;
    }
    #footer {

        height: 250px;
}}

/* CONTENT */

#nefiksLogo {
    width: 300px;
    margin: 60px auto;
}

p {
    color: white;
    font-size: 13px;
}
a {
    color: white;
}
.definicija p {
    max-width: 700px;
    margin: 0 auto 0 auto;
    display: block;
    text-align: center;
}

.defZgoraj {
    padding-top: 60px;
}

.defSpodaj {
    padding-bottom: 60px;
}

/* link do e.neformalnega */


.linkNaprej {
    max-width: 450px;
    margin:30px auto;
}
.Eneformalno {
    background-color: #44518b;
    border: 1px solid white;
    border-radius: 20px;
}


.ikona, .info  {
    display: inline-block;
    vertical-align: top;
    padding: 20px;
}

.info {
    text-align: center;
    padding-left: 30px;
}

.info .infoNaslov {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0;
}


.ikona img {
    max-width: 80px;
}

/* logotipi */

.logos p{
    padding: 20px;
}
.logos img {
	vertical-align: top;
    width: 25%;
    height: auto;
    padding: 20px 0;
}

#ESS {
    width: 19%;
    height: auto;
}

@media only screen and (max-width: 700px) {
    .logos img {
        width: 48%;
        height: auto;
    }
    #ESS {
        width: 44%;
        height: auto;
}}