h1 {
  font-family: 'Bitter', serif;
  font-weight: 800;
  color: #272727;
}
h2 {
  font-family: 'Bitter', serif;
  font-weight: 800;
  color: #272727;
}

h3 {
  font-family: 'Bitter', serif;
  color: #272727;
  font-weight: 700;
}
h4,
h5,
h6 {
  font-family: 'Bitter', serif;
  color: #272727;
  font-weight: 500;

}

ul,
li { 
  font-family: 'Bitter', serif;
  color: #272727;
}


p {
  font-family: 'Bitter', serif;
  font-size: 18px;
}

ul.bullets {
  font-family: 'Bitter', serif;
  font-size: 18px;
}

#text-inverted {
  color: #f4f4f4;
}
#dark {
  color: #272727;
}

#about {
  background-color: grey;
}

.container-2 {
  width: 100%;
}

.content-section {
  padding: 7%;
}

.download-section {
  background: black;
}

b {
  font-weight: 900;
}

span {
  font-weight: 700;
}

.btn {
  border: 1px solid #15b2b5;
  color: #f44250 !important;
  text-decoration: none !important;

}
.btn:hover {
  border: 1px solid #15b2b5;
  color: #ffffff !important; 

}

.btn-default {
  color: #15b2b5;
  border: 3px solid #15b2b5;
}

.btn-default:hover {
  color: #000000;
  background-color: #15b2b5;
  border: 3px solid #15b2b5;

}

ul#projects {
  list-style: none;
  padding: 20px;
  padding-left: 0;
}
ul#projects li {
  display: inline;
}
.im_project {
  background:url(./img/projects/im_screens2.jpg);
}


blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
.img-centered {
  margin: auto;
  display: block;
}

.vertical-align {
  display: table;
}
.vertical-align h3 p a{
  display: table-cell;
  vertical-align: middle;
}
#top-boxes:hover {
  box-shadow: 0px 0px 5px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.02);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.02);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.02);
    transition: all 200ms ease-in;
    transform: scale(1.02);
}


.intro_row {
  position: relative;
  bottom: -30px;
}

.intro_box{
  height:400px; 
  border-right-style:solid; 
  border-color:#333230; 
  border-width:5px; 
  padding:5%; 
  margin-bottom:5%;
  overflow: hidden;

}
.intro_box img {
  width: 100%;
  padding: 0;
  height: auto;
}


.content-title-box {
  border-right-style:solid; 
  border-color: #efefef; 
  border-width:5px; 
  padding:50px; 
  height:500px; 
  display:table;
}


.btn-red {
  color: #f44250;
  border-color: #f44250;

}
.btn-red:hover, .btn-red:active, .btn-red:focus, .btn-red:hover .btn-red.active {
  background-color: #f44250;
  color: #ffffff;
  border-color: #f44250; 
}

.content-image {
  position: relative;  
  overflow: hidden;
  padding:0px;
}
.content-image img {
  width: auto;
  height: auto;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.content-image:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.content-description {
  padding:5%;
  z-index: 2; 
  position: relative; 
  left: 140px; 
  top: -180px;
  margin-bottom: 25px;
  width: 60%;
}

.case {
  display: block;
  width: 100%;
  max-width: 100%;
}




th td{
  width: 40%;
}

.article-button {
  color: #15b2b5;
  border-color: #15b2b5;
}
.article-button:hover {
  color: #ffffff;
}

.link_secondary {
  color: #15b2b5;

}

#content-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f44250+0,ffffff+100 */
  background: #f44250; /* Old browsers */
  background: -moz-linear-gradient(top, #f44250 0%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f44250 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f44250 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f44250', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#end-content-gradient {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

/* Change color of 'next section' when hovering */
.next-project {
  cursor: pointer;
  padding: 8% 6%;
  overflow: hidden;
  background-color: #e8e8e8;
  transition: all 1s ease;
}

.next-project::before,
.next-project::after {
  content: "";
  /*kosong, for it to exist*/
  background-color: rgb(0, 0, 0);
  position: absolute;
  transition: all 1s ease;
  /*length of animation*/
}

.next-project:before {
}

.next-project:after {
}

.next-project {
  opacity: 0.8;
  /*original state*/
}

.next-project:hover {
  opacity:0.95;
  /*hover state*/
}

.next-project:active {
  opacity: 0.9;
  /*hover state*/
  background: rgb(96, 96, 96);
}

.next-project:active::before,
.next-project:active::after {
  background: black;
}



.next-title {
  margin: 5px 0;
}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}