body {
    font-family: "Outfit", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 300;
}

img {
    max-width: 100%;
    height: auto;
}
a {
    color: #02b3cc;
    font-weight: 500;
}
section {
    margin-bottom: 4rem;
}
p {
    margin-bottom: 2rem;
}
table td {
	padding: 8px;
	font-size: 1.2rem;
	line-height: 1.5;
    font-weight: 300;
}
strong {
    font-weight: 600;
}
main {
    min-height: calc(100vh - 80px);
    padding-top: 30px;
}
/** ==== ELEMENTS ==== **/
/** color **/
.white {
    color: #fff;
}
.lightblue {
    color: #02b3cc;
}
.pink {
    color: #f69a9b;
}
.bg-beige {
    background-color: #eae1d7;
}
.bg-pink {
    background-color: #f69a9b;
}
.bg-lightblue {
    background-color: #02b3cc;
}
.btn-blue {
    background-color: #02b3cc;
    display: inline-block;
    color: #fff;
    font-size: 1.3rem;
    border-radius: 2em;
    padding: 1rem 2rem;
}
.btn-pink {
    background-color: #f69a9b;
}
/** font **/
h1 {
    font-size: 2.6rem;
    color: #02b3cc;
    margin-bottom: 2rem;
}
h2 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
}
h2 span {
    font-size: 1.5rem;
    text-transform: lowercase;
}
#content-01 h2, #content-04 h2 {
    font-size: 2rem;
}
#content-09 h2 span {
	font-size: 3rem;
}
h2.bg-pink, h2.bg-lightblue {
    color: #fff;
    background-color: #f69a9b;
    padding: .8rem 1rem;
    margin-bottom: 2rem;
}
h2.bg-lightblue {
    background-color: #02b3cc;
}
#content-01 h2.bg-pink {
    font-weight: 300;
}
#content-4 h2.bg-pink {

}
h2.star {
    background-image: url('images/icon-star.jpg');
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 75px;
    line-height: 2;
    min-height: 58px;
}
h2.star.long {
    background-position: left top;
    line-height: 1;
    min-height: 58px;
}
h3 {
    font-size: 2rem;
}
.bigger {
    font-size: 1.3em;
}
/** custom **/
.circle img {
    border-radius: 50%;
}
.highlight {
    color: #f69a9b;
    text-transform: uppercase;
}
.star {
	background-image: url('images/icon-star.jpg');
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 75px;
	margin-bottom: 30px;
}

/** === MAIN CONTENT === **/
header {
    display: none;
}
.bg-pic {
    background-image: url('images/bg-pink.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    border-radius: 20px;
}
#content-04 .caption {
    width: 80%;
    margin: 0 auto;
}
#content-04 .bg-lightblue.box, #content-04 .bg-pink.box {
    height: 100%;
}
#content-07 img {
    max-height: 570px;
}
#content-08 .icon {
    width: 60px;
    height: auto;
}
#content-10 .content-10b {
	margin-top: 80px;
}
.bird {
    background-image: url('images/early-bird.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 345px;
    font-weight: 400;
}
form {
    width: 80%;
    margin: 0 auto;
}
#field_ebey7_label {
    display: none;
}

/** === RESPONSIVE === **/

@media (max-width: 1399px) {
    #content-04 .bg-pink.box {
        min-height: 421px;
    }
}

@media (max-width: 1199px) {
    .container{
        width: 100%;
        max-width: 100%;
    }
    #content-04 .bg-lightblue {
        min-height: 92px;
    }
}
@media (max-width: 991px) {
    #content-04 .caption {
        width: 100%;
        margin: 0 auto 20px auto;
    }
    #content-04 .bg-pink.box {
        min-height: 722px;
    }
    #content-05 .circle {
        margin-bottom: 20px;
    }
    h2 {
        font-size: 2.1rem;
    }
    h2.star {
        line-height: 1;
    }
}

@media (max-width: 767px) {
    section {
        margin-bottom: 2rem;
    }
    .star, h2.star {
        background-image: none;
        padding-left: 0;
    }
    h2.star.long {
        min-height: unset;
    }
    .bg-pic {
        /*background-image: url('images/bg-ha-nem-tetszik-mobil.jpg');
        background-position: center center;*/
        padding: 1rem;
    }
    .bird {
        background-image: url('images/early-bird-mobil.jpg');
        background-position: top center;
        min-height: 613px;
    }
    #content-04 .bg-lightblue {
        min-height: auto;
        text-align: center !important;
    }
    #content-04 .bg-pink {
        min-height: auto;
        text-align: center;
    }
    #content-05 .circle {
        text-align: center;
    }
    h2.star {
        line-height: 2;
    }
}
@media (max-width: 575px) {
    h2, #content-09 h2 span {
        font-size: 1.7rem;
    }
}
