/*
 Theme Name:     TM Moody Child
 Theme URI:      http://moody.thememove.com
 Description:    TM Moody Child Thema voor TOT PR
 Author:         Torin
 Author URI:     https://torin.nl
 Version:        1.0.0
 Template:       tm-moody
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */


/*
Stappen bij site overzetten naar child theme:
1. Theme customizer settings huidige thema exporteren
2. Thema omzetten naar Child Theme
3. Theme customizer settings oude thema importeren
4. Misschien: Menu 'landing page' opnieuw opslaan met de juiste locatie

*/

.contactme {
    text-align: center;
    color: #fff !important;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 20px;
}

.contactme a {
    color: #fff !important;
}

@media all and (min-width: 768px) {
    .tiagrid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}