/*
Theme Name: CleaningPulse
Theme URI: https://www.inifnite-pro.com
Author: the InfinitePRO Ltd
Author URI: https://www.inifnite-pro.com
Description: Custom Made Theme designed especially for the needs of CleaningPulse company.
Version: 1.0
License: Copyright C InfinitePRO Ltd 2018
License URI: #
Text Domain: wp_cleaningpulse
*/

body, html {
    height: 100%;
    width: 100%;
}

div.card_pane {
    height: 100%;
    width: 100%;
}

.logo_space img {
    margin-top: 10px;
    height: 100px;
    width: auto;
}

.home_pane {
    background-image: url('img/home_background.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.corporate_pane {
    background-image: url('img/corporate_background.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.domestic_pane {
    background-image: url('img/domestic_background.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact_pane {
    background-image: url('img/contact_background.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

div.logo_row {
    height: 10%;
    padding: 0;
}

.logo_row h1 {
    font-family: "Archivo Black", sans-serif;
    color: white;
    font-size: 5vh;
    margin: 2.5vh 0 2.5vh 0;
    text-align: center;
    border: solid white;
    border-width: 5px;
    padding: 1vh 0 1vh 0;
}

.jumbotron_section h1, .main_body h2, .main_body h2 small,  .main_body  h2 a,  .main_body h3, .main_body  h3 small, .main_body  h4, .main_body  h4 small {
    font-weight: bold;
    color: white;
    text-align: center;
    text-decoration: none;
}

h4 a:hover {
    text-decoration: none;
    color: white;
}

div.jumbotron_section {
    height: 60%; !important;
}

.jumbotron_section h1 {
    margin-top: 25vh;
    font-size: 8vmin;
}

.main_body h2 {
    font-size: 5vmin;
    /*fix*/
    margin-top: 5vh;
}

.main_body h3 {
    font-size: 4vmin;
    /*fix*/
    margin-top: 5vh;
}

.main_body h4 {
    font-size: 3vmin;
    /*fix*/
    margin-top: 5vh;
}

.main_body h2 small {
    font-size: 4vmin;
}

.main_body h3 small {
    font-size: 3vmin;
}

.main_body h4 small {
    font-size: 2vmin;
}

.main_body p {
    margin-top: 1vmin;
    padding: 10px;
    color: white;
    text-align: center;
    background-color: rgba(0,0,0,0.3);
    border-radius: 10px;
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;
}

div.main_body {
    height: 70%;
}

.contact_pane div.main_body {
    height: 80%;
}

div.navigation_buttons {
    height: 20%;
}

.home_pane div.navigation_buttons {
    height: 15%;
}

.contact_pane div.navigation_buttons {
    height: 10%;
}

.navigation_button p a {
    text-decoration: none;
    color: white;
}

.navigation_button p {
    margin: 8px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: white;
    border: solid white;
    border-radius: 10px;
    border-width: 5px;
    background-color: rgba(0,0,0,0.3);
}

.navigation_button p:hover {
    background-color: rgba(0,0,0,0.5);
    transition-duration: 0.1s;
}

.scroll_down img {
    height: 48px;
    width: auto;
    margin-top: 0.5vh;
}

.navigation_buttons p.designed_by {
    text-align: center;
}

.navigation_buttons p.designed_by a {
    color: white;
    text-decoration: none;
}

h4.card_background {
    padding: 5px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 5px;
}

h4 a {
    color: #ffffff
}