@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700,100);


*, *::after, *::before 			{box-sizing:border-box;}

/* ------------------ MAIN CSS -------------------------------- */
body 							{font-family: 'Roboto Slab', serif; color:#252525; font-size:18px; line-height:30px; background:#333;}

.main-container                 {margin:0; width:100%;} 
.main-container-innertube       {width:800px; margin:0 auto; background:#fff;}

a                               {text-decoration: none; outline:0;}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}

/* ------------------ MAIN CSS -------------------------------- */
h2 								{font-size:24px; color:#252525;}

.logo							{text-align:center; margin-top:40px;}
img 							{margin-top:30px;}
ul.utilities					{padding-bottom:80px;}
ul.utilities li 				{list-style: none; display:inline-block; padding-right:15px; }
a.igram							{display:inline-block; text-indent:-9999px; width:27px; height:28px; background: url('../images/instagram-logo.png') no-repeat 0 0;}
a.contact						{display:inline-block; text-indent:-9999px; width:31px; height:26px; background: url('../images/icon-email.png') no-repeat 0 4px;}
a.igram:hover					{border:none; background-position: 0 -100px;    
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;}
    
a.contact:hover					{border:none; background-position: 0 -96px;     
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;}


a   							{color:#ff8600;}
a:visited						{color:#ff8600;}
a:hover							{color:#ff8600; text-decoration:none; border-bottom:2px solid #ff8600;}
a:active						{color:#ccc; border-bottom:2px solid #ccc;}

