@font-face {
    font-family: GillSans;
    src: url(font/GillSans.ttc);
}

body {
    background-image: url("images/background.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    background-attachment: fixed;
    position: relative;
  }

.navbar{
	background-color: #393939;
    letter-spacing: 3px;
	font-family: "GillSans";
	height: 65px;
	/*float: right;*/
}

.nav{
  margin-top: 7px;
	color: white;
	float: right;
}

.navbar-header img{
  /*outline: 1px solid red;*/
  margin-top: -3px;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #393939;
}

img{
  /*outline: 1px solid red;*/
	width: 190px;
	margin-top: -10px;
}

#section1 {
	padding-top:50px;
	height:700px;
	color: #d8d8d8;
	font-family: "GillSans";
}

#section1 h1{
	position: relative;
	top: 300px;
	width: 100%;
	text-align: center;
	font-size: 40pt;
}

#section2 {
	padding-top:50px;
	height: 3850px;
	color: #393939;
	background-color: #d8d8d8;
	font-family: "GillSans";
}

#section2 h1, #section3 h1, #section4 h1{
	text-align: center;
	margin-bottom: 50px;
    letter-spacing: 10px;
    /*font-weight: bold;*/
}

#section2 h2{
	font-weight: bold;
	letter-spacing: -2px;
}

#section2 img{
	width: 60%;
	padding-top: 10px;
	float: left;
	font-size: 18pt;
	margin: 2%;
}

.projectContent{
	width: 20%;
	/*padding-top: 15px;*/
	float: left;
	font-size: 18pt;
	margin: 2%;
}

#section3 {
	padding-top:50px;
	height:500px;
	color: #d8d8d8;
	background-color: #393939;
	font-family: "GillSans";
}

/*.skillWrapper{
	outline: 1px solid red;
	width: 80%;
	margin-left: 10%;
	width: 1100px;
	width: 80%;
	height: 275px;
}*/

.skillContainer{
	/*outline: 1px solid red;*/
	width: 33.3333333333333%;
	float: left;
	margin-top: -20px;
	height: 300px;
	/*margin-bottom: 20px;*/
	/*margin-left: 11.6%;*/
}

.skillCircle h2{
	/*outline: 1px solid red;*/
	border: 3.5px solid #d8d8d8;
	border-radius: 80px;
	padding: 10px 20px;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 75px;
	font-size: 20px;
	background-color: #1186c4;
	color: #d8d8d8;
	position: relative;
	z-index: 1;
	margin: auto;
	margin-bottom: -50px;
}

.skillBox ul{
	/*outline: 1px solid blue;*/
	/*display: inline-block;*/
    list-style-type: none;
    /*margin: 0;*/
    padding: 0 0 20px 0;
	font-size: 20px;
	/*margin-bottom: 10px;*/
	/*border: 3px solid #393939;*/
	/*background-color: #d8d8d8;*/
	color: #393939;
    letter-spacing: 2px;
}

.skillBox{
	/*outline: 1px solid pink;*/
	position: relative;
	/*margin-left: 20%;*/
	background-color: #d8d8d8;
	width: 200px;
	height: 245px;
	border: 3px solid #393939;
	margin: auto;
}

.skillBox ul li{
	padding: 5px 30px 0 30px;
}

.skillBox ul li:first-child, .skillBo ul li:first-child{
	/*outline: 1px solid red;*/
	padding-top: 55px;
}

.skillBox ul li:last-child, .skillBo ul li:last-child{
	/*outline: 1px solid red;*/
	padding-bottom: 10px;
}

#section4 {
	padding-top:50px;
	height:500px;
	color: #d8d8d8;
	background-color: #1186c4;
	font-family: "GillSans";
	font-weight: none;
	height: 700px;
}

* {
    box-sizing: border-box;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    color: #383838;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    margin-right: 30px;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.container {
    border-radius: 5px;
    background-color: #393939;
    padding: 20px;
    color: #d8d8d8;
    width: 82%;
	/*font-family: "GillSans";*/
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
    padding-left: 30px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
    padding-right: 30px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    	margin: 0;
    	padding: 0;
    }
}

footer{
	width: 100%;
	background-color: #393939;
	color: #d8d8d8;
	font-family: "GillSans";
	padding: 20px;
}

footer h3{
	text-align: center;
    letter-spacing: 3px;
}

.icons{
	/*outline: 1px solid red;*/
	width: 233px;
	margin: auto;
}

footer img{
	width: 35px;
	margin: 0 20px;
}

.clear{
	clear: both;
}

.content {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 160px;
  overflow: hidden;
  font-family: 'GillSans', sans-serif;
  font-size: 35px;
  line-height: 40px;
  color: #ecf0f1;
}
.content__container {
  font-weight: 600;
  overflow: hidden;
  height: 40px;
  padding: 0 40px;
  margin-left: 25%;
}
/*.content__container:before {
  content: '[';
  left: 0;
}*/
/*.content__container:after {
  content: ']';
  position: absolute;
  right: 0;
}*/
/*.content__container:after, .content__container:before {
  position: absolute;
  top: 0;
  color: #16a085;
  font-size: 42px;
  line-height: 40px;
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-name: opacity;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}*/
.content__container__text {
  display: inline;
  float: left;
  margin: 0;
}
.content__container__list {
  margin-top: 0;
  padding-left: 224px;
  text-align: left;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
.content__container__list__item {
  line-height: 41px;
  margin: 0;
}

@-webkit-keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes change {
  0%, 12.66%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
  33.32%,45.98% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  49.98%,62.64% {
    -webkit-transform: translate3d(0, -75%, 0);
            transform: translate3d(0, -75%, 0);
  }
  66.64%,79.3% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  83.3%,95.96% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
}
@keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes change {
  0%, 12.66%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
  33.32%,45.98% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  49.98%,62.64% {
    -webkit-transform: translate3d(0, -75%, 0);
            transform: translate3d(0, -75%, 0);
  }
  66.64%,79.3% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  83.3%,95.96% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
}

/*-------------app pages----------------*/

.appBody{
  background-image: none;
  background-color: #393939;
}

.ipadWrap{
  /*outline: 1px solid red;*/
  width: 1240px;
  /*background-color: #393939;*/
  /*width: 100%;*/
  margin: auto;
}

.ipadWrap img{
  height: 956px;
  width: 1240px;
  position: absolute;
  /*z-index: 1;*/
  margin: auto;
}

/*.appActual{
  outline: 1px solid blue;
  width: 1024;
  margin: auto;
}*/

.appActual object{
  /*outline: 1px solid blue;*/
  display: inline-block;
  width: 1024px;
  height: 768px;
  top: 47px;
  left: 55px;
  position: relative;
  /*z-index: 2;*/
  margin: auto;
}

.thankYou_h1 .thankYou_p{
  color: #d8d8d8;
  font-family: "GillSans";
  text-align: center;
  outline: 1px solid red;
}






