@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&family=Island+Moments&family=Oleo+Script:wght@700&family=Quicksand:wght@300;500&display=swap');
*{
    padding: 0;
    margin: 0;
    font-family: sans-serif;
}
body{
    background-color: #000;
}
.nav-bar{
    display: flex;
    padding: 2% 4%;
}
.nav-logo img{
    width: 135px;
}
.nav-links{
    flex: 1;
    text-align: right;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 10px 10px;
}
.nav-links a{
    color: #cb4154;
    text-decoration: none;
    font-size: 14px;
}
.hero{
    margin-top: 1000px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
}

.neon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        margin: 0;
        padding 0 20px;
        font-size: 58px;
        font-family: 'Island Moments', cursive;
        color: #DA2647;
        text-shadow: 0 0 20px #ff005b;
}
/*.neon:after 
{
        content: attr(data-text);
        position: absolute;
        top: 0;
        left:; 0;
        padding: 0 20px;
        z-index: -1;
        color: #ff005b;
        filter: blur(15px);
}*/
.neon:before 
{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fe3a80;
        z-index: -2;
        opacity: 2;
        filter: blur(40px);
}
/*h1{
    font-size: 60px;
    color: transparent;
    -webkit-text-stroke: 1px #cb4154;
    background: url(back.png);
    -webkit-background-clip: text;
    background-position: 0 0;
    animation: back 30s linear infinite;
    margin-bottom: 5%;
}
@keyframes back{
    100%{
        background-position: 2000px 0;
    }
}*/

.btn{
    width: 160px;
    height: 50px;
    border: 2px solid #fff;
    color: #cb4154; 
    margin: auto;
    cursor: pointer;
    position: relative;
    text-decoration-color: none;
    overflow: hidden;
    
}
.btn p{
    font-size: 20px;
    padding-top: 12px;
    font-weight: bold;
    text-decoration-color: none;
    color: #cb4154;
    text-align: center;
}
span{
    width: 80px;
    height:80px;
    top: 80px;
    position: absolute;
    background: #cb4154;
    border-radius: 50%;
    z-index: -1;
    transition: 1s;
    margin-bottom: 200px;
}
span:nth-child(1){
    left:-20px;
    transition-delay: .2s;
}
span:nth-child(2){
        left:30px;
        transition-delay: .4s;
}
span:nth-child(3){
    left:80px;
    transition-delay: .6s;
}
span:nth-child(4){
        left:125px;
        transition-delay: .8s;
        margin-bottom: 200px;
}
.btn:hover span{
    top: -10px;
}
.btn:hover p{
    color: #fff;
    text-decoration-color: none;
    transition-delay: .5s
}
.menu-icon{
    width: 20px;
    display: none;
}
section h4 {
    color: white;
    position: absolute; 
    top: 600px;
    font-size: 16px;
    margin-top: 100px;
    margin-bottom: 20px;
    text-align: center;
    margin-left: 8px;
    margin-right: 8px;
    padding-bottom: 20px;
}
a{
    text-decoration: none;
}

.websites {
    color: white;
    text-decoration: underline;
}
.webapps {
color: white;
text-decoration: underline;
}
.webdevelopment {
    color: white;
    text-decoration: underline;
    }
    .websitelinks a:link {
        color: darkred;
    }
    .websitelinks a:visited {
        color: darkorange;
    } 
    .websitelinks a:hover {
        color: gray;
    } 
    .websitelinks a:active {
        color: white;
        background-color: darkred;
    }

.webapplinks a:link {
    color: darkred;
}
.webapplinks a:visited {
    color: darkorange;
} 
.webapplinks a:hover {
    color: gray;
} 
.webapplinks a:active {
    color: white;
    background-color: darkred;
}
.webdevelopmentlinks a:link {
    color: darkred;
}
.webdevelopmentlinks a:visited {
    color: darkorange;
} 
.webdevelopmentlinks a:hover {
    color: gray;
} 
.webdevelopmentlinks a:active {
    color: white;
    background-color: darkred;
}

.treecenter
    {
        display: block;
        margin-left: auto;
       margin-right: auto;
       width: 50%;
    }

 .happy1
        {
            color: white;
            text-align: center;
        } 
        
.happy2
        {
            color: white;
            text-align: center;
        }
        









@media (max-width: 700px){
    .hero h1 {
        font-size: 26px;
        margin-bottom: 10%;
    }
    .nav-links ul li{
        display: block;
    }
    .nav-links ul{
        padding: 20px 5px;
    }
    .nav-links {
        margin-top: 30px;
    }
    .nav-logo {
        margin-top: 10px;
        margin-left: 10px;
    }
    .menu-icon{
        display: block;
        top: 28px;
        right: 35px;
        position: absolute;
        cursor: pointer;
    }
    #mobileMenu{
        height: 0;
        overflow: hidden;
        transition: 1s;
    }
    section h4 {
        color: white;
        position: absolute; 
        top: 550px;
        font-size: 15px;
        padding-bottom: 20px;
    }
    section {
        height: 1000px;
        padding-top: 10px;
    }
    .welcome {
        margin-top: 100px;
        margin-bottom: 20px;
        text-align: center;
        margin-left: 10px;
        margin-right: 10px;
    }

    }





