
#about-page-hero {
    position: relative;
    width: 100%;
    height: 680px;
}

#hero-img-frame {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
}

#hero-default-img {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1360px;
    margin-left: -680px;
    z-index: 0;
    visibility: hidden;
    font-size: 0;
}

#hero-description {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 80px 40px 80px 40px;
    z-index: 1;
    background-image: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.6));
    text-align: center;
}

#hero-description h1 {
    color: #FFF;
    font-family: "Roboto", Arial, sans-serif; 
    font-weight: 700;
    font-size: 100px;
}

#hero-description h2 {
    display: inline-block;
    margin: 10px 0px 30px 0px;
    padding: 10px;
    background-color: rgba(45,94,156,0.8);
    color: #FFF;
    font-family: "Roboto", Arial, sans-serif; 
    font-weight: 400;
    font-size: 16px;
}

#hero-description p {
    position: relative;
    max-width: 800px;
    margin: 20px auto;
    color: #FFF;
    font-family: "Roboto", Arial, sans-serif; 
    font-weight: 300;
    font-size: 28px;
    line-height: 130%;
}

#page-navigation-msg {
    margin: 80px 30px 80px 30px;
    text-align: center;
}

.page-navigation-msg-main {
    display: inline-block;
    padding: 40px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    color: #222;
    font-family: "Roboto", Arial, sans-serif; 
    font-weight: 700;
    font-size: 32px;
}

.page-navigation-msg-pre {
    margin-bottom: 10px;
    color: #222;
    font-family: "Roboto", Arial, sans-serif; 
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2px;
}

#section-menu {
    padding-top: 20px;
    background-color: #222;
}

#catalog-wrapper {
    padding: 0px 40px 80px 40px;
}

#catalog-list-header {
    color: #222;
    font-family: "Roboto", Arial, sans-serif; 
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

#catalog-container h2 {
    margin: 20px 0px 10px 0px;
    color: #222;
    font-family: "Roboto", Arial, sans-serif; 
    font-weight: 700;
    font-size: 26px;
}

.catalog-list {
    clear: left;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    list-style: none;
}

.catalog-card {
    float: left;
    display: block;
    width: 50%;
}

.catalog-card-wrapper {
    display: block;
    position: relative;
    margin: 20px;
    overflow: hidden;
    background-color: #FFF;
    border: 1px solid #CCC;
    -moz-transition: box-shadow 0.3s;
    -webkit-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    text-decoration: none;
}

.catalog-img-frame {
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    background-color: #E3E3E3;
    overflow: hidden;
}

.catalog-img {
    display: block;
    position: absolute;
    top: 0;
    bottom: auto;
    right: -200%;
    left: -200%;
    width: auto;
    height: 100%;
    margin: auto;
}

.catalog-text {
    font-size: 16px;
    display: block;
    position: relative;
    height: 300px;
    margin-bottom: 20px;
    padding: 40px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.catalog-name {
    color: #222;
    font-family: "Roboto", Arial, sans-serif; 
    font-weight: 700;
    font-size: 24px;
    word-wrap: break-word;
    text-transform: capitalize;
}

.catalog-description {
    margin-top: 30px;
    color: #222;
    font-family: "Roboto", Arial, sans-serif; 
    font-weight: 300;
    font-size: 18px;
    line-height: 170%;
}

.catalog-text p.catalog-info-msg {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    font-weight: 500;
}

.catalog-fade-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 80px;
    background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
}

.catalog-link {
    padding: 20px;
    background-color: #222;
    color: #FFF;
    font-family: "Roboto", Arial, sans-serif; 
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}


.catalog-info-msg:after {
    content: "";
    display: inline-block;
    padding: 0.3em;
    border: solid #222;
    border-width: 3px 3px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.site-details {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    padding: 80px 20px 90px 20px;
    border-top: 1px solid #E0E0E0;
}

.site-details h2 {
    padding: 20px 0px;
    color: #222;
    font-family: "Roboto", Arial, sans-serif; 
    font-weight: 700;
    font-size: 32px;
}

.site-details p {  
    position: relative;
    padding: 10px 0px;
    color: #222;
    font-family: "Roboto", Arial, sans-serif; 
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
}

@media only screen and (max-width: 1240px) {
    #page-navigation-msg {
        margin: 90px 30px 80px 30px;
    }  
    #catalog-wrapper {
        padding: 0px 20px 50px 20px;
    }  
    .site-details {
        padding: 40px 0px 50px 0px;
    }
}

@media only screen and (max-width: 860px) {  
    #catalog-wrapper {
        padding: 0px 20px 50px 20px;
    } 
    .catalog-text {
        padding: 20px 10px;
        height: 240px;
    }  
    .catalog-name { 
        font-size: 22px;
    }
    .catalog-description {
        margin-top: 20px;
        font-size: 17px;
    }
    .site-details {
        margin: 0px 40px;
        padding: 50px 0px 60px 0px;
    }
}

@media only screen and (max-width: 600px) { 
    #hero-description {
        padding: 80px 20px;
    }
    #hero-description h1 {
        font-size: 80px;
    }
    #hero-description p {
        font-size: 22px;
    }    
    #page-navigation-msg {
        margin: 80px 60px 60px 60px;
    }  
    .page-navigation-msg-main {
        padding: 0px;
        border: none;
        font-size: 28px;
    }
    .catalog-card {
        width: 100%;
    }
    #catalog-wrapper {
        padding: 0px 0px 50px 0px;
    }
    .catalog-card-wrapper {
        margin: 20px;
    }
    .site-details {
        margin: 0px 20px;
    }
    .site-details h2 {
        font-size: 28px;
        text-align: center;
    }
    .site-details p {
        font-size: 17px;
    }
}


@media only screen and (max-width: 358px) {   
    #about-page-hero {
        height: 580px;
    }  
    #hero-description {
        padding: 60px 20px;
    }
}
