html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

body {
    margin: 0;
    padding: 0;
}

header {
    width: 100%;
    font-family: 'Cambay', sans-serif;
    background-color: black;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 20px;
}

header h4 {
    text-align: center;
    color: white;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin: 0px;
    font-size: 25px;
}

header .HeaderUl {
    color: #fff;
    width: 65%;
    margin: auto;
    padding: 0px;
    display: flex;
    flex-wrap: wrap!important;
    justify-content: space-around;
}

header .HeaderUl li {
    display: inline-block;
    font-size: 16px;
    width: auto;
    text-align: center;
    margin-top: 15px;
    opacity: 0.8;
    font-weight: 900!important;
    margin-left: 15px;
    cursor: pointer;
}

.LittleImage img {
    width: 24px;
    height: 15px;
    margin-right: 5px;
    opacity: 1!important;
}

video {
    width: 100%;
    height: 47vw;
}

.SignUpSection {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(FEAWidth.png);
    background-size: 100% 100%;
}

.SignUpDiv {
    color: #fff;
    font-family: 'Cambay', sans-serif;
    text-align: center;
}

.SignUpDiv button {
    width: 230px;
    height: 74px;
    font-size: 24px;
    border: none;
    color: black;
    background-color: rgb(210, 210, 210);
}

.SignUpDiv button:hover {
    background-color: rgba(210, 210, 210, 0.8);
}

.SignUpDiv p {
    font-size: 40px;
    margin-bottom: 0px;
    color: #C00034;
    font-weight: 900;
}

.InspiringInnovation {
    text-align: center;    
    font-family: 'Cambay', sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
    padding-bottom: 40px;
}

.InspiringInnovation h3 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 30px;
}

.InspiringInnovation p {
    font-size: 31px;
    font-weight: 500;
    margin: auto;
}

.InspiringInnovation div {
    width: 900px;
}

.OurMission {
    background-color: rgb(245, 245, 245);
    display: flex;
    flex-direction: column;
    font-family: 'Cambay', sans-serif;
    margin: 0;
    padding-bottom: 40px;
    padding-top: 20px;
}

.OurMission h3 {
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 0.85px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 15px;
}

.OurMission .MegaTextDiv h3 {
    color: #C00034!important;
}

.OurMission p {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
}

.OurMission .TextDiv {
    width: 1000px;
    text-align: center;
}

.OurMission .FlexDiv {
    flex-direction: column;
    width: 80%;
    margin: auto;
    margin-top: 20px;
}

.OurMission .FlexDiv img {
    width: 402px;
    height: 268px;
    display: inline-block;
}

.MegaTextDiv {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.OurMission .FlexDiv aside:nth-child(2) {
    display: inline-block!important;
    width: 615px;
    height: 268px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.OurMission .FlexDiv aside h3 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 12px;
    line-height: 66px;
    margin-top: 0px;
    opacity: 0.9;
    text-align: left;
}


.OurMission .FlexDiv aside p {
    font-size: 20px;
    color: hsla(0, 0%, 0%, 0.5);
    letter-spacing: 0.4px;
    line-height: 32px;
    margin: 20px 0px 0px;
    font-weight: lighter;
    font-family: 'Raleway', sans-serif;
    text-align: left;
}

.OurMission .FlexDiv div {
    display: flex;
    align-items: flex-start;
}

.OurMission .FlexDiv .FlexPart {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 60px;
}

.StartupEvent h1 {
    color: #C00034;
    font-size: 42px;
    font-weight: 800px;
    letter-spacing: 0.84px;
    line-height: 46.2px;
    margin: 0px 0px 12.6px;
}

.StartupEvent {
    background-color: #fff;
    padding-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

.StartupEvent p {
    color:  hsla(0, 0%, 0%, 0.5);
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 32px;
    margin: 20px 0px 0px;
    font-family: 'Raleway', sans-serif;
}

.StartupEvent div {
    width: 1046px;
}

.StartupEvent button {
    width: 340px;   
    height: 74px;
    color: #fff;
    display: block;
    margin: auto;
    background-color: hsl(0, 0%, 15%);
    font-size: 20px;
    font-weight: 600;
    padding: 25px 46px;
    margin-top: 20px;
    border: none;
    transition: opacity 0.25s;
}

.StartupEvent button:hover {
    opacity: 0.9;
}

.MeetTheTeam h2 {
    color: #C00034;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 0.84px;
    line-height: 46.2px;
    font-family: 'Cambay', sans-serif;
    text-align: center;
}

.MeetTheTeam {
    background-color: rgb(245, 245, 245);
    padding-top: 50px;
    padding-bottom: 20px;
}

.PicturesDiv div {
    width: 324px;
    margin-top: 15px;
}

.MeetTheTeam .PicturesDiv img {
    width: 324px;
    height: 220px;
    margin-bottom: 7px;
}

.MeetTheTeam .PartnershipsPictures img {
    width: 324px;
    height: 280px;
    margin-bottom: 7px;
} 

.Liza img {
    width: 324px;
    height: 380px!important;
    margin-bottom: 7px;
}

.PicturesDiv div p {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    color: rgb(189, 186, 2);
    text-align: center;
}

.PicturesDiv {
    width: 77%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 40px;
}

.ConnectionDiv {
    background-color: hsl(0, 0%, 12%);
    padding-top: 20px;
    padding-bottom: 30px;
}

.ConnectionDiv div {
    width: 360px;
    margin: auto;
}

.ConnectionDiv h2 {
    display: inline-block;
    color: #fff;
    font-family: 'Cambay', sans-serif;
    font-size: 32px;
    text-align: left;
}

.InstagramDiv, .FacebookDiv, .YoutubeDiv, .TripAdvisor {
    width: 48px!important;
    height: 48px;
    border: none;
    border-radius: 8px;
    margin-left: 10px!important;
    font-size: 23px;
    transition: 0.25s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.InstagramDiv {
    background-color: hsl(349, 75%, 57%);
    color: black;
}

.FacebookDiv {
    background-color: rgb(66, 103, 178);
    color: #fff;
}

.YoutubeDiv {
    background-color: red;
    color: #fff;
}

.TripAdvisor {
    background-color: steelblue;
    color: #fff;
}

.FacebookDiv:hover, .InstagramDiv:hover {
    font-size: 27px;
}

.CopyrightDiv {
    background-color: #171717;
    padding-top: 20px;
    padding-bottom: 40px;
}

.CopyrightDiv h2 {
    color: hsla(0, 0%, 100%, 0.4);
    font-size: 19px;
    font-weight: 700;
    font-family: 'Cambay', sans-serif;
    letter-spacing: 0.4px;
    text-align: center;
}

.CopyrightDiv p {
    color: hsla(0, 0%, 100%, 0.4);
    font-size: 19px;
    font-family: 'Cambay', sans-serif;
    text-align: center;
    margin-bottom: 0px;
}

.FixedHeader {
    width: 100%;
    color: #fff!important;
    display: none;
    height: auto;
    position: fixed;
    font-family: 'Cambay', sans-serif;
    background-color: black;
    flex-wrap: wrap!important;
    justify-content: space-around;
    margin: auto;
    padding: 0px;
    padding-bottom: 5px;
    z-index: 10;
}

.FixedHeader li {
    display: inline-block;
    font-size: 16px;
    width: auto;
    text-align: center;
    margin-top: 15px;
    opacity: 0.8;
    font-weight: 900!important;
    margin-left: 15px;
    cursor: pointer;
    transition: opacity 0.3s;
}

.dropdown-menu {
    background-color: #000000;
    top: 20px;
    left: -40px!important;
    padding: 0px;
    border-radius: 5px;
    font-family: 'Cambay', sans-serif;
}

.dropdown-menu a {
    color: #fff;
}

.ReportButton {
    border: none;
    color: #fff;
    background-color: #000000;
    font-size: 16px;
    text-align: center;
    font-weight: 900!important;
    cursor: pointer;
    outline: none!important;
}

.ReportMain {
    width: 90%;
    margin: auto;
    margin-top: 120px;
}

.ReportMain h1 {
    color: hsl(18, 25%, 10%);
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 0.84px;
    line-height: 46.2px;
    font-family: 'Cambay', sans-serif;
}

.textAside p {
    font-size: 22px;
    font-family: 'Raleway', sans-serif;
    opacity: 0.8;
    font-weight: lighter;
    margin-bottom: 50px;
}

.textAside p b {
    font-weight: 600;
}

.textAside {
    width: 700px;
}

.MapAside h2 {
    letter-spacing: 10px;
    line-height: 60px;
    opacity: 0.8;
}

.MapAside p {
    opacity: 0.8;
    font-size: 18px;
}

.FlexSection aside {
    margin-top: 20px;
}

.FlexSection {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.FlexSection iframe {
    margin-top: 20px;
}

footer {
    margin-top: 50px;
}

.MainFooter {
    margin-top: 0px!important;
}

.GeorgianBeConnected {
    font-size: 20px!important;
}

.GeorgianUl {
    width: 75%!important;
}

.GeorgianStartup {
    font-size: 40px!important;
}

.FlexPart aside {
    height: auto!important;
}

.UpdatedTeamSection {
    width: 100%;
    height: 59.375vw!important;
    position: relative;
}

.UpdatedTeamSection img {
    width: 100%;
    height: 100%;
}

.UpdatedTeamSection p {
    font-family: 'Cambay', sans-serif;
    text-align: center;
    font-size: 70px;
    margin-bottom: 0px;
    color: #C00034;
    font-weight: 900;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.Partners img {
    width: 324px;
    height: 280px;
}

.PortlandCarousel {
    margin: auto;
    width: 80%;
}

.PortlandMain h3 {
    margin-top: 10px;
    font-size: 38px;
    opacity: 0.8;
}

.PortlandMain p, .PortlandMain ul li {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 35px;
    opacity: 0.9;
    margin-bottom: 0px;
}

.PortlandMain ul li {
    opacity: 0.8;
}

.PortlandMain {
    margin-top: 50px;
}

.Google {
    height: 225px!important;
}

.SponsorMain {
    width: 100%;
}

.SponsorMain img {
    display: block;
    width: 53vw;
    height: 37vw;
    margin: auto;
}

.SponsorTextSection {
    width: 94%;
    margin: auto;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}

.KhinkhaliHouse {
    height: 180px!important;
}

.KhinkhaliHouseImg {
    width: 40vw!important;
    height: 22vw!important;
}

.MantesImg {
    width: 36vw!important;
    height: 24vw!important;
}