/* core */

html {
 height: 100%;
 font-size: 100%;
}

body {
 #font-family: "Montserrat", sans-serif;
 font-family: "Figtree", sans-serif;
 font-weight: 300;
 font-size: 18px;
 color: #1b1b1b;
 background-color: rgba(61, 219, 132, 1);
 margin: 0 auto;                  
 padding: 0px;
}

img {
 border-style: none;
}

.page {
 padding: 32px;
}

/* media */

@media screen and (max-width: 1023px) {

body {
 width: 100%;
}

}

@media screen and (min-width: 1024px) {

body {
 max-width: 1024px;
}

}

@media screen and (max-width: 639px) {

.kolo-navigation {
 justify-content: flex-start;
 flex-direction: column;
}

}

@media screen and (min-width: 640px) {

.kolo-navigation {
 justify-content: space-between;
 flex-direction: row;
}

}

@media screen and (max-width: 1023px) {

.kolo-app {
 flex-direction: column-reverse;
}

.kolo-app-description {
 padding-top: 26px;
}

.kolo-text {
 text-align: center;
}

.kolo-download {
 flex-direction: column;
}

.kolo-download li:not(:last-child) {
 margin-right: 0px;
}

.kolo-award {
 text-align: center;
 background-position: center top;
}

.kolo-award-text {
 padding-right: 0px;
}

.kolo-rating {
 margin: 42px auto 0px auto;
}

.kolo-review-quote {
 background: url(https://kolofasting.app/icons/quote_right.png);
 right: 24px;
}

.kolo-app-screenshot {
 margin-top: 32px;
}

}

@media screen and (min-width: 1024px) {

.kolo-app {
 flex-direction: row;
}

.kolo-app-description {
 padding-right: 52px;
}

.kolo-text {
 text-align: left;
}

.kolo-download {
 flex-direction: row;
}

.kolo-download li:not(:last-child) {
 margin-right: 16px;
}

.kolo-award {
 text-align: left;
 background-position: left top;
}

.kolo-award-text {
 padding-right: 16px;
}

.kolo-rating {
 margin: 42px 0px 0px 0px;
}

.kolo-review-quote {
 background: url(https://kolofasting.app/icons/quote_left.png);
 left: 24px;
}

.kolo-app-screenshot {
 margin-top: 0px;
}

}

/* texts */

h1, h2 {
 margin: 0;
 font-weight: 900;
 font-size: 36px;
}

.kolo-text {
 line-height: 28px;
 margin-top: 32px;
}

/* menu */

.kolo-navigation {
 display: flex;
}

.kolo-navigation ul {
 padding: 0px 0px 0px 52px;
 margin: -6px 0px 0px 0px;
}

.kolo-navigation li {
 display: inline-flex;
 list-style-type: none;
 margin-top: 16px;
}

.kolo-navigation li:not(:last-child) {
 margin-right: 16px;
}

a.kolo-brand {
 display: inline-block;
 height: 78px;
 line-height: 78px;
 background-image: url(https://kolofasting.app/logos/kolo.png);
 background-repeat: no-repeat;
 background-size: contain;
 font-weight: 900;
 font-size: 28px;
 color: #ffffff;
 padding-left: 92px;
 text-decoration: none;
 margin-left: -7px;
 text-transform: uppercase;
 letter-spacing: 1px;
}

a.kolo-menu {
 background-color: rgba(255, 0, 102, 0.05);
 border-radius: 8px;
 height: 32px;
 line-height: 32px;
 font-weight: 300;
 font-size: 16px;
 color: #1b1b1b;
 padding-left: 16px;
 padding-right: 16px;
 text-decoration: none;
}

/* buttons */

.kolo-btn-get-app {
 display: block;
 height: 54px;
}

.kolo-btn-get-app img {
 height: 54px;
}

/* blocks */

.kolo-box {
 border-radius: 32px;
 background-color: #ffffff;
 padding: 52px;
 margin-top: 32px;
 margin-bottom: 32px;
}

.kolo-app {
 display: flex;
}

.kolo-tag {
 display: inline-block;
 background-color: rgba(30, 2, 35, 0.025);
 border-radius: 8px;
 height: 32px;
 line-height: 32px;
 font-weight: 300;
 font-size: 16px;
 color: #1b1b1b;
 padding-left: 16px;
 padding-right: 16px;
 margin-top: 16px;
}

.kolo-app-description {
 flex-basis: 100%;
}

.kolo-app-screenshot {
 flex-basis: 100%;

 width: 100%;
 position: relative;
 padding-top: 131.427221172%;
}

.kolo-img {
 border: 0;
 display: block;
 max-width: 100%;

 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
}

.kolo-download {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 padding: 0px;
 margin: 16px 0px 0px 0px;
}

.kolo-download li {
 display: inline-flex;
 list-style-type: none;
 margin-top: 16px;
}

.kolo-bottom {
 text-align: center;
 color: #ffffff;
}

.kolo-bottom a:link { color: #ffffff;}
.kolo-bottom a:visited { color: #ffffff;}
.kolo-bottom a:active { color: #ffffff;}
.kolo-bottom a:hover { color: #ffffff;}

.kolo-award {
 margin-top: 32px;
 padding-top: 86px;
 padding-bottom: 16px;
 background-image: url(https://kolofasting.app/icons/award.png);
 background-repeat: no-repeat;
 font-weight: 300;
 font-size: 18px;
 line-height: 36px;
 color: #1b1b1b;
 white-space: nowrap;
}

.kolo-award-text {
 padding-top: 8px;
 border-bottom: 6px solid #3ddc84;
 display: inline-block;
}

.kolo-award-metric {
 font-size: 28px;
 border-bottom: 0;
}

.kolo-rating {
 width: 152px;
 padding-top: 22px;
 background-image: url(https://kolofasting.app/icons/star.png), url(https://kolofasting.app/icons/star.png), url(https://kolofasting.app/icons/star.png), url(https://kolofasting.app/icons/star.png), url(https://kolofasting.app/icons/star.png);
 background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
 background-position: 0 top, 32px top, 64px top, 96px top, 128px top;
}

.kolo-review {
 position: relative;
 background-color: rgba(30, 2, 35, 0.025);
 border-radius: 16px;
 padding: 16px 24px 16px 24px;
 font-style: italic;
 margin-top: 12px;
 margin-left: -16px;
}

.kolo-review-quote {
 bottom: -12px;
 height: 15px;
 width: 16px;
 position: absolute;
}

.kolo-review:before {
 content: "\00AB";
}

.kolo-review:after {
 content: "\00BB";
}