@import url("https://fonts.googleapis.com/earlyaccess/hannari.css");

@font-face {
   font-family:  "ipam";
   font-style: normal;
   font-weight: normal;
   src: url(/wp-content/themes/one-page-express/fonts/ipam.woff) format('woff');
 }

body {
  font-family:  "hannari", "ipam" !important;
  letter-spacing: 0.05em;
}

.about-big-images-bottomrow.gridContainer{
		    float: initial;
}

about-images-right-leftimg alignright{
 margin-top:-50pt;
}

h1.heading8 {
    font-weight: 200;
}

p.header-subtitle {
		font-size:2.5em
}

img.about-big-images-leftimg {
    display: inline-block;
    margin-left: 50%;
    margin-top: 80%;
    width: 80%;
}

img.about-big-images-rightimg {
    display: inline-block;
    margin-top: 10%;
    width: 90%;
}

.features-square-image-textcol {
    width: 100%;
}

.about-big-images-textcol.dynamic-color{
		width:100%;
}

@media (max-width:600px){
  .logo_col {
    text-align: left;
    width: 90%;
  }
  
  h1.heading8 {
    font-size: 1.3em;
  }
  h2{
				font-size: 1.5em;
		}
  p.header-subtitle {
    font-size: 1.1em;
  }
  
  a.text-logo, a.text-logo:hover {
    font-size: 1.5em;
  }
  
  img.about-big-images-centerimg {
    margin-left: 0%;
    margin-top: 0%;
  }
		
		img.about-big-images-leftimg{
				width:25%;
				margin-left:-45%;
				position: absolute;
				margin-top:25%;
		}
		img.about-big-images-rightimg {
				width:30%;
				margin-top:-45%;
		}
  
}

@media (max-width:900px) and (min-width:601px){

  h1.heading8 {
    font-size: 2.6em;
  }
		h2{
				font-size: 1.9em;
		}
  p.header-subtitle {
    font-size: 2.1em;
  }
}