@import  "https://fonts.googleapis.com/css?family=Open+Sans:400,700";

/* GENERAL */
@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Regular.otf');
}
h5 {color:white;
}
body,html {
    color: #000;
}

h1,h2 {
    font-family: 'Quicksand';
}

.main-btn {
    margin: 10px;
    padding: 10px;
    color: #333;
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: #65bcff;
}

.row  {
    margin-right: 0;
    margin-left: 0;
}

.white {
    color: #FFF;
}

/* NAV */
.navbar {
    border: 0;
    background-color: #303030;
    box-shadow: 0 4px 7px 0 #000;
}

/*.navbar-nav {
    width: 100%;
    text-align: center;
}*/

.navbar-nav > li {
    font-family: 'Open Sans';
    font-size: 1.25em;
    display: inline-block;
    float: none;
}

.navbar-nav li a {
    font-weight: 200;
    /*text-transform: uppercase;*/
    color: #fff !important;
    transition: .25s;
}

.navbar-nav li a:hover {
    color: #65bcff !important;
}

/*.navbar-brand {
    display: none;
}*/

.navbar-default .navbar-brand {
    color: #fff;
    transition: .25s;
    font-weight: 200;
    font-size: 1.25em;
    font-family: 'Open Sans';
}

.navbar-default .navbar-brand:hover {
    color: #65bcff;
}

.seperator {
    color: #65bcff;
    font-size: 1.2em;
}

.navbar .divider-vertical {
    height: 50px;
    margin: 0 9px;
    border-right: 1px solid #65bcff;
    border-left: 1px solid #65bcff;
}

.navbar-inverse .divider-vertical {
    border-right-color: #222222;
    border-left-color: #111111;
}

@media (max-width: 767px) {
    .navbar-collapse .nav > .divider-vertical {
        display: none;
     }
}

/* COVER */
.cover h1 {
    color: #fff;
}

.cover p {
    color: #fff;
}

.cover-bold {
    font-family: 'Open Sans';
    font-weight: bold;
}

/* MODAL SEPERATOR */
.modal-seperator {
    background-color: #303030;
}


.drop-shadow {
    transition: .25s;
}


.drop-shadow:hover {
    box-shadow: 0px 0px 15px 0px #000;
}

/* SCHOLARSHIPS */
.scholarships {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}

.scholarships  > li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}

.scholarships li {
    font-style: italic;
}

.btn-default {
    background-color: transparent;
    border: 3px solid white;
    color: white;
    transition: .25s;
}

.main-btn {
    background-color: transparent;
    border: 3px solid white;
    color: white;
    transition: .25s;
}

.main-btn:hover {
    background-color: white;
    border: 3px solid white;
    color: #65bcff;
}

.btn-default:hover {
    background-color: #fff;
    border: 3px solid #fff;
    color: #65bcff;
    transition: .25s;
}

.imgBorder {
    border: 3px solid #65bcff;
    border-radius: 5px;
}

body {
    font-size: 15px;
  line-height: 22px;
}

.about {
    color: white;
    font-weight: 600;
    font-size: 2em;
    font-family: 'Open Sans';
    margin-bottom: 30px;
    margin-top: -10px;
}

.swag {
    position: fixed;
    bottom: 10px;
    right: 20px;
    color: #65bcff;
    font-size: 5em;
    z-index: 1337;
}

#swag2 {
    color: #FFF;
    z-index: 1336;
}

.arrow-container {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 1337;
}
