html {
  overflow-y: scroll;
}
body {
font-family: Verdana,Arial,sans-serif;
font-size: 15px;
line-height: 1.42857143;
color: #ffffff;
text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
background-color: #fff;
}
#body-bg {
  background-attachment: fixed;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/bg.png");
  background-origin: padding-box;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
}

.ctipo1 {
background-color:rgba(110,0,233, 0.5);
border: 1.5px solid rgba(110,0,233, 1); 
border-radius: 25px;
box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
padding: 10px;
padding-bottom: 20px;
}

.ctipo2 {
background-color: rgba(110,0,233, 0.7);
border: 1px solid rgba(110,0,233, 1);
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
display: inline-block;
margin-left: 25px;
margin-right: 25px;
padding-top: 8px;
}

.ctipo3 {
background-color: rgba(110,0,233, 0.3);
border: 1px solid rgba(110,0,233, 0.4);
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
display: inline-block;
margin-left: 10px;
margin-right: 10px;
padding-top: 8px;
}

.ctipoimage {
background-color: rgba(110,0,233, 0.15);
border: 2px solid rgba(110,0,233, 0.5);
border-radius: 10px;
box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
display: inline-block;
margin-left: 25px;
margin-right: 25px;
padding: 8px;
}

.text2 {
font-size: 16px;
color:#ffffff;
}

.ctipoimage1 {
display: inline-block;
margin-left: 10px;
margin-right: 10px;
padding: 8px;
}

.menu {
background-color: rgba(110,0,233, 0.3);
border: 1px solid rgba(110,0,233, 0.4);
border-radius: 4px;margin-bottom:5px;z-index:100;
}
p {
    margin: 0 0 10px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Verdana,Arial,sans-serif;
	color: #FFE8EB;
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.portrait {
    height: 80px;
    width: 30px;
}

.landscape {
    height: 30px;
    width: 80px;
}

.square {
    height: 75px;
    width: 75px;
}