/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: 'Open Sans', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.container{
    width: 100%;
    max-width: 547px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

.logo{
/*max-width: 150px;*/
display:block;
margin-left:auto;
margin-right:auto;
margin-top: 30px;
margin-bottom: 30px;
}
.contact-info{
margin-left: 72px;
margin-top: 30px;
}
.contact-info p{
    margin-bottom: 10px;
font-size: 16px;
font-weight: 700;
color:#000;

}

.contact-info li span{
    margin-bottom: 25px;

display: block;
color:#444326;
}
.sm-icons span{
display: inline !important;
}
.sm-icons i{
        width: 1.6em;
        text-align: center;
        line-height: 1.6em;
        color: #000;
        font-size: 18px;
        margin-right: 16px;
        margin-top: 30px;
        border-radius: 100%;
        padding: 6px;
		border:1px solid #000;
		-webkit-transition: background-color 1300ms ;
	      -moz-transition: background-color 1300ms ;
	      -o-transition: background-color 13000ms ;
	      -ms-transition: background-color 1300ms ;
	      transition: background-color 1300ms ;


}


.sm-icons i:hover{
background: #000;
color:white;
}

.coming-soon{
	color:#000;
	font-size: 48px;
	letter-spacing: 5.6px;
	text-align: center;

    }
    
    .coming-soon1{
	color:#000;
	letter-spacing: 5.6px;
	text-align: center;

    }

.sm-icons li{
display:inline;
}

@media only screen and (max-width: 600px) {
.container{
max-width: 300px;
}
.coming-soon {
    font-size: 28px;

}
.logo {
    max-width: 120px;

}
.contact-info {
    margin-left: 18px;
}
