@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    color: #333;
    line-height: 1.2;
}

ul {
    list-style: none;
}

a {
    color: rgb(0, 47, 255);
    text-decoration: none;
}

a :hover {
    color: rgb(243, 6, 132);
}


h1, h2 {
    font-weight: 300;
    line-height: 1.3;
}

p {
    margin: 5px 0;
}

img {
    width: 100%;
}

/* Navbar */
.navbar {
    color: yellow;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #333;
    opacity: 0.8;
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0px;
    padding: 0 30px;
    transition: 0.5s;
}

.navbar.top {
    background: transparent;
}

.navbar a {
    color: yellow
    padding: 10px 5px;
    margin: 0 5px;
}

.navbar a:hover {
    border-bottom: yellow 3px solid;
}

.navbar ul {
    display: flex;
}

.navbar .logo {
    font-weight: 250;
    color: yellow
}

.leftimg {
    max-width: 15%;
}

/* Header */


.hero {
    background: url('../img/language.jpg') no-repeat center center/cover;
    height: 100vh;
    color: #fff;
}



.hero .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: bottom;
    text-align: center;
    height: 100%;
    padding: 38% 20px;
    color: red;
}

.hero .content h1 {
    font-size: 50px;
    color: yellow;
	font-size: 40px;
	text-shadow: -1px 1px 2px #000,
				  1px 1px 2px #000,
				  1px -1px 0 #000,
				  -1px -1px 0 #000;
}

.hero .content p {
    font-size: 20px;
    max-width: 750px;
    margin: 5px 0 5px;
    color: yellow;
		text-shadow: -1px 1px 2px #000,
				  1px 1px 2px #000,
				  1px -1px 0 #000,
				  -1px -1px 0 #000;
}


.hero * {
    z-index: 10;
}

.intro-text {
    font-size: 18px;
}

.hist-text {
    font-size: 18px;
}

/* Collapse button */

.btn-info {
    background-color: teal;
}

/* Descriptions */



.descriptions p {
    font-size: 14px;
}

.descriptions img {
    border-radius: 50%;
}



/*flex boxes*/
.box {
    display: flex;
    flex-wrap: wrap;
    height: 400px;
    width: 33%;
    align-content: space-between;
  }
    
  
  * {
    box-sizing:  border-box;
  }

  .flex-container {
    display: flex;
  }


  .item {
    background: #f4f4f4;
    border: #ccc solid 2px;
    margin: 10 px;
    padding: 10px;
    text-align: cneter;
    border-radius: 10px;
    flex: 1;
  }



/* Descriptions */

.item-jadukabb  {
    background-color: rgb(76, 103, 116);
    color: white
}

.item-jadukab2b {
    background-color: rgb(73, 92, 102);
    color: white
}

.item-jadukab3b {
        background-color: rgb(75, 95, 116);
        color: white
}

.item-mot1b {
    background-color: rgb(73, 103, 116);
    color: white
}

.item-mohammedomarb {
    background-color: rgb(70, 92, 121);
    color: white
}

.item-mot2b {
    background-color: rgb(63, 87, 122);
    color: white
}


.item-mot3b {
    background-color: rgb(54, 72, 109);
        color: white
}

.item-mot4b {
    background-color: rgb(70, 76, 131);
        color: white
}

.item-mot5b {
    background-color: rgb(50, 55, 104);
    color: white
}

.item-kabarab {
    background-color: rgb(84, 81, 114);
    color: white
}

.item-mustafaabdelqader2b {
    background-color: rgb(71, 62, 104);
    color: white
}

.item-mustafaabdelqade3rb {
    background-color: rgb(78, 70, 107);
    color: white
}

.item-mustafaabdelqader5b {
    background-color: rgb(67, 68, 114);
    color: white
}

.item-mustafaabdelqader6b {
    background-color: rgb(64, 54, 92);
    color: white
}

.item-mustafaabdelqader7b {
    background-color: rgb(52, 42, 88);
    color: white
}

.item-mustafaabdelqader8b {
    background-color: rgb(63, 55, 90);
    color: white
}

.item-mustafaabdelqader9b {
    background-color: rgb(66, 39, 92);
    color: white
}

.item-mekkialiidris1b {
    background-color: rgb(65, 45, 88);
    color: white
}

.item-mekkialiidris2b {
    background-color: rgb(66, 46, 85);
    color: white
}

.item-hishambata111b {
    background-color: rgb(88, 52, 99);
    color: white
}

.item-ahmedismailb {
    background-color: rgb(75, 51, 92);
    color: white
}

.item-kenzib {
    background-color: rgb(74, 54, 87);
    color: white
}

.item-mohammedsalahb {
    background-color: rgb(55, 38, 70);
    color: white
}

.item-mohammedsubhib {
    background-color: rgb(68, 36, 78);
    color: white
}

.item-documentaryb {
    background-color: rgb(78, 41, 85);
    color: white
}

.item-nubvillagesb {
    background-color: rgb(70, 42, 83);
    color: white
}

.item-amadob {
    background-color: rgb(61, 43, 77);
    color: white
}

.item-nobigkorob {
    background-color: rgb(90, 56, 97);
    color: white
}

.item-nobigkoro1b {
    background-color: rgb(68, 36, 78);
    color: white
}

.item-hermanbellb {
    background-color: rgb(85, 59, 95);
    color: white
}

.item-childb {
    background-color: rgb(77, 51, 83);
    color: white
}


.item-faridmakkawib {
    background-color: rgb(90, 56, 97);
    color: white
}

.item-amirsalaheldinb {
    background-color: rgb(93, 71, 119);
    color: white
}

.item-mohammedsubhi2b {
    background-color: rgb(104, 71, 119);
    color: white
}

.item-marcusjaegerb {
    background-color: rgb(86, 60, 100);
    color: white
}

.item-alrawib {
    background-color: rgb(71, 45, 85);
    color: white
}

.item-zeinabmubarakb {
    background-color: rgb(84, 38, 84);
    color: white
}



.item-mekki2 {
    background-color: rgb(71, 119, 73);
    color: white
}

.item-mekki3 {
    background-color: rgb(71, 82, 119);
    color: white
}

.item-mekki4 {
    background-color: rgb(119, 98, 71);
    color: white
}

.item-mekki5 {
    background-color: rgb(119, 71, 119);
    color: white
}

.item-mekki6 {
    background-color: rgb(71, 119, 73);
    color: white
}

.item-nobiindorekolodb {
    background-color: rgb(107, 82, 136);
    color: white
}

.item-instagramnubianlanguageb {
    background-color: rgb(129, 130, 69);
    color: white
}

.item-decadeb {
    background-color: rgb(141, 2, 95);
    color: white
}

.item-petitionb {
    background-color: rgb(106, 2, 141);
    color: white
}

.item-kabbarab {
    background-color: rgb(75, 8, 97);
    color: white
}


/* Footer with links */

.footer {
    background-color: #333;
}

.item-fsongs {
    background-color: #333;
    border: 0;
    font-size: 10px;
}

.item-flanguage {
    background-color: #333;
    border: 0;
    font-size: 10px;
}

.item-fwriting {
    background-color: #333;
    border: 0;
    font-size: 10px;
}

.item-social {
    background-color: #333;
    border: 0;
}

.item-fvisual {
    background-color: #333;
    border: 0;
    font-size: 10px;
}

.item-fhistory {
    background-color: #333;
    border: 0;
    font-size: 10px;
}

.item-fevents {
    background-color: #333;
    border: 0;
    font-size: 10px;
}



    /* Mobile */
@media(max-width: 768px) {
    .navbar {
        flex-direction: column;
        height: 80px;
        padding: 10px;
    }

    .navbar a {
        padding: 5px 5px;
        margin: 0 3px;
    }

 .flex-container {
     display: block;
 }

    .flex-items {
        flex-direction: column;
    }

    .flex-columns .column, .flex-grid .column {
        flex: 100%;
        max-width: 100%;
    }

