/* line 1, /Users/orjpap/Desktop/EVIA STUDIOS/css/base.scss */

html, body {
  margin-top:2%;
  height:100%;
  min-height:100%;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  background-color: #fcf9f2 }
 /*background-color: #F5E9D5;} */
/*  background-color: #F5DAC9}*/

/* line 7, /Users/orjpap/Desktop/EVIA STUDIOS/css/base.scss */

#landing-page-header {
  height:20%;
  text-align: center;
}

h1{
    font-family: 'Hind', sans-serif;
    font-size:4em;
}

.rt_tiletext {
		padding-top: 10px;
		margin-bottom: 40px;
		float:left;
		text-align:center;
		line-height: 0.6em;
    	display: block;
        width: 100%;
        height: 100%;
	}

.rt_tiletext p{
        color: #000000;
        font-size: 1.5em;
}

.rt_tilewrap {
    display: inline-block;
    vertical-align:top;
}
/* line 14, /Users/orjpap/Desktop/EVIA STUDIOS/css/base.scss */
.rt_timg {
		width: 70%;
		height: 50%;
		display:block;
		position: relative;
}


#design-brand{
    position: absolute;
    bottom: 0px;
    left:280px;
}

#design-brand h1{
    font-size: 10px;
}

hr{
    margin-top: 5px; 
    margin-bottom: 5px;
}

/*# sourceMappingURL=base.css.map */