@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Ubuntu+Mono");
body {
  font-family: "Raleway", sans-serif;
}

* {
  padding: 0;
  margin: 0;
}

html, body {
  overflow-x: hidden;
}

@media only screen and (min-width: 1350px) {
  .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-image: url("/img/background header 1.jpg");
    width: 100%;
    padding: 120px 0px;
    margin-top: 120px;
  }
  .title h1 {
    font-size: 52px;
    text-align: center;
    color: white;
  }
  .main {
    margin-top: 100px;
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main .main__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-left: 150px;
  }
  .main .main__top p {
    letter-spacing: 2px;
    line-height: 2;
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .main .main__top .left__h2 {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .main .main__top .left__h2 h2 {
    font-size: 32px;
    min-width: 500px;
    letter-spacing: 2px;
    color: #A40DA0;
  }
  .main .main__top .left__h2 .line {
    margin: 5px 5px;
    width: 80px;
    height: 2px;
    background-color: #A40DA0;
    letter-spacing: 2px;
  }
  .main .main__top .main__button {
    margin-top: 50px;
    background-color: #A40DA0;
    border: 2px solid #A40DA0;
    padding: 20px 40px;
    color: white;
    text-decoration: none;
    outline: none;
    letter-spacing: 2px;
    font-weight: bold;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .main .main__top .main__button:hover {
    color: #A40DA0;
    background-color: white;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .main .main__bottom {
    width: 100%;
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main .main__bottom .bottom__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    line-height: 2;
    letter-spacing: 2px;
    margin: 20px 0px;
  }
  .main .main__bottom .bottom__box .box__item {
    margin: 50px 50px;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .main .main__bottom .bottom__box .box__item:hover {
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  .main .main__bottom .bottom__box .box__item .icon {
    width: 385px;
  }
}

@media only screen and (max-width: 1350px) {
  .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-image: url("/img/background header 1.jpg");
    width: 100%;
    padding: 120px 0px;
    margin-top: 120px;
  }
  .title h1 {
    font-size: 32px;
    text-align: center;
    color: white;
  }
  .main {
    margin-top: 100px;
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main .main__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
  }
  .main .main__top p {
    letter-spacing: 2px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .main .main__top .left__h2 {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .main .main__top .left__h2 h2 {
    font-size: 22px;
    letter-spacing: 2px;
    color: #A40DA0;
  }
  .main .main__top .left__h2 .line {
    margin: 5px 5px;
    width: 80px;
    height: 2px;
    background-color: #A40DA0;
    letter-spacing: 2px;
  }
  .main .main__top .main__button {
    margin-top: 50px;
    background-color: #A40DA0;
    border: 2px solid #A40DA0;
    padding: 20px 40px;
    color: white;
    text-decoration: none;
    outline: none;
    letter-spacing: 2px;
    font-weight: bold;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .main .main__top .main__button:hover {
    color: #A40DA0;
    background-color: white;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .main .main__bottom {
    width: 100%;
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main .main__bottom .bottom__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 2;
    letter-spacing: 2px;
    margin: 20px 0px;
  }
  .main .main__bottom .bottom__box .box__item {
    margin: 50px 50px;
  }
  .main .main__bottom .bottom__box .box__item .icon {
    width: 285px;
  }
}
/*# sourceMappingURL=portfolio.css.map */