/*************************************************
 CL MIXINS COLLECTION
**************************************************/
/*** Global Options ************/
/*
  PALM                 NOTPALM
------540-|...........................................

            TABLET             NOTPORTABLE
..........|-----750-|.................................

       PORTABLE       LAPTOP
....................|-----950-|.......................

               TABLETLAPTOP
..........|-540-----------950-|.......................

            NOTDESKTOP              DESKTOP
..............................|-950-------------------

                                         BIGDESKTOP
.......................................|-1350---------

*/
h1 > span > span, h2 > span > span, h3 > span > span, h4 > span > span, h5 > span > span, h6 > span > span, .title-size1 > span > span, .title-size2 > span > span, .title-size3 > span > span, .title-size4 > span > span, .title-size5 > span > span, .title-size6 > span > span {
  font-weight: bold;
  font-style: normal;
  color: #76EFF3;
}

body {
  line-height: 25px;
  font-size: 16px;
}

.smallcopy {
  font-size: 13px;
  line-height: 19px;
  margin-top: 15px !important;
}

@media only screen and (max-width: 750px) {
  .title-size2 {
    line-height: 40px;
  }
}
