.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}

#contenttop h1, #rightytop h1, #rightyl h1 {
font-weight: 300;
font-size: 1.6em;
line-height: 1.8em;
margin-bottom: 20px;
text-align: center;
}

.contactform p, .contactform div.submit {
   text-align: center;
}

.firstpageitems {
    max-width: 1280px;
    margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
}

.firstpagenews {
    max-width: 1280px;
    margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
}

.c-imagehome{
background-position: 50% 50%;
background-size: cover;
min-height: 400px;
}

.c-imagehome2{
background-position: 50% 50%;
background-size: cover;
min-height: 500px;
}

.c-skia{
min-height: 400px;
width: 100%;
background-color: rgba(0, 0, 0, 0.6);
}
.c-skia:hover{
min-height: 400px;
width: 100%;
background-color: rgba(0, 0, 0, 0.4);
}


.c-skia2{
min-height: 500px;
width: 100%;
background-color: rgba(0, 0, 0, 0.85);
}

.c-centerbox {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.c-titlos1{
font-family: verdana;
font-size: 1.4em;
font-weight: 600;
line-height: 1em;
text-align: center;
}

.c-titlos2{
padding-top: 10px;
font-size: 1em;
line-height: 1.2em;
text-align: center;
}

.c-titlos3{
font-size: 1.6em;
font-weight: 300;
line-height: 1.2em;
text-align: center;
color: #fff;
}

.c-titlos4{
font-size: 1.4em;
font-weight: 300;
line-height: 1.2em;
text-align: center;
}

.c-text1{
font-size: 1em;
line-height: 1.6em;
text-align: center;
}

.c-text2{
font-size: 1.2em;
font-weight: 200;
line-height: 1em;
text-align: center;
}

.c-belowsitetitle{
font-size: 1.4em;
font-weight: 300;
line-height: 1em;
color: #bb0000;
text-align: center;
}
.c-belowsitetext{
font-size: 0.9em;
font-weight: 300;
margin-bottom: 0px;
text-align: center;
}

.c-button{
display: inline-block;
text-decoration: none;
font-weight: 300;
font-size: 0.8em;
line-height: 1.2em;
text-align: center;
padding: 12px 12px;
width: 200px;
color: #fff;
border-radius: 15px;
background-color: #bb0000;
}
.c-button:hover {
color: #333;
background-color: #fff;
}


.c-button2{
display: inline-block;
text-decoration: none;
font-weight: 300;
font-size: 0.8em;
line-height: 1.2em;
text-align: center;
padding: 12px 12px;
width: 300px;
color: #fff;
border-radius: 15px;
background-color: #bb0000;
}
.c-button2:hover {
color: #fff;
background-color: #333;
}