/*!
Theme Name: Industrial Pulse
Theme URI: https://seooneclick.com/
Author: Seo One Click
Author URI: https://seooneclick.com/
Description: Generic Wordpress Theme
Version: 1.0.0
Tested up to: 6.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ip
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Industrial Pulse is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/**
PLEASE, FIND THE ACTUAL STYLESHEETS UNDER /sass/ AND USE SCSS LIBRARY TO USE THEM
 */
.page-template-template-thank-you .container-fluid{
    max-width: 1650px;
}
.page-template-template-thank-you .content-wrapper{
    padding: 250px 60px 160px;
}
.page-template-template-thank-you h1{
    font-size: 96px;
}
.page-template-template-thank-you .title-container .small-tagline{
    color: #DD5D14;
}
.page-template-template-thank-you #thank-you-message{
    font-size: 36px;
    color: #1F1F1F;
}







/*  Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
    .page-template-template-thank-you .content-wrapper{
        padding: 200px 60px 120px;
    }
    .page-template-template-thank-you h1{
        font-size: 66px;
    }
}

/*  Large devices (desktops, 992px and up)  */
@media (max-width: 992px) {

}

/*  Medium devices (tablets, 768px and up)  */
@media (max-width: 768px) {

}

/*  Small devices (landscape phones, 576px and up)  */
@media (max-width: 576px) {
    .page-template-template-thank-you h1{
        font-size: 46px;
    }
}

@media (max-width: 480px) {

}

@media (max-width: 400px) {

}

@media (max-width: 360px) {

}

@media (min-width: 1200px) {

}

@media screen and (min-width: 768px) {

}