@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: yellow;
    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
}

/* Header */


.hero {
    background: url('../img/ezzeldin.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;
}


/* Icons */
.icons {
    padding: 10px;
}

.icons h3 {
    font-weight: bold;
    margin-bottom: 15px;
}

.icons i {
    background-color: #28a745;
    color: #fff;
    padding: 1rem;
    border-radius: 50%;
    margin-bottom: 15px;
}

.cases img:hover {
    opacity: 0.7;
}

.flex-columns {
    display: flex;
}


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



/* 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-ezzeldin15b {
    background-color: rgb(87, 3, 182);
    color: white;
  }

  .item-ezzeldin15xb {
    background-color: rgb(182, 3, 176);
    color: white;
  }

  .item-ezzeldin15xxb {
    background-color: rgb(164, 158, 2);
    color: white;
  }

  .item-ezzeldin16b {
    background-color: rgb(4, 141, 82);
    color: white;
  }

  .item-ezzeldin17b {
    background-color: rgb(182, 3, 3);
    color: white;
  }

  .item-ezzeldin18b {
    background-color: rgb(3, 45, 182);
    color: white;
  }

  .item-ezzeldin19b {
    background-color: rgb(5, 136, 16);
    color: white;
  }

  .item-ezzeldin20b {
    background-color: rgb(182, 3, 152);
    color: white;
  }

  .item-ezzeldin21b {
    background-color: rgb(139, 146, 2);
    color: white;
  }

  .item-ezzeldin22b {
    background-color: rgb(128, 2, 2);
    color: white;
  }

  .item-ezzeldin23b {
    background-color: rgb(78, 3, 182);
    color: white;
  }

  .item-ezzeldin24b {
    background-color: rgb(140, 45, 1);
    color: white;
  }

  .item-ezzeldin25b {
    background-color: rgb(3, 149, 182);
    color: white;
  }

  .item-ezzeldin26b {
    background-color: rgb(182, 3, 152);
    color: white;
  }

  .item-ezzeldin27b {
    background-color: rgb(45, 116, 4);
    color: white;
  }

  .item-ezzeldin28b {
    background-color: rgb(3, 9, 182);
    color: white;
  }

  .item-ezzeldin29b {
    background-color: rgb(160, 2, 44);
    color: white;
  }

  .item-ezzeldinlink0 img {
    border-radius: 15%;
}

.item-ezzeldinlink0 {
    background-color: rgb(157, 139, 3);
    color: white;
}

.item-ezzeldinlink1 img {
    border-radius: 15%;
}

.item-ezzeldinlink1 {
    background-color: rgb(128, 0, 107);
    color: white;
}

.item-ezzeldinlink2 img {
    border-radius: 15%;
}

.item-ezzeldinlink2 {
    background-color: rgb(0, 128, 11);
    color: white;
}

.item-ezzeldinlink3 img {
    border-radius: 15%;
}

.item-ezzeldinlink3 {
    background-color: rgb(0, 4, 128);
    color: white;
}

.item-ezzeldinlink4 img {
    border-radius: 15%;
}

.item-ezzeldinlink4 {
    background-color: rgb(148, 2, 2);
    color: white;
}

.item-ezzeldinlink5 img {
    border-radius: 15%;
}

.item-ezzeldinlink5 {
    background-color: rgb(2, 148, 14);
    color: white;
}

.item-ezzeldinlink6 img {
    border-radius: 15%;
}

.item-ezzeldinlink6 {
    background-color: rgb(63, 2, 148);
    color: white;
}

.item-ezzeldinlink7 {
    background-color: rgb(148, 145, 2);
    color: white;
}

.item-ezzeldinlink8 {
    background-color: rgb(2, 148, 116);
    color: white;
}

.item-ezzeldinpoem4b {
    background-color: rgb(2, 48, 148);
    color: white;
} 

.item-ezzeldinpoem5b {
    background-color: rgb(7, 148, 2);
    color: white;
} 

.item-ezzeldinpoemar1b {
    background-color: rgb(53, 2, 148);
    color: white;
} 

.item-ezzeldinpoemar2b {
    background-color: rgb(148, 2, 136);
    color: white;
} 

.item-ezzeldinpoem1b {
    background-color: rgb(39, 148, 2);
    color: white;
} 

.item-ezzeldinpoem2b {
    background-color: rgb(148, 65, 2);
    color: white;
}

.item-ezzeldinpoem3b {
    background-color: rgb(124, 2, 148);
    color: white;
}

.item-ezzeldinpoem6b {
    background-color: rgb(148, 2, 124);
    color: white;
}

.item-ezzeldinpoemar3b {
    background-color: rgb(2, 60, 148);
    color: white;
} 

.item-ezzeldinpoemar4b {
    background-color: rgb(148, 2, 2);
    color: white;
} 

.item-ezzeldinpoemar5b {
    background-color: rgb(148, 131, 2);
    color: white;
}

.item-ezzeldinpoemar6b {
    background-color: rgb(2, 148, 43);
    color: white;
}

.item-ezzeldinpoemar7b {
    background-color: rgb(121, 0, 169);
    color: white;
}

.item-ezzeldinpoemar8b {
    background-color: rgb(133, 0, 0);
    color: white;
}

.item-ezzeldinpoemar9b {
    background-color: rgb(16, 2, 143);
    color: white;
}

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

.item-ezzeldinpoemar11b {
    background-color: rgb(2, 115, 143);
    color: white;
}

.item-ezzeldinpoemar12b {
    background-color: rgb(143, 47, 2);
    color: white;
}

.item-ezzeldinpoemar13b {
    background-color: rgb(16, 128, 1);
    color: white;
}

.item-ezzeldinpoemar14b {
    background-color: rgb(138, 2, 143);
    color: white;
}

.item-ezzeldinpoemar15b {
    background-color: rgb(63, 2, 143);
    color: white;
}

.item-ezzeldinpoemar16b {
    background-color: rgb(150, 2, 2);
    color: white;
}

.item-ezzeldinpoemar17b {
    background-color: rgb(150, 113, 2);
    color: white;
}

.item-ezzeldinpoemar18b {
    background-color: rgb(2, 61, 150);
    color: white;
}



/* Post */
.post {
    padding: 10px 30px;
}

.post h2 {
    font-size: 40px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: #ccc solid 1px;
}

.post .meta {
    margin-bottom: 30px;
}

.post img {
    width: 300px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 30px;
}

/* Footer with links */

.footer {
    background-color: #333;
}

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

.item-fdance {
    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%;
    }

    .team img {
        width: 70%;
    }
