html {
    font-family: 'Century Gothic', sans-serif;
   /* font-family: sofia-pro,sans-serif; */
    display: block;
}

@media (max-width: 769px) {
    html { 
        width: 100%;
        height: 100%;
        margin: auto;}
}

body {
    
 background-image: url("image/background.jpg");
 background-size: cover;
    /* width: 2000px; */
    margin: auto;
    background-repeat:no-repeat;
}




ul {
    margin: 0;
}
#Header {
    display:block;
    color:rgba(164, 241, 255, 0.15);
}

.nav {
    padding-top:20px;
    padding-bottom:20px;
    list-style:none;
    background-color: rgba(164, 241, 255, 0.22);
    display:flex;
    border-bottom: 2px solid rgb(255, 255, 255,0.6);
    color: rgb(255, 255, 255);
    font-size: 16px;
    align-items:flex-end;
}

.nav li a {
    color: rgb(255, 255, 255);
    text-decoration:none;
}
.nav li {
    padding-left:89px;
}

h1 {
    font-family: 'Century Gothic', sans-serif;
    font-weight: 900;
    font-style: normal;
    margin:0;
    font-size: 45px;
    }

    h2 {
        font-family: 'Century Gothic', sans-serif;
        font-weight: 600;
        font-style: bold;
        margin:0;
        font-size: 20px;
        color: rgb(255, 255, 255);
        margin-left: 20px;
     margin-top: 40px;
        }

        h4{ font-family: 'Century Gothic', sans-serif;
            font-weight: 900;
            font-style: normal;
            margin:0;
            font-size: 30px;
            text-align: center;
            color: rgb(194, 212, 229);
            }


        
img {
    border-radius: 2px;
    margin-left: auto; 
    margin-right:auto; 
    display:block;


    
 
}


     
        .tile footer{
            background-color: rgb(22, 48, 71,0.8)
           
          }
          
        h5{ font-family: 'Century Gothic', sans-serif;
            font-weight: 300;
            font-style: normal;
            margin:0;
            font-size: 14px;
         
            color: aliceblue;
            }

        p{ font-family: 'Century Gothic', sans-serif;
            font-weight: 100;
            font-style: normal;
           margin-left: 27%;
           margin-right: 27%;
            font-size: 15px;
            margin-top: 30px;
         
            color: aliceblue;
            }

     a{font-family: 'Century Gothic', sans-serif;
        font-weight: 300;
        font-style: normal;
        margin:0;
        font-size: 14px;
     
        color: aliceblue; }
