File: /var/www/vhosts/creativefellows.nl/test.creativefellows.nl/alecs/public/scss/_alecs.scss
/*
* Body
*/
html,body{@include font-for-body(300);}
.row-default{
padding:1.5rem 0;
.row-default{padding:0;}
}
/*
* Headings
*/
h1,h2,h3,h4,h5,.button,
.h1,.h2,.h3,.h4,.h5{@include font-for-header(300);color:$black;text-transform:uppercase;}
h1,h2,h3,h4,h5{margin-bottom:1.5rem;}
h3{color:$primary-color;font-weight:700;}
.button{border-radius:1rem;}
.panel-gray{
background-color:rgba($light-gray,0.5);
margin:0 0 1.5rem 0;
padding:1.5rem 0;
h2{margin-bottom:3rem;}
}
.enlarge-images{
margin-top:0rem;
.cell{margin:0;padding:0;}
.show-large-image{position:relative;overflow:hidden;}
.show-large-image img{@include animate-element();}
.show-large-image::after{content:"\f00e";font-family:FontAwesome;font-size:1rem;color:$white;position:absolute;top:0.5rem;right:0.75rem;}
.show-large-image:hover img{transform:scale(1.1);}
}
.field-animation{
margin-bottom:1.5rem;
background: url(/images/snow-field.png) no-repeat 0 100%;background-size: cover;
p{margin:0;}
img{width:100%;margin-bottom:-4.5rem;}
}
/*
* Reveals
.reveal{background:none;border:none;}
.reveal img{box-shadow:0 0 1em rgba(0,0,0,0.75);}
.reveal .close-button{color:$white;}
.reveal .embed-erternal{height:0;padding-bottom:50%;position:relative;margin: 0;}
.reveal .embed-erternal iframe{position:absolute;top:0;left:0;width:100%;height:100%;}
*/