@import url(http://fonts.googleapis.com/css?family=Exo+2:400,200,600,800);
/* line 5, ../../../../../.rvm/gems/ruby-2.1.2/gems/compass-core-1.0.0.rc.1/stylesheets/compass/reset/_utilities.scss */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

.mySlides {display:none;}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

/* line 116, ../../../../../.rvm/gems/ruby-2.1.2/gems/compass-core-1.0.0.rc.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 14, ../../../../../.rvm/gems/ruby-2.1.2/gems/susy-2.1.3/sass/susy/language/susy/_box-sizing.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


body {
  font: 200 1em/1.5em "Exo 2", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #FFFFFF;
  color: #000000;
}


h1, h2, h3, h4, h5, h6 {
  font: 200 1.5em/1.5em "Exo 2", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0e83a0;
  font-weight: 600;
}


strong {
  font-weight: 600;
}


p {
  font-weight: 200;
  padding-bottom: 10px;
}


body {
  position: absolute;
  width: 100%;
  margin-inline-start: 100%;
}


.scene {
  position: relative;
  padding: 20px 0;
  min-height: 100%;
}
/* Desktop view */
@media (min-width: 768px) {
  .scene {
    min-height: 100vh;
  }
}
.scene article {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.scene article:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1200px) {

  .scene {
    padding: 40px 0;
  }
}
@media (min-width: 960px) {
  
  .scene article {
    max-width: 60em;
    margin-left: auto;
    margin-right: auto;
  }
  
  .scene article:after {
    content: " ";
    display: block;
    clear: both;
  }
}

/* Introduction as below */
header .introduction {
  background: linear-gradient(to bottom, rgba(255, 254, 254, 0), rgba(217, 216, 216, 0)),;
  width: 100%;
  height: auto;
  border: 0px solid orange;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

header .introduction .hgroup {
  padding: 90px 0;
  border: 0px solid yellow;
}

header .introduction .hgroup h1 {
  color: #FFFFFF;
  font-size: 5em;
  font-weight: 800;
  line-height: .8em;
  text-shadow: #000000 0 0 20px;
  text-align: center;
}

header .introduction .hgroup h2 {
  display: block;
  color: #FFFFFF;
  width: 60%;
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #FFFFFF;
  margin-top: 25px;
  padding: 10px;
  background: #b9bcbb;
  font-size: 1.3em;
}

header .introduction .hgroup p {
  text-align: center;
}

header .introduction .hgroup p img {
  padding-top: 20px;
  max-width: 50px;
}

header .introduction .swatch {
  display: block;
  text-align: center;
  position: relative;
  margin: 5px; 
  height: 230px;
  border: 0px;
}

header .introduction .swatch div {
  width: 70px;
  height: 225px;
  position: absolute;
  top: 0px;
  border-radius: 5px;
  border-top: solid 2px rgba(0, 0, 0, 0.2);
  border-left: solid 3px rgba(255, 255, 255, 0.2);
  border-bottom: solid 3px rgba(0, 0, 0, 0.2);
  text-align: center;
  box-sizing: border-box;
  transform-origin: center 90%;
  display: inline-block;
  backface-visibility: hidden;
  margin-left: -35px;
  transform: rotate(0deg);
}
header .introduction .swatch div:before {
  width: 16px;
  height: 16px;
  content: "";
  background-color: #FFFFFF;
  display: inline-block;
  border-radius: 8px;
  bottom: 10px;
  position: absolute;
  margin-left: -8px;
}

header .introduction .swatch div:nth-child(1) {
  background-color: #dfe8e7;
  animation: swatch-purple-motion 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

header .introduction.swatch div:nth-child(2) {
  background-color: #b9dbd8;
  animation: swatch-blue-motion 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
header .introduction.swatch div:nth-child(3) {
  background-color: #9adbd4;
  animation: swatch-green-motion 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
header .introduction.swatch div:nth-child(4) {
  background-color: #70d9cf;
  animation: swatch-yellow-motion 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
header .introduction.swatch div:nth-child(5) {
  background-color: #21d8c6;
  animation: swatch-orange-motion 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
header .introduction.swatch div:nth-child(6) {
  background-color: #029e8e;
  animation: swatch-red-motion 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@keyframes swatch-purple-motion {
  0% {
    transform: rotate(0deg);
  }
  30%,
  70% {
    transform: rotate(-65deg);
  }
  90%,
  10% {
    transform: rotate(0deg);
  }
}
@keyframes swatch-blue-motion {
  0% {
    transform: rotate(0deg);
  }
  30%,
  70% {
    transform: rotate(-40deg);
  }
  90%,
  10% {
    transform: rotate(0deg);
  }
}
@keyframes swatch-green-motion {
  0% {
    transform: rotate(0deg);
  }
  30%,
  70% {
    transform: rotate(-15deg);
  }
  90%,
  10% {
    transform: rotate(0deg);
  }
}
@keyframes swatch-yellow-motion {
  0% {
    transform: rotate(0deg);
  }
  30%,
  70% {
    transform: rotate(15deg);
  }
  90%,
  10% {
    transform: rotate(0deg);
  }
}
@keyframes swatch-orange-motion {
  0% {
    transform: rotate(0deg);
  }
  30%,
  70% {
    transform: rotate(40deg);
  }
  90%,
  10% {
    transform: rotate(0deg);
  }
}
@keyframes swatch-red-motion {
  0% {
    transform: rotate(0deg);
  }
  30%,
  70% {
    transform: rotate(65deg);
  }
  90%,
  10% {
    transform: rotate(0deg);
  }
}

/* Navigation bar as shown below */
header #nav {
  background-color: #45b29d;
  background-size: 100%;
  background-image: -moz-linear-gradient(top, #21d8c6, #03d6c1);
  background-image: -webkit-linear-gradient(top, #03d671, #007065);
  background-image: linear-gradient(to bottom, #007065, #07726b);
  width: 100%;
  z-index: 100;
}

header #nav:before, header #nav:after {
  content: '';
  display: table;
}

header #nav:after {
  clear: both;
}

header #nav .navbar {
  max-width: 70em;
  margin-left: auto;
  margin-right: auto;
}

header #nav .navbar:after {
  content: " ";
  display: block;
  clear: both;
}

header #nav .navbar .brand {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  float: left;
  font-weight: 600;
  font-family: 200 1.5em/1.5em "Exo 2", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  background: #0d1357;
}

header #nav .navbar .brand a {
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 10px;
  font-size: 1.5em;
}
@media (max-width: 650px) {
  
  header #nav .navbar .brand a {
    font-size: 1em;
    padding: 0;
    height:100%;
  }
  
  header #nav .navbar .brand a span {
    display: none;
  }
}

header #nav .navbar ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.66667%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
@media (max-width: 650px){
  header #nav .navbar ul {
    width: 75%;
    padding: 0;
  }
}

header #nav .navbar ul li {
  float: left;
}

header #nav .navbar ul li a {
  color: #FFFFFF;
  font: 200 1em/1.5em "Exo 2", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  display: inline-block;
  padding: 10px 10px 10px 45px;
  text-decoration: none;
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: 2px;
}

header #nav .navbar ul li a.curriculum {
  background-image: url("../images/icons/curriculum.png");
}

header #nav .navbar ul li a.instruction {
  background-image: url("../images/icons/tool1.png");
}

header #nav .navbar ul li a.dataanalysis {
  background-image: url("../images/icons/data.png");
}

header #nav .navbar ul li a.gaming {
  background-image: url("../images/icons/gaming.png");
}

header #nav .navbar ul li a.webdev {
  background-image: url("../images/icons/web.png");
}

header #nav .navbar ul li a.uxdesign {
  background-image: url("../images/icons/uxdesign.png");
}
header #nav .navbar ul li a.modelanime {
  background-image: url("../images/icons/model.png")
}

header #nav .navbar ul li a:hover {
  background-color: #98e3e6;
  color: #063642;
}
@media (min-width: 0) and (max-width: 650px) {
  
  header #nav .navbar ul li a {
    padding: 10px 18px;
  }
  
  header #nav .navbar ul li a::after {
    content: '\000a0';
    display: block;
  }

  header #nav .navbar ul li a span {
    display: none;
  }
}
@media (min-width: 650px) and (max-width: 960px) {

  header #nav .navbar ul li a {
    padding-left: 10px;
  }

  header #nav .navbar ul li a.icon {
    background-image: none;
  }
}

header #nav .navbar ul li a.active {
  background-color: #DF4848;
  color: #FFFFFF;
}

/* Welcome as shown below */

#welcome {
 background-size: 100%;
 background-color: #cddfdd;
 border: 0px solid rgb(16, 25, 190);
}

#welcome article {
  text-align: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  border: 0px solid red;
}
#welcome article:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 650px) {
  #welcome article {
    max-width: 50em;
    margin-left: auto;
    margin-right: auto;
    padding: 90px 0;
  }

  #welcome article:after {
    content: " ";
    display: block;
    clear: both;
  }
}
#welcome h1 {
  font-weight:500;
  font-size: 1.8em;
  line-height: 100%;
  color: #e46008;
  padding: 30px 0;
}

/* Curriculum shown as below */
#curriculum {
  background-color: #b9dbd8;
  color: #000000;
  border:0px solid black;
}

#curriculum h1, #curriculum h2, #curriculum h3, #curriculum h4, #curriculum h5, #curriculum h6 {
  color: #FFFFFF;
}

#curriculum .heading h1 {
  font-size: 3em;
  font-weight: 450;
  padding: 30px 0;
}

#curriculum #curriculainfo:before, #curriculum #curriculainfo:after {
  content: '';
  display: table;
}

#curriculum #curriculainfo:after {
  clear: both;
}

#curriculum #curriculainfo {
border: 0px solid green;

}
@media (min-width: 650px) {
 
  #curriculum #curriculainfo section {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 32.5%;
    float: left;
    padding-left: 3%;
    padding-right: 3%;
    border: 0px solid yellow;
  }
}

#curriculum #curriculainfo section h2 {
  color: #03063c;
  font-size: 1.3em;
  line-height: 110%;
  padding: 10px 0;
  text-align: left;
}

#curriculum #curriculainfo section p {
  font-size: 1em;
  line-height: 130%;
}

#curriculum #curriculainfo section ul li {
  list-style: square;
  margin-left: 0;
  line-height: 115%;
  margin-bottom: 5px;
}

#curriculum img {
border: 2px solid #ebebeb;
border-radius:8px;
padding:5px;
}

#curriculum img:hover {
  box-shadow: 0 0 8px 8px rgba(206, 86, 7, 0.5);
}



/* Instruction shown as below */
#instruction {
  background-color: #aad9d4;
  color: #000000;
  border:0px solid black;
}



#instruction h1, #instruction h2, #instruction h3, #instruction h4, #instruction h5, #instruction h6 {
  color: #FFFFFF;
}

#instruction .heading h1 {
  font-size: 3em;
  font-weight: 450;
  padding: 30px 0;
}

#instruction #instructioninfo:before, #instruction #instructioninfo:after {
  content: '';
  display: table;
}

#instrcution #instrcutioninfo:after {
  clear: both;
}

#instruction #instructioninfo {
border: 0px solid green;

}

@media (min-width: 650px) {
 
  #instruction #instructioninfo section {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 32.5%;
    float: left;
    padding-left: 3%;
    padding-right: 3%;
    border: 0px solid yellow;
  }
}


#instruction #instructioninfo section h2 {
  color: #03063c;
  font-size: 1.3em;
  line-height: 110%;
  padding: 10px 0;
  text-align: left;
}

#instruction #instructioninfo section p {
  font-size: 1em;
  line-height: 130%;
}

#instruction #instructioninfo section ul li {
  list-style: square;
  margin-left: 0;
  line-height: 115%;
  margin-bottom: 5px;
}

#instruction img {
border: 2px solid #ebebeb;
border-radius:8px;
padding:5px;
}

#instruction img:hover {
  box-shadow: 0 0 8px 8px rgba(206, 86, 7, 0.5);
}

/* Data Analysis show below */
#dataanalysis {
  background-color: #9adbd4;
}

@media (min-width: 960px) {
  #dataanalysis header {
    max-width: 60em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 9.16667%;
    padding-right: 9.16667%;
  }
  /* line 12, ../../../../../.rvm/gems/ruby-2.1.2/gems/susy-2.1.3/sass/susy/output/support/_clearfix.scss */
  #dataanalysis header:after {
    content: " ";
    display: block;
    clear: both;
  }
}

#dataanalysis #datacontent {
  border: 0px solid red; 
  content: " ";
    display: block;
    clear: both;
}

#dataanalysis #datacontent h1{
  font-size: 3em;
  font-weight: 450;
  color:#fdfdfd;
  padding:30px 0; 
}

#dataanalysis #datacontent #datacolumn {width: 23%; float: left; max-height: 350px; margin-left: 0.5%; margin-right: 0.5%; border: 0px solid green;}
  @media screen and (max-width:400px) {#datacolumn {flex: 90%}}
  
  #dataanalysis #datacontent .imgData {transition:transform 0.25s ease;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
  #dataanalysis #datacontent .imgData:hover{
	-webkit-transform:scale(2.5);
	transform:scale(2.5);
  }


/* Gaming as below */
#gaming {
  background-color: #70d9cf;
  width: 100%;
}
#gaming h1 {
  color: #ffffff;
  padding: 30px 0;
  font-size: 3em;
  font-weight: 450;
}
/* line 8, ../../../components/sass/modules/_dining.scss */
#gaming img {
  width: 100%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 3px solid #ddd;
  padding: 3px;
}

#gaming img:hover {
  box-shadow: 0 0 4px 4px rgba(206, 86, 7, 0.5);
}

@media (min-width: 650px) {
 
  #gaming #arccutting {
    margin-bottom: 30px;
  }
  
  #gaming #arccutting h1 {
    font-weight: 450;
    font-size: 3em;
  }
  
  #gaming #arccutting p {
    font-size: 1.0 em;
    line-height: 140%;
  }
 
  #gaming section {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
 
  #gaming section h2 {
    font-size: 1.2em;
    line-height: 120%;
    color: #CD0069;
    padding: 20px 0;
  }
  /* line 35, ../../../components/sass/modules/_dining.scss */
  #gaming section p {
    padding-top: 20px;
    font-size: 0.9em;
    line-height: 130%;
  }
}


/* Web development as below */
#webdev {
  background-color: #47d8ca;
  width: 100%;
}


#webdev:before, #webdev:after {
  content: '';
  display: table;
}

#webdev:after {
  clear: both;
}

#webcontent {
border:0px solid brown;
}

#webdev h1 {
  color: #ffffff;
  padding: 30px 0;
  font-weight: 450;
  font-size: 3em;
}

.webtotalcontainer {width: 100%; height:100%; border: 0px solid brown;}
.webcontainer {  position: relative; float: left; width: 30%; margin-left: 1%; margin-right: 1%; padding: 10px 0;}

.webimage {  display: block;   width: 100%;   height: auto; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}

.overlay {position: absolute;   bottom: 100%;  left: 0;  right: 0;  background-color: #666565;  overflow: hidden;  width: 100%;
  height:0;  transition: .5s ease;}

.webcontainer:hover .overlay {   bottom: 0; height: 100%;}
	
.overlay1 {  position: absolute;  bottom: 0; left: 0;  right: 0;  background-color: #666565;  overflow: hidden;  width: 100%;
  height: 0;  transition: .5s ease;}	
		
.webcontainer:hover .overlay1 {  height: 100%;  }

.webtext {  color: white;  font-size: small;  position: absolute;  top: 50%;  left: 50%;  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);  transform: translate(-50%, -50%);  white-space: nowrap;
}



/* UX Design as below */
#uxdesign {
  width: 100%;
  background-color: #029e8e;
}

#uxdesign h1 {
  color: #ffffff;
  padding: 30px 0;
  font-weight: 450;
  font-size: 3em; 
}
@media (min-width: 960px) {
#uxdesign header {
  max-width: 60em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 9.16667%;
    padding-right: 9.16667%;
}

#uxdesign header:after {
  content: " ";
  display: block;
  clear: both;
}
}
#uxdesign .room {
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 9.16667%;
  padding-right: 9.16667%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 50px 0;
  border: 0px solid orange;
}

#uxdesign .room:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 650px) {
  #uxdesign .room {
    padding-left: 59.16667%;
    padding-right: 9.16667%;
  }
}

#uxdesign #lms {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../images/uxdesign/uxdesignexample1.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#uxdesign h2 {
  color: #e5e8e9;
  padding: 30px 0;
  font-weight: 400;
  font-size: 1.5em; 
   margin-left: 17.5%;
}
#uxdesign #csworkspace {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../images/uxdesign/csworkspace.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* Model animation as shown below */
#modelanime {
  background-color: #007065;
    color: #000000;
    border:0px solid black;
}

#modelanime h1, #modelanime h2, #modelanime h3, #modelanime h4, #modelanime h5, #modelanime h6 {
  color: #FFFFFF;
}

#modelanime h1 {
  font-size: 3em;
  font-weight: 450;
  padding: 30px 0;
}

#modelanime #curriculainfo:before, #modelanime #curriculainfo:after {
  content: '';
  display: table;
}

#modelanime #curriculainfo:after {
  clear: both;
}

#modelanime #curriculainfo {
border: 0px solid rgb(244, 152, 4);

}
@media (min-width: 650px) {
 
  #modelanime #curriculainfo section {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 32.5%;
    float: left;
    padding-left: 3%;
    padding-right: 3%;
    border: 0px solid yellow;
  }
}


#modelanime #curriculainfo section h2 {
  color: #303138;
  font-size: 2em;
  line-height: 110%;
  padding: 10px 0;
  text-align: left;
}

#modelanime #curriculainfo section p {
  font-size: 1em;
  line-height: 130%;
}

#modelanime #curriculainfo section ul li {
  list-style: square;
  margin-left: 0;
  line-height: 115%;
  margin-bottom: 5px;
}

#modelanime img {
border: 2px solid #ebebeb;
border-radius:8px;
padding:5px;
}

#modelanime img:hover {
  box-shadow: 0 0 8px 8px rgba(206, 86, 7, 0.5);
}


/* Footer as shown below */
footer {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #333333;
  padding: 3px 0;
  color: aliceblue;
  text-align: center;
  bottom: 0;
}