/* -------------------------------- 

Primary style

-------------------------------- */

html,body{ 
  margin:0;
  font-family: 'Lato', sans-serif;
}

canvas{
  display:block;
  vertical-align:bottom;
}
a {
  color: #26a2f7;
}
.navbar-top {
  position: absolute;
  background: transparent;
  z-index: 10;
}
.collapse {
    visibility: visible !important;
}

.work{
  clear: both;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: rgb(84, 188, 211);
  }
.navbar-toggle {
  padding: 10px 10px;
  margin-top: 25px;
  margin-right: 20px;
  margin-bottom: 8px;
}
.navbar-nav li{
  /*background-color: grey;*/
}
a.active{
  color: black;
}
.clear-header{
  background-color: transparent;
}

.navbar-index{

}
.banner{
    /* background: white; */
  /* clear: both; */
  /*padding-bottom: 50px;*/
 /* top: 38%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
   height: 610px;
  background-image: url(../images/banner.jpg);
  top: 0;
  background-repeat: no-repeat;
  background-size: 100%;*/

  background-image: url(/images/toronto-bg-image.jpeg);
  top: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  background-size: cover;
}
.about{
  margin-top: 227px;
  overflow: hidden;
  text-align: center;
  color: white;
}
.space{
  /*background-color: green;*/
}
.heading-home{
  text-align: center;
  background-color: lightblue;
  margin-bottom: 50px;
}
.heading-home h1{
  margin-top: 10px;
  text-transform: uppercase;
  font-family: 'Droid Sans', sans-serif;
  color: white;
}
.clear-nav > ul >li > a{
  background-color: transparent;
}
.projects{
  /*background-color: yellow;*/
  position: inherit !important;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
/*down arrow*/
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.arrow {
  position: relative;
  left: 50%;
  margin-left: -20px;
  top: 75%;
  width: 40px;
  height: 40px;
  display: block;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAB2rAAAdqwHGul+GAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAOFQTFRF////AAAAAAAAAAAAAAAAAAAAAAAAAAAADgAODQANCwALCwALCgAKCgoKCQkJCwYLCwULCgUKCgUKCgUKCgUKCQUJCgMKCgcKCgcKCgYKCgYKCQYJCQYJCQYJCQYJCQYJCAUICAUICgUKCgUKCgUKCQQJCAQICgYKCQUJCQUJCAUICAUICQUJCQUJCQUJCQUJCQQJCQYJCQYJCAYICAYICAYICQUJCQUJCQUJCQUJCQUJCQUJCAUICQUJCQUJCQUJCQQJCQUJCQUJCQUJCgUKCQUJCQUJCQUJCQUJCQUJCQUJwIY/qAAAAEp0Uk5TAAIDBAUGBwgSFBcYGRodLS8yMzQ1NklNTk9QUVJTVFVfYGdpanJ9hJGWl5ilp6ipsrO0tba4wcTIztHS1Nfa4uPu7/Dx8vP1+vtNYG6YAAABbUlEQVQ4y4VTaUOCQBAdNdBSU6OQsvKiMMnoJDUVUlnw/f8fFCxyeOX7sNeb2Z2ZnUcUQ5R1c8bYzNRlkXZR6juI4fRLW3Rec/1jQ1UkSVEN39TV8mm+OASmzfhisTkFhsWEr9hwO9m0R7bjwq5EuzMLdm07ppoNe32H8A2rvBt12cIwjOMRrLonLaoyaPwBhjbtRRtukO0TJpn9BpkJ+n5KDu7pAO7hiCQHwwH4zjLpMPim1xMSpvD8wGcDOplQg+XJEq+xRWGEEV+oMGkGha8VD29CzP+GhVMwIwYpPL728C5u8iSBJQZ04+FD5Pz8ghKD6AkfDQ+fYsBHLvwJE904+NsVvkZYXMYHQZA6XpL07lZI8zxNGUshbbG42iqUPzRSxTs/3S419fHz72dRyT3y3aQdaRjKD4+0HBVtWDt3VK24aXnbs9ZGpJkWS7V9KJxxPRdtc/XxpnDW0psPuoH0uoP5jvSOi/ew/P8AR6VIJPFpRm0AAAAASUVORK5CYIId1139d0b9a045af3478de609cc9ee9be");
  background-size: contain;
  margin-top: 40px;
  margin-bottom: 40px;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}



.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
  margin-top: 115px;
  margin-bottom: 115px;
}

/*
contact page styel*/
.social {
  margin: 0 auto;
  text-align: center;
  /* width: 500px; */
  margin-top: 120px;
  margin-left: 28%;
  margin-bottom: 150px;
}

.contact-info {
  margin: 0 auto;
}
h1.heading{
  color:#000000;
}
.social a {
  text-decoration: none;
  color: white;
}
.twitter {
  float: left;
  margin-right: 20px;
}
.twitter a:hover {
  
}
.linkedin {
  float: left;
  margin-right: 20px;
}
.linkedin a:hover {
  
}
.behance {
  float: left;
  margin-right: 20px;
}
.behance a:hover {
}
.google{
  float: left;
  margin-right: 20px;
}
.google a:hover{
 
}
.github{
  float: left;
  margin-right: 20px;
}
.github a:hover {
  
}
.mail {
  float: left;
  margin-right: 20px;
  
}
.mail a:hover {
 
}
.dribbble {
  margin-right: 20px;
}
.books {
  margin: 5% 0% 10% 20%;
}
a.bookone {
  margin-right: 8%;
}
a.bookone img {
  margin-bottom: 10px
}
a.booktwo {
  margin-right: 8%;
}
a.booktwo img {
  margin-bottom: 25px
}
a.bookthree {
  margin-right: 8%;
}
a.bookthree img {
  margin-bottom: 25px
}
/*
quotes style*/
/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px 0px 0px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: grey;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
.cd-headline.rotate-1 b.is-visible {
  color: white;
}
/* End carousel */
blockquote {
  border: none;
}
.item blockquote {
  border-left: none; 
  margin: 0;
  font-size: 20px;
  border: none;
}
small.right {
  float: right;
}
.skills h2 {
  font-size: 20px;
}
.viewmore {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 10px;
}

.viewmore a {
  padding: 15px 50px 15px 50px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  background: rgb(85, 189, 235);
}
.viewmore a:hover{
  background-color: transparent;
  border: 1px solid rgb(85, 189, 235);
  color: #000000;
  font-size: 15px;
  font-weight: bold;

}
/*
download button*/
.downloadbutton {
  width: 24%;
  margin: 0 auto;
  overflow: hidden;
}

.downloadbutton:hover {
 
}
.downloadbutton a{
  
  border-radius: 10px;
  padding: 20px 30px 20px 30px;
  color: #ffffff;
  font-size: 22px;
  background-color: rgb(85, 189, 235);
}
.downloadbutton a:hover{
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid rgb(85, 189, 235);
}
i.download{
  display: inline;
}
/* Icon Down */
@-webkit-keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

/* Icon Down */
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  /*padding-right: 2.2em;*/
  color: white;
  margin-bottom: 70px;
  margin-top: 30px;
}
.hvr-icon-down a:before {
 /* content: "\f01a";*/
  position: absolute;
  right: 2em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-down:hover:before, .hvr-icon-down:focus:before, .hvr-icon-down:active:before {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
footer {
  background-color: rgb(41, 40, 44);;
  margin: 0px;
  padding: 10px 0px 10px 0px;

}
.fixed-footer {
  background-color: rgb(41, 40, 44);
  margin: 0px;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px 0px 10px 0px;
}
p.social-footer {
  float: right;
  margin-bottom: 0px;
}
p.copyright {
  text-align: center;
  color: white;
  font-size: 20px;
  padding-left: 15%;
  margin-top: 5px;
}
svg#dribbble {
  height: 30px;
  width: 30px;
  margin-right: 15px;
  margin-top: 5px;
  margin-bottom: 8px;
  fill: #ffffff;
}
svg#dribbble:hover {
  fill: #ea4c89;
}
svg#twitter {
  height: 30px;
  width: 30px;
  margin-right: 15px;
  margin-top: 5px;
  margin-bottom: 8px;
  fill: #ffffff;
}
svg#twitter:hover {
  fill: #55acee;
}
svg#github {
  height: 30px;
  width: 30px;
  margin-right: 15px;
  margin-top: 5px;
  margin-bottom: 8px;
  fill: #ffffff;
}
svg#github:hover {
  fill: #4183c4;
}
svg#linkedin {
  height: 30px;
  width: 30px;
  margin-right: 25px;
  margin-top: 5px;
  margin-bottom: 8px;
  fill: #ffffff;
}
svg#linkedin:hover {
  fill: #4183c4;
}
svg#twitter-icn {
  fill: #7CCCF0;
  height: 50px;
  width: 50px;
}
svg#twitter-icn:hover {
  fill: #55acee;
}
svg#linkedin-icn {
  fill: #7CCCF0;
  height: 50px;
  width: 50px;
}
svg#linkedin-icn:hover {
  fill: #0976b4;
}
svg#behance-icn {
  fill: #7CCCF0;
  height: 50px;
  width: 50px;
}
svg#behance-icn:hover {
  fill: #1769ff;
}
svg#googl-plus-icn {
  fill: #7CCCF0;
  height: 50px;
  width: 50px;

}
svg#googl-plus-icn:hover {
  fill: #dd4b39;
 

}
svg#github-icn {
  fill: #7CCCF0;
  height: 50px;
  width: 50px;
}
svg#github-icn:hover {
  fill: #4183c4;
  
}
svg#mail-icn {
  fill: #7CCCF0;
  height: 50px;
  width: 50px;
}
svg#mail-icn:hover {
  fill: #db3a1b;

}
svg#dribbble-icn {
  fill: #7CCCF0;
  height: 50px;
  width: 50px;
}
svg#dribbble-icn:hover {
  fill: #ea4c89;
 
}

figure.effect-ruby.image-space {
  margin: 0px 15px 15px 0px;
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

xrotate-1 

-------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}
.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
/*
about page style*/
.label {
  text-align: left;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  color: #000000;
  font-size: 25px;
}
.bio-text h3{
  font-size: 23px;
  word-spacing: 2px;
}

/*/project detail page style*/
.project-desc h3{
  font-size: 20px;
}
.proto {
  width: 500px;
  margin: 0 auto;
}
.project-two{
  margin-bottom: 30px;
}
a.project-image img{
  margin-top: 30px;
  float: left;
}
.poster-image{

  margin: 0 auto;
  text-align: center;

}
img.poster-one {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  border: 1px solid black;
  clear: both;
}
.project-five img{
  text-align: center;
}
img.project-five {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  clear: both;
  display: block;
}
img.logo-one {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  clear: both;
  display: block;
}
a.next-project {
  margin-left: 10px;
}
@media screen and (min-width: 1900px){
  .about {
    margin-top: 20%;
    overflow: hidden;
    text-align: center;
  }
  .banner {
    height: 700px;
    background-size: 100%;
  }
}
@media only screen and (max-width: 1024px){

  .about {
    width: 100%;
    font-size: 20px;
    margin-top: 145px;
  }
  .cd-headline {
    font-size: 2.4rem;
    font-weight: 300;
  }
  .books {
    margin: 0% 0% 0% 0%;
  }
  .downloadbutton {
    margin-left: 31%;
    
  }
  .cd-headline {
    font-size: 2.4rem;
    font-weight: 300;
  }
  .banner {
    /* background: white; */
    /* clear: both; */
    padding-bottom: 50px;
    height: 215px; 
    top: 10%;
    width: 100%;
    text-align: center;
    margin: 1px;
  }
  .clear-header {
      background-color: #ffffff;
      width: 100%;
    }
  .navbar-fixed-top, .navbar-fixed-bottom {
    position: relative;
  }
  .cd-headline {
    font-size: 3rem;
    line-height: 1.2;
    margin-top: 14%;
  }
 .banner {
  height: 570px;
  background-image: url(/images/toronto-bg-image.jpeg);
  /* top: -29px; */
  display: block;
  background-color: #ffffff;
  margin-top: -169px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0px;
  }
  .about {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
  }
  .downloadbutton {
    width: 37%;
    margin: 0 auto;
    overflow: hidden;
  }

  .heading-home h1 {
    font-size: 18px;
    padding: 10px;
    margin-top: 0px;
  }

  .social {
    margin-left: 0%;
  }
  svg#twitter-icn {
    fill: #55acee;
    height: 50px;
    width: 50px;
  }
  svg#linkedin-icn {
    fill: #0976b4;
    height: 50px;
    width: 50px;
  }
  svg#behance-icn {
    fill: #1769ff;
    height: 50px;
    width: 50px;
  }
  svg#googl-plus-icn {
    fill: #dd4b39;
    height: 50px;
    width: 50px;

  }
  svg#github-icn {
    fill: #4183c4;
    height: 50px;
    width: 50px;
  }
  svg#mail-icn {
    fill: #db3a1b;
    height: 50px;
    width: 50px;
  }
  svg#dribbble-icn {
    fill: #ea4c89;
    height: 50px;
    width: 50px;
  }
  .about {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 0px;
    padding-top: 20%; 
  }



}


/*// Phone Media Query*/
@media only screen and (max-width: 600px) and (min-width: 320px) { 

  .navbar-top {
    position: relative;
    z-index: 10;
  }
  .navbar-collapse {
    background: white !important;
  }
  .navbar-nav {
    margin: 7.5px -15px;
    background: white;
  }
  .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px; 
  }
  .bio-image {
    text-align: center;
  }
  .bio-text h3 {
    font-size: 20px;
    line-height: 26px;
    word-spacing: 2px;
  }
  .cd-headline {
    font-size: 2rem;
    line-height: 1.2;
    margin-top: -35%;
  }
 .about {
    width: 87%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 0px;
    padding-top: 68%;
  }
  .arrow {
    display: none;
  }
  .navbar-nav li {
    /* background-color: grey; */
    border-bottom: 1px solid grey;
    background-color: white;
    font-size: 16px;
  }
    .navbar-nav {
    background-color: white;
  }
  #bs-example-navbar-collapse-1 {
    background: white;
  }
  .navbar-nav li {
    /* background-color: grey; */

  }
  p.social-footer {
    /* float: right; */
    text-align: center;
    float: none;
    /* margin-bottom: 0px; */
  }
  p.copyright {
    text-align: center;
    color: white;
    font-size: 15px;
    padding-left: 0%;
    margin-top: 5px;
  }
  .downloadbutton {
    width: 93%;
    margin: 0 auto;
    overflow: hidden;
  }
  .books {
    margin: 0% 0% 0% 0%;
    text-align: center;
  }
  a.bookone img {
    margin-bottom: 25px;
  }
  .downloadbutton a {
    padding: 15px 20px 15px 20px;
  }
  a.next-project {
    display: none;
  }
}


@media only screen and (max-width: 600px) and (min-width: 320px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .banner {
      background-image: url(/images/toronto-bg-image.jpeg);
      background-size: cover;
  }
}
/* Landscape ipad*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .banner {
    background-image: url(/images/toronto-bg-image.jpeg);
    background-size: cover;
  }
}