@font-face{
    font-family: ralewayLight;
    src: url(fonts/Raleway-Light.ttf);
    font-weight: normal;
}
@font-face{
    font-family: ralewayLight;
    src: url(fonts/Raleway-LightItalic.ttf);
    font-style: italic;
}
@font-face{
    font-family: ralewayBold;
    src: url(fonts/Raleway-Medium.ttf);
    font-weight: bold;
}

html{
    font-family: ralewayLight, arial, sans-serif;
    background: linear-gradient(to top, rgba(162, 247, 245, 1), rgba(234,223,124,1));
}

body{
    background-image: url(img/color-background.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-width: 310px;
    margin: 0px;
}

/*Begin Header*/
header{
    font-family: raleway, arial, sans-serif;
    padding-right: 0px;
    padding-left: 0px;
    background: rgba(255, 255, 255, 0.7);
}
#logo{
    max-height: 100px;
    max-width: 100px;
    min-width: 70px;
    min-height: 70px;
}
#companyName{
    font-family: ralewayLight, arial, sans-serif;
    color: #454545;
    float: right;
}
h1, h2{
    margin: 0px;
    padding: 0px;
}
h1{
    font-size: 2.5em;
}
h2{
    font-family: ralewayBold, arial, sans-serif;
    text-align: right;
    font-size: 2.0em;
}
#logoColor1{
    color: rgba(134,194,47,1);
}
#logoColor2{
    color: rgba(254,197,14,1);
}
#innerSection, #innerHeader, #innerFooter{
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}
#innerHeader{
    padding: 15px 10px 10px 10px;
}
#innerSection{
    padding-left: 10px;
    padding-right: 10px;
}
nav{
    font-family: ralewayLight, arial, sans-serif;
    padding-left: 0px;
    padding-right: 0px;
    margin: 5px 0px 5px 0px;
    background: rgba(255, 255, 255, 0.2);
}
nav a{
    color: #454545;
    transition: color ease-in-out 0.25s;
}
nav a:hover{
    color: black;
    transition: color ease-in-out 0.25s;
}
nav ul{
    margin-left: auto;
    margin-right: auto;

    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    font-size: 20px;
}
nav li{
    display: inline-block;
    padding: 10px 20px 10px 20px;
    background: rgba(255, 255, 255, 0.25);
    transition: background ease-in-out 0.25s;    
}
nav li:hover{
    background: rgba(255, 255, 255, 0.5);
}
.activeNav {
    background: rgba(150, 202, 62, 0.5);
    transition: background ease-in-out 0.25s;
}
.activeNav:hover {
    background: rgba(150, 202, 62, 0.75);
    transition: background ease-in-out 0.25s;
}
/*End Header*/

/*Begin Footer*/
footer{                
    padding: 10px 10px 10px 10px;
    background: linear-gradient(to right, rgba(100, 155, 221, 0.5), rgba(152,148,208,1));
    overflow: hidden;
}
footer a{
    color: black;
    text-decoration: none;
}
.left{
    float: left;
}
.right{
    float: right;
}
/*End Footer*/

section{
    background: rgba(255, 255, 255, 0.6);
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.1em;
    color: #454545;
    font-style: normal;
}
h3{
    font-weight: bold;
    font-size: 30px;
    margin: 0px 0px 20px 0px;
}
h4{
    margin: 0px;
}
.threeColumns{
    width: 30.3333333%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    float: left;
}
.centerText{
    text-align: center;
}
.justifyText{
    text-align: justify;
}
.readMore{
    font-style: italic;
    color: dimgray;
}
.bioImg{
    width: 100%;
}
#spinningPoem1, #spinningPoem2{
    color: rgba(235,152,1,1);
}
#spinningPoem2{
    clear: both;
    display: block;
    width: 290px;
    
    margin-left: auto;
    margin-right: auto;
    
    padding-top: 20px;
}
/*Home Page*/
.swiper-container {
    width: 100%;
    margin: 20px auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 60%;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    background-position: center;
    background-size: cover;
}
.swiper-slide:nth-child(2n) {
    width: 40%;
}
.swiper-slide:nth-child(3n) {
    width: 20%;
}
#homeVideo{
    width: 95%;
    max-width: 560px;
}
#corporateSummary{
    margin-left: auto;
    margin-right: auto;
}

/*Videos Page*/
.video{
    display: inline-block;
    width: 45%;
}
#topVideo{
    width: 90.5%;
    margin-bottom: 5px;
}

/*Contact Page*/
.twoColumns{
    float: left;
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
}
.red{
    color: red;
}
.requiredText{
    font-style: italic;
    font-size: 12px;
    margin-top: 6px;
    padding-bottom: 5px;
}
#stamp{
    background-image: url(img/stamp.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
}
.notshown{
    display: none;
}
#submitButton{
    width: 100px;
    height: 40px;
    border: 1px solid darkGray;
    font-family: ralewayLight, arial, sans-serif;
    font-size: 20px;
    padding: 5px;
    
    background-color: lightgray;
    transition: background-color 0.25s ease-in-out;
}
#submitButton:hover{
    background-color: rgba(100, 155, 221, 0.5);
    transition: background-color 0.25s ease-in-out;
    cursor: pointer;
}
#contactForm p{
    padding: 0px;
}
#contactForm input{
    font-family: ralewayLight, arial, sans-serif;
    width: 100%;
    height: 30px;
    font-size: 17px;
    margin: 0px;
    padding: 0px 5px 0px 5px;
    border: 1px solid lightGray;
    border-radius: 0px;
    box-sizing: border-box;
}
#contactForm textarea{
    font-family: ralewayLight, arial, sans-serif;
    width: 100%;
    font-size: 17px;
    margin: 0px;
    padding: 5px;
    border: 1px solid lightGray;
    border-radius: 0px;
    box-sizing: border-box;
}

/*Gallery*/
.galleryImg{
    margin-left: 3px;
    margin-right: 3px;
}
.galleryImg img{
    margin-top: 6px;
    width: 30%;
}