﻿body {
    overflow-x: hidden;
}

.spin{
    width: 50px;
}

.searchLabel {
    color: #004d66;
}


#firstRow {
    background-image: url(ignatius_background_2.png);
    height: 600px;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    right: -15px;
}

#secondRow{
    background-image: url(ignatius_background_3.jpg);
    background-size: cover; 
    background-repeat: no-repeat;  
    height: 600px;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    right: -15px;
}

#thirdRow{
    background-image: url(ignatius_background_4.png);
    background-size: cover; 
    background-repeat: no-repeat;  
    height: 600px;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    right: -15px;
}

#firstColumn {
    top: 45%;
    text-align: center;
}

#title {
    color: white;
    text-shadow: 2px 2px 2px #000000;
    font-size: 48px;
    font-family: Georgia, serif;
}

#comment{
     color: white;
    text-shadow: 2px 2px 2px #000000;
    font-size: 30px;
    font-family: Georgia, serif;
}


#currentEvent {
    width: 300px;
    height: 50px;
    margin-top: 20px;
    border: 2px solid #FFF;
    border-radius: 3px;
    background: rgba(255, 255, 255, .09);
    color: rgba(0, 0, 0, .8);
    color: white;
    transition: 0.5s;
}

    #currentEvent:hover {
        transition: 0.5s;
        border: 2px solid #FFF;
        border-radius: 5px;
        background: rgba(255, 255, 255, .3);
        color: rgba(0, 0, 0, .8);
    }

.blockquote {
    display: block;
    font-family: Georgia, serif;
}

blockquote:before {
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: #999;
    position: absolute;
    left: 20px;
    top: -10px;
}

blockquote:after {
    content: "\201D";
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: #999;
    position: absolute;
    right: 20px;
    bottom: 5px;
}



.fa-picture-o {
    text-align: center;
    font-size: 100px;
    transition: 0.4s;
    color: #006080;
    margin-top: 20px;
}

    .fa-picture-o:hover {
        transition: 0.3s;
        font-size: 150px;
        color: #007399;
        cursor: pointer;
    }

.fa-arrow-circle-left {
    text-align: center;
    font-size: 100px;
    transition: 0.4s;
    color: #006080;
    margin-top: 20px;
}

    .fa-arrow-circle-left:hover {
        font-size: 150px;
        transition: 0.3s;
        color: #007399;
        cursor: pointer;
    }

.fa-arrow-circle-right {
    text-align: center;
    font-size: 100px;
    transition: 0.4s;
    color: #006080;
    margin-top: 20px;
}

    .fa-arrow-circle-right:hover {
        font-size: 150px;
        transition: 0.3s;
        color: #007399;
        cursor: pointer;
    }

    #viewEvents{
        text-align: center;
    font-size: 100px;
    transition: 0.4s;
    color: #006080;
    margin-top: 20px;
    }

    #viewEvents:hover {
        font-size: 150px;
        margin-left:-40px;
        transition: 0.3s;
        color: #007399;
        cursor: pointer;
    }


#upcomingEvents {
    text-align: center;
}

#gallery {
    text-align: center;
}

#smalltitle {
    color: #000d33;
    margin-bottom: 100px;
}

#FooterRight {
    font-family: OpenSans-Regular;
    font-size: 8pt;
    color: #bbbbbb;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: center;
}

#FooterLeft {
    font-family: OpenSans-Regular;
    font-size: 12pt;
    color: #bbbbbb;
    line-height: 20px;
    letter-spacing: 1px;
}

#bottomFooter {
    background-color: azure;
}

#containerWell {
    background-color: rgba(255, 255, 255, 0.7);
}

#teams:hover {
    transition: 2s;
    color: azure;
}

#glyphiconLanding {
    font-size: 100px;
    color: #004d66;
    transition: 0.4s;
}

    #glyphiconLanding:hover {
        transition: 0.3s;
        color: #007399;
        cursor: pointer;
    }

#glyphiconLanding1 {
    font-size: 104px;
    color: #004d66;
    transition: 0.4s;
}

    #glyphiconLanding1:hover {
        transition: 0.3s;
        color: #007399;
        cursor: pointer;
    }

.blockquote {
    display: block;
    font-family: Georgia, serif;
}

blockquote::before {
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: #999;
    position: absolute;
    left: 20px;
    top: -10px;
}

    blockquote::after {
        content: "\201D";
        font-family: Georgia, serif;
        font-size: 60px;
        font-weight: bold;
        color: #999;
        position: absolute;
        right: 20px;
        bottom: 5px;
    }

    #FooterSocial {
    font-family: OpenSans-Regular;
    font-size: 14pt;
    color: #bbbbbb;
    line-height: 20px;
    letter-spacing: 1px;
}

    #facebook
    {
        transition: 3s;
    }

    #facebook:hover
    {
        animation: bounce 1s;
        color: #3b5998;
        transition: 2s;
    }

    #instagram
    {
        transition: 2s;
    }

    #instagram:hover
    {
        animation: bounce 1s;
        color: white;
        transition: 2s;
    }

    #twitter
    {
        transition: 3s;
    }

    #twitter:hover
    {
        animation: bounce 1s;
        color: #4099FF;
        transition: 2s;
    }
    
    #bracketResults {
        border: none;
        background-color: transparent;
    }

    .my-Form.ng-pristine
    {
        color: transparent;
    }

    .my-Form.ng-dirty
    {
       background-color:rgba(255, 0, 0, 0.1);
       color: red;
       font-style: italic; 
    }

    #erbtn {
        margin-right: 300px;
    }

    #errorLabel
    {
        font-style: italic;
        color: red;
        background-color: rgba(255,0,0, 0.1);
    }

    #listGroup{
        background-color: #f2f2f2;
    }

    #listGroup:nth-child(odd){
        background-color: white;
    }

    #listGroup1{
        
        background-color: #f2f2f2;
    }

    #listGroup1:nth-child(odd){
        background-color: white;
    }

    #publicFlight
    {
        color: #004d66;
        font-size: 500px;
        width: 100%;
        transition: 0.3s;

    }

    #publicFlight:hover
    {
        transition: 0.4s;
        color: #007399;
        cursor: pointer;
    }


    #publicBracket
    {
        transition: 0.3s;
        color: #004d66;
        font-size: 480px;
        width: 100%;
    }

    #publicBracket:hover
    {
        transition: 0.4s;
        color: #007399;
        cursor: pointer;
    }


    /*Mobile Features*/

@media only screen and (orientation:portrait) {
    #landscape {
        display: none;
    }

    #cPortrait {
        height: 1300px !important;
    }

    #glyphiconLanding {
        font-size: 70px !important;
    }

    #glyphiconLanding1 {
        font-size: 70px !important;
    }

    #StIgnatius{
        display:none;
    }

    #bsPortrait{
        height: 1600px !important;
        padding-top: 0px !important;
    }

    #createContainer{
        width: 100% !important;
    }

    #publicBackground{
        height: 900px !important;
    }

    #publicFlight
    {
        font-size: 250px;
    }

    #publicBracket
    {
        font-size: 250px;
    }
}

@media only screen and (orientation:landscape) {
    #portrait {
        display: none;
    }

    #cPortrait{
        height: 1300px !important;
    }

    #publicBackground
    {
        height: 1300px !important;
    }

    #publicBracket
    {
        font-size: 150px;
    }

    #publicFlight
    {
        font-size: 150px;
    }
}

.highlight {
    background-color: #ffe066;
}