
/*

CUSTOMIZATION CLASSES

1. margins

2. paddings

3. font color

4. font weight

5. font size

6. section title separator

7. font style

*/


/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
1. margins
/////////////////////////////
*/

.marleft0 {
    margin-left: 0;
}
.marright0 {
    margin-right: 0;
}

.mtop100 {
    margin-top: 100px;
}

.mtop95 {
    margin-top: 95px;
}


.mtop90 {
    margin-top: 90px;
}

.mtop85 {
    margin-top: 85px;
}

.mtop80 {
    margin-top: 80px;
}

.mtop75 {
    margin-top: 75px;
}

.mtop70 {
    margin-top: 70px;
}

.mtop65 {
    margin-top: 65px;
}

.mtop60 {
    margin-top: 60px;
}

.mtop55 {
    margin-top: 55px;
}

.mtop50 {
    margin-top: 50px;
}

.mtop45 {
    margin-top: 45px;
}

.mtop40 {
    margin-top: 40px;
}

.mtop35 {
    margin-top: 35px;
}

.mtop30 {
    margin-top: 30px;
}

.mtop25 {
    margin-top: 25px;
}

.mtop20 {
    margin-top: 20px;
}
.mtop15 {
    margin-top: 15px;
}
.mtop10 {
    margin-top: 10px;
}
.marbottom100 {
    margin-bottom: 100px;
}

.marbottom95 {
    margin-bottom: 95px;
}

.marbottom90 {
    margin-bottom: 90px;
}

.marbottom85 {
    margin-bottom: 85px;
}

.marbottom80 {
    margin-bottom: 80px;
}

.marbottom75 {
    margin-bottom: 75px;
}

.marbottom70 {
    margin-bottom: 70px;
}


.marbottom65 {
    margin-bottom: 65px;
}

.marbottom60 {
    margin-bottom: 60px;
}

.marbottom55 {
    margin-bottom: 55px;
}

.marbottom50 {
    margin-bottom: 50px;
}

.marbottom45 {
    margin-bottom: 45px;
}

.marbottom40 {
    margin-bottom: 40px;
}

.marbottom35 {
    margin-bottom: 35px;
}

.marbottom30 {
    margin-bottom: 30px;
}

.marbottom25 {
    margin-bottom: 25px;
}

.marbottom20 {
    margin-bottom: 20px;
}

.marbottom15 {
    margin-bottom: 15px;
}

.marbottom10 {
    margin-bottom: 20px;
}


/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
2. paddings
/////////////////////////////
*/


.padright10 {
    padding-right: 10px;
}

.padleft10 {
    padding-left: 10px;
}

.padleft0 {
    padding-left: 0;
}
.padright0 {
    padding-right: 0;
}
.no-padding {
    padding: 0;
}

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
3. font color
/////////////////////////////
*/

.color-black {
    color: #0f0f0f;
}
.color-white {
    color: #fff;
}
.color-grey {
    color: #cdcdcd;
}
.color-medium-grey {
    color: #adadad;
}
.color-dark-grey {
    color: #636363;
}
.color-yellow {
    color: #FFC411;
}
.color-green {
    color: #d3ff3c;
}
.color-blue {
    color: #00FFF8;
}

.color-purple {
    color: #6c00ff;
}

.color-pale-yellow {
    color: #e7e4d3;
}

.color-pale-yellow-2 {
    color: #F7D349;
}

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
4. font weight
/////////////////////////////
*/

.weight-black {
    font-weight: 800
}
.weight-bold {
    font-weight: 700;
}
.weight-semibold {
    font-weight: 600;
}
.weight-regular {
    font-weight: 400;
}
.weight-light {
    font-weight: 300;
}

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
5. font size
/////////////////////////////
*/


.text-huge {
    font-size: 60px;
}

.text-semihuge {
    font-size: 45px;
}

.text-abovebig {
    font-size: 35px;
}

.text-ultrabig {
    font-size: 30px;
}
.text-big {
    font-size: 25px;
}
.text-biggish {
    font-size: 20px;
}
.text-regular {
    font-size: 22px;
}
.text-small {
    font-size: 16px;
}
.text-ultrasmall {
    font-size: 14px;
}

.text-megasmall {
    font-size: 12px;
}

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
6. section title separator
/////////////////////////////
*/

.separator-light-top {
    background: #F7D349;
    height: 6px;
    width: 100%;
    position: relative;
    text-align: left;
}
.separator-light-top::before {
    content: '';
    width: 50%;
    display: inline-block;
    background: #fff;
    height: 3px;
}


.separator-light-bottom {
    background: #F7D349;
    height: 6px;
    width: 100%;
    position: relative;
        text-align: left;

}


.separator-dark {
    background: #FEC900;
    height: 6px;
    width: 100%;
    margin-left: -13px position: relative;
}
.separator-dark::after {
    content: '';
    width: 50%;
    display: inline-block;
    background: #0f0f0f;
    height: 3px;
}

.separator-solid {
    background: #0f0f0f;
    height: 6px;
    width: 100%;
    margin-left: -13px position: relative;
}
.separator-solid::after {
    content: '';
    width: 50%;
    display: inline-block;
    background: #0f0f0f;
    height: 3px;
}

.separator-light-top-blue {
    background: #00FFF8;
    height: 6px;
    width: 100%;
    position: relative;
    text-align: center;
}
.separator-light-top-blue::before {
    content: '';
    width: 50%;
    display: inline-block;
    background: #fff;
    height: 3px;
}


.separator-light-bottom-blue {
        background: #00FFF8;
    height: 6px;
    width: 100%;
    position: relative;
        text-align: center;

}

.separator-light-top-green {
    background: #d3ff3c;
    height: 6px;
    width: 100%;
    position: relative;
    text-align: center;
}
.separator-light-top-green::before {
    content: '';
    width: 50%;
    display: inline-block;
    background: #fff;
    height: 3px;
}


.separator-light-bottom-green {
        background: #d3ff3c;
    height: 6px;
    width: 100%;
    position: relative;
        text-align: center;

}



/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
7. font style
/////////////////////////////
*/

.text-italic {
    font-style: italic;
}


.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
