/* Header Section
********************************************************************* */
header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background: #e55d87;
  background: -moz-linear-gradient(-45deg, #C3245F 0%, #F5B19B 100%);
  background: -webkit-linear-gradient(-45deg, #C3245F 0%, #F5B19B 100%);
  background: linear-gradient(135deg, #C3245F 0%, #F5B19B 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e55d87', endColorstr='#5fc3e4', GradientType=1 ); }
  header.top {
    height: 100vh; }
  header.under {
    height: 10vh; }

.bread {
  margin-top: 30px; }

.backlink {
  margin-bottom: 30px;
  text-align: right; }

.title {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 2rem;
  max-width: 960px;
  text-align: center; }
  .title h1 {
    font-size: 80px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 0.85;
    margin-bottom: 28px;
    margin: 0;
    padding: 0;
    color: #FFFFFF; }
  .title h2 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-top: 50px; }
  .title p {
    max-width: 600px;
    margin: 0 auto;
    line-height: 150%; }
  .title .icon {
    color: #FFFFFF;
    font-size: 50px; }

@media only screen and (max-height: 700px) {
  .title h1 {
    font-size: 80px; } }
@media only screen and (max-width: 500px) {
  .title h1 {
    font-size: 65px; } }
.main_nav {
  position: fixed;
  top: 0px;
  max-height: 50px;
  z-index: 999;
  width: 100%;
  padding-top: 17px;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  padding-bottom: 6px; }

@media only screen and (max-width: 766px) {
  .main_nav {
    padding-top: 25px; } }
.open-nav {
  max-height: 400px !important; }

.sticky {
  background-color: #ffffff;
  opacity: 1;
  top: 0px; }

nav {
  width: 100%;
  margin-top: 5px; }
  nav ul {
    list-style: none;
    overflow: hidden;
    text-align: center; }
    nav ul li {
      display: inline-block;
      margin-left: 35px;
      line-height: 1.5;
      letter-spacing: 1px; }
    nav ul a {
      text-transform: uppercase;
      font-size: 12px;
      text-decoration: none; }
      nav ul a:hover {
        color: #CFCFCF; }

@media only screen and (max-width: 766px) {
  nav {
    width: 100%; } }
@media only screen and (max-width: 766px) {
  nav ul {
    padding-top: 0px;
    margin-bottom: 22px;
    text-align: center;
    width: 100%; } }
@media only screen and (max-width: 766px) {
  nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0; }
    nav ul li:first-child {
      margin-top: 70px; } }
.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px; }
  .mobile-toggle span {
    width: 30px;
    height: 4px;
    margin-bottom: 6px;
    background: #000000;
    display: block; }

@media only screen and (max-width: 766px) {
  .mobile-toggle {
    display: block; } }
.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 5vh;
  display: block;
  text-align: center;
  font-size: 20px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0;
  width: 13px;
  height: 13px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 9;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
  -moz-transform: translate(-50%, 0%) rotate(45deg);
  transform: translate(-50%, 0%) rotate(45deg);
  -webkit-animation: fade_move_down 2s ease-in-out infinite;
  -moz-animation: fade_move_down 2s ease-in-out infinite;
  animation: fade_move_down 2s ease-in-out infinite; }

/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -10px) rotate(45deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 10px) rotate(45deg);
    opacity: 0; } }
@-moz-keyframes fade_move_down {
  0% {
    -moz-transform: translate(0, -10px) rotate(45deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -moz-transform: translate(0, 10px) rotate(45deg);
    opacity: 0; } }
@keyframes fade_move_down {
  0% {
    transform: translate(0, -10px) rotate(45deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: translate(0, 10px) rotate(45deg);
    opacity: 0; } }
/* About Section
********************************************************************* */
#about {
  padding: 100px 0 50px 0; }

/* Team Section
********************************************************************* */
#team {
  padding: 50px 0 100px 0; }
  #team .icon {
    font-size: 26px; }

/* Skills Section
********************************************************************* */
#skills {
  padding: 100px 0 100px 0;
  background-color: #F5F5F5; }

.progressBar {
  margin-bottom: 26px;
  margin-bottom: 1.66em; }
  .progressBar h4 {
    font-size: 16px;
    text-transform: none;
    margin-bottom: 7px;
    margin-bottom: .33em; }

.progressBarContainer {
  width: 100%;
  height: 8px;
  background: #E1E1E1;
  overflow: hidden; }

.progressBarValue {
  height: 8px;
  float: left;
  background: #e55d87;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #C3245F 0%, #F5B19B 100%);
  background: -webkit-linear-gradient(-45deg, #C3245F 0%, #F5B19B 100%);
  background: linear-gradient(135deg, #C3245F 0%, #F5B19B 100%); }

.value-00 {
  width: 0; }

.value-10 {
  width: 10%; }

.value-20 {
  width: 20%; }

.value-30 {
  width: 30%; }

.value-40 {
  width: 40%; }

.value-50 {
  width: 50%; }

.value-60 {
  width: 60%; }

.value-70 {
  width: 70%; }

.value-80 {
  width: 80%; }

.value-90 {
  width: 90%; }

.value-100 {
  width: 100%; }

/* Portfolio Section
********************************************************************* */
#portfolio {
  padding: 100px 0 100px 0; }

.image {
  background-color: #5a5a5a;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  transition: .5s; }
  .image:hover {
    opacity: 0.6;
    transition: .3s;
    background-image: url(../images/hoverbg.png);
    background-repeat: no-repeat;
    background-position: center; }

/* Testimonial Section
********************************************************************* */
#testimonial {
  background-color: #F5F5F5;
  padding: 100px 0 100px 0; }

.quoteLoop {
  height: auto;
  width: 100%;
  margin: 0 auto;
  position: relative; }

.quote {
  margin: 10px 30px;
  height: inherit;
  top: 0px;
  display: none;
  text-align: center; }

/* Contact Section
********************************************************************* */
#contact {
  padding: 100px 0 100px 0; }

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #F5F5F5;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  border-radius: 0;
  outline: none; }

textarea, select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #F5F5F5;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  border-radius: 0;
  outline: none; }

textarea {
  min-height: 250px; }

input[type="submit"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background: #F5B19B;
  border-radius: 0px;
  border: 0;
  cursor: pointer;
  box-sizing: border-box; }
  input[type="submit"]:hover {
    background: #C3245F;
    text-decoration: none; }

/* Footer Section
********************************************************************* */
footer {
  min-height: 120px;
  padding: 40px 0 40px 0;
  background: #e55d87;
  background: -moz-linear-gradient(-45deg, #F5B19B 0%, #C3245F 100%);
  background: -webkit-linear-gradient(-45deg, #F5B19B 0%, #C3245F 100%);
  background: linear-gradient(135deg, #F5B19B 0%, #C3245F 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e55d87', endColorstr='#5fc3e4', GradientType=1 );
  box-sizing: border-box; }
  footer p {
    color: #FFFFFF;
    margin: 20px 0 0 0; }

.socialIcons {
  font-size: 34px;
  color: rgba(255, 255, 255, 0.7); }

/* Lists
********************************************************************* */
ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0; }

ul {
  padding-left: 0;
  margin-top: 0; }
  ul ul, ul ol {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%; }

ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li, button, .button {
  margin-bottom: 1rem; }

/* Spacing
********************************************************************* */
input, textarea, select, fieldset {
  margin-bottom: 1.5rem; }

pre, blockquote, dl, figure, table, p, ul, ol, form {
  margin-bottom: 2.5rem; }

/* Utilities
********************************************************************* */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Clearing
********************************************************************* */
.container:after, .row:after, .u-cf {
  content: "";
  display: table;
  clear: both; }

/* Misc
********************************************************************* */
.icon {
  padding-right: 10px;
  color: #e55d87; }

.block {
  width: 70px;
  height: 2px;
  background: #e55d87;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #C3245F 0%, #F5B19B 100%);
  background: -webkit-linear-gradient(-45deg, #C3245F 0%, #F5B19B 100%);
  background: linear-gradient(135deg, #C3245F 0%, #F5B19B 100%);
  margin-bottom: 50px; }

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 1px #C3245F;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2; }

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 1px solid #C3245F;
  border-right: 1px solid #C3245F;
  transform: translateY(20%) rotate(-45deg); }

/*==============================================================*/
/*popup template design*/
.popup-background {
  /*position size*/
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  /*design*/
  background-color: gray;
  opacity: 0.5; }

.popup {
  /*position size*/
  --height: 620px;
  --width: 550px;
  z-index: 101;
  position: fixed;
  top: calc(50vh - calc(var(--height) / 2));
  left: calc(50vw - calc(var(--width) / 2));
  height: var(--height);
  width: var(--width);
  /*design*/
  overflow: hidden;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 1px gray; }

.popup img {
  max-width: 100%; }

.popup > .close-button {
  /*position size*/
  --size: 20px;
  position: absolute;
  top: calc(var(--size)/4);
  left: calc(var(--width) - var(--size) * 5/4);
  /*css variables are available in children*/
  height: var(--size);
  width: var(--size);
  /*design*/
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: gray;
  font-size: var(--size);
  border-radius: calc(var(--size)/5); }

.popup > .close-button:hover {
  /*design*/
  background-color: red;
  color: white; }

.popup > .content {
  padding: 10px;
  text-align: center; }

/*hide popup*/
.popup-flag {
  display: none; }

.popup-flag:not(:checked) + .popup-background {
  display: none; }

.popup-flag:not(:checked) + * + .popup {
  display: none; }

/*==============================================================*/
/*button-container*/
.button-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column; }

.button-container > * {
  margin: 15px; }

/*# sourceMappingURL=contents.css.map */
