@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Archivo+Black:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

/*
font-family: 'Kaushan Script', cursive;
font-family: 'Archivo Black', sans-serif;
*/

* {
    box-sizing: border-box;
    padding: 0%;
    margin: 0%
  }

body, html {
    width: 100%;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    color: #7a0000;
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}

/* Navigation panel */

.container-fluid {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}

.navbar-brand {
    color: #47ff2f;
    padding-left: 30px
}

.navbar-nav li {padding-right: 20px}

.nav-link {
    font-size: 1.1em !important;
    color: white !important
}

.navbar-nav li a:hover {
    text-decoration-line: overline;
    text-decoration-style: double;
    text-decoration-color: #47ff2f;
    color: #47ff2f !important
}

/* Header page */

.container-header {
    margin-top:5%;
    padding-left: 5%;
    padding-right: 50%;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#header {
    text-align: center;
    font-family: 'Roboto';
    font-size: 50px;
    color: #2c2c2c;
    line-height: 1.4;
    padding-bottom: 7%
}

#header-list {
    font-size: 22px;
    line-height: 1.7;
    color: midnightblue
}

@media (max-width: 500px) {
    #header {
        text-align: center;
        font-family: 'Roboto';
        font-size: 20px !important;
        color: #2c2c2c;
        line-height: 1.4;
        padding-bottom: 7%
    }
    
    #header-list {
        font-size: 10px !important;
        line-height: 1.7;
        color: midnightblue
    }
}

#header-button {
    justify-content: center !important;
    padding-top: 7%;
    padding-bottom: 30%
}

#custom-btn, #custom-btn:checked {
    background-color: transparent;
    color: midnightblue !important;
    font-size: 20px !important;
    border-color: midnightblue;    
    border-width: 2px;
    border-radius: 15px 15px 15px 15px;
}


#custom-btn:hover {
    background-color: transparent;
    border-width: 3px;
    border-color: #47ff2f;
    color: midnightblue !important
}

.advantages {
    color: midnightblue;
    padding-top: 2%;
    padding-bottom: 0%;
    border-bottom: 2px solid midnightblue
}

.main {
    font-size: 29px;
    text-align: center;
    line-height: 2.4;
    padding-top: 1%;
    padding-bottom: 3%;
    padding-left: 5%;
    padding-right: 5%;
    border-bottom: 2px solid midnightblue
}

.arguments {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
    font-size: 21px;
    padding-left: 5%;
    padding-top: 1%;
    line-height: 2.4;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 1% 5% 5% 5%;
    text-align: center;    
    font-size: 10px;
    color: midnightblue;
    align-items: stretch;
    padding-bottom: 0%;
    border-bottom: 2px solid midnightblue
}

.box {
    flex: 1;
    padding: 0%;
    border-bottom: 1px solid midnightblue
}

/* .column-wrap {
    border-bottom-color: #7a0000;
    border-radius: 29px 29px 29px 29px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    box-sizing: border-box;
} */

.column-text {
    margin: 5%
}

.description {
    display: flex;
    flex-direction: column 
}


.footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #2c2c2c;
    color: white;
    height: 20%;
    width: 100%;
    padding: 2% 5% 0% 5%;
}

@media screen and (min-width: 768px) {
    
}

@media screen and (max-width: 767px) {

}