/* CSS Document */

* {
    box-sizing: border-box;
}
	body { padding: 0; margin: 0; left:0px; top:0px; background: #F2E2DF; font-family: 'Raleway', sans-serif; }
/*.container {  position: absolute; top:50%; margin-top: -250px; left: 50%; margin-left: -300px;} */
	h2, h3 { text-transform: uppercase; text-align: left; color: #63A1A6; font-size: 20px;}
h3 { font-size: 14px;}
img { width: 100%; height: auto}
.bt { background: #63A1A6 }

a{ text-decoration: none}
.msg { display: none; color:red; font-size: 12px}

