html {
    scroll-behavior: smooth;
}
body {
    background-color: #FFFFFF;
    background-color: #F6F6F6;
    margin: 0;
    padding: 0;
/*    background-image: url(images/vectors.svg);*/
/*
    background-image: url(images/vector3.png);
    background-image: url(images/vectors6.jpg);
*/
    background-size: 100%;
    background-repeat: no-repeat;
/*    background-color: #230055;*/
    font-family: 'Varela Round', sans-serif;
}
img a {
    border: none;
}
ul {
    padding: 0px;
    margin: 0px;
}
#background {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: #230055;
    background-image: url(images/vectors.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 0;
}
#container {
    position: relative;
    z-index: 1;
}
#contentContainer {
    margin: 0 auto;
    height: auto;
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
}
#top {
    margin-top: 60px;
    width: 1000px;
    margin-left: 100px;
    height: 60px;
}
#logo {
    display: inline-block;
    float: left;
    height: 60px;
    width: 60px;
/*    background-image: url(images/logo.png);*/
    background-image: url(images/logo8.png);
    background-size: cover;
    vertical-align: top;
}
@media only screen and (max-width: 899px) and (min-width: 0px) {
    #top { 
        margin-top: 20px;
        margin-left: 0px;
    }
    #logo {
        margin-left: 15px;
    }
}
#nav {
    display: inline-block;
    float: right;
    vertical-align: top;
    font-family: 'Varela Round', sans-serif;
}
.navElement {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
    color: #333333;
    color: #ffffff;
    font-size: 18px;
    border-radius: 30px;
    cursor: pointer;
    float: right;
}
.navElement:hover {
    background-color: rgba(1,1,1,0.2);
}
.navElementActive {
    background-color: rgba(1,1,1,0.2);  
}
/*
#nav ul {
    margin: 0;
    padding: 0;
}
#nav li {
    display: inline-block;
    color: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
}
#nav li a {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
    color: #333333;
    color: #ffffff;
    font-size: 18px;
    border-radius: 30px;
}
#nav li:last-child {
    background-color: #ffffff;
    color: #333333;
    height: 60px;
    padding-right: 0px;
    border-radius: 30px;
    transition: 0.07s;
}
*/
#lastLink {
    background-color: #ffffff;
    color: #333333;
    height: 60px;
/*    padding-right: 0px;*/
    border-radius: 30px;
    transition: 0.07s; 
}
#lastLink:hover {
    color: #ffffff;
    background-color: rgba(255,255,255,0.2);
    box-shadow: 0 2px 15px 2px rgba(1, 1, 1, 0.4);
}
/*
#lastLink li a {
    color: #333333;
}
*/
/*
#nav li a:hover {
    background-color: rgba(1,1,1,0.2);
}
#nav li:last-child:hover {
    color: #ffffff;
    background-color: rgba(255,255,255,0.2);
}
*/
/*
#lastLink li a:hover {
    color: #ffffff;
    box-shadow: 0 2px 15px 2px rgba(1, 1, 1, 0.4);
}
*/

/* Mobile Menu */
#mobleMenuContainer {
    position: absolute;
    top: 25px;
    right: 15px;
    display: none;
}
#menuMobile {
/*    display: inline-block;*/
    float: left;
    height: 56px;
    width: 100px;
    cursor: pointer;
/*    display: none;*/
}
#menuMobileRollout {
    position: absolute;
    overflow: hidden;
    -webkit-user-select: none; 
    -moz-user-select: none;     
    -ms-user-select: none;      
    user-select: none;
    margin-top: 80px;
}
#menuMobileRollout li a {
    display: block;
    height: 50px;
    line-height: 52px;
    margin-left: 16px;
    width: calc(100% - 30px);
    border-bottom: 1px solid #C2C2C2;
    font-size: 17px;
    color: #111827;
    text-decoration: none;
    text-align: center;
}
.rollout {
    display: none;
    z-index: 2;
    width: 100%;
    height: 0px;
    opacity: 1;
    background-color: #ffffff;
    color: white;
}
.menuMobileRolloutAnimation {
    transition: 0.6s;
    height: calc(100vh - 48px);
    visibility: visible;
}
.menuMobileRolloutAnimationClose {
    visibility: hidden;
    transition: 0.6s;
    height: 0px;
}
#menuBarContainer {
    cursor: pointer;
    height: 23px;
    width: 40px;
    margin-top: 13px;
    margin-left: calc((100% - 38px) / 2);
    -webkit-user-select: none; 
    -moz-user-select: none;     
    -ms-user-select: none;      
    user-select: none;
}
.menuBarItem {
    position: absolute;
    height: 3px;
    width: 38px;
    background-color: #FFFFFF;
    margin-bottom: 7px;
/*    margin-left:  30px;*/
    border-radius: 2px;
}
#menuBar2 {
    margin-top: 10px;
}
#menuBar3 {
    margin-top: 20px;
}
.menuCenterize {
    position: absolute;
    margin-top: 10px;
    transition: 0.35s;
}
.menuBar2Move {
    transform: rotate(-45deg);
    transition: 0.35s;
}
.menuBar3Move {
    transform: rotate(45deg);
    transition: 0.35s;
}
.menuBarMoveBack {
    transform: rotate(0deg);
    transition: 0.35s;
}
.menuBar1Back {
    margin-top: 0px;
}
.menuBar3Back {
    margin-top: 20px;
}
@media only screen and (max-width: 1200px) and (min-width: 0px) {
    #nav {
        width: 800px;
    }
}
@media only screen and (max-width: 899px) and (min-width: 0px) {
    #nav {
        display: none;
    }
    #mobleMenuContainer {
        display: block;
    }
    .rollout {
        display: block;
    }
    #menuMobile {
        display: inline-block;
        width: 20%;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
    #menuBarContainer {
        margin-left: calc((100% / 10) - 40);
        height: 48px;
    }
}

/* Banner */
#banner {
    margin-top: 250px;
    font-family: 'Varela Round', sans-serif;
    width: 100%;
    text-align: center;
}
#banner a {
    text-decoration: none;
}
#bannerTitle {
    font-size: 66px;
    color: #333333;
    color: #ffffff;
/*    color: #1E90FF;*/
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}
#bannerContent {
    margin-top: 15px;
    font-size: 24px;
    color: #666666;
    color: #CECECE;
}
#bannerButtons {
    margin-top: 30px;
    width: 100%;
    text-align: center;
}
#bannerContactButton {
    display: block;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    width: 150px;
    background-color: #1E90FF;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    margin-left: calc(50% - 75px);
    cursor: pointer;
    transition: 0.2s;
}
#bannerContactButton:hover {
    background-color: #0079EF;
}
@media only screen and (max-width: 899px) and (min-width: 0px) {
    #banner {
        margin-top: 120px;
    }
    #bannerContent {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 21px;
    }
    #bannerTitle {
        font-size: 46px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

#content {
    margin-top: 200px;
    width: 100%;
    min-height: 500px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.12);
    margin-bottom: 60px;
}
#services {
    vertical-align: top;
    padding-left: 60px;
    text-align: center;
}
.service {
    display: inline-block;
    width: 300px;
    padding: 30px;
    vertical-align: top;
    text-align: left;
}
.serviceImage {
    text-align: center;
}
.serviceImage img {
    max-width: 300px;
    max-height: 225px;
}
.serviceTitle {
    margin-top: 20px;
    color: #333333;
    color: #111827;
    font-size: 22px;
}
.serviceDescription {
    margin-top: 20px;
    font-size: 16px;
    color: #444444;
    color: #6B7280;
}
.serviceList {
    margin-top: 20px;
    line-height: 30px;
    font-size: 16px;
}
.service ul {
    color: #230055;
    margin-left: 18px;
}
.serviceListText {
    color: #333333;
}
@media only screen and (max-width: 899px) and (min-width: 0px) {
    #services {
        padding-left: 0px;
    }
}

/* About */
#about {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    padding-top: 40px;
    margin-bottom: 160px;
}
#aboutImage {
    height: 220px;
    width: 200px;
}
#aboutImage img {
    height: 220px;
    width: 220px;
    border-radius: 100%;
    box-shadow: 0 1px 8px 2px rgba(0, 0, 0, 0.12);
}
#aboutName {
    font-size: 23px;
    margin-top: 30px;
}
#aboutTitle {
    color: #666666;
    font-size: 20px;
    margin-top: 5px;
}
#aboutTextTop {
    font-size: 23px;
    color: #111827;
}
#aboutText {
    margin-top: 20px;
    font-size: 18px;
    color: #666666;
}
#aboutLeft {
    display: inline-block;
    width: 220px;
}
#aboutRight {
    display: inline-block;
    vertical-align: top;
    margin-left: 80px;
    padding-top: 20px;
    width: 500px;
}
@media only screen and (max-width: 899px) and (min-width: 0px) {
    #about {
        text-align: center;
    }
    #aboutText {
        text-align: left;
    }
    #aboutLeft {
        display: block;
        width: 100%;
    }
    #aboutImage {
        margin: 0 auto;
    }
    #aboutRight {
        display: block;
        vertical-align: top;
        margin-left: 15px;
        padding-top: 10px;
        width: calc(100% - 30px);
    }
    #aboutTextTop {
        font-size: 20px;
        display: none;
    }
    #aboutText {
        font-size: 16px;
    }
}

/* Footer */
#footer {
    position: relative;
    width: 100%;
    height: 220px;
    background-color: #230055;
    background-color: #192027;
    text-align: center;
    overflow: visible;
}
#footerNav {
    padding-top: 30px;
    display: none;
}
.footerNavItem {
    display: inline-block;
    margin-left: 10px;
    padding: 20px;
    cursor: pointer;
/*    line-height: 30px;*/
    border-radius: 10px;
    color: #ffffff;
}
.footerNavItem:hover {
    background-color: rgba(1, 1, 1, 0.2);
}
#footerNav:first-child {
    margin-left: 0px;
}
#footerCopyright {
    position: absolute;
    margin-top: 115px;
    width: 100%;
    text-align: center;
    color: #999999;
}
#footerSignup {
    position: absolute;
    top: -60px;
    width: 100%;
    max-width: 1200px;
    height: 120px;
    background-color: #CECECE;
    border-radius: 15px;
    margin-left: calc(50% - 600px);
    background-color: #141C3A;
    background-color: #230055;
    background-color: #3A1D63;
    text-align: left;
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.12);
}
#footerSignup a {
    text-decoration: none;
}
#footerSignupTitle {
    font-size: 36px;
    display: inline-block;
    color: #ffffff;
    line-height: 120px;
    margin-left: 60px;
    float: left;
}
#footerSignupText {
    position: absolute;
    margin-top: 32px;
    display: inline-block;
    color: #DCDCDC;
    width: 400px;
    left: calc(50% - 170px);
}
#footerSignupText p {
    margin: 0px;
    padding: 0px;
}
#footerSignupButton {
    display: inline-block;
    float: right;
    padding: 18px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
    line-height: 24px;
    margin-top: 30px;
    margin-right: 60px;
    background-color: #1E90FF;
    border-radius: 12px;
    cursor: pointer;
    color: #ffffff;
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.12);
    transition: 0.2s;
}
#footerSignupButton:hover {
    background-color: #0079EF;
}
@media only screen and (max-width: 899px) and (min-width: 0px) {
    #footerSignup {
        display: none;
    }
}

/*  Potfolio */
.profileContent {
    background-color: transparent !important;
    box-shadow: none !important;
    margin-top: 100px !important;
}
#portfolioTitle {
    width: 100%;
    font-size: 30px;
    text-align: center;
}
.portfolioPiece {
    display: inline-block;
    width: 470px;
    height: 275px;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.16);
    border: 1px solid #B4B4B4;
    border: 1px solid #C8C8C8;
    margin-left: calc((100% - 940px) / 3);
    margin-bottom: 60px;
}
.portfolioHeader {
    width: 100%;
    height: 30px;
    background-color: #F6F6F6;
    background-color: #E8E8E8;
}
.portfolioHeaderTitle {
    width: 100%;
    text-align: center;
    line-height: 30px;
    color: #555555;
    font-size: 15px;
}
.portfolioImage img {
    max-width: 470px;
    max-height: 275px;
}
.dotContainer {
    margin-left: 3px;
    position: absolute;
}
.dot {
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-left: 6px;
    border-radius: 100%;
    margin-top: 8px;
}
.dotRed{
    background-color: #FF6059;
    border: 1px solid #E24841;
}
.dotYellow {
    background-color: #FFBD2E;   
    border: 1px solid #E0A837;
}
.dotGreen {
    background-color: #29CD42;  
    border: 1px solid #1BAD2C;
}

#examples {
    width: 100%;
    text-align: center;
    margin-bottom: 200px;
}
.example {
    width: 680px;
    margin-left: calc(50% - 340px);
    margin-bottom: 60px;
}
.exampleTitle {
    color: #1E90FF;
    font-size: 30px;
    text-decoration: underline;
    text-align: left;
}
.exampleTitle a {
    color: #1E90FF;
}
.exampleScreenshot {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.16);
    border: 1px solid #C8C8C8;
    overflow: hidden;
    margin-top: 40px;
}
.exampleImage img {
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.exampleDescription {
    margin-top: 40px;
    text-align: left;
    color: #4A4A4F;
    font-size: 16px;
    line-height: 26px;
}
@media only screen and (max-width: 899px) and (min-width: 0px) {
    #examples {
        margin-top: -13px;
    }
    .example {
        width: calc(100% - 24px);
        margin-left: 12px;
        margin-bottom: 60px;
    }
    .portfolioImage img {
        max-width: calc(100% - 30px);
    }
    .exampleScreenshot {
        margin-top: 30px;
    }
}