/* website-2 or Main page style including navigation and footer style*/

h1 {font-size: 30px;
color: #af2f45;
text-align: center;
}

h2 {font-size: 20px;
margin-left: 20px;
justify-content: center;
text-align: center;
}

h2 a:link {
    color:#4d2caf;
}

h2 a:visited {
    color: #af2f45;
}

h2 a:hover {
    color:#324b4b;
}

h2 a:active {
    color:#4d2caf;
}

/* nav styles */

nav {
    position:relative;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    padding:10px 0px;
    z-index: 500;
    color:#324b4b;
    background-color: rgba(215, 204, 229, 0.95);
}

nav ul {
    list-style: none;
    display: flex;
    margin: 0px 150px; 
    Padding: 0;
    float: center;
    justify-content: center;
    text-align: center;
}

nav li {
    Margin: 30px;
}

nav a {
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
    color: #324b4b;
    text-decoration: none;
}

nav a:hover {
    color: #6e3e46;
    border-bottom: 2px solid #6e3e46;
}

div {
    border: 5px outset #d48390;
    padding: 20px;
}

body {
    background-color: #95e4e4;
}
 
#blueparagraph {
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    color:#4d2caf;
}

#specificaim {
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    color:#e9eded; 
}

.specific-aim-paragraph {
    background-color: #6e3e46;
    border-radius: 30px;
    margin-top: 25px;
    margin-left: 30px;
    margin-right: 30px;
    padding:25px;
    text-align: justify;
}
.specific-aim-paragraph h3 {
    display:inline-block;
    color:#e9eded;
    margin-left: 30px;
    margin-top: 20px;
    top: 20px;
    padding: 25px;
    text-align: justify;
}

img {
    justify-items: center;
    size: 100%;
    margin-left: 350px;
    margin-right: 350px;
    margin-top: 20px;
    border: 3px solid #af2f45;

}

#JS-button {
    text-align: center;
    background-color: #6e3e46;
}

#JS-button button {
    text-transform: uppercase;
    cursor: grab;
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
    color: #4d2caf;
    border-radius: 5px;
    transition: color 0.2s;
}

@media screen and (max-width: 1400px) {

nav ul {

    margin-left: 0px;
    Padding: 30px;
    max-width: 700px;
    align-items: center;
}  

nav a {
    margin-left: 0px;
}

img {
    width: 75vw;
    height: 90vw;
    margin: 0px;
}

#specificaim {
    margin: 0px;
}


.specific-aim-paragraph {
    margin-left: 0px;
    margin-right: 0px;

}

.specific-aim-paragraph h3 {
    margin-right: 0px;
}


#footer-links ul {
    margin-right: 50px;
    max-width: fit-content;
    Padding: 15px;   
    float: center;
}

#footer-links li {
    Margin: 0px 0px;
}

#footer-links a {
    padding: 5px;
    margin-left: 0px;
}

#footer-social-media-links p {
    margin: auto;
    width: 50%;
}

#footer-social-media-links a {
    margin: auto;
    width: 70%;
    padding-left: 37px;
}

}

/* footer style */

.footer-content p {
    color: #6e3e46;
    text-align: center;
    background-color: #95e4e4;
}

#footer-links ul {
    list-style: none;
    display: flex;
    margin: 0px 150px; 
    Padding: 5px;
    align-items: center;
    justify-content: center;
}

#footer-links li{
    Margin: 10px;
}

#footer-links a {
    color: #6e3e46;
    font-size: 10px;
    display: flex;
    text-decoration: none;
    list-style-type: none;
    padding-bottom: 5px;
    position: relative;
    justify-content: center;
    text-align: center;
    
}
#footer-links a:hover {
    color: #6e3e46;
    border-bottom: 2px solid #6e3e46;
}

#footer-social-media-links p {
    color: #6e3e46;
    font-size:30px;
    text-align: center;
    display: inline-block;
    align-items: center;
    position: relative;
    }
    
#footer-social-media-links a {
    color: #6e3e46;
    font-size: 45px;
    margin: 0px 350px;
    position:relative;
    justify-content: center;
    align-items: center;
    display: inline-block;

}
 /* background and Significance style */

#bands, #noncanwnt, #mechanotransduction {
    background-color: #6e3e46;
    border-radius: 30px;
    margin: 20px 30px;
    text-align: justify;
    color:#e9eded;
    padding: 25px;

}
 /* This is the figure legend for bands */

 figcaption {
    display:inline-block;
    background-color: #6e3e46;
    border-radius: 30px;
    color:#e9eded;
    text-align: justify;
    margin: 20px 30px;
    padding: 25px;
    
 }

@media screen and (max-width: 1400px) {

#bands, #noncanwnt, #mechanotransduction {
    margin: 0px;
    width: 87%;
}

#footer-links li {
    margin: auto;
}

#footer-social-media-links p {
    margin: auto;
    width: 50%;
    padding-right: 20px;
    z-index: -1;
}

#footer-social-media-links a {
     margin: auto;
     width: 70%;
     padding-right: 40px;
}
}

/* Research Design and Methods style */

/* This is the Table section style */

 h2 {
    font-size: 30px;
color: #af2f45;
}

.two-column-container {
    display: flex;
    justify-content: space-between;
}

.column table {
    width: 100%;
    height: auto;
}
table tr {
   width:100%;
   border-collapse: collapse;
}
 
table th, table td {
    border: 5px solid #4d2caf;
    box-sizing: 100px;
    padding: 10px;
    margin-left: 30px;
}
 
section p {
    display:inline-block;
    background-color: #6e3e46;
    border-radius: 30px;
    color:#e9eded;
    text-align: justify;
    width: 90%;
    margin-left: 35px;
    padding: 25px;
}

@media screen and (max-width: 1400px) {

section p {
    margin-left: 0px;
    justify-items: left;
    width: 82%;
}

#footer-links ul {
    margin:auto;
    max-width: fit-content;
    Padding: 15px;   
}

#footer-links li {
    margin: auto;
}

#footer-social-media-links p {
    margin: auto;
    width: 20%;
}

#footer-social-media-links a {
     margin: auto;
     width: 50%;
}

}

/* This is the heart gallery section style */

#gallery-container {
    margin-top: 30px;
 }

#the-gallery-1 {
    display: grid;
    grid-template-rows: auto auto auto;
}

#the-gallery-2 {
    display: grid;
    grid-template-columns: auto auto auto;
}

 figure {
    position: relative;
    margin: 25px;
    padding: 10px;
}  

#the-gallery-1 figure img {
    width: 1200px;
    height: 450px;
    position: relative;
    row-gap: 0px;
    padding: 0px;
    border: 3px solid #af2f45;
    z-index: -1;
    margin-left: 0px;
    margin-right: 0px;
    
}

#the-gallery-2 figure img {
    width: 200px;
    height: 250px;
    position: relative;
    column-gap: 0%;
    padding: 0px;
    border: 3px solid #af2f45;
    z-index: -1;
    margin-left: 20px;
    margin-right: 0px;
    
}
 
figcaption {
    background-color: #6e3e46;
    border-radius: 30px;
    color:#e9eded;
    width: 90%;
    margin-left: 20px;
    padding: 25px;
    display:inline-block;
    justify-items: center;
    text-align: justify;
    
}

@media screen and (max-width: 1400px) {

#the-gallery-1 {
    grid-template-rows: auto auto auto;
    width: 85%;
}

#the-gallery-2 {
    grid-template-columns: auto;
    width: 85%;
}
#the-gallery-1 figure img {
    width: 50vw;
    height: 90vw;
    
    }

#the-gallery-2 figure img {
    width: 75%;
    
    }

figcaption {
    width: 50%;
    margin-left: 10px;
}

    
#footer-social-media-links p {
    margin-left: 70px;
    margin-right: 0px;
    position: relative;
}

nav ul {
    margin-left: 150px;
    margin-right: 150px;
}

nav li {
    margin: 7px;
}
}


/* This is how to resolve these problems section styles*/

.tow-columns-container {
    margin-top: 20px; 
}

.two-compartments-1, .two-compartments-2 {
    display:grid;
    grid-template-columns: auto auto;
}

.two-compartments-1 img, .two-compartments-2 img {
    width:75%;
    position: relative;
    column-gap: 0%;
    padding: 0px;
    border: 3px solid #af2f45;
    z-index: -1;
    margin-left: 20px;
    margin-right: 0px;
}

.two-compartments-1 p, .two-compartments-2 p {
    background-color: #6e3e46;
    border-radius: 30px;
    color:#e9eded;
    width: 90%;
    margin-left: 20px;
    padding: 25px;
    display:inline-block;
    justify-items: center;
    text-align: justify;
}

.button-container {
    text-align: center;
    background-color: #6e3e46;
    
}

.Resolve-issue-button a {
    text-decoration: none;
}

button a {
    text-decoration: none;
}
.button-container button {
    text-transform: uppercase;
    cursor: grab;
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
    color: #4d2caf;
    border-radius: 5px;
    transition: color 0.5s;

}


@media screen and (max-width: 1400px) {

.two-compartments-1, .two-compartments-2 {
    grid-template-columns: auto;
}


.two-compartments-1 p, .two-compartments-2 p {
    width: 70%;

}

#footer-social-media-links p {
    margin: auto;
    width: 70%;
}

#footer-social-media-links a {
     margin: auto;
     width: 50%;
}
}

/* This is the contact us section style */

.contact form {
    color:#6e3e46;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    line-height: 1.0;
}

.contact input {
    text-transform: uppercase;
    cursor: grab;
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
    color: #4d2caf;
    border-radius: 5px;
    transition: color 0.5s;
}


@media screen and (max-width: 1400px) {
 
    #footer-social-media-links p {
        margin: auto;
        width: 100%;
    }
    
    #footer-social-media-links a {
         margin: auto;
         width: 50%;

}

}







