/*!
Theme Name: ScanTech
Theme URI: http://newyorklogodesigns.com/
Author: NewYorkLogoDesigns
Author URI: http://newyorklogodesigns.com/
Description: Basic WordPress theme for HTML to WordPress projects.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: basictheme
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.
*/


.home main#primary,
.page-template main#primary {
    padding: 0;
}

main#primary {
    padding: 50px 0;
}


body.single .main-header {
    position: relative;
}

body.single article {
    text-align: center;
    margin-bottom: 30px;
}

body.single .entry-header{
    margin-bottom: 15px;
}

body.single .entry-title{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

body.single .post-thumbnail {
    margin-bottom: 10px;
}

#comments {
    text-align: center;
}

.post-navigation .nav-previous {
    float: left;
    text-align: left;
}

.post-navigation .nav-next {
    float: right;
    text-align: right;
}

.post-navigation a {
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 3px;
}

.post-navigation a:hover {
    background-color: #ededed;
}
a.custom-logo-link img {
    width: 50%;
}
p.cl {
    margin-top: 22px;
}
.abt-bg:before {
    position: absolute;
    content: '';
    background-image: url(http://scantech.aestheticllca.xyz/wp-content/uploads/2022/04/About_Us.png);
    width: 50%;
    height: 95%;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    right: 0;
    background-position: center;
}
.abt-bg {
    position: relative;
    padding: 10px 0 100px;
}
.abt-bg1:before {
    position: absolute;
    content: '';
    background-image: url(http://scantech.aestheticllca.xyz/wp-content/uploads/2022/04/Home_page.png);
    width: 50%;
    height: 44%;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    right: 0;
    background-position: center;
}
.abt-bg1 {
    position: relative;
    padding: 10px 0 100px;
}
.g1-img img {
    height: 310px;
    width: 100%;
    object-fit: cover;
}
