Template:Ruperto Carola/css/style

body {

 overflow-x: hidden;

}

svg {

 height: 200px;
 width: 200px;

}

  1. rupertoContent {
 width: 100%;
 margin-top: 110px;
 font-size: 16px;

}

.nav-pic {

 height: 48px;

}

.nav-link {

 line-height: 42px;

}

.container-fluid#banner {

 text-align: center;
 padding: 150px;
 position: relative;
 z-index: 2;
 color: white;
 background-size: cover;

}

@media screen and (max-width: 600px) {

 .container-fluid#banner {
   padding: 30px;
 }

}

.container-fluid#banner div {

 max-width: 600px;
 text-align: justify;

}

.container-fluid#banner div h1 {

 color: white !important;
 text-align: left;
 text-indent: 50px;
 margin-bottom: 6px;

}


p { margin-bottom: 1rem !important; }

body p:last-child { margin-bottom: 0px !important; }

.test {color: red;}

/*# sourceMappingURL=style.css.map */