*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;

}
body{
    z-index: -10;
    background-color: #1a1943;
    color: white;
    font-family: serif;
}
.bg1{
    background-size: cover;
    background-image:URL("images/Graph2.png");
    background-size: 2130px;
    background-position-y: -375px;
    background-position-x: -130px;
    background-repeat: no-repeat;
    padding-bottom: 150px;
}

/* Every wrapper is margin-left: 12%*/
.landingWrapper{
    opacity: 1;
    margin-left: 12%;
    display: grid;
    justify-content: space-around;
    align-content: end;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: 
    "logo . . navRight"
    "message message message navRight";
    align-items: start;
    padding-top: 120px;  
}
.ubaLogo{
    width: 45%;
    height: auto;
}
.logo{
display: grid;
grid-area: logo;
margin-bottom: 40px;
}

.nav-right{
    grid-area: navRight;
    display: grid;
    justify-content: center;
    margin-right: 3em;
}

.nav-links{
    margin-top: 15px;

}

.nav-right a {
    text-decoration: none;
    display: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 3px;
    color: white;
    opacity: 0;
    transition: all 0.5s ease-out;
    cursor: default;
    font-size: 35px;
    font-family: 'Ubuntu';
    font-weight: 500;
}

.toggle a {
    transition: all 0.5s ease-in;
    opacity: 1;
    cursor: pointer;
}

 .toggle a:hover{
    background-image: linear-gradient(
        0,
        #fb4c49 25%,
		transparent 25%
    );
}

.burger{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    cursor: pointer;
}

.burger div{
    margin: 2px;
    background-color: white;
    transition: all 0.3s ease;
    height: 3px;
}

.line1{
    width: 18px;
}

.line2{
    width: 25px;
}

.line3{
    width: 32px;
}

.message{
    font-family: Ubuntu; 

    grid-area: message;
    display: grid;
    justify-content: start;
    align-content: end;
    margin-top: 190px;
}

.message h1{
    margin-top: 15px;
    font-size: 52px;
    font-weight: bold;
	background-image: linear-gradient(
		0,
		#fb4c49 50%,
		transparent 50%
    );
    padding:0em 1em;
    letter-spacing: 3px;
}

.nav-right i{
    flex-direction: column;
    grid-area: landingIcons;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 30px;
    cursor: pointer;
}

.sideIcons{
    margin-top: 120px;
}

.meetingTimeWrapper{
    margin: 500px 0px 0 12%;
}

.gm{
    font-size: 27px;
    font-family: 'Ubuntu Mono';

}

.meetingTime{
    font-family: Ubuntu;
    font-size: 55px;
    margin-top: .5em;

}
.sectionHead{
    font-family: "Ubuntu";
    font-size: 80px;
    margin-left: 12%;
    padding-top: 50px;
}
.barAbove{
    margin: 2px;
    background-color: #fb4c49;
    width: 70px;
    height: 5px;
}

.lineUnder{
    margin-top: 20px;
    background-color: #fb4c49;
    width: 120px;
    height: 7px;
}

.aboutWrapper{
    margin:0px 5em 0px 12%;
    padding-top: 100px;
}
.aboutMain{
    display: grid;
    margin-top: 30px;
    grid-template-columns: 1fr 1fr;
    column-gap: 5.5em;
    margin-bottom: 200px;
}

.aboutDescription p{
    display: flex;
    flex-direction: column;
    align-content: end;
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 750;
    margin: 14px 44px 0px 0px;
}

.aboutGradient{
    height: 99%;
    width: 87%;
    background: rgb(251,76,73);
    background: linear-gradient(90deg, rgba(251,76,73,1) 1%, rgba(9,9,121,0) 95%, rgba(26,25,67,1) 100%);
}



.memberWrapper{
    display: grid;
    margin: 60px 8% 0px 8%;

    align-items: center;
    justify-items: center;
    grid-template-columns:1fr 1fr 1fr;

    grid-template-rows: 365px;
    grid-row-gap: 5px;
    padding-bottom: 200px;
    text-align:center;
}

.memberCircle {
    height: 195px;
    width: 195px;
    background-color: #fb4c49;
    border-radius: 50%;
}



.memberName{
    margin-top: 8px;
    font-family: 'Ubuntu';
    font-weight: bold;
    font-size: 14px;
}

.memberTitle{
    margin-top: 12px;
    font-family: 'Ubuntu';
    font-size: 16px;
    font-weight: 550;
}

.memberWrapper i{
    margin-top: 22px;
    cursor: pointer;
    font-size: 20px;
}

.leftIcon{
    padding-right: 10px;
}

.projectWrapper{
    margin-left: 5%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 300px;
}


.cardTop{
    grid-area: proj1;
    margin: 40px 0px 0px 25px;
    background-color: #24235e;
    height: 225px;
    width: 88%;
    display: flex; 
    flex-direction: column;
}   


.cardTopGradient{
    margin-top: 50px;
    margin-left: 5%;
    height: 30%;
    width: 40%;
    background: rgb(251,76,73);
    background: linear-gradient(90deg, rgba(251,76,73,1) 1%, rgba(9,9,121,0) 95%, rgba(26,25,67,1) 100%);
}

.cardTopTitle{
    margin-top: 25px;
    margin-left: 5%;
    font-family: 'Ubuntu Mono';
    font-size: 45px;
}

.cardMiddleGradient{
    height: 300px;
    background: linear-gradient(90deg, rgba(251,76,73,1) 10%, rgba(9,9,121,0) 95%, rgba(26,25,67,1) 100%);
    width: 80%;
}

.cardBottom{
    margin: 0px 0px 0px 25px;
    background-color: #24235e;
    width: 88%;
}


.teamLead{
    font-family:'Ubuntu';
    padding: 30px 25px;
    font-size: 30px;
}
.cardDescription{
    font-family: 'Montserrat';
    font-weight: bold;
    padding: 0px 25px 100px 25px;
    font-size: 20px;
    line-height: 1.5;
}


.contactWrapper{
    background: rgb(82,37,68);
    background: linear-gradient(90deg, rgba(82,37,68,1) 0%, rgba(26,25,67,1) 100%);
}

.contactEmails{
    margin-left: 12%;
    font-family: 'Ubuntu';
    font-size: 25px;
    padding-bottom: 200px;
}

.newsLetterWrapper{
    padding: 20px 0 100px 0;
    background-color: #fb4c49;
    font-family: 'Ubuntu';
    font-size: 0;
}

.newsHead{
    padding: 175px 0 0 9%;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 3px;
}



.emailInput{
    margin-top: 60px;
    width: 45%;
    height: 60px;
    font-size: 20px;
    margin-left: 10%;
    font-family: "Ubuntu Mono";
    border: none;
    padding: 0 30px;

}
.submitEmail{
    cursor: pointer;

    margin-top: 60px;
    width: 35%;
    height: 60px;
    background-color:#1a1943;
    color: white;
    font-size: 20px;
    letter-spacing: 4px;
    font-family: "Ubuntu Mono";
    border: none;
}

.copyright{
    margin-top: 40px;
    font-size: 20px;
    margin-left: 10%;
}

.msgBottom{
    font-size: 20px;
    margin-left: 10%;
}

.bottomIcons{
    margin-right: 10%;
    margin-bottom: -8px;
    font-size: 50px;
    cursor: pointer;
}

.footer{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
@media screen and (max-width: 1000px){
    .ubaLogo{
        width: 100%;
        height: auto;
    }
    .nav-right{
        grid-area: navRight;
        display: grid;
        justify-content: center;
        margin-right:1em;
    }
    .sideIcons{
        margin-top: 85px;
    }

    .nav-right i {
        font-size: 20px;

    }
    .nav-right a{
        font-size: 17px;
    }
    .line1{
        width: 12px;
    }
    
    .line2{
        width: 19px;
    }
    
    .line3{
        width: 25px;
    }
    .message{
        margin-top: 100px;
    }
    .message h1{
        font-size: 20px;
    }
    .gm{
        font-size: 16px;
    }
    .barAbove{
        width: 10px;
        height: 5px;
    }
    .meetingTimeWrapper{
        margin-right: 12%;
    }
    .meetingTime{
        font-family: Ubuntu;
        font-size: 20px;
        margin-top: .5em;
    
    }
    .sectionHead{
        font-family: "Ubuntu";
        font-size: 40px;
        margin-left: 12%;
        padding-top: 50px;
    }
    .barAbove{
        margin: 2px;
        background-color: #fb4c49;
        width: 70px;
        height: 5px;
    }

    .aboutWrapper{
        padding-top: 20px;
        margin:0px 12% 0px 12%;
        
    }
    .aboutMain{
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
        margin:0;
    }
    .aboutDescription p{
        margin:0;
        color: white;
        font-size: 15px;
        font-family: 'Montserrat';
        font-weight: 750;
    }
    .aboutGradient{
        display: none;
    }
     
    .memberWrapper{
     display: grid;
     grid-template-columns:1fr;
    }

    .projectWrapper{
        display: grid;
        grid-template-columns: 1fr;
     }

     .cardTop{
        height: 110px;
        padding-bottom: 80px;
    }   

    .cardTopTitle{
        font-size: 20px;
    }

    .teamLead{
        font-size: 20px;
        font-weight: bold;
        font-family:'Ubuntu';

    }
    .cardDescription{
        font-size: 15px;
        padding: 0px 25px 50px 25px;
        font-family: 'Montserrat';
        font-weight: bold;
    }      

    .contactEmails{
        margin-left: 12%;
        font-family: 'Ubuntu';
        font-size: 15px;
        padding-bottom: 100px;
    }

    .newsHead{
        padding-top: 100px;
        font-size: 28px;
    }
    
    .emailInput{
        width: 80%;
        height: 60px;
        display: block;
    }
    .submitEmail{
        width: 80%;
        height: 60px;
        font-size: 20px;
        margin-left: 10%;
        margin-top: 5px;
    } 
    .copyright{
        margin-top: 45px;
        font-size: 15px;
        margin-left: 10%;
    }
    .footer{
        margin-top: 30px;
        display: grid;
        grid-template-columns: 1fr;
    }
    .msgBottom{
        font-size: 15px;
        margin-left: 10%;
        display: block;
    }
    
    .bottomIcons{
        margin: 30px 0 0 43%;
        font-size: 25px;
    }

}