@font-face {
  font-family:"Abel";
  src: url("../font/ablpr.otf") format("truetype");
}


body {
  font-family: 'Abel', sans-serif;
  background: -webkit-linear-gradient(bottom, #ECE8F4, #faf9fc, #FFF) fixed;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

#projectBody a {
  padding: 0 2px;
}

#projectBody a:hover {
  color: white;
  background-color: black;
}

h1 {
  font-size: 60px;
}

#myContent .imageBox {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
  box-shadow: 4px 4px 8px gray;
  margin-bottom: 20px;
}


.videoYoutube {
    position: relative;
    padding-bottom: 56%; /* 16:9 >> 56.25 */
    padding-top: 25px;
    height: 0;
    border-radius: 3px;

}
.videoYoutube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    box-shadow: 4px 4px 8px gray;
}

.videoVimeo {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    border-radius: 3px;

}
.videoVimeo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    box-shadow: 5px 5px 20px grey;
}





#homeLink {
  float: right;
  font-weight: bold;
  font-size: 30px;
}

#homeLinkTop {
  float: left;
  padding: 18px 20px 18px 0 !important;
}

#homeLinkTop IMG {
  width: 23px;
  height: auto;
  transition: transform .7s ease-in-out;
}

#homeLinkTop:hover {
  background-color: transparent !important;
}

#homeLinkTop IMG:hover {
  transform: rotate(180deg);
}


#myTitle {
  display: inline-block;
  cursor: crosshair;
}

#myTitle2 {
  font-size: 14px;
  float: right;
  color: white;
  background-color: black;
}




#myContent {
  margin:0 auto;
  max-width: 600px;
}

.myChar {
  display: inline;
  float: left;
}

#myContainer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
   /*background: url(assets/images/miami.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
*/
}

