@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    font-family: 'Roboto', sans-serif;
    color: #40566b;
    font-weight: 300;
}
.title {
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding-top: 40px;
    padding-left: 30px;
}
.txt1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 23px;
    margin: 0;
    color: #fff;
    background-color: #c71531;
    padding: 5px;
    margin-left: 30px;
}
.txt2 {
    font-weight: 700;
}
.txt3 {
    font-size: 36px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}
.txt4 {
    font-size: 36px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #fff;
    background-color: #c51531;
    padding: 5px;
    text-transform: uppercase;
    margin: 0;
}
.red {
    background-color: #c71531;
    padding: 5px;
}
.bg-1 {
    background: url(../image/background-1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 368px;
}
.bg-2 {
    background: url(../image/background-2.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 483px;
}
.social {
    list-style: none;
}
.social li {
    display: inline-block;
}
