﻿
* {
    font-family: "Montserrat", sans-serif;
    --pink: #ed1969;
    --blue: #1c3a8e;
}

body,
html {
    overflow-x: hidden;
}

section {
    padding-top: 60px;
    padding-bottom: 60px;
}

/*Section one*/
.section-one {
    padding-top: 100px;
}

.software-description__title {
    color: var(--blue);
    font-size: 28px;
    font-weight: 700;
}

.software-description__paragraph {
    font-size: 20px;
    font-weight: 500;
}

/*End of Section one*/

/*Section two - Specifications*/

.cloudbeat-specifications__title {
    color: var(--blue);
    font-size: 20px;
    font-weight: 700;
    margin-top: 2rem;
}

.cloudbeat-specifications__pargraph {
    font-size: 16px;
    font-weight: 300!important;
}

.cloudbeat-specifications ul {
    list-style-image: url("../images/list-style.svg");
    list-style-position: outside;
}

/*End of section two*/

/*Section three - Key Features*/

.keyfeatures__title {
    font-size: 28px;
    font-weight: 700;
    color: var(--blue);
}

.keyfeatures__subtitle {
    font-size: 20px;
    font-weight: 700;
    color: var(--blue);
}

/*Section 4 get-in-touch*/

#background {
    height: 100px;
    background-color: var(--pink);
}

#bgnd {
    background-color: var(--pink);
}

.get-in-touch__title {
    color: white;
    font-size: 20px;
    font-weight: 700;
}

/*End of section 4 get-in-touch*/

/*Section 5 - Frequently QUESTIONS*/
.underline-separator {
    width: 100px;
    border-top: 1px solid var(--pink);
    margin-top: 10px;
    margin-bottom: 10px;
}

.asked-questions__question {
    font-size: 20px;
    font-weight: 700;
    color: var(--blue);
}

.asked-questions__title {
    font-size: 28px;
    font-weight: 700;
    color: var(--blue);
}

.asked-questions__answer {
    font-size: 16px;
    font-weight: 300;
}
/*End of section 5*/
.getInTouch-background {
    background: #5BC2E7 !important;
}

.getInTouch-btn {
    background-color: #9e9e9e !important;
    border-color: #9e9e9e !important;
}