@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

html {
    height: 100%;
}
body{
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    max-width: 1536px;
    margin-left: auto;
    margin-right: auto;
}

header {
    padding: 0px;
    margin: 0px;
}

nav {
    padding: 0px;
    max-width: 1536px;
    margin-left: auto;
    margin-right: auto;
}

.top-nav-center {
    max-width: 1536px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 100%;
    background-color: black;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 12px;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: static;
}
    
.top-nav-center li {
    list-style-type: none;
    padding: 25px 16px;
    
}
.topnav a{
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 11px;
    box-shadow: inset 0 0 0 0 #54b3d6;
    transition: color .8s ease-in-out, box-shadow .9s ease-in-out;
    
}

.topnav a:hover{
    cursor: pointer;
    color: rgb(0, 0, 0);
    opacity: 0.6;
    border: white 1px solid;
    box-shadow: inset 200px 0 0 0 #ffffff;
}

.nav-row2 {
    background-color: /* #424040*/rgb(255, 255, 255);
    display: flex;
    padding-bottom: -200px;
    align-items: center;
    justify-content: center;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 3px;
    padding-top: 3px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 12px;
    box-sizing: border-box;
}

.header-logo{
    height: 35px;
}

.nav-rightButton{
    display: flex;
}

.aboutus button{
    background-color: rgb(255, 141, 35);
    color: #000;
    border: 1px solid rgb(206, 197, 197);
    padding: 8px 14px;
    font-size: 12px;
    font-family: "Roboto Condensed", sans-serif;
    cursor: pointer;
    transition: color .8s ease-in-out, box-shadow .9s ease-in-out;
}

.aboutus button:hover{
    cursor: pointer;
    color: rgb(0, 0, 0);
    opacity: 0.6;
    border: rgb(255, 255, 255) 1px solid;
    box-shadow: inset 200px 0 0 0 rgb(10, 68, 122);
}

.blogs button{
    background-color: rgb(10, 68, 122);
    color: white;
    border: 1px solid rgb(206, 197, 197);
    padding: 8px 12px;
    font-size: 12px;
    font-family: "Roboto Condensed", sans-serif;
    cursor: pointer;    
    transition: color .8s ease-in-out, box-shadow .9s ease-in-out;
}

.blogs button:hover{
    cursor: pointer;
    color: rgb(0, 0, 0);
    opacity: 0.6;
    border: white 1px solid;
    box-shadow: inset 200px 0 0 0 rgb(255, 141, 35);
}


marquee {
    font-size: 10px;
    margin-left: 100px;
    margin-right: 100px;
    font-family: "poppins", sans-serif;
}

main{
    background-color: #3f3e3e;
    padding-bottom: 50px;
    font-family: "Roboto Condensed", sans-serif;
}

main hr{
    color: #ffffff;
}

.blog {
    background-color: rgb(66, 65, 65);
    box-shadow: 0px 0px 10px rgba(0,0,0.6);
}

.titleText{
    font-size: 23px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    word-spacing: 4px;
    letter-spacing: 1px;
}

.main-content{
    padding-left: 100px;
    padding-right: 100px;
}

#titleText h1{
    padding-left: 150px;
    padding-right: 100px;
}




.card-title{
    font-size: 20px;
}

.card-text{
    font-size: 13px;
}

#buttonstyle{
    padding: 5px;
    font-size: 12px
    
}

#buttonstyle:hover{
    background-color: black;
}

.updateinfo{
    text-align: left;
    font-size: 12px;
    margin-bottom: 0px;
    color: rgb(0, 0, 0);
}


footer {
    color: rgb(255, 255, 255);
    background-color: #111;
    font-family: "Roboto Condensed", sans-serif;
    
}

.footerlogo{
    background-color: #111;
    height: 50px;
    margin-top: 10px;
}

.footertop{
    padding: 10px 30px 20px;
    width: 100%;
    text-align: center;
}

.underfooterlogo{
    font-size: 10px;
    margin-top: -10px;
}

.socmed-icons{
    display: flex;
    justify-content: center;
}

.socmed-icons a{
    text-decoration: none;
    padding: 10px;
    background-color: white;
    margin: 10px;
    border-radius: 50%;
}

.socmed-icons a i{
    font-size: 1.3em;
    opacity: 0.9;
}

.socmed-icons a:hover{
    background-color: #111;
    transition: 0.5s;
}

.fa-facebook{
    color: rgb(0, 101, 252);
}
.fa-instagram{
    background-color: red;
    background-size: 100%;
    background-image: linear-gradient(45deg, orange, rgb(255, 0, 200));
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}

.fa-google-plus{
    color: red;
}

.footerbottom{
    text-align: center;
    background-color: #000;
    padding: 20px 0px 3px;
    
}

.ALPHA53 {
    opacity: 0.7;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0px 5px;
}


@media (max-width: 1536px) {


}

@media (max-width: 1280px) {
    .footerbottom{
    padding: 10px;
    }
    .footerbottom p{
    font-size: 12px;
    }
}

@media (max-width: 1024px) {


}

@media (max-width: 768px) {
    .main-content{
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .footerlogo{
    height: 45px;
    }

    .socmed-icons a i{
    font-size: 1em;
    opacity: 0.9;
    }

    .footerbottom{
    text-align: center;
    background-color: #000;
    padding: 10px;
    }
    .footerbottom p{
    font-size: 10px;
    }

}

@media (max-width: 640px) {
    .titleText {
        text-align: center;
    }
    .main-content{
        padding-left: 50px;
        padding-right: 50px;
       
    }
    #titleText h1{
        padding-left: 50px;
        padding-right: 50px;
        font-size: 17px;
    }

    .main-content{
        padding-left: 0px;
        padding-right: 0px;
    }
    .footerbottom{
        text-align: center;
        background-color: #000;
        padding: 10px 0px 10px; 
    }
    marquee {
        margin-left: 1px;
        margin-right: 1px;
    }
}

@media (max-width: 475px) {
.main-content{
    padding-left: 0px;
    padding-right: 0px; 
}
header {
    max-width: 475px;
    overflow: hidden;
}

.nav-row2 {
   
    padding-right: 10px;
    padding-left: 10px;
}    
.header-logo{
    height: 25px;
}
marquee {
    margin-left: 1px;
    margin-right: 1px;
}

.aboutus button {
    font-size: 10px;
    padding: 5px 5px 5px;
}

.blogs button{
    font-size: 10px;
    padding: 5px 5px 5px;
}

.nav-rightButton button{
    height: 20px;
    padding-top: 2px;
}


}

