﻿/*------------------------------------------- */
/*------------------------------------- Doors */
/*------------------------------------------- */
#ArchitecturalMovementPage h1 {
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 15px;
    margin-top: 400px;
}

#ArchitecturalMovementPage h2 {
    font-weight: normal;
    padding-top: 5px;
}

@media screen and (max-width: 1200px) {
    #ArchitecturalMovementPage h1 {
        margin-top: 200px;
    }
}

@media screen and (max-width: 800px) {
    #ArchitecturalMovementPage h1 {
        font-size: 25px;
        margin-top: 150px;
    }


    #ArchitecturalMovementPage h2 {
        font-size: 16px;
    }
}
