body{
    background-color: aliceblue;
    min-width: 600px;
}
header {
    width: 100%;
    height: 200px;
    border:1px;
    border-style:dotted;
    border-color: black;
    background-image: url('../img/image.JPG');
    background-size: 100%;
    background-attachment:unset;
    background-position:center;
    background-position: 10px;
    text-align: right;
}
h2 {
    font-family: Stencil;
    margin-left: 5%;
    margin-bottom: 15px;
    font-weight:500;
    font-size:30px;
    color: rgba(1, 65, 65, 0.801);
    display: inline-block;
    padding: 5px 5px;
    border: solid 2px rgba(1, 65, 65, 0.801);
    border-radius: 10% 10%;
}

h3, p{
    margin: 5px 1px ;
}

#tia {
    text-align: center;
    margin-right:3%;
    float: right;
    width: auto;
    height: auto;
    padding: 5px 15px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.61);
    margin-top: 25px;
}
/* header :hover{
	font-size:110%;
} */

#hia {
    font-family:'Alien Encounters';
    font-size: 40px;
    margin-bottom: 8px;
}
h1 {
    font-family:'Alien Encounters';
    font-size:270%;
}

.text{
    float: right ;
    width: 75%;
    text-align: justify; 
    background-size: 100% 100%;
    margin: 10px 10px 10px 10px;
    padding-left: 5px;
    padding-right: 10px;
    border-left: solid 2px black;

}
nav{
    height: 44px;
    width: 100%;
    display: inline-block;
    padding: auto;
    background-color: rgba(1, 65, 65, 0.801);
    font-weight: bold;
    font-family: Cochin, Georgia, Times, 'Times New Roman', serif;
}

nav ul {
    width: max-content;
    margin: auto;
    padding: auto;
    justify-content: center;
    align-items: center;
}

nav ul li {
    padding: 3px 8px;
    margin-top: 5px;
    float:inline-start;
    text-align: center;
    position: relative;
    list-style: none;
    border-radius: 20px;
}

nav li:hover > a {background: rgb(255, 255, 255);
    color: rgb(1, 65, 65); padding: 3px 3px;
    transition: 0.5s padding;
    border-top: solid 1px #f8f8f8; border-bottom: solid 2px #f8f8f8;
}

nav ul a {
    font-weight: normal;
    text-decoration: none;
    color: white;
    border-radius: 20px;
    margin-inline-start: 6px;
}

nav ul li a{
    border: 1px #000;
    padding: 0px 2px;
    display: inline-block;
}

.text img{
    margin: 10px 1px 10px 1px;
}

#logo{
    width: 120px;
    float: left;
    margin-left: 8%;
    margin-top: 13px;
    border-radius: 60%;
}
#logo:hover{
	box-shadow: 3px 3px 3px 3px rgb(113,203,225);
	transition: 0.6s box-shadow;
}
#tia:hover{
	box-shadow: 3px 3px 7px 3px rgb(113,203,225);
    border: 4px white;
	transition: 0.6s box-shadow, border;
    /* transition: 0.8s border-radius;
    border-radius: 60%; */
}
footer{
    width: 97%;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 15px;
    position:relative;
    padding: 2%;
    height: auto;
    border:1px;
    border-style:dotted;
    border-color: black;
    background-color: rgb(1, 65, 65);
    text-align: center;
}
footer:hover{
	box-shadow: 3px 3px 3px 3px rgb(113,203,225);
	transition: 0.8s box-shadow;
}
footer a {
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(255, 255, 255);
}
footer p :hover{
    font-size:16.5px;
}