/*--Global Styles--*/

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    padding: 0;
    margin: 0;
}

ul, label, p, figure {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a:hover, a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
}

p {
    margin: 0;
}

html, body {
    width: 100%;
    height: 100%;
}

.bgFromSrcSet {
    background-size: cover;
    opacity: 0;
    background-position: center bottom;
}
/*--Transitions--*/

a, i {
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -khtml-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

/*--Placeholder--*/

::-webkit-input-placeholder {
    opacity: 0.6;
    color: #999;
}

::-moz-placeholder {
    opacity: 0.6;
    color: #999;
}

:-ms-input-placeholder {
    opacity: 0.6;
    color: #999;
}

:-moz-placeholder {
    opacity: 0.6;
    color: #999;
}

/*--Rows and Columns--*/

.row.rows {
    margin: -15px;
}

.row.rows .columns {
    padding: 15px;
}

@media(min-width:1501px) {
    .row.rows {
        margin: -30px;
    }
    .row.rows .columns {
        padding: 30px;
    }
}

/*--Headdings--*/

h2 {
    font-size: 30px;
    line-height: 30px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

@media(max-width:767px) {
    h2 {
        font-size: 36px;
        line-height: 36px;
    }
    h3 {
        font-size: 32px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 20px;
    }
    h6 {
        font-size: 18px;
    }
}

@media(max-width:640px) {
    h2 {
        font-size: 32px;
        line-height: 32px;
    }
    h3 {
        font-size: 28px;
    }
    h3 {
        font-size: 24px;
    }
    h5 {
        font-size: 14px;
    }
    h6 {
        font-size: 16px;
    }
}

/*--Button--*/

.button {
    padding: 12px 20px 16px 20px;
    background-color: #f08012;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    color: #fff !important;
    font-family: 'Titillium-Bold';
    line-height: 26px;
    text-decoration: none !important;
}

.button:hover {
    color: #fff !important;
    background-color: #f09512;
}

@media(max-width:767px) {
    .button {
        padding: 10px 20px;
        border-radius: 4px;
        font-size: 20px;
        line-height: 26px;
    }
}

@media(max-width:640px) {
    .button {
        padding: 10px 15px;
        font-size: 18px;
        line-height: 22px;
    }
}
