/* ==== Google font ==== */
/*@import url('http://fonts.googleapis.com/css?family=Lato:400,300,700,900');*/

@font-face {
    font-family: 'Akkurat Pro';
    src: local("Akkurat Pro Regular"),
    local("Akkurat-Pro-Light"),
    url('https://www.mercha.com.au/cdn/shop/t/26/assets/Akkurat-Pro-Regular.otf?v=19681820399385685281633065031');
    font-weight: 400;
    font-display: swap;
}

html {
    background-color: #fff;
}

body {
	background: none;
    font-family: 'Akkurat Pro', 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #707070;
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Akkurat Pro', 'Lato', sans-serif;
    font-weight: 300;
    color: #444;
}

h1 {
	font-size: 40px;
}

h2 {
    font-size: 39px;
}

h3 {
	font-weight: 400;
}

h4 {
	font-weight: 400;
	font-size: 20px;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
}

label {
    font-family: Source Sans Pro;
    font-size: 18px;
    color: #33475b;
}


a {
    color: #4900c1;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
    font-weight: 600;
}

a:hover,
a:focus {
    text-decoration: underline;
    color: #4900c1;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

.alignleft {
    text-align: left;
}
.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

.btn {
  display: inline-block;
  padding: 8px 24px;
  margin-bottom: 0;
  font-size: 18px !important;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  font-family: Source Sans Pro !important;
  font-weight: 700 !important;
}

.btn-theme  {
  color: #fff;
  background-color: #4F92AF;
  border-color: #4F92AF;
}
.btn-theme:hover  {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
form.signup input  {
	height: 42px;
	width: 200px;
	border-radius: 0;
	border: none;
}
form.signup button.btn {
	font-weight: 700;
}
form.signup input.form-control:focus {
	border-color: #fd680e;
}

form {
    /*margin-top: 40px;*/
    margin-bottom: 20px;
}

/*html {
    background: url(https://images.unsplash.com/photo-1620207418302-439b387441b0?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1567&q=80) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}*/

/* wrapper */
#wrapper {
	/*text-align: center;*/
	padding: 50px 0;
	min-height: 650px;
	width: 100%;	
}

#wrapper h1 {
	margin-top: 60px;
	margin-bottom: 40px;
	color: #fff;
	font-size: 45px;
	font-weight: 900;
	letter-spacing: -1px;
}

h2.subtitle {
	color: #fff;
	font-size: 24px;
}

/* countdown */
#countdown {
	font-size: 48px;
	color: #fff;
	line-height: 1.1em;
	margin: 40px 0 60px;
}


/* footer */
p.copyright {
	margin-top: 50px;
	color: #707070;
	text-align: center;
}

.btn {
    border-radius: 15px !important;
}

.cloudinary-button {
    background-color: #480b80 !important;
    border-color: #480b80 !important;
}

.cloudinary-button:hover {
    background-color: #480b80 !important;
    border-color: #480b80 !important;
}

.cloudinary-button:focus {
    background-color: #480b80 !important;
    border-color: #480b80 !important;
}

.text-purple {
    color: #7B16D8;
}

input.form-control {
    background-color: #f5f8fa;
    border: 1px solid #cbd6e2;
    border-radius: 15px;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    padding: 8px 15px;
}

@media only screen and (max-width: 576px) {
    .form .row {
        margin: 0;
    }
    .form .row > div {
        padding: 0;
    }
    .form .row button {
        width: 100%;
    }
}