* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html{
    font-family: 'Archivo Narrow', sans-serif;
    margin: 0;
    padding: 0;
}

.italics{
    font-style: italic;
}

.page-intro{
    position: relative;
    width: 100%;
    height: 480px;
    background: url(Vau6.JPG);
    background-size: 100%;
    background-position: center;
    text-align: center;
}


.page-intro h1{
    padding-top: 150px;
    font-size: 80px;
}

.page-intro h2{
    font-size: 30px;
}

.section{
    padding-bottom: 40px;
}

.section h2{
    padding: 40px 0 30px;
    text-align: center;
    font-size: 40px;
}

.s--1{
    background-color: antiquewhite;
    
}


.s--1 img{
    
    
    

    margin: 1px 240px 40px 45px;
    
    float: right;
    clear: both;
    
}

.s--1 p{
    margin: 2px 0 0 240px;
    font-size: 18px;
    line-height: 1.4em;
    padding-bottom: 15px;
    width: 950px;
}

.s--2{
    background-color: aquamarine;
}

.tile-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 240px;
}

.tile img{
    height: 150px;
    width: 200px;
    float: left;
    clear: both;
    margin-right: 12px;
}

.tile{
    margin-bottom: 25px;
}

.tile-content h3{
    font-size: 20px;
    padding-bottom: 10px;
}

.tile-content p{
    font-size: 18px;
    width: 450px;
}

.s--3{
    background-color: blanchedalmond;
    padding-bottom: 100px;
}

.s--3 h4{
    text-align: center;
    font-size: 26px;
    width: 720px;
    line-height: 36px;
    margin: 0 auto;
    font-weight: 400;
}

.footer{
    font-size: 18px;
    padding: 40px 0 0 240px
}
