File: //var/www/nowruzgan.com/scss/more.scss
.site-blocks-cover {
background-image: url(../images/dotted.png);
background-size: auto;
background-repeat: initial;
}
.spacer-20 {
height: 20px;
}
.spacer-50 {
height: 50px;
}
.spacer-100 {
height: 100px;
}
.center {
text-align: center;
}
.nowruzgan-dot {
color: #00D2B5;
vertical-align: 4px;
}
.site-logo {
.nowruzgan-dot {
vertical-align: 2px;
}
}
img.logo {
max-width: 40%;
max-height: 280px;
margin-bottom: 20px;
@media screen and (max-width: 960px) {
width: 70%;
}
}
.bleached {
display: inline-block;
background: white;
padding: 0 5px;
}
.flip-action {
position: relative;
height: 300px;
perspective: 800px;
.flip-side {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
background-position: 50% 50%;
background-size: cover;
border-radius: 5px;
&:first-child {
transition: transform 0.2s 0.2s;
transform: rotateY(0);
}
&:last-child {
transition: transform 0.2s;
transform: rotateY(-90deg);
}
.flip-title {
position: absolute;
bottom: 20px;
right: 0;
left: 0;
font-size: 100%;
text-align: center;
span {
display: inline-block;
padding: 2px 5px;
color: #161616;
background-color: white;
border-radius: 3px;
// box-shadow: 0 0 10px 0 rgba(28, 70, 61, 0.6);
}
}
}
&:hover {
.flip-side {
&:first-child {
transition: transform 0.2s;
transform: rotateY(90deg);
}
&:last-child {
transition: transform 0.2s 0.2s;
transform: rotateY(0);
}
}
}
}
.unit-4 {
img {
width: calc(100% + 60px);
margin-left: -30px;
margin-top: -30px;
margin-right: -30px;
}
}
.chaharrah-background {
background-image: url(../images/chaharrah-borderless.jpg);
background-size: 70%;
background-repeat: no-repeat;
background-position: 0 50%;
.header-image {
display: none;
}
@media (max-width: 992px) {
padding-top: 0;
background: none;
.header-image {
display: block;
padding-bottom: 30px;
}
}
.author-box {
background-color: white;
}
}
#educational {
.testimonial figure img {
max-height: 110px;
max-width: 350px;
width: initial;
border-radius: 0;
}
.prima-link {
margin: 50px 0;
}
}
#partners-section {
.testimonial figure img {
max-height: 250px;
max-width: 250px;
border-radius: 0;
}
}