html {
    height: 100%;
    width: 100%;
}

body {
    /*	background-image: url(../img/webfejlesztes30.png);*/
    background-color: white;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #8c8b8b;
    font-family: 'Varela Round', sans-serif;
}

#szoveg {
    padding: 0 0 0 25px;
    width: 500px;
}

@media only screen and (min-width: 950px) {
    body {
        width: 100%;
        height: 100%;
    }

    #social1 {
        float: right;
        color: white;
        font-size: 36px;
        padding: 15px 25px 0 0;
        height: auto;
    }

    #social1:hover {
        color: gray;
    }

    #social2 {
        float: right;
        color: white;
        font-size: 36px;
        padding: 15px 25px 0 0;
        height: auto;
    }

    #social2:hover {
        color: gray;
    }

    /*
	#social3 {
		float: right;
		color: white;
		font-size: 36px;
		padding: 15px 25px 0 0;
		height: auto;
	}
*/
    /*
	#social3:hover {
		color: gray;
	}
*/

    #social4 {
        float: right;
        color: white;
        font-size: 36px;
        padding: 15px 25px 0 0;
        height: auto;
    }

    #social4:hover {
        color: gray;
    }

    #social5 {
        float: right;
        color: white;
        font-size: 36px;
        padding: 15px 25px 0 0;
        height: auto;
    }

    #social5:hover {
        color: gray;
    }

    .material-icons {
        margin: 25px 0 0 0;
        height: auto;
        /*		color: #990000; cseréje #219fcd-re    */
        color: #219fcd;
        font-weight: bold;
    }

    #link1 {
        float: right;
        color: #219fcd;
    }

    #link1:hover {
        color: #404040;
    }

    #link2 {
        float: right;
        color: #219fcd;
    }

    #link2:hover {
        color: #404040;
    }

    #link20 {
        float: left;
        color: #219fcd;
        display: inline-block;
        margin: 0 0 0 25px;
    }

    #link20:hover {
        color: #404040;
        margin: 0 0 0 25px;
    }

    .cim {
        margin-bottom: 35px;
    }

    #content {
        margin-bottom: 50px;
        padding: 0 50px 0 50px;
        line-height: 150%;
        text-align: justify;
        -webkit-column-count: 2;
        /* Chrome, Safari, Opera */
        -moz-column-count: 2;
        /* Firefox */
        column-count: 2;
    }

    /*
	#carousel {
		margin-top: 25px;
		margin-bottom: 25px;
		height: 400px;
	}
	.carousel-inner .item a img {
		height: 400px;
	}
*/

    img {
        height: 400px;
        /*padding: 3%;*/
    }

    .szoveg {
        margin: 0 40px 0px 40px;
        text-align: justify;
    }

    /*
	.span2 {
		font-size: 8px;
		font-style: italic;
		color: #404040;
	}
*/
    .navclass {
        padding: 25px;
        height: auto;
        background-color: #219fcd;
        color: white;
        /*		font-weight: bold;*/
    }

    .menu {
        display: inline-block;
        margin: 0 25px 0 0;
    }

    .dropdown {
        display: none;
    }

    a:link {
        color: white;
        text-decoration: none;
    }

    a:visited {
        color: white;
        text-decoration: none;
    }

    a:hover {
        color: gray;
        text-decoration: none;
    }

    a:active {
        color: #219fcd;
        text-decoration: underline;
    }

    .doboz {
        height: 300px;
        text-align: center;
        text-overflow: ellipsis;
        margin-bottom: 50px;
        font-size: 1.3em;
    }
    
    h3 {
        font-weight: bold;
        text-decoration: underline;
    }
    
    h1 {
        font-weight: bold;
    }
}

@media only screen and (max-width: 950px) {
    body {
        width: 100%;
        height: 100%;
    }

    #szlogen {
        display: none;
    }

    #content {
        margin: auto;
        line-height: 150%;
        text-align: justify;
    }

    .szoveg {
        margin: 0 10px 0px 10px;
        text-align: justify;
    }

    p {
        display: block;
    }

    .menu {
        display: none;
    }

    #social1 {
        display: none;
    }

    #social2 {
        display: none;
    }

    #social3 {
        display: none;
    }

    #social4 {
        display: none;
    }

    #social5 {
        display: none;
    }

    .material-icons {
        margin: 25px 0 0 0;
        height: auto;
        color: #219fcd;
        /*		font-weight: bold;*/
    }

    /*
	.span2 {       A forrás megjelölése volt az előző verzióban
		font-size: 8px;
		font-style: italic;
		color: #404040;
	}
*/
    .dropdown {
        margin: 0 25px 0 0;
        /*		font-weight: bold;*/
    }

    .dropdown-content {
        padding: 25px;
        height: auto;
        display: none;
        position: absolute;
        background-color: #219fcd;
        min-width: 150px;
        padding: 10px 10px;
        z-index: 1;
        color: white;
        font-size: 1em;
        /*		font-weight: bold;*/
        line-height: 2em;
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    .nincs {
        list-style-type: none
    }

    a:link {
        color: white;
        text-decoration: none;
    }

    a:visited {
        color: white;
        text-decoration: none;
    }

    a:hover {
        color: gray;
        text-decoration: none;
    }

    a:active {
        color: #219fcd;
        text-decoration: underline;
    }

    .doboz {
        /*        height: 300px;*/
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 50px;
    }
}



h3 {
    text-align: center;
}

.lgicons {
    margin-top: 25px;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 72px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.dropdown1 {
    height: auto;
    background-color: #219fcd;
    color: white;
    font-weight: bold;
}

.dropdown1 .dropbtn1 {
    /*	font-size: 16px;*/
    border: none;
    outline: none;
    color: white;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    padding: 0;
}

.navbar a:hover,
.dropdown1:hover .dropbtn1 {
    background-color: #219fcd;
}

.dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #219fcd;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content1 a {
    float: none;
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content1 a:hover {
    color: gray;
    background-color: #219fcd;
}

.dropdown1:hover .dropdown-content1 {
    display: block;
}
