* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    height: 100vh;
}

#header {
    background-color: aliceblue;
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 10px;
    min-height: 10vh;
    justify-content: space-between;

}

#logoImg {
    text-align: left;
}

.emerLine{
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 20px;
    color: #0a1024;
    font-weight: 900;
}

.emerLine span{
    color: orangered;
    font-weight: 900;
    text-transform: uppercase;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-links {
    text-align: center;
    padding: 10px;
    border-radius: 15px;
    background-color:#0a1024;
}

.nav-links ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    margin: 0 15px;
}

.nav-links ul li a { 
    text-decoration: none;
    color: #fff;
}

.nav-links ul li a:hover {
    color: orangered;
}


#main {
    margin: 0;
    padding: 0;
}

.banner{
    width: 100%;
    margin: 0;
}

.banner img{
    width: 100%;
    margin: 0;
}


.welcomeMsg{
    margin: 0;
    display: block;
    height: 150px;
    text-align: center;
    padding: 20px 0;
    margin: 30px;
    background-color: #0a1024;
    border-radius: 50px;
}

.welcomeMsg h1{
    font-size: 50px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    color: rgb(233, 226, 223);
}

.welcomeMsg p{
    color: rgb(248, 243, 243);
    font-family: "Calligraffitti", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
}

.articles{
    padding: 20px 20px;
    font-size: 30px;
}

.articles span{
    font-size: 40px;
    color: orangered;
    text-decoration: underline;
}

.article1{
    display: grid;
    grid-template-columns: 2fr 1fr;
    border-radius: 10px;
}

.col1{
    padding: 10px;
    margin: 10px;
    text-align: right;
}

.col1 p{
    text-align: left;
}

.article2{
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.col2 p{
    text-align: right;
}

#footer{
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.footer{
    display: flex;
    width: 100%;
    height: 150px;
    color: aliceblue;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 20px;
    background-color: #0a1024;
}

.socialMediaLinks{
    flex: 1;
}

.contacts{
    flex: 1;
    background-color:rgb(69, 71, 73, 0.3);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    align-items: center;
    justify-content: center;
    height: 125px;
    padding: 15px;    
    box-sizing: border-box;
    border-radius: 10px;
    color: #f0f1f5;
    font-weight: 900;
}

.icons .fa{
    font-size: 1.5em;
    margin: 0 15px;
    cursor: pointer;
    padding: 18px 0;
}

.designer p{
    padding-top: 10px;
    color: #0a1024;
    text-align: center;
}

.aboutSection{
    margin: 20px;
    background-color: lightcyan;
    padding: 10px;
    line-height: 24px;
    border-radius: 10px;
}

.aboutSection h1{
    margin-bottom: 20px;
    text-transform: uppercase;
    background-color: #0a1024;
    color: #fff;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
    font-size: 28px;
}

.aboutSection h2{
    margin: 20px 0px 10px 0; 
    font-size: 18px;
    text-transform: uppercase;
    color: #65818a;
}

.aboutSection p{
    text-align: justify;
}

.aboutSection ul li{
    list-style-type: none;
}

.servicesSection{
    margin: 20px;
    background-color: lightcyan;
    border-radius: 10px;
    padding: 10px;
    line-height: 24px;
}

.servicesSection h1{
    margin-bottom: 20px;
    text-transform: uppercase;
    background-color: #0a1024;
    color: #fff;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
    font-size: 28px;
}

.servicesSection h2{
    margin: 20px 0px 10px 0; 
    text-transform: uppercase;
    font-size: 18px;
    color: #65818a;
}

.servicesSection p{
    text-align: justify;
}

.servicesSection p a{
    text-decoration: none;
    color: #040a0c;
    font-weight: bolder;
}

.servicesSection p a:hover{
    text-decoration: underline;
    color: #65818a;
    font-weight: bolder;
}

.servicesSection .service{
    background-color: lightcyan;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px;
}

.service h2{
    margin-bottom: 20px;
    font-size: 18px;
    text-transform: uppercase;
    color: #65818a;
}

.service p{
    text-align: justify;
}

.supportSection{
    margin: 20px;
    line-height: 24px;
    background-color: lightcyan;
    padding: 10px;
    border-radius: 10px;
}

.supportSection h1{
    margin-bottom: 20px;
    text-transform: uppercase;
    background-color: #0a1024;
    color: #fff;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
    font-size: 28px;
}

.supportSection h2{
    margin: 20px 0px 10px 0; 
    font-size: 18px;
    text-transform: uppercase;
}

.supportSection ul li{
    list-style-type: disc;
    margin: 20px;
}

.supportSection .donate{
    background-color: #040a0c;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    text-align: center;
    margin: 20px 0;
}

.supportSection button{
    padding: 5px;
    margin: 10px;
    text-transform: uppercase;
    color: #000000;
    border-radius: 10px;
    background-color: lightcyan;
    font-weight: 900;
    border: none;
}

.contactSection{
    margin: 20px;
    padding: 20px;
    background-color: lightcyan;
    text-align: center;
    border-radius: 10px;
}

.contactSection h1{
    margin-bottom: 20px;
    text-transform: uppercase;
    background-color: #0a1024;
    color: #fff;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
    font-size: 28px;
}

.contactSection p{
    margin-bottom: 20px;
}

.contactSection h2{
    margin: 80px 0 10px 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #65818a;
}

.contactSection ul{
    margin-bottom: 20px;
    list-style-type: none;
    line-height: 30px;
}

.contactSection form{
    width: 100%;
    background-color: #0a1024;
    padding: 20px;
    color: #fff;
    line-height: 20px;
}

.contactSection form h2{
    margin: 0px 0px 20px 0px;
    color: rgb(206, 209, 212);
}

#name{
    width: 30%;     
}

#surname{
    width: 30%;     
}

#email{
    width: 30%;
}

#message {
    width: 50%;
}

nav .fa{
    display: none;
    color: #fff;
}

@media screen and (max-width: 1300px)  {
    .nav-links ul li {
        margin: 0 2px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1000px)  {
    .break {
        display: block;
    }

    .nav-links ul li {
        margin: 0 2px;
        font-size: 14px;
    }
    
    nav .fa {
        position: absolute;
        top: 10px;
        right: 15px;
        display: block;
        color: #0a1024;
        font-size: 22px;
        cursor: pointer;
    }

    .nav-links{
        display: none;
    }
    .welcomeMsg{
        margin: 0;
        display: block;
        height: 80px;
        border-radius: 50px;
    }
    
    .welcomeMsg h1{
        font-size: 1.5rem;
    }
    
    .welcomeMsg p{
        font-size: 1rem;
    }
}

@media screen and (max-width: 700px)  {
    .articles span{
        font-size: 1.2rem;
    }

    .articles img{
        width: 120px;
        height: auto;
    } 
    .article1{
        display: grid;
        grid-template-columns: none;
    }
    .article2{
        display: grid;
        grid-template-columns: none;
    }
    .col1{
        text-align: center;
    }
    .col1 p{
        text-align: justify;
        font-size: 1rem;
    }
    .col2 {
        text-align: center;
    }
    .col2 p{
        text-align: justify;
        font-size: 1rem;
    }
    .col2 img{
        display: none;
    }
    .footer{
        display: inline-block;
        min-height: 220px;
    }
}

@media screen and (max-width: 500px)  {
    .welcomeMsg h1{
        font-size: 1rem;
    }
    
    .welcomeMsg p{
        font-size: 0.8rem;
    }

    .contacts p{
        font-size: 12px;
    }

}









