@import url(style.css);

body{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.hero{
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    text-align: center;
    text-shadow: 1px 2px 6px black;
    text-transform: uppercase;
}

.underlineAbout{
    width:100%;
}

.hero-text h1{
    margin-top: 85px;
}

.hero-text p{
    text-align: center;
}

.icons {
    padding: 0 9%;
    transform: translateY(-50%);
    display: inline-flex;
    position: relative;
}

.icons i {
    display: block;
    margin: 26px 0;
    font-size: 33px;
    color: white;
    transition: all .55s ease;
    margin-left: 30px;
    margin-right: 30px
}

.icons i:hover {
    color: #e4c479;
    transform: translateY(-5px);
}

@media (max-width: 768px) {

    .hero-text{
        display: block;
        flex-direction: column;
        position: relative;
        height: 200px;
        width: 400px;
        text-align: justify;
        font-size: 14px;
    }

    .hero-text h1 {
        font-size: 35px;
        margin: 0 0 30px;
        text-transform: uppercase;
        text-align: center;
    }
    .hero-text p{
        display: block;
        flex-direction: column;
        position: relative;
        height: 200px;
        width: 400px;
        text-align: justify;
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .underlineAbout {
        width: 390px;
        margin-top:0;
    }
        .hero-img{
        display: block;
        flex-direction: column;
        position: relative;
        height: 400px;
        width: 350px;
        margin-top: 0;
        margin-left: 0;
        text-align: justify;
        font-size: 18px;
    }
    .icons {
        position: absolute;
        padding: 0 9%;
        transform: translateY(-50%);
        display: flex;
        top: 93%;
    }
        
    .icons i {
        display: block;
        margin: 26px 0;
        font-size: 33px;
        color: white;
        transition: all .55s ease;
        margin-right: 30px;
        margin-left: 30px;
    }
        
    .icons i:hover {
        color: #e4c479;
        transform: translateY(-5px);
    }
}

@media (max-width: 414px){
    .hero-text{
        display: block;
        flex-direction: column;
        position: relative;
        height: 900px;
        width: 350px;
        text-align: justify;
        font-size: 14px;
    }

    .hero-text h1 {
        font-size: 35px;
        margin: 0 0 30px;
        text-transform: uppercase;
        text-align: center;
    }
    .hero-text p{
        display: block;
        flex-direction: column;
        position: relative;
        height: 200px;
        width: 345px;
        text-align: justify;
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .underlineAbout {
        width: 340px;
        margin-top:0;
    }
        .hero-img{
        display: block;
        flex-direction: column;
        position: relative;
        height: 400px;
        width: 350px;
        margin-top: 0;
        margin-left: 0;
        text-align: justify;
        font-size: 18px;
    }
    .icons {
        position: absolute;
        padding: 0 9%;
        transform: translateY(-50%);
        display: flex;
        top: 85%;
    }
        
    .icons i {
        display: block;
        margin: 26px 0;
        font-size: 33px;
        color: white;
        transition: all .55s ease;
        margin-right: 30px;
        margin-left: 30px;
    }
        
    .icons i:hover {
        color: #e4c479;
        transform: translateY(-5px);
    }
}