@import url('https://fonts.googleapis.com/css?family=Source Sans 3:100,300,400,500,700,800,900&display=swap&subset=latin-ext');

html, body {
	height: 100%;
}
body { font-family: 'Source Sans 3', sans-serif; font-size: 16px; line-height: 1.5em; color:#444444; background:#ffffff; }

body, select, input, textarea {color: #333;}

a {color: #03f;}
a:hover {color: #69f;}

::-moz-selection{background: #ed1c24; color: #fff; text-shadow: none;}
::selection {background: #ed1c24; color: #fff; text-shadow: none;}

a:link {-webkit-tap-highlight-color: #ed1c24;}

ins {background-color: #ed1c24; color: #000; text-decoration: none;}
mark {background-color: #ed1c24; color: #000; font-style: italic; font-weight: bold;}

input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

blockquote {padding: 16px; background: #eee;}

.wrapper {
    /*min-width: 1140px;*/
	min-width: 960px;
}

.container {
    width: 1140px;
    margin: 0 auto;
    padding: 30px;
}

header {
	background: #ffffff;
}

header .row {
	display: flex;
	flex-grow: 1;
}

header .row .navcol {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 100%;
}

.logo {
	margin: 15px;
	width: 102px;
	height: 90px;
	line-height: 90px;
	text-indent: -999px;
	background: url("../img/happy_little_projects_logo.png") no-repeat center;
	background-size: 102px 90px;
}

.logo a {
	display: block;
}

/* MENU */
nav {
	margin-right: 30px;
}
nav ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
	height: 120px;
}

nav ul li {
	text-align: center;
}

nav ul li a {
	font-size: 1.2em;
	display: block;
	padding: 0 20px;
	color: #00AEEF;
	white-space: nowrap;
	text-decoration: none;
	font-weight: bold;
}

nav ul li:hover a {
	color: #0288ba;
}

/* MENU SON */

#menu {
	position: absolute;
	top: 45px;
	right: 35px;
	display: none;
}

/* Hamburger */
.hamburger {
	/*padding: 15px 15px;*/
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger:hover {
	opacity: 0.7;
}
.hamburger-box {
	width: 30px;
	height: 24px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 30px;
	height: 4px;
	background-color: #000;
	border-radius: 4px;
	position: absolute;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}
/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
	transition-duration: 0.1s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
	transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.hamburger--squeeze .hamburger-inner::after {
	transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition-delay: 0.14s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* hamburger son */

.slogan {
	background: #00AEEF;
	padding: 30px 20px;
	text-align: center;
}

.slogan h2 {
	font-weight: 900;
	color: #ffffff;
	font-size: 3.8em;
	line-height: 1em;
	margin-bottom: 0;
}

.hero {
	margin-bottom: 40px;
}
.hero .container {
	padding: 0;
}

.services ul {
	display: flex;
}
.services ul li {
	text-align: center;
}
.services h2 {
	font-size: 2em;
	font-weight: 900;
	text-align: center;
	color: #ED1C24;
	margin-bottom: 60px;
}
.services h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;
}

.about_me {
	text-align: center;
	margin-bottom: 40px;
}
.about_me h2 {
	font-size: 2em;
	font-weight: 900;
	text-align: center;
	color: #4A69B1;
	margin-bottom: 40px;
}
.more_txt_about_me {
	display: none;
}

.contact_us h2 {
	font-size: 2em;
	font-weight: 900;
	text-align: center;
	color: #70A642;
	margin-bottom: 40px;
}

.contact_info {
	font-size: 18px;
	text-align: center;
	max-width: 640px;
	margin: 0 auto 60px auto;
}
.contact_info a {
	text-decoration: none;
	color: #666;
	line-height: 30px;
	padding-left: 40px;
	display: inline-block;
}
.ico_email {
	background: url("../img/ico_email.svg");
	background-repeat: no-repeat;
	background-size: 30px 30px;
}
.ico_phone {
	background: url("../img/ico_phone.svg");
	background-repeat: no-repeat;
	background-size: 30px 30px;
}

.contact {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.contact li {
	width: 50%;
	padding: 10px;
}
.contact li:nth-child(5),
.contact li:nth-child(6) {
	width: 100%;
}
.contact li:nth-child(7) {
	width: 100%;
	text-align: center;
}
.contact label {
	display: block;
	font-size: 0.9em;
	color: #666666;
	padding-left: 10px;
}

.contact input[type="text"] {
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
}
.contact textarea {
	line-height: 1.4em;
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	min-height: 160px;
}


h2 {
	font-size: 1.8em;
	line-height: 1.4em;
	margin-bottom: 20px;
	font-weight: 400;
}

p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5em;
	margin-bottom: 15px;
}

.button {
	font-size: 18px;
	line-height: 1em;
	white-space: nowrap;
	background: #F15B5A;
	padding: 10px 20px;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	font-weight: 700;
	text-align: center;
	transition: background-color 0.3s ease;
	border: 0px solid #a74500;
	border-radius: 50px;
}
.button:hover {
	color: #ffffff;
	background: #2161aa;
}


article, section {
	background: #ffffff;
}


/* Cols */

.row { display:flex; }
.col {
  flex:1;
  margin:0;
}

.col:last-child {
	margin-right:0;
}
.col img {
	display: block;
}

.center-vertical {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.center-both {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.pad-right {
	padding-right: 30px;
}
.pad-left {
	padding-left: 30px;
}
.center-text {
	text-align: center;
}
.bottom-margin {
	margin-bottom: 30px;
}

/* Cols end */



.msg_thanks {
	padding: 60px;
	text-align: center;
	color: #fff;
	background: #70A642;
	font-weight: bold;
}

.sending {
	-webkit-animation: color-change 1s linear infinite alternate both;
	        animation: color-change 1s linear infinite alternate both;
}

@-webkit-keyframes color-change {
  0% {
    background: #19dcea;
  }
  100% {
    background: #b22cff;
  }
}
@keyframes color-change {
  0% {
    background: #19dcea;
  }
  100% {
    background: #b22cff;
  }
}


/* Media queries
-------------------------------------------------------------------------------*/

@media screen and (max-width: 680px) {



.wrapper {
    min-width: 100%;
}

.container {
    width: 100%;
	padding: 15px;
}
	
/* MENU */
nav {
	display: none;
	margin-right: 0;
	background: #162d64;
	padding: 20px 0;
}
nav ul {
	flex-direction: column;
	height: auto;
}

nav ul li a {
	line-height: 2em;
	color: #ffffff;
}

nav ul li:hover a {
	color: #00AEEF;
}

/* MENU SON */


#menu {
	display: block;
}


.contact_info {
	font-size: 14px;
	line-height: 3.5em;
	max-width: none;
	margin: 0 auto 20px auto;
}
.contact_info a {
	text-decoration: none;
	color: #666;
	line-height: 30px;
	padding-left: 35px;
	display: inline-block;
}	
	
.services ul {
	flex-direction: column;
}
.services ul li {
	margin-bottom: 40px;
}	
	
.contact li {
	width: 100%;
}


/* Cols */

.row { flex-direction: column; }
.col { 
	flex: 0 0 auto; 
	margin:0; 
}

.pad-right {
	padding-right: 0px;
}
.pad-left {
	padding-left: 0px;
}	
	
/* Cols end */
	
	
}


/* Print styles
-------------------------------------------------------------------------------*/
@media print {



}