

/* ==========================================================================
   Author's custom styles

   font-family: 'Titillium Web', sans-serif;
   ========================================================================== */

h1{
    color: #0054a6;
    border-bottom: solid 2px #ed1c24;
    font-family: 'Titillium Web', sans-serif;
    margin-top: 10px;
}

a:hover{
    text-decoration: none;
}

#title{
    font-size: 3em;
}

#subtitle{
    font-size: 1em;
}

.container-fluid{
    padding: 0;
}

.mynav{
    border:none;
    background-color: white;
    box-shadow: none;
    background-image: none;
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.5em;
}

#mynav{
    padding: 0;
}

#mynav ul li a{
    color:#0054a6;
    font-family: 'Titillium Web', sans-serif;
    font-size: 0.8em;
}

#mynav ul li a:hover{
    color:#ed1c24;
}

.active{
    color:#ed1c24;!important;
}


#firstitemnav{
    padding-left: 0;    
}

#banner{
    position: relative;
}

#mainimg{
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

#slogan{
    position: absolute;
    top:15%;
	right:10%;
	z-index:1;
    box-shadow: 3px 3px 3px #666666;
}

.rotate{
  -webkit-transform:rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg);
}

p{
    font-size: 1.1em;
}

article{
    color:#0054a6;
    font-size: 1.1em;
}

.redtext{
    color: #ed1c24;
}

.textsubtitle{
    color: #0054a6;
    font-weight: bold;
    font-size: 1em;
}

h2{
    font-family: 'Titillium Web', sans-serif;
    background-color: #0054a6;
    color: white;
    padding:15px 0 15px 0;
    text-align: center;
    font-size: 1.3em;
    margin-bottom: 0;
}

.firstpagecols{
    padding-top: 10px;
    color: black;
}

.row a:hover{
    text-decoration: none;
}

h3{
    color: #0054a6;
    font-family: 'Titillium Web', sans-serif;
    font-size: 2.5em;
    border-bottom: solid 2px #BABEC1;
    padding-bottom: 10px;
    margin-top: 0;
}

.lists{
    list-style: none;
    padding-left: 0;
    padding-top: 10px;
    font-size: 1.1em;
}

h4{
    color:#ed1c24;
    padding-bottom: 10px;
    margin-top: 30px;
    border-bottom: solid 1px #ed1c24;
}

.bluetext{
    color:#0054a6;
    padding-top: 10px;
}

.levels{
    font-size: 1.1em;
}

h5{
    color:#0054a6;
    font-size: 1.2em;
    margin-bottom: 5px;
}

.textphoto{
    margin-top: 5px;
}

#contactlink{
   color: black;
}

footer{
    background-color: #0054a6;
    color: white;
    border-top: solid 3px #ed1c24;
    margin-top: 20px;
}

#footertext{
    text-align: center;
    padding-top: 15px;
}

#maillink{
   color: white;
}


/*=================MEDIA QUERIES=====================*/
@media screen and (max-width: 380px) {
  #title{
    font-size: 1.4em;
    }

    #subtitle{
    font-size: 0.5em;
    }
    
    #firstitemnav{
        padding-left: 15px;
    }
}

@media screen and (min-width: 381px) and (max-width: 600px) {
  #title{
    font-size: 1.8em;
    }

    #subtitle{
    font-size: 0.7em;
    }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  #title{
    font-size: 2em;
    }

  #subtitle{
    font-size: 1em;
    }
    
  #slogan{
    top:18%;
	right:10%;
	z-index:1;
    height: 90px;
    width: 90px;
}    
    
}

@media screen and (min-width: 769px) and (max-width: 959px) {
  #title{
    font-size: 2em;
    }

  #subtitle{
    font-size: 1em;
    }
    
  #slogan{
    top:30%;
	right:10%;
	z-index:1;
    height: 150px;
    width: 150px;
}    
    
}

@media screen and (min-width: 960px) and (max-width: 1000px) {
  #title{
    font-size: 2em;
    }

  #subtitle{
    font-size: 1em;
    }
  #slogan{
    top:30%;
	right:10%;
	z-index:1;
    height: 150px;
    width: 150px;
} 
}


@media screen and (min-width: 1001px) and (max-width: 1280px) {
  #title{
    font-size: 2em;
    }

  #subtitle{
    font-size: 1em;
    }
  #slogan{
    top:30%;
	right:10%;
	z-index:1;
    height: 180px;
    width: 180px;
} 
}











