
/* Styling for universal tags*/
h1 {
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
    font-family: 'Montserrat', 'Raleway', 'serif';
}

p {
    font-size: medium;
    line-height: 1.5;
    text-align: left;
    font-family: 'Segoe UI', 'Tahoma', 'Geneva', 'Verdana', 'sans-serif';
}

header {
    height: 56px;
}

*, body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;

}

main {
    flex: 1;
}


ul, li {
    list-style-type: none;
}


hr {
    text-align: center;
}

/*Styling navigation logo*/
.nav-logo {
    display: block;
    width: 50px;
    height: 17px;
    top: 18px; 
    left: 28px;
    position: absolute ;
    
}


/*Styling menu when open*/
.menu-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    background-color: rgb(46, 46, 47);
    overflow-x: hidden;
    transition: 0.4s;
    display: none;
}

.items {
    width: 100%;
    text-align: left;
    margin: 92px;
}

.items .follow-link {
    color: rgb(255, 255, 255);
    font-family:'Segoe UI', 'Tahoma', 'Geneva', 'Verdana', 'sans-serif';

}

.items a.follow-hyperlink {
    font-size: normal;
    font-family:'Segoe UI', 'Tahoma', 'Geneva', 'Verdana', 'sans-serif';
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.items .follow-link, .items .follow-hyperlink {
    display: inline-block;
}


.items, .items-link {
    text-decoration: none;
    font-size: 28px;
    color: rgb(255,255,255);
    display: block;
    transition: 0.3s;
    font-family:'Segoe UI', 'Tahoma', 'Geneva', 'Verdana', 'sans-serif';
    line-height: 2.75;
}

.items a:hover, .items a:hover {
    color: rgb(191,99,223);
}

 .menu-overlay .closed-menu-icon {
    position: absolute;
}

/*styling menu icons*/
.open-menu-icon {
    position: absolute;
    top: 13px; 
    right: 28px;
    font-weight: normal;
    font-size: 22px;
    cursor: pointer;
}

.open-menu-icon:hover, a.closed-menu-icon:hover {
    color: rgb(191,99,223);
}

a.closed-menu-icon {
    top: 13px; 
    right: 28px;
    font-weight: 600;
    font-size: 30px;
    color: rgb(255,255,255);
    text-decoration: none;
}

/*for all pages*/
.title-underline-rounded-border {
    border-top: 2px solid rgb(211, 211, 211);
    border-radius: 5px;
    width: 191.5px;
    margin: auto;
}

.page-wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
}

#heropage-content, #heropage img, #archive-content, #submissions-content, #positions-content, #aboutus-content {
    max-width: 100%;
}

#heropage img {
    display: block;
}

/*archive page*/
.archive-information, .submissions-information, .positions-information, .about-us-information {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 92px;
    margin-right: 92px
}

.archive-heading, .submissions-heading, .positions-heading, .aboutus-heading {
    padding-bottom: 22px;
}

/*archive page*/
.issue-content h3 {
    font-size: 17px;
    font-weight: 500;
    font-family: 'Montserrat', 'Raleway', 'serif';
}

.issue-content p {
    font-size: 14px;
    text-align: left;
    font-family: 'Segoe UI', 'Tahoma', 'Geneva', 'Verdana', 'sans-serif';
}

.issue {
    width: 245px;
    margin: 10px;
    transition: transform 0.5s ease, background-color 0.4s ease;
}

.issue:hover {
    transform: translateY(-15px);
    background-color: none;
    color: rgb(63, 63, 64);
    filter:brightness(110%);

}

.issue-container {
    display: flex;
    justify-content: normal;
    flex-wrap: wrap;
}

.issue1-frontcover {
    width: 229px;
    height: auto;
}


/*positions page*/
.positions-external-link {
    text-decoration: underline;
    font-family: 'Segoe UI', 'Tahoma', 'Geneva', 'Verdana', 'sans-serif';
    font-size: 16px;
    color: rgb(191,99,223);
}

/*subvmissions page*/

.submissions-wrapper, .eligibility-criteria {
    list-style-type: disc;
    font-family: 'Segoe UI', 'Tahoma', 'Geneva', 'Verdana', 'sans-serif';
}

.submission-theme {
    text-align: center;
    font-weight: 700;
    font-family:'Montserrat', 'Raleway', 'serif';
}

.bold-paragraph {
    font-weight: 700;
}
/*for indentation
.eligibility-criteria {
    margin-left: 48px;
}
*/

 


/*footer*/

.footer-logo, #footer-heading {
    margin-top: 7px;
} 

#footer-heading {
    font-weight: bold; 
    font-family:'Montserrat', 'Raleway', 'serif';
    font-size: 13px;
    color: rgb(255,255,255);
}

.footer-view a, .footer-learn-about a {
    text-decoration: none;
    font-family: 'Segoe UI', 'Tahoma', 'Geneva', 'Verdana', 'sans-serif';
    font-size: 13px;
    color: rgb(222, 222, 222);
}

 .footer-external-links a {
    text-decoration: underline;
    font-family: 'Segoe UI', 'Tahoma', 'Geneva', 'Verdana', 'sans-serif';
    font-size: 13px;
    color: rgb(222, 222, 222);
 }

 .footer-view a:hover, .footer-learn-about a:hover,  .footer-external-links a:hover {
    color: rgb(191,99,223);
 }

 .footer-wrapper {
    padding: 0 15px; 
    padding-top: 13px;
    padding-bottom: 13px;
    display: flex;
    text-align: left;
    align-content: center;
    justify-content: space-between;

    width: 100%;
    height: auto; 
    border-top: solid rgb(46, 46, 47);
    background-color: rgb(46, 46, 47);
 }

 .footer-wrapper-right {
    display: flex;
    justify-content: flex-end;
    column-gap: 1em;
 }


.footer-logo {
    display: block;
    width: 50px;
    height: 17px;
}

small {
    color: rgb(169, 168, 168);
    font-family: 'Segoe UI', 'Tahoma', 'Geneva', 'Verdana', 'sans-serif';
    font-size: 12px;
}

@media screen and (max-width: 390px) {
    .archive-information, .submissions-information, .positions-information, .about-us-information {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 20px;
    margin-right: 20px;
    }
    
   
}

@media screen and (max-width: 820px) {
    .archive-information, .submissions-information, .positions-information, .about-us-information {
    margin: 23px;
    }
}




