body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.hero {
    background: url('img/hero.png') no-repeat center center;
    background-size: cover;
    height: 1205px;
    width: 100%;
}

.content {
    margin: 0 auto;
    background: #F8F8F8;
    padding: 40px 0px;
}

h1 {
    text-align: center;
    font-size: 80px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.tagline {
    font-size: 75px;
    font-weight: 300;
    display: block;
}

.semibold {
    font-weight: 500;
}

.text-block p {
    font-size: 31px;
    font-weight: 300;
    line-height: 1.6;
    text-align: left;
}

.jubilee {
    text-align: right;
    background: url('img/EWTN-GLOBE-FEKETE-FEHEREN.png') no-repeat center center;
    background-size: cover;
    padding-top: 50px;
}

.jubilee img{
    float: left;
}

.jubilee h1 {
    text-align: right;
    font-size: 75px;
}

.jubilee .text-block p {
    text-align: right;
}

.center {
    width: 100%;
    max-width: 1100px;
    margin: 0px auto;
    position: relative;
}

.saint {
    padding-top: 75px;
    padding-bottom: 200px;
    background: #F8F8F8;
}

.saint h1{
    text-align: left;
}

.boxes {
    display: flex;
}

.box {
    width: 600px;
    height: 325px;
    border-radius: 80px;
}

.box.date {
    background: linear-gradient(45deg, #83F5E5, #F4E900);
    text-align: center;
    font-size: 60px;
    font-style: italic;
    box-shadow: 20px 20px rgba(0,0,0);
}

.boxes {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 300px;
    margin-top: 50px;
}

.box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 100%;
}

.conutdown {
    text-align: center;
    font-size: 50px;
    font-style: italic;
    border-radius: 35px;
    box-shadow: inset 11px 11px 6px rgba(0, 0, 0, 0.5);
    background: white;
}

.count {
    margin-top: 10px;
}

footer {
    background: #00b4f0;
    overflow: hidden;
}

.footer-links {
    width: 50%;
    float: right;
    margin-bottom: 100px;
    margin-top: 100px;
    display: flex;
}

.footer-nav-column {
    margin-right: 60px;
}

.footer-nav-column ul {
    margin: 0;
    padding: 0;
}

.footer-nav-column li {
    font-size: 16px !important;
    font-weight: 500;
    margin-bottom: 1.2vh;
    list-style: none;
}

.footer-nav-column li a {
    text-decoration: none;
    color: black;
}

footer svg {
    width: 17px;
    height: 17px;
    margin-right: 10px;
    transform: translateY(3px);
}

.footer-logo-box {
    float: left;
    width: 400px;
    margin-top: 100px;
    margin-left: 100px;
}

.footer-logo-box img {
    width: 100%;
}

@media only screen and (max-width: 1330px) {
    .footer-links, .footer-logo-box  {
        float: none;
        margin: 40px auto 40px;
    }
}

@media only screen and (max-width: 950px) {
    .footer-links {
        width: calc(100% - 40px);
        padding: 0px 20px;
    }
}

@media only screen and (max-width: 600px) {
    h1, .tagline, .jubilee h1 {
        font-size: 35px;
    }

    .text-block p {
        font-size: 18px;
    }

    .center {
        padding: 0px 20px;
        width: calc(100% - 40px);
    }

    .boxes {
        display: block;
        height: auto;
    }

    .box {
        width: 100%;
        height: 300px;
   
    
    margin-bottom: 80px;
  }
}


