/
home
/
faureele
/
www
/
jubile
/
css
/
Upload File
HOME
h2{float:left; width:100%; color:#14594d; margin-bottom:60px; font-size: 14px; position:relartive; z-index:3;} h2 span{font-family: 'Libre Baskerville', serif; display:block; font-size:45px; text-transform:none; margin-bottom:20px; margin-top:30px; font-weight:700;} h2 a{color:#fff; font-weight:bold;} */ section{float:left;width:100%;padding:30px 0; position:relative; overflow:hidden; background:#6F8D8A;} section:before{conten t:"";position:absolute; width:110%; height:100%; background:url("") no-repeat 0 0; background-size:cover; filter: blur(10px); z-index:0; transform: scale(2);-ms-transform: scale(2); -webkit-transform: scale(2);} */ h3{margin-bottom:20px; font-weight:bold; color:#fff; text-shadow:1px 1px 0 rgba(0,0,0,0.2);} .btn-default{ background: black; color: white; font-weight: 700; text-shadow: 1px 1px 0 rgba(0,0,0,0.2); font-size: 14px; width: 100%; transition:0.3s; } .btn-default:hover{ color: rgb(0, 0, 0); background-color: transparent; border: 1px solid black; transition: 0.3s; } .card{ box-shadow:2px 2px 20px rgba(0,0,0,0.3); border:none; margin-bottom:0; height: 95%; } .card-text{ margin-bottom: 2rem; text-align: justify; text-justify: inter-word; } .card-01 .card-body{ position:relative; padding-top:40px; } .card-01 .badge-box{ position:absolute; top:-20px; left:50%; width:100px; height:100px; margin-left:-50px; text-align:center; } .card-01 .badge-box i{ background:#e3a240; color:#fff; border-radius:50%; width:50px; height:50px; line-height:50px; text-align:center; font-size:20px; } .card-01.height-fix{height:455px; overflow:hidden;} .card-01.height-fix .card-img-top{width:auto!important;} .profile-box{ background-size:cover; float:left; width:100%; text-align:center; padding:30px 0; position:relative; overflow:hidden; } .profile-box:before{ filter: blur(10px); background:url("") no-repeat; background-size:cover; width:120%; position:absolute; content:""; height:120%; left:-10%; top:0; z-index:0; } .profile-box img{ width:170px; height:170px; position:relative; border:5px solid #fff; } .social-box i{ border:1px solid #DFC717; color:#DFC717; width:30px; height:30px; border-radius:50%; line-height:30px; } .social-box i:hover{background:#DFC717; color:#fff;} .social-box a{margin: 0 5px;} .video-foreground{float:left;width:100%; height:500px;} .card-01.height-fix .card-img-overlay{ top:unset; color:#fff; background: -moz-linear-gradient(top, rgba(26,96,111,0) 0%, rgba(26,96,111,0) 1%, rgba(24,87,104,0.91) 31%, rgba(21,65,89,0.91) 100%); background: -webkit-linear-gradient(top, rgba(26,96,111,0) 0%,rgba(26,96,111,0) 1%,rgba(24,87,104,0.91) 31%,rgba(21,65,89,0.91) 100%); background: linear-gradient(to bottom, rgba(26,96,111,0) 0%,rgba(26,96,111,0) 1%,rgba(24,87,104,0.91) 31%,rgba(21,65,89,0.91) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001a606f', endColorstr='#e8154159',GradientType=0 ); } .card-01.height-fix .fa{color: #fff;font-size: 22px;margin-right: 18px;}; /*flipper-card*/ .card-flipper { position: relative; float: left; width: 100%; text-align: center; } .card__front, .card__back { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .card__back .card{ width:100%; height:65vh; } .card__front, .card__back { -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; } .card__front { background-color: #ff5078; } .card__back { background-color: #1e1e1e; -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); } .card-flipper.effect__hover{position:relative;} .card-flipper.effect__hover:hover .card__front { -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); } .card-flipper.effect__hover:hover .card__back { -webkit-transform: rotateY(0); transform: rotateY(0); } .card-flipper.effect__random.flipped .card__front { -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); } .card-flipper.effect__random.flipped .card__back { -webkit-transform: rotateY(0); transform: rotateY(0); } .card-title{ text-align: center; text-transform: uppercase; }