
@font-face {
     font-family: formalh;
     src: url(fonts/Tajawal-Light.ttf);
 }

@font-face {
     font-family: pen;
     src: url(fonts/ScheherazadeNew-Regular.ttf);
 }

@font-face {
     font-family: formalp;
     src: url(fonts/Lateef-ExtraLight.ttf);
 }

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
    height: 100%;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style:none;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/*=======================================================
  GENERAL
========================================================*/

html,
body{
    height:100%;
}

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
    width: 100%;
}

p, li, h4 {
    font-family: "formalp";
    font-weight: 400;
}

p {
    font-size: xx-large;
    line-height: normal;
}

li {
    font-size: 1.25em;
    line-height: 1.875em;
}


h1, h2, h3 {
    font-family: "formalh";
    font-weight: 400;
}

h1 {
    color: #c5ad88;
}

h2 {
    font-size: 2.2em;
}

h3 {
    font-size: 1.125em;
}

h4 {
    font-style: italic;
    font-size: 1em;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none!important;
     color: #c5ad88;
    -webkit-transition: 200ms linear;
    -moz-transition:  200ms linear;
    -o-transition: 200ms linear;
    -ms-transition: 200ms linear;
    transition:  200ms linear;
}

a:hover {
    color: #fff;
    -webkit-transition: 200ms linear;
    -moz-transition:  200ms linear;
    -o-transition: 200ms linear;
    -ms-transition: 200ms linear;
    transition:  200ms linear;

}

@media all and (max-width: 600px) {
    p {
        font-size: 1.3em;
        line-height: 1.75em;
    }
}

@media all and (max-width:400px) {
    p {
        text-align: center important;
    }
}

@media all and (max-width:640px) {

    h2 {
        line-height: 1.25em;
    }  
}




/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}




/*=======================================================
  HEADER
========================================================*/

    .header-container {
        width: 100%;
        min-height:100%; position:relative;

    }


    .header {
    position:absolute; 
    top:0; 
    left:0; 
    width:100%; 
    height:100%;

    }

#logo-group {
    width: 800px;
height: 300px;
position: absolute;
top: 48.88852%;
left: 50%;
margin-top: -300px;
margin-left: -400px;
}

        #logo {
            float: left;
            margin: 0 auto;
            z-index: 999;
            position: relative;
            clear: both;
            width: 100%;
            text-align: center;
            top: 15%;
        }

        #logo img {
            width: 305px;
            text-align: center;
            max-width: 50%;
            position: relative;
            min-width:200px;
        }

.header-type {
    float: left;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 99;
    top: 20%;
}


.header-type h1 {
    font-family: "ge-dinar";
    font-weight: bold;
    text-align: center;
    font-size: 4em; /* Size altered by jquery.FitText.js */
    line-height: 1.1em;
    position: relative;
    color: #C89535;
}

@media all and (max-width: 1920px) {


#logo-group {
    margin-top: -390px;


}
}

@media all and (max-width: 1820px) {


#logo-group {
    margin-top: -330px;


}
}

@media all and (max-width: 1280px) {


#logo-group {
    margin-top: -310px;


}

}

@media all and (max-width: 980px) {


#logo-group {
    margin-top: -42%;
    width: 90%;
    margin-left: -45%;

}

}

@media all and (max-width: 800px) {


#logo-group {
    margin-top: -50%;
    width: 90%;
    margin-left: -45%;

}

}


@media all and (max-width: 770px) {

#logo-group {
    margin-top: -42%;
    width: 90%;
    margin-left: -45%;

}

}

@media all and (max-width: 640px) {

#logo-group {
    margin-top: -62%;
    width: 90%;
    margin-left: -45%;
}

}




@media all and (max-height: 360px) {

#logo-group {
    margin-top: -4%;
    width: 90%;
    margin-left: -45%;
}

}


@media all and (max-height: 320px) {

#logo-group {
    margin-top: -2%;
    width: 90%;
    margin-left: -45%;
}

}






/* ============
    WIDE: Menu
   ============ */



#nav {
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 99;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    z-index: 9999;
}


        #nav ul {
            width: 100%;
            float:left;
            text-align: center;
            height: 90px;
            position: relative;
            margin-top: 0;

        }

        #nav ul li {
    display: inline-block;
    margin-top: 30px;
}

nav a {
    text-decoration: none;
    font-size: 22px;
    font-family: "formalh";
    padding: 2em;
}

#nav-mobile {
    display: none;
}

/*************/


@media all and (max-width: 770px) {



        #nav {
            display: none;
        }

        #nav-carat {
            display: inline;
            float: right;
            margin-top:0px;
        }

        #nav-mobile-button-container {
            width: 100%;
            top: 0px;
            position: fixed;
            display: block;

        }

        #nav-mobile-button {
            position: relative;
            background-color: #fff;
            display: block;
            border-bottom: 1px solid #d3d3d3;
            cursor: default;
        }

        #nav-mobile {
            display: block;
            width: 100%;
            height: auto;
            position: fixed;
            z-index: 99;
            display: block;
            float: left;
            text-align: center;
            z-index: 9999;
            margin-top: 45px;

        }

                #nav-mobile-ul {
                    display: none;
                    width: 100%;
                    float:left;
                    text-align: center;
                    position: relative;
                    background-color: #f2f2f1;
                }


                #nav-mobile ul li:first-child {
                    border-top: 1px solid #d3d3d3;

                }

                #nav-mobile ul li {
                    display: block;
                    padding: .5em 0;
                    width: 100%;
                    cursor: pointer;
                    border-bottom: 1px solid #d3d3d3;

                     -webkit-transition: background-color 300ms linear;
                    -moz-transition: background-color 300ms linear;
                    -o-transition: background-color 300ms linear;
                    -ms-transition: background-color 300ms linear;
                    transition: background-color 300ms linear;


                }

                        #nav-mobile ul li:hover {
                        
                            background-color: white;
                        -webkit-transition: background-color 300ms linear;
                        -moz-transition: background-color 300ms linear;
                        -o-transition: background-color 300ms linear;
                        -ms-transition: background-color 300ms linear;
                        transition: background-color 300ms linear;

                        }

                #nav-mobile a {
                    text-decoration: none;
                    font-size: 17px;
                    font-family: "formalh";
                    padding: 1em;
                    color: #222;
                }

                #nav-mobile li a.active {
                    color: #c5ad88;

                }

}



/******* Nav BG Color Fade *******/
#sticker {
    background-color:rgba(255,255,255,0);
    -webkit-transition: background-color 700ms linear;
    -moz-transition: background-color 700ms linear;
    -o-transition: background-color 700ms linear;
    -ms-transition: background-color 700ms linear;
    transition: background-color 700ms linear;
}

#sticker.scrolled {
    background-color:rgba(255,255,255,1);
        border-bottom: 1px solid #d3d3d3;
}

/******* Nav Font Color Fade *******/
.nav-item {
    color: white;
    -webkit-transition: color 700ms linear;
    -moz-transition: color 700ms linear;
    -o-transition: color 700ms linear;
    -ms-transition: color 700ms linear;
    transition: color 700ms linear;
}

.nav-item.scrolled {
    color: black;
}

.nav-item:hover {
        color: #c5ad88;

}

.nav-item:active {

   }

.nav-item:visited {

}


/******* plugins.js "smooth scroll and active nav" *******/
.nav-item.scrolled.nav-active {
    color: #c5ad88;

    }


/* ============
    WIDE: Main
   ============ */



.main {
    margin-bottom: -30px;
}

.scroll {
    text-align: center;
    width: 100%;
    padding: 170px 0;
    margin: 0 auto;
    overflow: auto;
     }

.main p {
    max-width: 850px;
    text-align: center;
    margin: 0 auto;
    padding: 0 10%;
}

.main h2+p {
    margin-top: 60px;
}

.main p {
    margin-top: 60px;
}

.main a {
    display: inline-block;
    text-align: center;
}






@media all and (max-width: 770px) {
    .scroll {
        padding: 60px 0;
    }

    .main p {
        padding: 0 5%;
    }

    .main h2+p {
        margin-top: 60px;
    }
}

.hide {
    opacity: .3;
}


/******* Main BG colors *******/

#intro, #poetry, #museum, #album {
    background-color: #f2f2f1; 
}

#achievements-bg, #book  {
    background-color: white;
}

/******* Intro *******/

.intro-cols {
    padding: 0 2%;
    padding-top: 100px;
    max-width: 940px;
    margin: 0 auto;
}

#intro ul {
    vertical-align: top;
    display: inline-block;
    width: 75%;
    margin: 0 4%;
}

#intro li {
    font-family: "formalh";
    font-weight: 400;
    color: #c5ad88;
    font-size: x-large;
    line-height: 2.5em;
}

    #intro .col2-layout {
        display: none;
    }


@media all and (max-width: 940px) {

        .intro-cols {

        }

            #intro .col3-layout {
                display: none;
            }

            #intro .col2-layout {
                display: inline;
            }

        #intro ul {
            vertical-align: top;
            display: inline-block;
            width: 75%;
            margin: 0 0%;
            padding-top: 100px;
        }



        }

@media all and (max-width: 600px) {
            #intro li {
                font-size: .7em;
            }

            #intro ul {
                padding-top: 50px;
            }
        }



/******* achievements *******/
/***********************/

#achievements-bg {
    position: relative;
    display: inline-block;
    width: 100%;
    background-image: url(../images/achievements.png);
    background-size: cover;
    -moz-background-size: cover; /* Firefox 3.6 */
    background-position: center; /* Internet Explorer 7/8 */
    background-repeat: no-repeat;
    margin-bottom: -10px !important;
}

.achievements-content {
    max-width: 500px;
    float: left;
    text-align: right;
    margin-right: 50%;
    margin-left: 12%;
}





.achievements-content h2, .achievements-content p {
    margin: 0;
    padding: 0;
    text-align: right;
}

.achievements-content h2 {
    line-height: 1em;
}


.achievements-content a{
    margin-top: 60px;

    
}


.button4 {
    width: 295px;
    float: right;
    
    border: 3px solid #c5ad88;
    cursor: pointer;
    -webkit-transition: 300ms linear;
    -moz-transition: 300ms linear;
    -o-transition: 300ms linear;
    -ms-transition:  300ms linear;
    transition:  300ms linear;

}

.button4:hover {
    background-color: #c5ad88;
    -webkit-transition: 300ms linear;
    -moz-transition: 300ms linear;
    -o-transition: 300ms linear;
    -ms-transition:  300ms linear;
    transition:  300ms linear;
}

.button4 h3 {
    font-family: "formalh";
    font-weight: 400;
    font-size: x-large;
    text-align: center;
    padding: 20px;
    color: #c5ad88;
    margin: 0;
    -webkit-transition: 300ms linear;
    -moz-transition: 300ms linear;
    -o-transition: 300ms linear;
    -ms-transition:  300ms linear;
    transition:  300ms linear;
}

.button4 h3:hover {
    color: #f2f2f1;
    -webkit-transition: 300ms linear;
    -moz-transition: 300ms linear;
    -o-transition: 300ms linear;
    -ms-transition:  300ms linear;
    transition:  300ms linear;

}

        @media all and (max-width: 640px) {

.achievements-content {
    margin-right: 0;
    margin-left: 0;
}
            .achievements-content h2, .achievements-content p {
            margin: 0;
            padding: 0 5%;
            text-align: center;
        }

.achievements-content a{

                    
                    
}

            .button4 {
                margin: 0 auto;
                    width: 260px;
                    
                    float: none;
            }

            #achievements-bg {
                background-image: none;
            }

            .achievements-content {
                max-width: 100%;
                float: right;
                text-align: center;
                margin-right: 0;
                margin-right: 0;
}
        }




/******* ALBUM *******/
/***********************/

#album {
    position: relative;
    display: inline-block;
    width: 100%;
    background-image: url(../images/memorial.png);
    background-size: cover;
    -moz-background-size: cover; /* Firefox 3.6 */
    background-position: center; /* Internet Explorer 7/8 */
    background-repeat: no-repeat;
    margin-bottom: -10px !important;
}

.album-content {
    max-width: 500px;
    float: left;
    text-align: right;
    margin-right: 50%;
    margin-left: 12%;
}





.album-content h2, .album-content p {
    margin: 0;
    padding: 0;
    text-align: right;
}

.album-content h2 {
    line-height: 1em;
}

.album-content a {
    margin-top: 60px;
}



.button3 {
    width: 295px;
    float: right;
    border: 3px solid #c5ad88;
    cursor: pointer;
    -webkit-transition: 300ms linear;
    -moz-transition: 300ms linear;
    -o-transition: 300ms linear;
    -ms-transition:  300ms linear;
    transition:  300ms linear;

}

.button3:hover {
    background-color: #c5ad88;
    -webkit-transition: 300ms linear;
    -moz-transition: 300ms linear;
    -o-transition: 300ms linear;
    -ms-transition:  300ms linear;
    transition:  300ms linear;
}

.button3 h3 {
    font-family: "formalh";
    font-weight: 400;
    font-size: x-large;
    text-align: center;
    padding: 20px;
    color: #c5ad88;
    margin: 0;
    -webkit-transition: 300ms linear;
    -moz-transition: 300ms linear;
    -o-transition: 300ms linear;
    -ms-transition:  300ms linear;
    transition:  300ms linear;
}

.button3 h3:hover {
    color: #f2f2f1;
    -webkit-transition: 300ms linear;
    -moz-transition: 300ms linear;
    -o-transition: 300ms linear;
    -ms-transition:  300ms linear;
    transition:  300ms linear;

}

        @media all and (max-width: 640px) {

.album-content {
    margin-right: 0;
    margin-left: 0;
}
            .album-content h2, .album-content p {
            margin: 0;
            padding: 0 5%;
            text-align: center;
        }

            .button3 {
                margin: 0 auto;
                    width: 260px;
                    
                    float: none;

            }

            #album {
                background-image: none;
            }

            .album-content {
                max-width: 100%;
                float: right;
                text-align: center;
                margin-right: 0;
                margin-right: 0;
}
        }



/******* Poetry *******/
/***********************/

#poetry-list > * {


}

#poetry-list {
    text-align: center;
    padding-top: 30px;

}

.poetry-list-item {
    overflow: auto;
    margin: 0 auto;
    width: 100%;
}

.poetry-list-item h3 {
    
    font-weight: 400;
    font-size: 2.625em;
    line-height: 2.625em;
    color: #c5ad88;
}

.poetry-list-item p {
    
    font-weight: 400;
    font-size: 2.5em;
}

.righttext {

    float: right;


}

.lefttext {

    float: left;

}

        @media (max-width: 640px) {

        .poetry-list-item h3 {

        font-weight: 400;
        font-size: 1.2em;
}

.poetry-list-item p {
       font-weight: 400;
       font-size: 1.3em;
       margin-top: -30px;

}

        }

/******* Poetry media queries *******/

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


/******* Museum *******/
/***********************/

#museum img {
    width: 100%;
    max-width: 1200px;
    padding-bottom: 60px;
}

#museum a {
    margin-top: 60px;
}

.button2 {
    width: 295px;
    float: right;
    border: 3px solid #c5ad88;
    cursor: pointer;
    -webkit-transition: 300ms linear;
    -moz-transition: 300ms linear;
    -o-transition: 300ms linear;
    -ms-transition:  300ms linear;
    transition:  300ms linear;
}

.button2:hover {
    background-color: #c5ad88;
    -webkit-transition: 300ms linear;
    -moz-transition: 300ms linear;
    -o-transition: 300ms linear;
    -ms-transition:  300ms linear;
    transition:  300ms linear;
}

.button2 h3 {
    font-family: "formalh";
    font-weight: 400;
    font-size: x-large;
    text-align: center;
    padding: 20px;
    color: #c5ad88;
    margin: 0;
    -webkit-transition: 300ms linear;
    -moz-transition: 300ms linear;
    -o-transition: 300ms linear;
    -ms-transition:  300ms linear;
    transition:  300ms linear;
}

.button2 h3:hover {
    color: #f2f2f1;
    -webkit-transition: 300ms linear;
    -moz-transition: 300ms linear;
    -o-transition: 300ms linear;
    -ms-transition:  300ms linear;
    transition:  300ms linear;

}

@media all and (max-width: 640px) {
    .button2 {
        margin: 0 auto;
                    width: 260px;
                    
                    float: none;
    }

#museum img {
    padding-bottom: 0px;
}
}


/******* Book *******/
/***********************/

#book {
    position: relative;
    display: inline-block;
    width: 100%;
    background-image: url(../images/book.png);
    background-size: cover;
    -moz-background-size: cover;  /* Firefox 3.6 */
    background-position: center;  /* Internet Explorer 7/8 */
    background-repeat: no-repeat;
    margin-bottom: -10px!important;

}

#book2 {
    position: relative;
    display: inline-block;
    width: 100%;
    background-image: url(../images/book2.png);
    background-size: cover;
    -moz-background-size: cover;  /* Firefox 3.6 */
    background-position: center;  /* Internet Explorer 7/8 */
    background-repeat: no-repeat;
    background-color: white;
    margin-bottom: -10px!important;

}

.book-content {
    max-width: 500px;
    float: left;
    text-align: right;
    margin-right: 50%;
    margin-left: 12%;
}





.book-content h2, .book-content p {
    margin: 0;
    padding: 0;
    text-align: right;
}

.book-content h2 {
    line-height: 1em;
}



.book-content a{
    margin-top: 60px;

    
}

.button {
    width: 295px;
    float: right;
    border: 3px solid #c5ad88;
    cursor: pointer;
    -webkit-transition: 300ms linear;
    -moz-transition: 300ms linear;
    -o-transition: 300ms linear;
    -ms-transition:  300ms linear;
    transition:  300ms linear;

}

.button:hover {
    background-color: #c5ad88;
    -webkit-transition: 300ms linear;
    -moz-transition: 300ms linear;
    -o-transition: 300ms linear;
    -ms-transition:  300ms linear;
    transition:  300ms linear;
}

.button h3 {
    font-family: "formalh";
    font-weight: 400;
    font-size: x-large;
    text-align: center;
    padding: 20px;
    color: #c5ad88;
    margin: 0;
    -webkit-transition: 300ms linear;
    -moz-transition: 300ms linear;
    -o-transition: 300ms linear;
    -ms-transition:  300ms linear;
    transition:  300ms linear;
}

.button h3:hover {
    color: #f2f2f1;
    -webkit-transition: 300ms linear;
    -moz-transition: 300ms linear;
    -o-transition: 300ms linear;
    -ms-transition:  300ms linear;
    transition:  300ms linear;

}

        @media all and (max-width: 640px) {

.book-content {
    margin-right: 0;
    margin-left: 0;
}
            .book-content h2, .book-content p {
            margin: 0;
            padding: 0 5%;
            text-align: center;
        }

            .button {
                margin: 0 auto;
                    width: 260px;
                    
                    float: none;

            }

            #book {
                background-image: none;
            }

            #book2 {
                background-image: none;
            }

            .book-content {
                max-width: 100%;
                float: right;
                text-align: center;
                margin-right: 0;
                margin-right: 0;
}
        }

/******* copyright *******/
/***********************/

#copyright {
    background-color: #484745;
    padding: 30px 0;
}

#copyright p {
    color: white;
}






/* ==========================================================================
   Media Queries
   ========================================================================== */



/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}