.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-belowsitetitle{
font-size: 2em;
font-weight: 500;
line-height: 1em;
color: #fff;
text-align: center;
}
.c-belowsitetext{
font-size: 1em;
font-weight: 300;
margin-bottom: 0px;
line-height: 1em;
text-align: center;
}

.c-headertext1{
font-size: 2.2em;
font-weight: 300;
margin-bottom: 0px;
line-height: 1.2em;
text-align: center;
color: #056692;
}
.c-generaltext1{
font-size: 1.2em;
font-weight: 300;
line-height: 1.4em;
text-align: center;
}

.c-listtext1{
font-size: 1em;
font-weight: 300;
line-height: 1.6em;
text-align: center;
padding-top: 10px;
}

a.c-title1{
font-size: 2.2em;
font-weight: 200;
line-height: 1.2em;
text-align: center;
margin-bottom: 5px;
color: white;
font-style: italic;
}

.c-centerbox {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.c-skia{
min-height: 334px;
width: 100%;
background-color: rgba(0, 0, 0, 0.3);
}
.c-skia:hover{
min-height: 334px;
width: 100%;
background-color: rgba(0, 0, 0, 0);
}
.c-imagehome{
background-position: 50% 50%;
background-size: cover;
min-height: 334px;
}
.c-imageshome{
background-position:  50% 50%;
background-size: cover;
max-height: 100%;
background-repeat: no-repeat;
}


.c-buttonlink1{
display: inline-block;
text-decoration: none;
font-weight: 300;
font-size: 1em;
line-height: 1.1em;
text-align: center;
padding: 15px 15px;
width: 200px;
color: #fff;
background-color: #056692;
border-radius: 5px;
border: 1px solid #056692;
}
.c-buttonlink1:hover {
color: #056692;
background-color: #fff;
border: 1px solid #056692;
}

.c-buttonlink2{
display: inline-block;
text-decoration: none;
font-weight: 300;
font-size: 1em;
line-height: 1.1em;
text-align: center;
padding: 15px 15px;
width: 200px;
color: #fff;
background-color: #056692;
border-radius: 5px;
}
.c-buttonlink2:hover {
color: #056692;
background-color: #fff;
}


.c-shadow {
background-color: #00000059;
}