/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */
 .togglecontainer section:nth-of-type(1) div p {background-color:#567890 !important; }
 .togglecontainer section:nth-of-type(2) div p {background-color:#6ec6d8 !important; ;}
 .togglecontainer section:nth-of-type(3) div p {background-color:#76c7ec !important; }
 .togglecontainer section:nth-of-type(4) div p {background-color:#578ec6 !important; }
 .togglecontainer section:nth-of-type(5) div p {background-color:#2f4895 !important; }
 .togglecontainer section:nth-of-type(6) div p {background-color:#003365 !important; }
 .togglecontainer section:nth-of-type(7) div p {background-color:#c378ac !important; }
 .togglecontainer section:nth-of-type(8) div p {background-color:#e36d0d !important; }
 .togglecontainer section:nth-of-type(9) div p {background-color:#f8be8f !important; }
 .togglecontainer section:nth-of-type(10) div p {background-color:#c4bc96 !important; }
 .togglecontainer section:nth-of-type(11) div p {background-color:#ccc0d8 !important; }
 .togglecontainer section:nth-of-type(12) div p {background-color:#E4B2B2 !important; }
 .togglecontainer section:nth-of-type(13) div p {background-color:#E09F9F !important; }
 .togglecontainer section:nth-of-type(14) div p {background-color:#BB919A !important; }
 .togglecontainer section:nth-of-type(15) div p {background-color:#a5cd87 !important; }



/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}