:root {
	--pulse-duration: 2s;
	--pulse-scale:1.1;
	--flip-duration: 3s;

    --wrapper-padding: 5px;


    --bgcolor-box1: #ff7a00;
  --bgcolor-box2: #a69e8f;
  --bgcolor-box3: #70004a;
  --bgcolor-box4: #40928f;
  --bgcolor-box5: #ffd424;
  --bgcolor-box6: #9ed424;


  --white: #fff;
  --gunmetal-gray: #616161;

  --main-font:opensans-regular,Arial;

  --footer-height: 15px;
}

/* // Media Query Breakpoints
$iphone4-portrait: "(min-width: 371px)";
$iphone4-landscape: "(min-width: 480px)";
$optimal-size: "(min-width: 1100px) and (min-height: 680px)";
$macbook13: "(min-width: 1280px)";
$imac21: "(min-width: 1920px) and (min-height: 1000px)";
$imac27: "(min-width: 2560px)"; */