/*********
 Imports
*********/
/************************************
 Colors From : www.flatuicolors.com
************************************/
/*********
  Mixins
*********/
/*********
 Globals
*********/
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Quicksand","Roboto", "Fira Sans", "Raleway";
  background: #1abc9c;
  width: 100%;
  height: 100%;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Quicksand";
  font-weight: bolder;
}

p {
  font-family: "Fira Sans";
  font-weight: normal;
  margin-bottom: 0;
}

a {
  font-family: "Raleway";
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  color: #000;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover {
  color: #3498db;
}

a.Ghost-Blue {
  display: inline-block;
  padding: 10px 15px;
  border: 2px solid #000;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #000;
}

a.Ghost-Blue:hover {
  color: white;
  background: #2980b9;
  border: 2px solid #2980b9;
}

a.Ghost-Turquoise {
  display: inline-block;
  padding: 10px 15px;
  border: 2px solid #000;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #000;
}

a.Ghost-Turquoise:hover {
  color: #fff;
  background: #2ecc71;
  border: 2px solid #2ecc71;
}

form {
  margin-bottom: 0;
}

/*************
 Placeholder
*************/
::selection {
  background: #FD685B;
  color: #fff;
}

::-moz-selection {
  background: #FD685B;
  color: #fff;
}

::-webkit-input-placeholder {
  color: #fff;
  font-weight: bolder;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-weight: bolder;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-weight: bolder;
}

:-ms-input-placeholder {
  color: #fff;
  font-weight: bolder;
}

/*************
     Text
*************/
h1 {
  margin-top: 250px;
}

p {
  margin-top: 5px;
  margin-bottom: 10px;
}

@media screen and (min-width: 320px) {
  h1 {
    margin-top: 130px;
  }
}

@media screen and (min-width: 480px) {
  h1 {
    margin-top: 230px;
  }
}

@media screen and (min-width: 480px) {
  h1 {
    margin-top: 230px;
  }
}

/*************
     Modal
*************/
.Modal {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(142,68,173,.9)  ;
  z-index: 9999;
  color:#fff;
}

.Modal .Close {
  position: absolute;
  top: 25px;
  right: 65px;
  z-index: 999;
  cursor: pointer;
}

@media screen and (min-width: 320px) {
  header h1 {
    margin-left: 0px;
  }
  header h1 p {
    margin-left: 0px;
  }
  header h1 p a {
    margin-left: 0px;
  }
}
