﻿
body, html {
    height: 100%;
    margin: 0;
    font-size: 18px;
    color: #666666;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
}

.bg-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("/images/bg2020.jpg");
    background-color: #000000;
    height: 100%;
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}

.logo-container {
    display: flex;
    margin: 0px 5px;
}

.logo-left {
    flex: 1; 
}

.logo-right {
    padding-top: 10px;
}

.logo-link, .logo-link:visited {
    text-align: left;
    font-size: 40px;
    font-weight: bold;
    font-style: italic;
    color: #ffbb00;
    text-decoration: none;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding-bottom: 5px;
}

    .logo-link:hover {
        color: #ff9900;
        text-decoration: none;
    }

.Xlogo-image img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 1s ease;
}

    .Xlogo-image img:hover {
        filter: grayscale(0%);
        filter: gray;
        -webkit-filter: grayscale(0%);
        filter: none;
        transition: 1s ease;
    }

.logo-button, .logo-button:hover, .logo-button:visited {
    border: 1px solid #ffbb00;
    border-radius: 4px;
    background-color: #ffbb00;
    min-width: 125px;
    display: inline-block;
    padding: 5px;
    margin-top: 5px;
    color: #151515;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

    .logo-button:hover {
        border: 1px solid #ff9900;
        background-color: #ff9900;
    }


.homepage-buttons {
    text-align: center;
}

.homepage-button, .homepage-button:visited {
    border: 1px solid #e1a87a;
    border-radius: 8px;
    background: rgba(0,0,0,0.4);
    margin: 5px;
    min-width: 150px;
    display: inline-block;
    padding: 13px 13px;
    color: white;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .16em;
}

    .homepage-button:hover {
        background-color: #e1a87a;
        color: #151515;
        text-decoration: none;
    }

.copyright {
    position: fixed;
    bottom: 0;
    right: 0;
    color: #808080;
    padding: 5px;
    font-family: Open Sans, Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}

.credit {
    padding: 10px;
    font-family: Open Sans, Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.menu {
    text-align: center;
    padding: 15px;
}


.menu-link, .menu-link:visited {
    margin: 15px;
    color: white;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .16em;

}

    .menu-link:hover {
        color: #e1a87a;
        text-decoration: none;
        outline: 0;
    }

.pagetitle {
    font-family: Open Sans, Arial,Helvetica,sans-serif;
    font-weight: normal;
    color: #FFFFFF;
    font-style: normal;
    font-size: 160px;
    letter-spacing: 0.05em;
    line-height: 1.1em;
    text-align: center;
    text-transform: none;
    text-rendering: optimizeLegibility;
    margin: auto;
    left: 0px;
}

.maincontent {
    top: 100%;
    width: 100%;
    background-color: #ffffff;
    position: absolute;
}


.row-container {
    display: flex;
}

.column-photo {
    flex: 1;
    padding: 20px;
    align-items: center;
    justify-content: center;
}

.column-text {
    flex: 1;
    padding: 20px;
    align-items: center;
    justify-content: center;
}

.column-photo img {
    display: block;
    width: 100%;
    max-width: 384px; /*actual image width*/
    height: auto; /* maintain aspect ratio*/
    margin: auto; /*optional centering of image*/
}

.title {
    font-size: 39px;
    font-weight: bold;
    color: #000000;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
}

.titlelarge {
    font-size: 60px;
    font-weight: bold;
    color: #000000;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    padding: 20px;
}

.nextpage {
    font-size: 1.2rem;
    font-weight: normal;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    margin: 10px;
    text-align:center;
    align-content:center;
    max-width:100%;
}



.cardrow {
    padding: 10px;
    margin: auto;
}

.cardcolumn {
    float: left;
    margin-bottom: 16px;
    padding: 0 6px;
    width: 24.99999%;
    box-sizing: border-box;
}

.cardimage {
    width: 250px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}

    .cardimage img {
        width: 100%;
        height: auto;
    }

.cardtext {
    padding: 15px;
    text-align: center;
}

 /* Clear floats */
.cardrow:after {
        content: "";
        clear: both;
        display: table;
    }

.rajanfooter {
    background-color: #121212;
    padding: 50px 0px;
}

.photo {
    display: block;
    max-width: 100%; /*actual image width*/
    height: auto; /* maintain aspect ratio*/
    margin: auto; /*optional centering of image*/
}

.graybold {
    color: #545454;
}

.wheatbold {
    color: #4d3201;
    font-weight: bold;
}

.photocard {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    max-width: 1024px;
    border-radius: 5px;
    margin-bottom: 50px;
}

    .photocard:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

    .photocard img {
        border-radius: 5px 5px 0 0;
        display: block;
        max-width: 100%; /*actual image width*/
        height: auto; /* maintain aspect ratio*/
        margin: auto; /*optional centering of image*/
    }

@media only screen and (max-width: 1024px) {
    .pagetitle {
        font-size: 80px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .cardcolumn {
        width: 49.99999%;
        margin: 16px 0;
    }
}

@media only screen and (max-width: 600px) {
    .row-container {
        flex-direction: column;
    }
    .cardcolumn {
        width: 100%;
    }
}

