@charset "UTF-8";

body{font-family:Lato; margin: 0; text-align: center;}
legend{font-family:Roboto Slab}

.default-part { position: relative; height: calc(100vh - 40px); width: 33%; background-size:  cover; background-repeat: no-repeat; }
.default-part span { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; font-size: 35px; height: 45px; color: #fff; }
.right-part { float: right; }
.left-part { float: left; margin-right: .5%; }
.copyright { padding: 9px 0; float: left; width: 100%; }

.one-part { background-image: url(../images/rupa_ankur_one.jpg);  background-position: center; }
.two-part { background-image: url(../images/rupa_ankur_two.jpg);  background-position: top; }
.thr-part { background-image: url(../images/rupa_ankur_thr.jpg);  background-position: center; }


@media(max-width:768px) {
.default-part { height: calc(33.2vh - 12px); width: 100%; }
.default-part span { top: inherit; bottom: 10vh; } 
.two-part { background-position: center -50px; }
.thr-part { background-size: 230%; background-position: center -100px; }
.left-part { margin-left: 0; }
}