@charset "UTF-8";
/* CSS Document */

/*RESET*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}ol,ul{list-style:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}body{background-color:#fff;color:#333}article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block;padding:0;margin:0}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}table{font-size:inherit;font:100%}th{font-style:normal;font-weight:normal;text-align:left}code{font-family:monospace;*font-size:108%;line-height:100%}input,textarea,select,option,optgroup{font-family:arial,helvetica,clean,sans-serif;font-size:inherit;font-weight:inherit;font-style:inherit}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal}em{font-style:italic;font-weight:normal}strong{font-style:normal;font-weight:bold}.left{float:left}.right{float:right}.clear{clear:both}.clearabove{line-height:0;height:0;font-size:0;clear:both}.clearcontents{overflow:hidden;zoom:1;word-wrap:break-word}.relative{position:relative}.absolute{position:absolute}.none{display:none}.hidden{visibility:hidden}a{text-decoration:none}a:link{text-decoration:none}a:visited{text-decoration:none}a:hover{text-decoration:none}a:active{text-decoration:none}

html {
  height: 100%;
}

/* color-buttons code */
ul.colors {
  position: fixed;
  top: 14px;
  right: 15px;
  background: rgba(255, 255, 255, 0);
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
    padding: 0 12px 0 12px;
  height: 31px;
  z-index: -1;
}
@media screen and (min-width: 750px) {
  ul.colors {
    top: 20px;
    right: 24px;
    height: 35px;
    }
}
@media screen and (min-width: 1100px) {
  ul.colors {
    top: 20px;
    right: 24px;
    }
}

ul.colors li {
  position: relative;
  list-style: none;
  display: inline;
  margin: 0 6px;
  height: 16px;
}

ul.colors li button {
  position: relative;
  border: none;
  color: #fff;
  width: 30px;
  height: 8px;
  padding: 0;
  margin: 13px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 6px;
}
@media screen and (min-width: 750px) {
ul.colors li button {
  margin: 15px 0;
  }
}

ul.colors li button:hover {
}

button.gray {
  background: -moz-linear-gradient(135deg, #606164 0%,#606164 50%,#606164 50%,#f6b05f 50%,#f6b05f 50%,#f6b05f 100%);
  background: -webkit-linear-gradient(135deg, #606164 0%,#606164 50%,#606164 50%,#f6b05f 50%,#f6b05f 50%,#f6b05f 100%);
  background: linear-gradient(135deg, #606164 0%,#606164 50%,#606164 50%,#f6b05f 50%,#f6b05f 50%,#f6b05f 100%);
}

button.white {
  background: linear-gradient(45deg, rgba(255,255,255,1) 50%, rgba(225,30,48,1) 50%);
}

button.black {
  background: linear-gradient(45deg, rgba(62,245,138,1) 50%, rgba(0,0,0,1) 50%);
}

button.navy {
  background: linear-gradient(45deg, rgba(172,133,118,1) 50%, rgba(37,42,60,1) 50%);
}

button.adobe {
  background: linear-gradient(45deg, rgba(255,184,185,1) 50%, rgba(207,114,112,1) 50%);
}

button.sky {
  background: linear-gradient(45deg, rgba(243,159,141,1) 50%, rgba(193,201,250,1) 50%);
}

button.bananas {
  background: linear-gradient(45deg, rgba(251,127,128,1) 50%, rgba(250,197,71,1) 50%);
}

button.blue {
  background: linear-gradient(45deg, rgba(57,115,251,1) 50%, rgba(237,245,249,1) 50%);
}

button.lobster {
  background: linear-gradient(45deg, rgba(211,9,18,1) 50%, rgba(254,223,179,1) 50%);
}

button.forest {
  background: linear-gradient(45deg, rgba(238,168,163,1) 50%, rgba(22,113,92,1) 50%);
}


button.purple {
  background: -moz-linear-gradient(-45deg, #6716c3 0%, #6716c3 50%, #f04740 50%, #4f575c 50%, #bd31ed 50%, #bd31ed 100%);
  background: -webkit-linear-gradient(-45deg, #6716c3 0%,#6716c3 50%,#f04740 50%,#4f575c 50%,#bd31ed 50%,#bd31ed 100%); 
  background: linear-gradient(135deg, #6716c3 0%,#6716c3 50%,#f04740 50%,#4f575c 50%,#bd31ed 50%,#bd31ed 100%); 
}

button.leaf {
  background: linear-gradient(45deg, rgba(203,133,126,1) 50%, rgba(234,236,235,1) 50%);
}

button.chocolote {
  background: linear-gradient(45deg, rgba(56,146,195,1) 50%, rgba(53,37,26,1) 50%);
}

button:hover {
  transform: scale(1.4);
}

button {
  outline: transparent;
}



:root  /* adobe_v2 */
{
  --nav-title-color: #0426df;
  --sidebar-color: #C28564;
  --bg-color: #d19475;
  --dark-color: #c28566;
  --mid-color: #d19475;
  --light-color: #0a27c8;
  --accent-color: #0426df;
  --filter-effect: lighten;
}



:root /* gray */
{
  --nav-title-color: #dbdbdb;
  --sidebar-color: #4f575c;
  --bg-color: #5b646a;
  --dark-color: #4f575c;
  --mid-color: #5b646a;
  --light-color: #dbdbdb;
  --accent-color: #f04939;
  --filter-effect: lighten;
}

:root /* gray */
{
  --nav-title-color: #121212;
  --sidebar-color: #c6c2b8;
  --bg-color: #9b9a98;
  --dark-color: #606164;
  --mid-color: #606164;
  --light-color: #dbdbdb;
  --accent-color: #f6b05f;
  --filter-effect: lighten;
}

:root  /* adobe_v3 */
{
  --nav-title-color: #0426df;
  --sidebar-color: #d39474;
  --bg-color: #e0a282;
  --dark-color: #c28566;
  --mid-color: #d19475;
  --light-color: #0a27c8;
  --accent-color: #0426df;
  --filter-effect: lighten;
}

:root  /* Girly Purple */
{
  --nav-title-color: #fff;
  --sidebar-color: #6716c3;
  --bg-color: #081657;
  --dark-color: #071354;
  --mid-color: #6716c3;
  --light-color: #00deff;
  --accent-color: #bd31ed;
  --filter-effect: lighten;
}


:root  /* black */
{
  --nav-title-color: #fff;
  --sidebar-color: #1a1a1a;
  --bg-color: #111111;
  --dark-color: #000000;
  --mid-color: #121212;
  --light-color: #fff;
  --accent-color: #3ef58a;
  --filter-effect: lighten;
}


:root  /* Rose */
{
  --nav-title-color: #e3dbd7;
  --sidebar-color: #bd6465;
  --bg-color: #cf7270;
  --dark-color: #a15050;
  --mid-color: #d38d8c;
  --light-color: #fff;
  --accent-color: #ffb8b9;
  --filter-effect: multiply;
}



:root  /* WhiteRed */
{
  --nav-title-color: #1a1a1a;
  --sidebar-color: #f4f7f8;
  --bg-color: #fff;
  --dark-color: #1a1a1a;
  --mid-color: #e11e30;
  --light-color: #f1f1f1;
  --accent-color: #e11e30;
  --filter-effect: lighten
}

:root  /* navy */
{
  --nav-title-color: #fff;
  --sidebar-color: #202535;
  --bg-color: #252a3c;
  --dark-color: #252A30;
  --mid-color: #292e3a;
  --light-color: #fff;
  --accent-color: #AC8576;
  --filter-effect: lighten;
}

:root  /* chocolote */
{
  --nav-title-color: #fff;
  --sidebar-color: #453022;
  --bg-color: #35251a;
  --dark-color: #2b1c12;
  --mid-color: #422e20;
  --light-color: #fff;
  --accent-color: #3892c3;
  --filter-effect: lighten;
}

:root  /* sky */
{
  --nav-title-color: #1e54fb;
  --sidebar-color: #ccd3fe;
  --bg-color: #c1c9fa;
  --dark-color: #1b53eb;
  --mid-color: #6675c8;
  --light-color: #fff;
  --accent-color: #f39f8d;
  --filter-effect: lighten;
}

:root  /* kaws */
{
  --nav-title-color: #e5e2d9;
  --sidebar-color: #0044ac;
  --bg-color: #0050c1;
  --dark-color: #010f56;
  --mid-color: #fff;
  --light-color: #fff;
  --accent-color: #ff8aea;
  --filter-effect: lighten;
}


:root  /* bananas */
{
  --nav-title-color: #445a59;
  --sidebar-color: #ffcb50;
  --bg-color: #fac547;
  --dark-color: #445a59;
  --mid-color: #ceb335;
  --light-color: #ffcb50;
  --accent-color: #fb7f80;
  --filter-effect: lighten;
}


:root  /* hip */
{
  --nav-title-color: #d1d4bb;
  --sidebar-color: #3d3030;
  --bg-color: #423535;
  --dark-color: #423535;
  --mid-color: #ceb335;
  --light-color: #d1d4bb;
  --accent-color: #ea7577;
  --filter-effect: lighten;
}
:root  /* blue */
{
  --nav-title-color: #0c163a;
  --sidebar-color: #cbd4dc;
  --bg-color: #edf5f9;
  --dark-color: #0c163a;
  --mid-color: #3973fb;
  --light-color: #cbd4dc;
  --accent-color: #3973fb;
  --filter-effect: lighten;
}

:root  /* grape */
{
  --nav-title-color: #dcecea;
  --sidebar-color: #50419c;
  --bg-color: #5646a9;
  --dark-color: #50419c;
  --mid-color: #3973fb;
  --light-color: #dcecea;
  --accent-color: #ffe538;
  --filter-effect: darken;
}

:root  /* lobster */
{
  --nav-title-color: #e9242e;
  --sidebar-color: #ffe7c5;
  --bg-color: #fedfb3;
  --dark-color: #d30912;
  --mid-color: #d30912;
  --light-color: #fff;
  --accent-color: #d30912;
  --filter-effect: darken;
}

:root  /* blue */
{
  --nav-title-color: #0c163a;
  --sidebar-color: #cbd4dc;
  --bg-color: #edf5f9;
  --dark-color: #0c163a;
  --mid-color: #3973fb;
  --light-color: #cbd4dc;
  --accent-color: #3973fb;
  --filter-effect: lighten;
}



:root  /* forest */
{
  --nav-title-color: #e7f8fe;
  --sidebar-color: #1a7b65;
  --bg-color: #16715c;
  --dark-color: #eea8a3;
  --mid-color: #1a7b65;
  --light-color: #ddf5fe;
  --accent-color: #eea8a3;
  --filter-effect: lighten;
}


:root  /* Leaf */
{
  --nav-title-color: #304949;
  --sidebar-color: #e5e5e5;
  --bg-color: #eaeceb;
  --dark-color: #304949;
  --mid-color: #cb857e;
  --light-color: #eaeceb;
  --accent-color: #cb857e;
  --filter-effect: lighten;
}

/* fx  here you can add more filters*/
.blurme{
  display: none;
}


body {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  background-color: #4f575c; background-color: var(--sidebar-color);
}

::selection {
  background: rgba(255,255,255,1); background: var(--accent-color);
  color: #dbdbdb; color: var(--light-color);
}

p {
  font-size: 12px;
  line-height: 1.1;
  font-weight: 600;
  color: #fff; color: var(--nav-title-color);
  opacity: .4;
}

a {
  color: #fff;
}

h1 {
  position: relative;
  font-family: 'Roboto', sans-serif;
  color: #dbdbdb; color: var(--nav-title-color);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1px;
  max-width: 160px;
}
@media screen and (min-width: 500px) {
  h1 {
      font-size: 50px;
      max-width: 260px;
    }
}
@media screen and (min-width: 750px) {
  h1 {
      font-size: 70px;
      line-height: 1.1;
      max-width: 350px;
    }
}
@media screen and (min-width: 1100px) {
  h1 {
      font-size: 94px;
      max-width: 450px;
    }
}
@media screen and (min-width: 1700px) {
  h1 {
    }
}


h1 span {
  color: var(--accent-color);
}


h2 {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  color: #dbdbdb; color: var(--nav-title-color);
  font-weight: 900;
  line-height: 1;
  opacity: 1;
  max-width: 160px;
  letter-spacing: -1px;
}
@media screen and (min-width: 500px) {
  h2 {
      font-size: 50px;
      max-width: 260px;
    }
}
@media screen and (min-width: 750px) {
  h2 {
      font-size: 70px;
      max-width: 350px;
    }
}
@media screen and (min-width: 1100px) {
  h2 {
      font-size: 94px;
      max-width: 450px;
    }
}
@media screen and (min-width: 1700px) {
  h2 {
    }
}

.footer {
  height: 90px;
  margin: auto;
  padding: 40px;
  text-align: center;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
  z-index: 100;
}
.footer p {
  font-size: 14px;
  opacity: 1;
}

.footer p a {
  color: var(--accent-color);
}

.maxcontainerfull {
  width: calc(100% - 40px);
  padding: 0 15px 180px 15px;
  margin: 60px auto 0 40px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
  background-color: #5b646a; background-color: var(--bg-color);
  z-index: 100;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media screen and (min-width: 750px) {
.maxcontainerfull {
  width: calc(100% - 90px);
  margin: 75px auto 0 90px;
  padding: 25px 50px 65px 50px;
  }
}
@media screen and (min-width: 1100px) {
.maxcontainerfull {
  width: calc(100% - 180px);
  margin: 72px auto 0 180px;
  padding: 25px 70px 65px 70px;
  }
}
@media screen and (min-width: 1100px) {
.maxcontainerfull {
  width: calc(100% - 180px);
  padding: 0 90px 65px 90px;
  }
}



.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */




