.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.textarea.code {
  font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}

#main {
    margin-top: 35px;
    margin-bottom: 35px;
}

.welcome .hero.is-dark{
    background: transparent;
}
.welcome .navbar.is-dark{
    background: #161111;
}

.columns.features{
    margin-left: 10px;
    margin-right: 10px;
}

.is-sh-color {
    color:#df2e2e !important;
}
.is-sh-hero .is-sh-color span {
     /*background: black;*/
}

.is-sh-hero span{
    background: transparent;
}
.is-sh-hero h1, .is-sh-hero h2, .is-sh-hero h3 {
     margin: 10px 20px;   
}

.bd-header {
    margin-bottom: 3rem
}

.bd-header .subtitle {
    color: #7a7a7a;
}

pre.prettyprint {
    padding: 11px!important;
    border: none!important;
    border-radius: 5px!important;
}

.portfolio .image img {
    height: 256px;
    object-fit: cover;
}
