.c-blackbg {
    background-color: black;
    color: white;
}
#contenttop h1, #rightytop h1, #rightyl h1 {
text-align: center;
font-weight: 200;
font-size: 2.4em;
line-height: 1.6em;
padding-bottom: 15px;
padding-top: 15px;
}
.contactform p, .contactform div.submit {
   text-align: center;
}
.firstpagenews {
    max-width: 1300px;
    margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
}
.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}
.c-titlos1{
display: block;
padding-top: 40px;
font-weight: 100;
font-size: 3em;
line-height: 1em;
margin-bottom: 10px;
color: #00718b;
}
.c-titlos2{
display: block;
font-weight: 100;
font-size: 2em;
line-height: 1em;
color: #00718b;
}
.c-titlos3{
display: block;
font-weight: 400;
font-size: 2.4em;
line-height: 1em;
text-align: center;
margin-bottom: 5px;
}
.c-titlos3 a{
color: #ffffff;
text-decoration: none;
}
.c-titlos4{
background-color: #00718b; 
padding-top: 20px; 
margin-top: 10px; 
padding-bottom: 20px;
font-weight: 300;
font-size: 2.6em;
line-height: 1em;
text-align: center;
margin-bottom: 5px;
color: #ffffff;
}
.c-titlos5{
display: block;
font-weight: 100;
font-size: 2em;
line-height: 1em;
color: #ffffff;
text-align: center;
}
.c-text1{
display: block;
font-weight: 300;
font-size: 1.2em;
line-height: 1.2em;
text-align: justify;
}
.c-text2{
display: block;
font-weight: 400;
font-size: 1.3em;
line-height: 1.2em;
text-align: center;
padding: 40px 60px;
}
.c-text3{
display: block;
font-weight: 300;
font-size: 1.2em;
line-height: 1.2em;
}
.c-text4{
display: block;
font-weight: 300;
font-size: 1.4em;
line-height: 1.4em;
text-align: center;
color: #ffffff;
padding: 20px 20px;
}
.c-buttonlink {
        display: inline-block;
        text-decoration: none;
        text-align: center;
        font-size: 14px;
        padding: 20px 20px;
        min-width: 220px;
        background-color: #00718b;
        color: #ffffff;
}
.c-buttonlink:hover {
        background-color: #333333;
 }
.c-buttonlink2 {
        display: inline-block;
        text-decoration: none;
        text-align: center;
        font-size: 14px;
        padding: 20px 20px;
        min-width: 220px;
        background-color: transparent;
        color: #ffffff;
border: 1px solid #ffffff;
}
.c-buttonlink2:hover {
        background-color: rgba(0, 0, 0, 0.4);
 }

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