body { //position: relative; font-family: 'Open Sans', sans-serif; background-color: #FFFFFF; h1 { color: #0DD3BB; font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; //font-size: 5vw; font-style: normal; font-variant: normal; font-weight: 500; padding: 15px 0 15px 0; // font-size: 5vw; } h2, h3, h4, h5, h6 { color: #0DD3BB; font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; } p { font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 500; line-height: 24px; color: #4a4a4a; } ul, li, a, span { font-family: 'Open Sans', sans-serif; font-style: normal; } } body, html { height: 100%; margin: 0; } .full-image { background-image: url("../images/header.jpg"); /* Full height */ height: 100%; /* Fixed full image */ background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; @media screen and (max-width: 640px) { height: 35%; .full-img-wel { top: 10% !important; h1 { font-size: 40px; } p { font-size: 17px; } } } .full-img-wel { position: absolute; left: 0; top: 40%; width: 100%; text-align: center; } p, h1 { margin: 0; padding: 0; color: #fff; } h1 { font-size: 90px; } p { font-size: 20px; } .animated-1 { -webkit-animation-duration: 6s; animation-duration: 6s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .animated-2 { -webkit-animation-duration: 10s; animation-duration: 10s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; } @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } } /* Navbar*/ .nav-item a:hover { color: #2196F3 !important; cursor: pointer; } .navbar-expand-md { background-color: rgba(2, 2, 2, 0.781); } .navbar-nav { li { padding-right: 30px; } } .sticky { position: fixed; top: 0; width: 100% } .sticky+.content { padding-top: 16px; } .flag { img { width: 25px; } a { padding: 0 5px; } } /* .end Navbar */ .short-about { .short-about-img { width: min-content; //max-height: 450px; overflow: auto; padding: 10px; } .short-about-img { //background-image: url("/images/img1.jpg"); background-position: center; background-repeat: no-repeat; background-size: cover; width: 100%; } } .alice-quotes { p { color: #1395BA; font-style: italic; } .col-lg-8, .col-md-8, .col-sm-8, .col-xs-12 { background-color: rgba(53, 56, 69, 0.02); border-radius: 5px; color: #0DD3BB; } h4 { //padding: 50px 30px 15px 30px; font-weight: bold; color: #1395BA; } } .activity { background-image: url("../images/activity-background.jpg"); /* Full height */ height: 100%; /* Fixed full image */ background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; text-align: center; p { color: #fff; } h4 { color: #70d5f1; } a { padding: 10px; //customize general link hover margin-bottom: 10px; color: #71D5D2 !important; border: 1px solid #71D5D2; } } .board { h5 { padding: 10px 0; margin: 0; color: #1395BA; } p { color: #1395BA; } a:hover { text-decoration: none; } .img { width: 99%; } .member-holder { border: 1px solid rgb(243, 243, 243); text-align: center; //background-image: url("/images/black.jpg"); background-color: #FFF; margin: 0 0 15px 0; } a { img { margin: 0 4px 0 2px; width: 20px; } } .effect3 { position: relative; } .effect3:before { z-index: -1; position: absolute; content: ""; bottom: 15px; left: 10px; width: 50%; top: 80%; max-width: 300px; background: #777; -webkit-box-shadow: 0 15px 10px #777; -moz-box-shadow: 0 15px 10px #777; box-shadow: 0 15px 10px #777; -webkit-transform: rotate(-3deg); -moz-transform: rotate(-3deg); -o-transform: rotate(-3deg); -ms-transform: rotate(-3deg); transform: rotate(-3deg); } } @media screen and (max-width: 640px) { .board { .sm { width: 80% !important; border-radius: 50%; padding-top: 10px; } } } // general link hover class .link-hover { a { background: none; padding: 10px; color: #71D5D2; border: 1px solid #71D5D2; -webkit-transition-duration: 1.5s; /* Safari */ transition-duration: 1.5s; } a:hover { text-decoration: none; cursor: pointer; background-color: #1395BA; color: #fff; } } .contact-us { text-align: center; padding-bottom: 50px; a { width: 150px; padding: 7px 50px; border: 1px solid rgb(243, 243, 243); } input, textarea { border-radius: 0; border: 1px solid rgb(243, 243, 243); } .button { background: none; padding: 10px; color: #71D5D2; border: 1px solid #71D5D2; -webkit-transition-duration: 3s; /* Safari */ transition-duration: 3s; } .button:hover { cursor: pointer; background-color: #1395BA; color: #fff; } } .footer { //position: fixed; //margin: 0; //padding-top: 10px; height: 200px; background-image: url("../images/footer.jpg"); background-position: center; background-repeat: no-repeat; background-size: cover; left: 0; bottom: 0; width: auto; color: white; text-align: center; i { color: #1395BA; } span a { padding-right: 15px; text-decoration: none; color: #ffffff; } #footer-effect { height: 200px; background: rgb(34, 34, 34); /* for IE */ background: rgba(34, 34, 34, 0.80); } img { width: 30px; height: 30px; } a { text-decoration: none; padding: 0 25px 0 25px; } a:link { text-decoration: none; } #facebook, #twitter, #email, #map { width: 30px; height: 30px; } #facebook:hover { content: url("../images/facebook_hover.png"); } #twitter:hover { content: url("../images/twitter_hover.png"); } #email:hover { content: url("../images/email_hover.png"); } #map:hover { content: url("../images/map_hover.png"); } } .about-us { text-align: justify; padding-bottom: 20px; h1 { text-align: center; } .info { background-color: #e7f3fe; border-left: 6px solid #2196F3; p { padding-left: 10px; } } .statute { summary { font-size: 18px; } .chapter { margin-left: 15px; p { margin-left: 25px; } } } } .assosiation-info { a { margin-left: 10px; } } /* Style the tab */ .tab { overflow: hidden; border: 1px solid #ccc; background-color: #f1f1f1; button { /* Style the buttons inside the tab */ background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px; color: #ffffff; } } /* Change background color of buttons on hover */ .tab button:hover { background-color: #ddd; } /* Create an active/current tablink class */ .tab button.active { background-color: #ccc; } /* Style the tab content */ .tabcontent { display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none; -webkit-animation: fadeEffect 1s; animation: fadeEffect 1s; } /* Fade in tabs */ @-webkit-keyframes fadeEffect { from { opacity: 0; } to { opacity: 1; } } @keyframes fadeEffect { from { opacity: 0; } to { opacity: 1; } } /* Event registeration */ .event-reg { .shot { margin-top: 25%; text-align: center; P { color: white; } } .header-img { background-image: url("../images/ok.jpg"); /* Full height */ height: 100%; /* Fixed full image */ background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } .location { padding: 130px 1px 30px 1px; } } /* .end event registeration */ /* wiki */ .wiki { span { display: inline-block; padding: 10px 0 10px 20px; } .fa { text-align: right justify; direction: rtl; font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 500; line-height: 24px; color: #4a4a4a; } } /* wiki */ .img-full { background-image: url("../images/event-img-1.jpg"); /* Full height */ //height: 100%; width: 200px; /* Fixed full image */ background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } /* activity page */ .act-det { padding-top: 20px; img { padding-bottom: 20px; } p { padding-left: 180px; text-align: justify; } } /* .end activity page */ /* Log in */ .log-in { background-image: url("../images/forest.jpeg"); -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; height: 100%; a { padding: 0 10px 0 10px; text-decoration: none; } a:hover { text-decoration: none; } .center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } } /* .Log in*/ /* photo animated */ @keyframes slideInUp { from { transform: translate3d(0, 100%, 0); visibility: visible; } to { transform: translate3d(0, 0, 0); } } .slideInUp { animation-name: slideInUp; } .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; } .animated.flip { -webkit-backface-visibility: visible; -ms-backface-visibility: visible; backface-visibility: visible; -webkit-animation-name: flip; animation-name: flip; } /* photo animated */ /* Media */ @media screen and (max-width: 480px) { .act-det { p { padding-left: 10px; } } .activity h1 { padding: 15px; } } /* /.Media */