:root {
    --powmio-yellow: #ffc21c;
    --powmio-light-blue: #2c83ce;
    --powmio-dark-blue: #192d4e;
    --blue-section-background: rgba(44, 131, 206, 0.15);
}

div{
    /*for testing*/
    /* border: 1px solid greenyellow;*/
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

html, body {
    width: 100%;
    height: 100%;
    text-align: center;
}

h1, h2, h3, h4, h5 {
    margin-top: 0;
}


section h1, header h1, div h1 {
    font-weight: 800;
    font-size: 58px;
    margin-bottom: 45px;
}

section h2, header h2{
    font-weight: 800;
    font-size: 48px;
    margin-bottom: 40px;
    text-transform: capitalize;
}

section h3, header h3, div h3, section h4, header h4, div h4 {
    font-size: 28px;
    line-height:40px;
    margin-bottom: 30px;
}

section h3, div h3{
    font-weight: 800;
}

section h4, div h4 {
    font-weight: 400;
}

p {
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 0;
}

.text_small {
    font-size: 18px;
}



@media(max-width: 768px) {     /* start applying for small screens */

    section h1, header h1, div h1{
        font-size: 35px;
        margin-bottom: 30px;
    }

    section h2, header h2, div h2{
        font-size: 30px;
        margin-bottom: 25px;
        /*padding: 10px 0px 30px 0px;*/
    }
    
    section h3, header h3, div h3, section h4, header h4, div h4 {
        font-size: 21px;
        margin-bottom: 15px;
        line-height:30px;
    }

    p {
        font-size: 17px;
    }

    .text_small {
        font-size: 16px;
    }
}

.wrapper {
    max-width: 1180px;
    margin: 0 auto;
}

.wrapper_padding_default {
    padding: 70px 25px;
}

@media (max-width: 768px) {
    .wrapper_padding_default {
        padding: 45px 15px;
    }
}

.center_in_parent {
    margin: 0 auto;
}

.center_children {
    text-align: center;
}

.text_secondary {
    color: #AAABB6;
}

/*make some spacing in between columns where they stack on top*/
[class^=col] {
    padding: 15px;
}

header {
    height: 50px;
}

ul {
    list-style-type: none;
}

.wrapper_padding_nav {
    padding: 10px 25px;
}

@media (max-width: 768px) {
    .wrapper_padding_nav {
        padding: 0 15px;
    }
}


#powmio_top_nav {
    border: none;
    background: rgba(25,45,78, 0.92);
}

#powmio_top_nav_links li a {
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    /*border-left: 1px solid white;*/
}

@media (max-width: 768px) {
    #powmio_top_nav_links li a {
        border-left: none;
        padding: 15px;
    }
}

#powmio_top_nav_links li:first-child a {
    border-left: 0;
}

#powmio_top_nav_links li a:hover {
    color: lightgray;
}

#country-select li a {
    padding: 15px;
}

#powmio_logo_top {
    height: 100%;
    max-height: 20px;
}

#country-select option {
    padding: 15px;
}

.powmio_color_yellow {
    color: #ffc21c !important;
}

.powmio_color_dark_blue_background {
    background: rgb(25,45,78);
}

#section_top {
    color: white;
    min-height: 500px;
}

#section_top_main_text {
    position: absolute;
    top: -8%;
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}

#section_top_main_text div {
    display: table-cell;
    vertical-align: middle;
}

#section_top_statement {
    position: absolute;
    bottom: 12%;
    width: 100%;
}

@media (max-width: 992px), (max-height: 720px){
    
    #section_top_statement {
        display: none;
    }
}

#section_top_statement img {
    height: 120px;
    display: table-cell;
    border: 2px solid rgb(44, 131, 206);
    border-radius: 10px;
}

#section_clients h3 {
    margin-bottom: 0;
}

#section_clients img {
    max-height: 180px;    
}

@media(max-width: 768px) {
    #section_clients img {
        max-height: 140px;    
    }

}

.text_col {
    text-align: justify;
    padding-left: 15px;
    padding-right: 15px;
}

@media(max-width: 768px) {
    .text_col {
        padding: 0px;
    }

}

#section_experience .wrapper {
    height: 600px;
}

@media (max-width: 992px) {
    
    #section_experience .wrapper {
        height: auto;
    }
}

#section_experience p {
    text-align: justify;
}

#section_experience .row, #section_experience [class^=col]{
    height: 100%;
}

#section_experience [class^=col] div {
    height: 100%;
    width: 100%;
    display: table;
}

#section_experience [class^=col]>div>div {
    display: table-cell;
    vertical-align: middle;
}

#section_experience img {
    width: 100%;
    max-width: 350px;
}

@media (max-width: 992px) {
    
    #section_experience img {
        max-width: 200px;
    }
}

#section_team h4 {
    margin-bottom: 0;
}

#section_team img {
    max-width: 300px;
    width: 100%;
    border: 2px solid #ffc21d;
    border-radius: 20px;
}

@media (max-width: 768px) {
    
    #section_team img {
        max-width: 200px;
    }
}

#executive_team p:last-child {
    text-align: justify;
    /*padding: 15px;*/
}

#section_partners {
    background: var(--blue-section-background);
}

#section_partners h2 {
    font-weight: 300;
}

.partner_logo_container {
    display:flex;
    justify-content:center;
    align-items: center;
    flex-wrap: wrap
}

#section_partners img {
    padding: 30px;
    width: 350px;
}

@media (max-width: 768px) {
    #section_partners img {
        padding: 20px;
        width: 260px;
    }
}

#section_partners a {
    text-decoration:  none;
}

#section_contact_us {
    background: url(../assets/img/misc/bg2.jpg) no-repeat 0px 0px;
    background-size: cover;
    background-position: center;
    text-align: center;
}

#section_contact_us form {
    padding: 0 10px;
}

#section_contact_us .wrapper {
    max-width: 500px;
}

.technology_logos_container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#section_technologies {
    background: var(--blue-section-background);
}

#section_technologies img {
    padding: 30px;
    max-width: 180px;
    max-height: 180px;
}

@media (max-width: 768px) {
    #section_technologies img {
        padding: 20px;
        max-width: 110px;
        max-height: 110px;
    }
}

footer {
    color: white;
    text-align: center;
}

.wrapper_padding_footer {
    padding: 30px 25px;
}

@media (max-width: 768px) {
    .wrapper_padding_footer {
        padding: 20px 15px;
    }
}


footer [class^=col] div {
    display: inline-block;
    text-align: left;
}

@media (max-width: 768px) {
    footer [class^=col] div {
        text-align: center;
    }
}

footer img {
    width: 100%;
    max-width: 320px;
    border: 1px solid rgb(44, 131, 206);
    border-radius: 5px;
}

#social-icons-container {
    display: flex;
    gap: 15px;
}

@media (max-width: 768px) {
    #social-icons-container {
        justify-content: center;
    }
}

.social-icon {
    height: 35px;
    width: 35px;
    border: none;
    border-radius: unset;
}

footer  {
    color: white;
}

#hiring p:nth-child(odd) {
    margin-bottom: 0;
}

/*#########*/

h2 {
    font-weight: 400;
}


ul li {
    color: #AAABB6;
    text-decoration: none;
}

.small_powmio_logo_white {
    width: 120px;
    height: 40px;
    background-image: url(../assets/img/logos/powmio_logo_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media (max-width: 768px) {
    .small_powmio_logo_white {
        width: 90px;
    }
}

#copyright {
    margin: 0 auto;
    display: block;
    font-size: 14px;
}

#copyright div {
    margin: 0 auto;
    padding: 0 15px;
}

#top_nav_links p::before {
    /*  content: "<span>|</span>!";
      padding: 50px;*/
}
