body, html {
    height: 100%;
}
.bg_full { 
    /* The image used */
    
    /* Full height */
    height: 100%; 
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    background-attachment: fixed;
}
.row{
    padding: 0px !important;
    margin: 0px !important;
}


.sec1{
    padding-top: 50px !important;
    background: white;
}
    
#artikelFoto{
    width: 100% !important;
    border : solid white 2px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#userDescription{
    padding-bottom: 20px;
    border-bottom: 1px solid white;
}
.pageCV{
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 0px !important;
    margin : 30px 0px 60px 0px !important;
}

.sub1{
    padding: 0px !important;
    background: #f73a3a;
    margin : 0px !important;
    color: white;
}

.m6 p{
  background:#f2392c;
  color:white;
  padding:10px;
}

h5{
  padding: 10px;
}
pre{
    white-space: pre-wrap;
    font-family: 'Jaldi', sans-serif;
}

a {
    color:black;
}

.btn-large{
  margin-left:10px !important;
  margin-right:10px !important;
}

.fa, .fas {
  padding: 12px;
  font-size: 32px;
  width: 55px;
  height: 55px;
  text-align: center;
  text-decoration: none;
  border-radius:50%;
  margin: 5px 10px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-whatsapp {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-map-marked-alt {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-phone {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}