/* General styles */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700');
:root {
    --grey-color: #808080;
    --white-color: #FFFFFF;
    --off-black: #343131;
    --light-grey: rgba(128, 128, 128, 0.88);
    --lighter-grey: rgba(246, 246, 246, 0.62);
    --pink: #ff2762;
    --reddish-brown: rgba(144, 0, 32, 0.85);
}

body {
    font-family: 'Noto Sans JP', sans-serif;
}

/*  Colors */

.light-grey {
    color: rgba(128, 128, 128, 0.88);
}

/* Nav bar styles */

.social-icon {
    display: inline-block;
    margin: 6px 10px 0px 10px;
}

/* Hero section styles */

.hero-section {
    background-image: url(/images/hero-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFFFFF;
    height: 400px;
    text-align: center;
}

.h1 {
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 2rem;
    padding-top: 4rem;
}

.hero-text {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 2.25rem;
}

/* Solution heading styles */

.solutions-heading, .about-heading {
    text-align: center;
    margin-top: 5rem;
}

.h2 {
    color: #343131;
    font-size: 32px;
    font-weight: bold;
    line-height: 36px;
}

.solutions-subheader {
    color: rgba(128, 128, 128, 0.88);
    font-size: 16px;
}

/* solutions content styles */

.solutions-content {
    padding: 0 4rem 4rem 4rem;
}

.image {
    -webkit-box-shadow: -4px 2px 32px 8px rgba(0, 0, 0, .1);
    box-shadow: -4px 2px 32px 8px rgba(0, 0, 0, .1);
    width: 318px;
}

.p-4rem-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4rem;
}

.h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 1.5rem;
}

.text-content {
    color: hsla(0, 0%, 50%, .88);
    font-size: 18px;
    line-height: 38px;
}

.learn-more {
    color: #ff2762;
}

.learn-more:hover {
    text-decoration: none;
    color: #ff2762;
}

.link-symbol {
    font-size: 13px;
    margin-left: 2px;
}

/* more projects section styles */

.projects {
    background: rgba(246, 246, 246, 0.62);
    text-align: center;
    padding: 6rem;
    position: relative;
    overflow: hidden;
}

.projects-cta {
    color: #ff2762;
    border: 1px solid #ff2762;
    border-radius: 8px;
    padding: 18px 40px;
    display: inline-block;
    margin-top: 1rem;
}

.projects-cta:hover {
    border: 1px solid transparent;
    background: #ff2762;
    color: #FFFFFF;
    text-decoration: none;
}

.left-semi-circle, .right-semi-circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #ff2762;
    position: absolute;
    top: 90px;
}

.left-semi-circle {
    left: -70px;
}

.right-semi-circle {
    right: -70px;
}

/* contact info section styles */

.contact-info-section {
    color: #FFFFFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(144, 0, 32, .85)), to(rgba(144, 0, 32, .85))), url(/images/hero-background.jpg);
    background-image: linear-gradient(180deg, rgba(144, 0, 32, .85), rgba(144, 0, 32, .85)), url(/images/hero-background.jpg);
    background-size: cover;
    text-align: center;
    padding: 5rem;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

.contact-info {
    margin: 2rem 0;
}

/* footer section styles */

footer {
    padding: 1rem 0;
}

.footer-logo {
    width: 40px;
}

footer small {
    color: #808080;
}

footer a {
    font-size: 14px;
}

footer img {
    width: 18px;
}

footer .social-icon {
    margin-top: 3px;
}

.footer-nav-bar {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.footer-nav-link a {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
}


/* read more styles */

.read-more {
    text-align: initial; 
    font-size: 1.2rem; 
    color: hsla(0, 0%, 50%, .88); 
    line-height: 2; 
    padding: 30px 0;
}

.read-more ul li {
    margin: 10px 0;
}

.read-more-hero-section {
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFFFFF;
    height: 300px;
    text-align: center;
}

.infrastructure-mgt-img {
    background-image: linear-gradient(180deg, rgba(144, 0, 32, .30), rgba(144, 0, 32, .30)), url(/images/infrastructure-image.jpg);
}

.database-mgt-img {
    background-image: linear-gradient(180deg, rgba(144, 0, 32, .30), rgba(144, 0, 32, .30)), url(/images/datacenter-image.jpg);
}

.software-services-img {
    background-image: linear-gradient(180deg, rgba(144, 0, 32, .30), rgba(144, 0, 32, .30)), url(/images/software-service-image.jpg);
}

.it-risk-mgt-img {
    background-image: linear-gradient(180deg, rgba(144, 0, 32, .30), rgba(144, 0, 32, .30)), url(/images/it-security-image.jpg);
}

.training-img {
    background-image: linear-gradient(180deg, rgba(144, 0, 32, .30), rgba(144, 0, 32, .30)), url(/images/training.jpg); 
}

.products-img {
    background-image: linear-gradient(180deg, rgba(144, 0, 32, .30), rgba(144, 0, 32, .30)), url(/images/infrastructure-image.jpg);  
}

.partners-img {
    background-image: linear-gradient(180deg, rgba(144, 0, 32, .30), rgba(144, 0, 32, .30)), url(/images/it-security-image.jpg);  
}

.about-us-img {
    background-image: linear-gradient(180deg, rgba(144, 0, 32, .30), rgba(144, 0, 32, .30)), url(/images/infrastructure-image.jpg);  
}

/* Media Queries */

@media (max-width: 992px) {
    .hero-section {
        height: 300px;
    }
    .h1 {
        font-size: 2.5rem;
        padding-top: 3rem;
    }
    .p-2rem {
        padding-top: 2rem;
    }
    .p-4rem-align-center {
        padding: 2rem 0;
    }
    .contact-info-section {
        font-size: 16px;
        padding: 4rem;
    }
    .flex-row {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
    footer .social-icon {
        margin: 3px 0 0 0;
    }
}

@media (max-width: 817px) {
    .contact-info-section {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .h1 {
        font-size: 2rem;
        padding-top: 2rem;
        margin-bottom: 1rem;
    }
    .hero-section {
        height: 220px;
    }
    .hero-text {
        font-size: 20px;
        line-height: 2rem;
    }
    footer .nav-item {
        display: none;
    }
    .image {
        width: 100%;
    }
    .float-left {
        float: none !important;
    }
    .text-left {
        text-align: center !important;
    }
    .h3 {
        text-align: center !important;
    }
    .solutions-content a, .about-content a {
        margin: 2rem 0;
    }
    footer .social-icon {
        margin-top: -5px;
    }
}

@media (max-width: 576px) {
    .logo {
        width: 40px;
    }
}

@media (max-width: 527px) {
    .solutions-content {
        padding: 1rem;
    }
    .text-content {
        font-size: 14px;
        line-height: 30px;
    }
    .h3 {
        font-size: 18px;
        line-height: 27px;
    }
    .solutions-subheader {
        font-size: 12px;
    }
    .solutions-heading, .about-heading {
        margin-top: 2rem;
    }
    .h2 {
        font-size: 24px;
    }
    .h1 {
        font-size: 1.5rem;
        padding-top: 1rem;
    }
    .hero-text {
        font-size: 14px;
        line-height: 21px;
    }
    .hero-section {
        height: 165px;
    }
    .p-4rem-align-center {
        padding: .5rem 0;
    }
}

@media (max-width: 484px) {
    .projects {
        padding: 3rem;
    }
}

@media (max-width: 480px) {
    .left-semi-circle {
        left: -50px;
    }
    .left-semi-circle, .right-semi-circle {
        width: 100px;
        height: 100px;
    }
    .right-semi-circle {
        right: -50px;
    }
}

@media (max-width: 451px) {
    .project-heading {
        font-size: 24px;
        line-height: 35px;
    }
    .contact-info-section {
        padding: 2rem;
    }
}

@media (max-width: 403px) {
    .h1 {
        font-size: 1.3rem;
    }
}

@media (max-width: 375px) {
    .justify-text {
        text-align: justify !important;
    }
}

@media (max-width: 353px) {
    .h1 {
        font-size: 1.1rem;
    }
    .hero-text {
        font-size: 12px;
        line-height: 18px;
    }
    .solutions-subheader {
        font-size: 10px;
    }
    .h2 {
        font-size: 1rem;
    }
    .h3 {
        font-size: 17px;
        line-height: 20px;
    }
    .text-content {
        font-size: 12px;
        line-height: 28px;
    }
    .solutions-content a, .about-content a {
        text-align: center !important;
        font-size: 14px;
    }
}