body {
    font-family: 'Roboto-Regular', Arial;
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {        
    color: #A47000;    
    font-family: 'Roboto-Black', Arial;
}
h1 {
    font-size: 28px;
    margin: 72px 0 36px 0;
    text-transform: uppercase;
}

h2 {
        font-size: 26px;
		 margin: 52px 0 15px 0;
    }
    h3 {
        font-size: 24px;
		 margin: 48px 0 15px 0;
    }
    h4 {
        font-size: 22px;
		 margin: 44px 0 15px 0;
    }
    h5 {
        font-size: 20px;
		 margin: 40px 0 15px 0;
    }
    h6 {
        font-size: 18px;
		 margin: 36px 0 15px 0;
    }
@media (min-width: 992px) {
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 34px;
		 margin: 68px 0 15px 0;
    }
    h3 {
        font-size: 30px;
		 margin: 60px 0 15px 0;
    }
    h4 {
        font-size: 26px;
		 margin: 52px 0 15px 0;
    }
    h5 {
        font-size: 22px;
		 margin: 44px 0 15px 0;
    }
    h6 {
        font-size: 18px;
		 margin: 36px 0 15px 0;
    }
}

p {
    font-size: 16px;
    color: #404040;
}

ul {
    color: #A47000;
}

a {   
    color: #A47000;
    text-decoration: underline;
    outline: 0px none !important;
}
a:hover, a:focus, a:active {
    color: #A47000;
    text-decoration: none;
}

main img {        
    max-width: 100%;
    height: auto;
    margin: 15px 0;
}
@media(max-width: 767px) {
    main img, footer img {
        width: 100% !important;
        float: none !important;
        margin: 15px 0 !important;
        height: auto;
        margin: 0;    
    }
}

hr {
    clear: both;
    border: none;
    height: 1px;
    margin: 30px 0;
    background: #c3c3c3;
}

main iframe {
    max-width: 100%;
    /*height: auto;*/
}

.gomb, .gomb:hover, .gomb:active, .gomb:focus,
.gomb2, .gomb2:hover, .gomb2:active, .gomb2:focus {
    font-family: "RobotoCondensed-Regular", Arial;
    font-size: 20px;
    padding: 15px;
    background: #a47000;
    color: #fff;
    display: inline-block;
    margin: 15px 0;
    text-decoration: none;
    text-align: center;
}
.gomb:hover {
    background: #717171;
}
.gomb2, .gomb2:hover, .gomb2:active, .gomb2:focus {
    background: #FFE637;
    border: 1px solid #FFE637;
    color: #204885;
}
.gomb2:hover {
    background: #204885;
    color: #FFE637;    
}

