html {
    background: #ECF7F7;

}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #37424a;
    background-color: transparent
}

a {
    color: #0098db;
}


h1 {
  font-family: 'Unica One', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 72px;
  text-transform: uppercase;
  line-height: 1;

}

.bg-light {
    background: #ECF7F7 !important;
    padding: 30px 0 20px 0;
    color: #49728D;
    text-align: center;
}

.bg-light a {
    color: #49728D;
    text-transform: uppercase;
    font-size: 16px;
    padding: 1em 1em;
    font-weight: 700
}

.bg-light a:hover {
    color: #ECF7F7;
    text-decoration: none
}

.project-logo {max-width: 100px; padding-bottom: 40px;}




#homepage h1 {
  color: #921623;

}

.project {
  border: 2px solid red;
  min-height: 90vh;
  text-align: center;
}

.project h1 {color: #fff; margin-top: 20vh;}

.container-fluid {border: 2px solid blue; background: transparent;}

#title h1 {
    color: #921623;
}

.subtitle {
    margin-bottom: 1.5rem
}











@media screen and (max-width: 767px) {
    .bannertext {
        width: 100%;
        margin-left: 0;
        background: #67d3cb;
        color: white;
        padding: 10px 20px;
        margin-top: 20px;
        margin-bottom: 20px
    }
    .navbar {
        padding: 20px
    }
    .navbar .navbar-brand {
        width: 240px;
        margin-top: 20px
    }
    .navbar-nav li a {
        font-size: 24px;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        display: block
    }
    .navbar-nav .dropdown-menu {
        background: transparent;
        border: none
    }
    .navbar-nav li ul li a {
        font-size: 18px;
        text-align: center;
        padding-top: 0;
        padding-bottom: 0
    }
    #homepage h1 {
        font-size: 1.5rem
    }
    #homepage h1 span {
        font-size: 2.5rem
    }
    .announcement h2 {
        font-size: 1.5rem
    }
    footer .org-logo {
        margin-left: 0px;
        max-width: 100px;
        margin-top: 5px
    }
}


.wrapper {

    text-align: center;
    margin-left: auto;
    margin-right: auto;
		margin-top: 00px;
}

.right {float: right !important;}
/* Image zoom on hover + Overlay colour */
.parent {
    width: 33.333%;
    margin: 0px;
    height: 80vh;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
	cursor: pointer;
}

.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    background-position: top center;
}

/* Several different images */
.bg-one {background-image: url(bg-left.jpg);}
.bg-two {background-image: url(bg-right.jpg);}
.bg-three {background-image: url(bg-three.jpg);}



a {
    color: #ffffff !important;
    font-family: 'Unica One', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 1.0;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
    padding-top: 20vh;
    cursor: pointer;
    /*text-decoration: none;*/
}

.parent:hover .child, .parent:focus .child {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.parent:hover .child:before, .parent:focus .child:before {
    display: block;
}

.parent:hover a, .parent:focus a {
    display: block;
}

.child.bg-one:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(52,73,94,0.65);
}
.child.bg-two:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(146,22,35,0.5);

}

/* Media Queries */
@media screen and (max-width: 960px) {
    .parent {width: 100%;  height: 300px;}
		.wrapper {margin-top: 20px;}
    a {padding-top: 40px;}
    .project-logo { padding-bottom: 20px;}


}
@media screen and (max-width: 960px) {
  h1 {font-size: 48px;}
}